all: ffmaster ffworker ffmaster: ffmaster.c gcc -g bigwrite.c ffmaster.c -lmela -lm -o ffmaster -la -lace ffworker: ffworker.c forest.c featforest.c edm.c featforest.h gcc -g -O2 bigwrite.c forest.c featforest.c ffworker.c edm.c -ltsdb -lace -o ffworker -la -lrepp -lm #aesw-ffworker: aesw-ffworker.c forest.c featforest.c gcc -g -O2 bigwrite.c forest.c featforest.c aesw-ffworker.c -ltsdb -lace -o aesw-ffworker -la -lrepp -lm DELPHIN_LIBS=-L ${LOGONROOT}/lingo/lkb/lib/linux.x86.64 -Wl,-Bstatic -litsdb -lpvm3 -Wl,-Bdynamic TOOL_STATIC_LDFLAGS=-Wl,-Bstatic -ltsdb -lace -lutil -la -lrepp -lm -lboost_regex -lstdc++ ${DELPHIN_LIBS} -Wl,-Bdynamic -ldl -lpthread -Wl,-z,muldefs static: gcc -g bigwrite.c ffmaster.c -Wl,-Bstatic -lmela -Wl,-Bdynamic -lm ${TOOL_STATIC_LDFLAGS} -o ffmaster gcc -g -O2 bigwrite.c forest.c featforest.c ffworker.c edm.c ${TOOL_STATIC_LDFLAGS} -o ffworker clean: rm -f ffworker ffmaster