Changes in Makefile.am [5992ff4:2fbc904]
- File:
-
- 1 edited
-
Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r5992ff4 r2fbc904 19 19 20 20 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important 21 DISTCLEANFILES = version22 21 23 22 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ 24 DIST_SUBDIRS = driver src . libcfa tests23 DIST_SUBDIRS = driver src . libcfa benchmark longrun_tests tests tools tools/prettyprinter 25 24 26 25 @LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure … … 35 34 man1_MANS = doc/man/cfa.1 36 35 37 EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure libcfa/Makefile.dist.am libcfa/Makefile.dist.in tools/build/distcc_hash tools/build/push2dist.sh36 EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure libcfa/Makefile.dist.am libcfa/Makefile.dist.in 38 37 39 38 debug=yes … … 51 50 @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g" 52 51 @find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g" 53 54 mostlyclean-local: @LIBCFA_TARGET_MAKEFILES@55 for dir in @LIBCFA_TARGET_DIRS@; do \56 $(MAKE) -C $${dir} mostlyclean; \57 done58 59 clean-local: @LIBCFA_TARGET_MAKEFILES@60 for dir in @LIBCFA_TARGET_DIRS@; do \61 $(MAKE) -C $${dir} clean; \62 done63 64 distclean-local: @LIBCFA_TARGET_MAKEFILES@65 for dir in @LIBCFA_TARGET_DIRS@; do \66 $(MAKE) -C $${dir} distclean; \67 rm $${dir}/config.data; \68 done
Note:
See TracChangeset
for help on using the changeset viewer.