Home | History | Annotate | Download | only in command

Lines Matching defs:CPP

3 CPP=g++
9 ../share/dictbuilder.cpp \
10 ../share/dictlist.cpp \
11 ../share/dicttrie.cpp \
12 ../share/lpicache.cpp \
13 ../share/mystdlib.cpp \
14 ../share/ngram.cpp \
15 ../share/searchutility.cpp \
16 ../share/spellingtable.cpp \
17 ../share/spellingtrie.cpp \
18 ../share/splparser.cpp \
19 ../share/utf16char.cpp \
20 ../share/utf16reader.cpp \
26 $(PINYINIME_DICTBUILDER): $(LIBRARY_SRC) pinyinime_dictbuilder.cpp
27 @$(CPP) $(CPPFLAGS) -o $@ $?