f09aa720dc2ca62613dc357e6ff5b16cc987670b braney Mon Mar 7 09:52:59 2011 -0800 add paraFetch to userApps diff --git src/makefile src/makefile index 5b23312..edaf027 100644 --- src/makefile +++ src/makefile @@ -48,31 +48,31 @@ cd utils/nibFrag && ${MAKE} cd utils/faToNib && ${MAKE} cd utils/faToTwoBit && ${MAKE} cd utils/twoBitToFa && ${MAKE} cd utils/twoBitInfo && ${MAKE} 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 \ bigWigInfo bigWigSummary bigWigToBedGraph bigWigToWig\ faCount faFrag faOneRecord faRandomize faSize faSomeRecords faToNib \ - faToTwoBit htmlCheck nibFrag sizeof stringify \ + faToTwoBit htmlCheck nibFrag paraFetch sizeof stringify \ textHistogram twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \ ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \ pslCDnaFilter genePredToGtf HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred overlapSelect HG_HGWIGGLE_APP = hgWiggle userApps: topLibs hgLib @for P in ${UTILS_APPLIST}; do \ ( cd utils/$${P} && echo utils/$${P} && ${MAKE} ) ; \ done