#CXX = g++44
#if you are a mac user use the following line
- TARGET_ARCH += -arch x86_64
+ #TARGET_ARCH += -arch x86_64
#if you using cygwin to build Windows the following line
#CXX = x86_64-w64-mingw32-g++
#TARGET_ARCH += -m64 -static
#if you are a linux user use the following line
- #CXXFLAGS += -mtune=native -march=native
+ CXXFLAGS += -mtune=native -march=native
CXXFLAGS += -DBIT_VERSION
endif
mothur : fortranSource $(OBJECTS) uchime
$(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
-
- strip mothur
-
+# strip mothur
+
uchime:
cd uchime_src && ./mk && mv uchime .. && cd ..