Changeset 2775


Ignore:
Timestamp:
Jul 13, 2012, 2:28:48 AM (11 years ago)
Author:
Peter
Message:

Fix typos 'Makfile'. Remove 'cd' as we now have a single non-recursive
Makefile. Avoid hijacking maintainer-check-local - rename its content
to mc_install-check and let maintainer-check-local depend on this new
target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2749 r2775  
    5151include test/Makefile.am
    5252
    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
     53EXTRA_DIST += doc/Makefile
     54EXTRA_DIST += test/Makefile
     55EXTRA_DIST += yat/random/Makefile
     56EXTRA_DIST += yat/regression/Makefile
     57EXTRA_DIST += yat/normalizer/Makefile
     58EXTRA_DIST += yat/classifier/Makefile
     59EXTRA_DIST += yat/omic/Makefile
     60EXTRA_DIST += yat/statistics/Makefile
     61EXTRA_DIST += yat/utility/Makefile
     62EXTRA_DIST += yat/Makefile
    6363
    6464clean-local:
     
    7676## Some targets useful for the maintainer
    7777##
    78 MAINTAINER_CHECK_LOCAL = maintainer-check-local yat-pc-check
     78MAINTAINER_CHECK_LOCAL = maintainer-check-local
    7979RELEASE_LOCAL = ltversion-check
    8080
     
    9090  esac
    9191
    92 maintainer-check-local:
     92maintainer-check-local: mc_installcheck yat-pc-check
     93
     94mc_installcheck:
    9395  mkdir _inst
    9496  @mcl_install=`cd _inst && pwd` \
     
    126128  && $(GREP) '^libdir=baz' build_support/yat.pc \
    127129  && $(GREP) '^includedir=quz' build_support/yat.pc \
    128   && cd .. \
    129130  && $(SHELL) $(srcdir)/configure $(DISTCHECK_CONFIGURE_FLAGS) exec_prefix=/t \
    130   && cd build_support \
    131131  && rm -f build_support/yat.pc && make \
    132132  && $(GREP) '^prefix=/usr/local' build_support/yat.pc \
Note: See TracChangeset for help on using the changeset viewer.