]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added mpi code to cluster.split command
[mothur.git] / makefile
index 999664fcaf5787333d98d44bafcc04d465715fc3..08dee23581723953d2001a36ccda1cc957538eef 100644 (file)
--- a/makefile
+++ b/makefile
@@ -131,6 +131,7 @@ mothur : \
                ./listseqscommand.o\
                ./getseqscommand.o\
                ./removeseqscommand.o\
+               ./degapseqscommand.o\
                ./systemcommand.o\
                ./binsequencecommand.o\
                ./distancecommand.o\
@@ -227,6 +228,7 @@ mothur : \
                ./hclustercommand.o\
                ./hcluster.o\
                ./getlistcountcommand.o\
+               ./getrelabundcommand.o\
                ./readcluster.o\
                ./ccode.o\
                ./taxonomyequalizer.o\
@@ -341,6 +343,7 @@ mothur : \
                ./listseqscommand.o\
                ./getseqscommand.o\
                ./removeseqscommand.o\
+               ./degapseqscommand.o\
                ./systemcommand.o\
                ./binsequencecommand.o\
                ./distancecommand.o\
@@ -437,6 +440,7 @@ mothur : \
                ./hclustercommand.o\
                ./hcluster.o\
                ./getlistcountcommand.o\
+               ./getrelabundcommand.o\
                ./readcluster.o\
                ./ccode.o\
                ./taxonomyequalizer.o\
@@ -554,6 +558,7 @@ clean :
                ./listseqscommand.o\
                ./getseqscommand.o\
                ./removeseqscommand.o\
+               ./degapseqscommand.o\
                ./systemcommand.o\
                ./binsequencecommand.o\
                ./distancecommand.o\
@@ -650,6 +655,7 @@ clean :
                ./hclustercommand.o\
                ./hcluster.o\
                ./getlistcountcommand.o\
+               ./getrelabundcommand.o\
                ./readcluster.o\
                ./ccode.o\
                ./taxonomyequalizer.o\
@@ -1718,5 +1724,13 @@ install : mothur
 # Item # 209 -- weightedlinkage --
 ./weightedlinkage.o : weightedlinkage.cpp
        $(CC) $(CC_OPTIONS) weightedlinkage.cpp -c $(INCLUDE) -o ./weightedlinkage.o
+       
+# Item # 210 -- degapseqscommand --
+./degapseqscommand.o : degapseqscommand.cpp
+       $(CC) $(CC_OPTIONS) degapseqscommand.cpp -c $(INCLUDE) -o ./degapseqscommand.o
+
+# Item # 211 -- getrelabundcommand --
+./getrelabundcommand.o : getrelabundcommand.cpp
+       $(CC) $(CC_OPTIONS) getrelabundcommand.cpp -c $(INCLUDE) -o ./getrelabundcommand.o
 
 ##### END RUN ####