mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
makefile
This commit is contained in:
parent
c77fbd59fb
commit
4dc1bdfd2e
@ -4,10 +4,11 @@ clean:
|
||||
rm -f *.o manual-label
|
||||
|
||||
.cpp.o:
|
||||
g++ -I../../../ -O6 -g -c $<
|
||||
g++ -I../../../boost/include -I../../../ -O6 -g -c $<
|
||||
|
||||
manual-label: DeEn.o manual-label.o EnPhrasalVerb.o
|
||||
OBJECTS = DeEn.o EnOpenNLPChunker.o EnPhrasalVerb.o Main.o
|
||||
|
||||
g++ EnPhrasalVerb.o DeEn.o manual-label.o -lz -lboost_program_options-mt -o manual-label
|
||||
manual-label: $(OBJECTS)
|
||||
g++ $(OBJECTS) -L../../../boost/lib64 -lz -lboost_program_options-mt -o manual-label
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user