a243aaf74cfb996e3db30dfe7e1eae1053b7a0c5 braney Tue Jan 29 13:53:52 2013 -0800 add pslMap to userApps (#9135) diff --git src/makefile src/makefile index ea88c7b..445c413 100644 --- src/makefile +++ src/makefile @@ -57,31 +57,31 @@ UTILS_APPLIST = bedClip bedGraphToBigWig bedToBigBed \ bigBedInfo bigBedSummary bigBedToBed bigWigAverageOverBed \ bigWigInfo bigWigSummary bigWigToBedGraph bigWigToWig\ faCount faFrag faOneRecord faPolyASizes faRandomize faSize \ faSomeRecords faToNib \ 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 + hubCheck overlapSelect makeTableList pslMap HG_HGWIGGLE_APP = hgWiggle HG_LOAD_APPLIST = hgGcPercent BLAT_APPLIST = blat gfClient gfServer 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 \