Changeset 2749


Ignore:
Timestamp:
Jun 18, 2012, 9:33:47 AM (11 years ago)
Author:
Peter
Message:

add small convenience Makefiles in subdirs. closes #703

Location:
trunk
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2744 r2749  
    5050include m4/Makefile.am
    5151include test/Makefile.am
     52
     53EXTRA_DIST += doc/Makfile
     54EXTRA_DIST += test/Makfile
     55EXTRA_DIST += yat/random/Makfile
     56EXTRA_DIST += yat/regression/Makfile
     57EXTRA_DIST += yat/normalizer/Makfile
     58EXTRA_DIST += yat/classifier/Makfile
     59EXTRA_DIST += yat/omic/Makfile
     60EXTRA_DIST += yat/statistics/Makfile
     61EXTRA_DIST += yat/utility/Makfile
     62EXTRA_DIST += yat/Makfile
    5263
    5364clean-local:
  • trunk/configure.ac

    r2739 r2749  
    290290])
    291291
    292 # temporary code to clean up obsoleted recursive Make file structure
    293 rm -f $srcdir/build_support/Makefile.in
    294 rm -f build_support/Makefile
    295 rm -f $srcdir/doc/Makefile.in
    296 rm -f doc/Makefile
    297 rm -f $srcdir/m4/Makefile.in
    298 rm -f m4/Makefile
    299 rm -f $srcdir/test/Makefile.in
    300 rm -f test/Makefile
    301 rm -f $srcdir/yat/Makefile.in
    302 rm -f yat/Makefile
    303 rm -f $srcdir/yat/*/Makefile.in
    304 rm -f yat/*/Makefile
    305 
    306292AC_CONFIG_HEADERS([yat/utility/config_public.h])
    307293# for the test suite
Note: See TracChangeset for help on using the changeset viewer.