12f284529e472912ce7ba89b202f051093e35363 hiram Wed Jun 13 16:12:54 2012 -0700 addig featureBits to the userApps delivery diff --git src/makefile src/makefile index 74a5f99..0fde0ec 100644 --- src/makefile +++ src/makefile @@ -53,31 +53,31 @@ cd isPcr && ${MAKE} cd blatz && ${MAKE} # all of these application makefiles have been updated to include use # of DESTDIR and BINDIR 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 twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \ - ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \ + featureBits ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \ pslCDnaFilter genePredToGtf pslPretty pslReps pslSort HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred \ hubCheck overlapSelect makeTableList HG_HGWIGGLE_APP = hgWiggle 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 \