search for: build_gc

Displaying 1 result from an estimated 1 matches for "build_gc".

Did you mean: build_gcc
2016 Oct 11
0
PKG_LIBS in make child processes
....a ./libClustalOmega.a ./libMuscle.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 "-----------------------...