COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 1173:099978eee03f

Last change on this file since 1173:099978eee03f was 935:73de5b1f2abc, checked in by Mihaly Barasz, 19 years ago
  • Beautifying Makefile.am
  • svn:ignore on "demo" dir
File size: 649 bytes
RevLine 
[542]1SUBDIRS = src doc
2
[663]3MRPROPERFILES =                                                         \
4        aclocal.m4                                                      \
5        configure                                                       \
6        Makefile.in                                                     \
7        config/depcomp                                                  \
8        config/install-sh                                               \
9        config/missing                                                  \
10        config/mkinstalldirs                                            \
11        doc/Makefile.in                                                 \
12        doc/doxygen.log                                                 \
13        src/Makefile.in                                                 \
[921]14        src/lemon/Makefile.in                                           \
[712]15        src/test/Makefile.in                                            \
[934]16        src/benchmark/Makefile.in                                       \
17        src/demo/Makefile.in
[663]18
[542]19docs:
[935]20        $(MAKE) -C doc $(AM_MAKEFLAGS) clean html
[542]21
[704]22benchmark:
[935]23        $(MAKE) -C src/benchmark $(AM_MAKEFLAGS)
[704]24
[663]25mrproper:
26        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
27        -rm -f $(MRPROPERFILES)
28
[704]29.PHONY: docs benchmark mrproper
Note: See TracBrowser for help on using the repository browser.