1ae1dd4ba518cf8a4be15a5c58c37617bc526c3d hiram Sun Aug 6 21:34:58 2017 -0700 hgBbiDbLink should go out with userApps no redmine diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile index e575eef..0ae30d7 100644 --- src/hg/makeDb/makefile +++ src/hg/makeDb/makefile @@ -1,90 +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 = \ + hgBbiDbLink \ 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