Displaying 1 result from an estimated 1 matches for "build_clustalomega".
2016 Oct 11
0
PKG_LIBS in make child processes
...le.a -Wl,--no-whole-archive')"`
PKG_CXXFLAGS=-I"./gc-7.2/include" -I"./Muscle/" -I"./ClustalW/src"
-I"./ClustalOmega/src"
.PHONY: all mylibs
all: $(SHLIB)
$(SHLIB): mylibs
mylibs: build_gc build_muscle build_clustalw build_clustalomega
build_gc:
make --file=msaMakefile --directory=gc-7.2
@echo "----------------------------------------"
@echo "------------------ GC -----------------"
@echo "----------------------------------------"
@echo "-...