COIN-OR::LEMON - Graph Library

source: lemon-0.x/Makefile.am @ 663:82213c951a76

Last change on this file since 663:82213c951a76 was 663:82213c951a76, checked in by Akos Ladanyi, 20 years ago

Added mrproper target.

File size: 557 bytes
Line 
1SUBDIRS = src doc
2
3MRPROPERFILES =                                                         \
4        INSTALL                                                         \
5        COPYING                                                         \
6        aclocal.m4                                                      \
7        configure                                                       \
8        Makefile.in                                                     \
9        config/depcomp                                                  \
10        config/install-sh                                               \
11        config/missing                                                  \
12        config/mkinstalldirs                                            \
13        doc/Makefile.in                                                 \
14        doc/doxygen.log                                                 \
15        src/Makefile.in                                                 \
16        src/hugo/Makefile.in                                            \
17        src/test/Makefile.in
18
19docs:
20        @cd doc \
21        && $(MAKE) $(AM_MAKEFLAGS) clean \
22        && $(MAKE) $(AM_MAKEFLAGS) html
23
24mrproper:
25        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
26        -rm -f $(MRPROPERFILES)
27
28.PHONY: docs mrproper
Note: See TracBrowser for help on using the repository browser.