mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 06:22:14 +03:00
biconcur jam and remove a Makefile
This commit is contained in:
parent
cf5e9641f3
commit
4393d00cbd
3
scripts/ems/biconcor/Jamfile
Normal file
3
scripts/ems/biconcor/Jamfile
Normal file
@ -0,0 +1,3 @@
|
||||
exe biconcur : Vocabulary.cpp SuffixArray.cpp TargetCorpus.cpp Alignment.cpp Mismatch.cpp PhrasePair.cpp PhrasePairCollection.cpp biconcor.cpp base64.cpp ;
|
||||
|
||||
install legacy : biconcur : <location>. ;
|
@ -1,10 +0,0 @@
|
||||
all: biconcor
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
.cpp.o:
|
||||
g++ -O6 -g -c $<
|
||||
|
||||
biconcor: Vocabulary.o SuffixArray.o TargetCorpus.o Alignment.o Mismatch.o PhrasePair.o PhrasePairCollection.o biconcor.o base64.o
|
||||
g++ Vocabulary.o SuffixArray.o TargetCorpus.o Alignment.o Mismatch.o PhrasePair.o PhrasePairCollection.o biconcor.o base64.o -o biconcor
|
@ -1,11 +0,0 @@
|
||||
|
||||
all: symal
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
cmd.o: cmd.c cmd.h
|
||||
$(CC) -O3 -c -o cmd.o cmd.c
|
||||
|
||||
symal: symal.cpp cmd.o
|
||||
$(CXX) -O3 -o $@ $(@).cpp cmd.o
|
Loading…
Reference in New Issue
Block a user