Changeset 2775
- Timestamp:
- Jul 13, 2012, 2:28:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2749 r2775 51 51 include test/Makefile.am 52 52 53 EXTRA_DIST += doc/Mak file54 EXTRA_DIST += test/Mak file55 EXTRA_DIST += yat/random/Mak file56 EXTRA_DIST += yat/regression/Mak file57 EXTRA_DIST += yat/normalizer/Mak file58 EXTRA_DIST += yat/classifier/Mak file59 EXTRA_DIST += yat/omic/Mak file60 EXTRA_DIST += yat/statistics/Mak file61 EXTRA_DIST += yat/utility/Mak file62 EXTRA_DIST += yat/Mak file53 EXTRA_DIST += doc/Makefile 54 EXTRA_DIST += test/Makefile 55 EXTRA_DIST += yat/random/Makefile 56 EXTRA_DIST += yat/regression/Makefile 57 EXTRA_DIST += yat/normalizer/Makefile 58 EXTRA_DIST += yat/classifier/Makefile 59 EXTRA_DIST += yat/omic/Makefile 60 EXTRA_DIST += yat/statistics/Makefile 61 EXTRA_DIST += yat/utility/Makefile 62 EXTRA_DIST += yat/Makefile 63 63 64 64 clean-local: … … 76 76 ## Some targets useful for the maintainer 77 77 ## 78 MAINTAINER_CHECK_LOCAL = maintainer-check-local yat-pc-check78 MAINTAINER_CHECK_LOCAL = maintainer-check-local 79 79 RELEASE_LOCAL = ltversion-check 80 80 … … 90 90 esac 91 91 92 maintainer-check-local: 92 maintainer-check-local: mc_installcheck yat-pc-check 93 94 mc_installcheck: 93 95 mkdir _inst 94 96 @mcl_install=`cd _inst && pwd` \ … … 126 128 && $(GREP) '^libdir=baz' build_support/yat.pc \ 127 129 && $(GREP) '^includedir=quz' build_support/yat.pc \ 128 && cd .. \129 130 && $(SHELL) $(srcdir)/configure $(DISTCHECK_CONFIGURE_FLAGS) exec_prefix=/t \ 130 && cd build_support \131 131 && rm -f build_support/yat.pc && make \ 132 132 && $(GREP) '^prefix=/usr/local' build_support/yat.pc \
Note: See TracChangeset
for help on using the changeset viewer.