COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 1170:fb0159aa582d

Last change on this file since 1170:fb0159aa582d was 935:73de5b1f2abc, checked in by Mihaly Barasz, 19 years ago
  • Beautifying Makefile.am
  • svn:ignore on "demo" dir
File size: 649 bytes
Line 
1SUBDIRS = src doc
2
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                                                 \
14        src/lemon/Makefile.in                                           \
15        src/test/Makefile.in                                            \
16        src/benchmark/Makefile.in                                       \
17        src/demo/Makefile.in
18
19docs:
20        $(MAKE) -C doc $(AM_MAKEFLAGS) clean html
21
22benchmark:
23        $(MAKE) -C src/benchmark $(AM_MAKEFLAGS)
24
25mrproper:
26        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
27        -rm -f $(MRPROPERFILES)
28
29.PHONY: docs benchmark mrproper
Note: See TracBrowser for help on using the repository browser.