bfb5529b48cbffeac31bd3ec0be8c331c18c7484 hiram Tue Jun 4 16:11:22 2013 -0700 including localEnvironment.mk to allow function in userApp environment refs #9149 diff --git src/hg/mouseStuff/makefile src/hg/mouseStuff/makefile index 4d3ea2a..2a3911f 100644 --- src/hg/mouseStuff/makefile +++ src/hg/mouseStuff/makefile @@ -1,90 +1,93 @@ # Build all directories in makeDb -include ../../inc/common.mk +kentSrc = ../.. + +include ${kentSrc}/inc/localEnvironment.mk +include ${kentSrc}/inc/common.mk BADDIRS = \ correctEst # List of directories to build for userApps UTILS_APPLIST = \ axtChain \ axtSort \ axtSwap \ axtToMaf \ axtToPsl \ bedCoverage \ chainAntiRepeat \ chainFilter \ chainMergeSort \ chainNet \ chainPreNet \ chainSort \ chainSplit \ chainStitchId \ chainSwap \ chainToAxt \ chainToPsl \ lavToAxt \ lavToPsl \ mafCoverage \ mafFetch \ mafRanges \ mafToAxt \ mafToPsl \ netChainSubset \ netClass \ netFilter \ netSplit \ netSyntenic \ netToAxt \ netToBed \ pslMrnaCover # List of directories to build at UCSC DIRS = \ axtAndBed \ axtBest \ axtCalcMatrix \ axtDropOverlap \ axtDropSelf \ axtFilter \ axtIndex \ axtPretty \ axtQueryCount \ axtRecipBest \ axtRescore \ axtSplitByTarget \ axtToBed \ axtToChain \ calcGap \ chainDbToFile \ chainStats \ gcForBed \ knownVsBlat \ libScan \ mousePoster \ netStats \ netToBedWithId \ orthologBySynteny \ phToPsl \ regionPicker \ rikenBestInCluster \ simpleChain \ splitSim \ subsetAxt \ subsetTraces \ whyConserved # List of directories to build USE_DIRS = $(DIRS) $(UTILS_APPLIST) all: ${USE_DIRS:%=%.all} %.all: cd $* && echo $* && ${MAKE} userApps: $(UTILS_APPLIST:%=%.userApp) %.userApp: cd $* && echo $* && $(MAKE) clean:: cd simpleChain && ${MAKE} clean