1e640abe5f2d2cb1b5e9797db12427893b2d4bec kent Fri May 26 13:34:28 2017 -0700 Adding tabFile to make dirs. diff --git src/makefile src/makefile index c3a1576..44deec13 100644 --- src/makefile +++ src/makefile @@ -147,31 +147,31 @@ cd utils && ${MAKE} cd hg && ${MAKE} utils utils-alpha: libs destBin ${MKDIR} ${SCRIPTS} cd parasol && ${MAKE} @for D in ${DIRS} x; do \ if test "$$D" != "x" ; then \ ( cd $$D && echo $$D && ${MAKE} ) ;\ x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \ fi ;\ done cd utils && ${MAKE} cd hg && ${MAKE} utils -DIRS = ameme blat index dnaDust protDust weblet aladdin primeMate fuse meta tagStorm +DIRS = ameme blat index dnaDust protDust weblet aladdin primeMate fuse meta tagStorm tabFile ## cellar archive for obsolete programs cellarDirs = cdnaAli getgene idbQuery reformat scanIntrons tracks wormAli \ xenoAli buildCellar: $(cellarDirs:%=%.cellar) %.cellar: libs destBin cd $* && echo $* && $(MAKE) cleanCellar: $(cellarDirs:%=%.cellarClean) %.cellarClean: cd $* && echo $* && $(MAKE) clean