src/utils/makefile 1.73
1.73 2009/07/21 20:52:43 hiram
add to build fastqToFa and faToFastq
Index: src/utils/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/makefile,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -B -U 1000000 -r1.72 -r1.73
--- src/utils/makefile 7 Jul 2009 17:57:34 -0000 1.72
+++ src/utils/makefile 21 Jul 2009 20:52:43 -0000 1.73
@@ -1,150 +1,152 @@
# Build all directories in utils
include ../inc/common.mk
all:
@for D in $(USE_DIRS) x; do \
if test "$$D" != "x" ; then \
( cd $$D && echo $$D && $(MAKE) ) ;\
x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
fi ;\
done
scripts:
@for F in ${SCRIPT_FILES}; do \
chmod +x $$F; \
rm -f ${SCRIPTS}/$${F}; \
echo cp -p $$F ${SCRIPTS}; \
cp -p $$F ${SCRIPTS}; \
done
chmod +x genePredToBed/genePredToBed;
rm -f ${SCRIPTS}/genePredToBed;
echo cp -p genePredToBed/genePredToBed ${SCRIPTS};
@cp -p genePredToBed/genePredToBed ${SCRIPTS};
cd cvsTools && ${MAKE} scripts
alpha: scripts all
test:
cd faToTwoBit && ${MAKE} test
cd twoBitToFa && ${MAKE} test
cd twoBitInfo && ${MAKE} test
clean:
touch non-empty-rm.o
- find . -name \*.o -print | xargs rm
SCRIPT_FILES = \
agpToLift \
iSync \
lodToBedScore \
mkMafFrames.pl
# List of directories to build
USE_DIRS = $(DIRS)
DIRS = \
aNotB \
addCols \
ave \
aveCols \
bedGraphToBigWig \
bedToBigBed \
bigBedSummary \
bigBedToBed \
bigWigInfo \
bigWigSummary \
bigWigToBedGraph \
calc \
catDir \
catUncomment \
ccCp \
chopFaLines \
countChars \
convolve \
cvsTools \
detab \
endsInLf \
+ fastqToFa \
faAlign \
faCmp \
faCount \
faFilterN \
faFilter \
faFlyBaseToUcsc \
faFrag \
faGapLocs \
faGapSizes \
faNcbiToUcsc \
faNoise \
faOneRecord \
faPolyASizes \
faRc \
faSimplify \
faSize \
faSomeRecords \
faSplit \
+ faToFastq \
faToNib \
faToTab \
faToTwoBit \
faTrans \
faTrimPolyA \
faTrimRead \
findMotif \
fixCr \
gapSplit \
gffPeek \
headRest \
htmlPics \
htmlCheck \
jkUniq \
lineCount \
newProg \
nibFrag \
nibSize \
nt4Frag \
pslToPslx \
pslToXa \
randomLines \
raToTab \
raToLines \
rmFaDups \
rowsToCols \
scaffoldFaToAgp \
scrambleFa \
sizeof \
spacedToTab \
splitFile \
splitFileByColumn \
stringify \
subChar \
subColumn \
subs \
tableSum \
tailLines \
textHist2 \
textHistogram \
tickToDate \
timing \
toLower \
toUpper \
twoBitInfo \
twoBitToFa \
udcCleanup \
undupFa \
upper \
venn \
weedLines \
wigToBigWig \
wigTestMaker \
wordLine
BAD_DIRS= \
ccCpLock \
est2genomeToPsl \
geneStarts \
gtfToGenePred \
jimgrep \
jkShell \
dnsInfo \
wigAsciiToBinary \
cCp