a3e94fc33d54f1d37290b1327993a09d3fa4f12c max Mon Dec 22 08:32:32 2014 -0800 trying to fix a makefile problem diff --git src/utils/makefile src/utils/makefile index a030bf2..1a2613e 100644 --- src/utils/makefile +++ src/utils/makefile @@ -172,40 +172,40 @@ cd $* && echo $* && $(MAKE) scripts: $(SCRIPT_FILES:%=%.scripts) chmod +x genePredToBed/genePredToBed; rm -f ${SCRIPTS}/genePredToBed; echo cp -p genePredToBed/genePredToBed ${SCRIPTS}; @cp -p genePredToBed/genePredToBed ${SCRIPTS}; %.scripts: chmod +x $* rm -f ${SCRIPTS}/$* echo cp -p $* ${SCRIPTS} cp -p $* ${SCRIPTS} cgi: - cd bigBedToBed && make cgi - cd bigBedInfo && make cgi + cd bigBedToBed && ${MAKE} cgi + cd bigBedInfo && ${MAKE} cgi alpha: scripts all - cd bigBedToBed && make alpha - cd bigBedInfo && make alpha + cd bigBedToBed && ${MAKE} alpha + cd bigBedInfo && ${MAKE} alpha beta: - cd bigBedToBed && make beta - cd bigBedInfo && make beta + cd bigBedToBed && ${MAKE} beta + cd bigBedInfo && ${MAKE} beta testAll: $(ALL_APPS:%=%.testAll) %.testAll: @test -s $*/tests/makefile && (echo $*; cd $* && $(MAKE) test) || true test: testAll cd faToTwoBit && ${MAKE} test cd twoBitToFa && ${MAKE} test cd twoBitInfo && ${MAKE} test cd bedGeneParts && ${MAKE} test clean: $(ALL_APPS:%=%.clean) touch non-empty-rm.o - find . -name \*.o -print | xargs rm