Changeset 2931 for branches/0.10-stable/Makefile.am
- Timestamp:
- Dec 27, 2012, 1:51:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/Makefile.am
r2853 r2931 94 94 esac 95 95 96 maintainer-check-local: mc_installcheck yat-pc-check 96 maintainer-check-local: mc_installcheck yat-pc-check mc_without_samtools 97 97 98 98 mc_installcheck: … … 167 167 168 168 include $(srcdir)/am/maintainer.am 169 170 # run within maintainer-check 171 # try ./configure --without-samtools; make; make check 172 mc_without_samtools: 173 @rm -rf _mc_without_samtools 174 mkdir _mc_without_samtools 175 cd _mc_without_samtools \ 176 && ../$(srcdir)/configure $(DISTCHECK_CONFIGURE_FLAGS) --without-samtools \ 177 && $(MAKE) $(AM_MAKEFLAGS) && $(MAKE) check $(AM_MAKEFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.