COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 934:003736604835

Last change on this file since 934:003736604835 was 934:003736604835, checked in by Akos Ladanyi, 19 years ago

Added 'src/demo/Makefile.am'.

File size: 693 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        @cd doc \
21        && $(MAKE) $(AM_MAKEFLAGS) clean \
22        && $(MAKE) $(AM_MAKEFLAGS) html
23
24benchmark:
25        @cd src/benchmark \
26        && $(MAKE) $(AM_MAKEFLAGS)
27
28mrproper:
29        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
30        -rm -f $(MRPROPERFILES)
31
32.PHONY: docs benchmark mrproper
Note: See TracBrowser for help on using the repository browser.