]> git.donarmstrong.com Git - rsem.git/commitdiff
Modified build rules for sam/libbam.a to enable parallel build
authorColin Dewey <cdewey@biostat.wisc.edu>
Mon, 27 Feb 2012 16:56:16 +0000 (10:56 -0600)
committerColin Dewey <cdewey@biostat.wisc.edu>
Mon, 27 Feb 2012 16:56:16 +0000 (10:56 -0600)
Thanks to Tomoaki Nishiyama for the suggestion.

makefile

index cca54bebacefe9630accd2c7039b356d0dea07c4..a6d863c7b6616901a058418c56fa60c9828d1cc7 100644 (file)
--- a/makefile
+++ b/makefile
@@ -4,9 +4,9 @@ COFLAGS = -Wall -O3 -ffast-math -c -I.
 PROGRAMS = rsem-extract-reference-transcripts rsem-synthesis-reference-transcripts rsem-preref rsem-parse-alignments rsem-build-read-index rsem-run-em rsem-tbam2gbam rsem-run-gibbs rsem-calculate-credibility-intervals rsem-simulate-reads rsem-bam2wig rsem-get-unique rsem-bam2readdepth
 
 
-all : build-sam $(PROGRAMS)
+all : $(PROGRAMS)
 
-build-sam : 
+sam/libbam.a :
        cd sam ; ${MAKE} all
 
 Transcript.h : utils.h