Changeset 2749
- Timestamp:
- Jun 18, 2012, 9:33:47 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r2744 r2749 50 50 include m4/Makefile.am 51 51 include test/Makefile.am 52 53 EXTRA_DIST += doc/Makfile 54 EXTRA_DIST += test/Makfile 55 EXTRA_DIST += yat/random/Makfile 56 EXTRA_DIST += yat/regression/Makfile 57 EXTRA_DIST += yat/normalizer/Makfile 58 EXTRA_DIST += yat/classifier/Makfile 59 EXTRA_DIST += yat/omic/Makfile 60 EXTRA_DIST += yat/statistics/Makfile 61 EXTRA_DIST += yat/utility/Makfile 62 EXTRA_DIST += yat/Makfile 52 63 53 64 clean-local: -
trunk/configure.ac
r2739 r2749 290 290 ]) 291 291 292 # temporary code to clean up obsoleted recursive Make file structure293 rm -f $srcdir/build_support/Makefile.in294 rm -f build_support/Makefile295 rm -f $srcdir/doc/Makefile.in296 rm -f doc/Makefile297 rm -f $srcdir/m4/Makefile.in298 rm -f m4/Makefile299 rm -f $srcdir/test/Makefile.in300 rm -f test/Makefile301 rm -f $srcdir/yat/Makefile.in302 rm -f yat/Makefile303 rm -f $srcdir/yat/*/Makefile.in304 rm -f yat/*/Makefile305 306 292 AC_CONFIG_HEADERS([yat/utility/config_public.h]) 307 293 # for the test suite
Note: See TracChangeset
for help on using the changeset viewer.