bf44fb2dd92126b7a33af9985d0baed29f596edd chinhli Wed Nov 14 13:30:57 2012 -0800 Code Review #9591 Put back BLAT_APPLIST = blat gfClient gfServe which was accidentally removed. diff --git src/makefile src/makefile index 054ff09..bb44c64 100644 --- src/makefile +++ src/makefile @@ -63,30 +63,32 @@ faToTwoBit htmlCheck nibFrag paraFetch paraSync sizeof stringify \ textHistogram twoBitDup twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \ featureBits ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \ pslCDnaFilter genePredToGtf pslPretty pslReps pslSort HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred \ hubCheck overlapSelect makeTableList HG_HGWIGGLE_APP = hgWiggle HG_LOAD_APPLIST = hgGcPercent +BLAT_APPLIST = blat gfClient gfServe + userApps: topLibs hgLib @for P in ${UTILS_APPLIST}; do \ ( cd utils/$${P} && echo utils/$${P} && ${MAKE} ) ; \ done @for P in ${HG_APPLIST}; do \ ( cd hg/$${P} && echo hg/$${P} && ${MAKE} ) ; \ done @for P in ${HG_UTILS_APPLIST}; do \ ( cd hg/utils/$${P} && echo hg/utils/$${P} && ${MAKE} ) ; \ done @for P in ${HG_HGWIGGLE_APP}; do \ ( cd hg/makeDb/hgLoadWiggle && echo hg/makeDb/hgLoadWiggle && ${MAKE} $${P} ) ; \ done @for P in ${HG_LOAD_APPLIST}; do \ ( cd hg/makeDb/$${P} && echo hg/makeDb/$${P} && ${MAKE} $${P} ) ; \