98a9e74cefbb5946e7e5a14f0efced56eee34e71 hiram Mon Jul 24 09:14:54 2017 -0700 adding hgFakeAgp to userApps per user request refs #19843 diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index a27aca7..e575eef 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,89 +1,90 @@ # Build all directories in makeDb kentSrc = ../.. include ${kentSrc}/inc/localEnvironment.mk include ${kentSrc}/inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ + hgFakeAgp \ hgFindSpec \ hgLoadBed \ hgLoadChain \ hgLoadMaf \ hgLoadNet \ hgLoadOut \ hgLoadOutJoined \ hgGcPercent \ hgLoadWiggle \ hgTrackDb \ ldHgGene # List of directories to build of interest only at UCSC DIRS = \ hgAar \ hgAddLiftOverChain \ hgBbiDbLink \ hgClonePos \ hgCountAlign \ hgCtgPos \ hgDeleteChrom \ hgExperiment \ hgExtFileCheck \ hgFakeAgp \ hgGeneBands \ hgGenericMicroarray \ hgPar \ hgGoldGapGl \ hgKgGetText \ hgKgMrna \ hgKnownMore \ hgKnownMore.oo21 \ hgLoadBlastTab \ hgLoadChromGraph \ hgLoadGenePred \ hgLoadItemAttr \ hgLoadMafFrames \ hgLoadPsl \ hgLoadSeq \ hgLoadSample \ hgLoadSqlTab \ hgMapMicroarray \ hgMedianMicroarray \ hgNibSeq \ hgPepPred \ hgRatioMicroarray \ hgDropSplitTable \ hgRenameSplitTable \ hgSanger20 \ hgSanger22 \ hgStanfordMicroarray \ hgStsAlias \ hgStsMarkers \ hgTomRough \ hgTpf \ hgTraceInfo \ hgWaba \ hgMrnaRefseq \ mdbUpdate \ schema \ tfbsConsLoc \ tfbsConsSort \ outside \ trackDbRaFormat \ trackDbPatch USE_DIRS = $(DIRS) $(UTILS_APPLIST) all: $(USE_DIRS:%=%.all) %.all: cd $* && echo $* && $(MAKE) userApps: $(UTILS_APPLIST:%=%.userApp) cd schema/dbSnoop && echo schema/dbSnoop && $(MAKE) %.userApp: cd $* && echo $* && $(MAKE) clean:: cd hgTomRough && ${MAKE} clean