Makefile
changeset 22 0b923f95df16
parent 17 d95d9e7a2b81
child 25 8d524bb8dcea
equal deleted inserted replaced
21:01fe372188ac 22:0b923f95df16
     7 
     7 
     8 #ICULIBS=-licui18n -licuuc -licudata
     8 #ICULIBS=-licui18n -licuuc -licudata
     9 
     9 
    10 
    10 
    11 all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton zprocess \
    11 all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton zprocess \
    12 	zparsetext zrustest http_dec_test
    12 	zparsetext zrustest http_dec_test prepare_meanings
    13 
    13 
    14 idx2index: idx2index.o dict.o
    14 idx2index: idx2index.o dict.o
    15 trim-nou8: trim-nou8.c
    15 trim-nou8: trim-nou8.c
    16 asciiigi-utf8-akcenton: asciiigi-utf8-akcenton.c
    16 asciiigi-utf8-akcenton: asciiigi-utf8-akcenton.c
    17 
    17 
    30 	$(CXX) -o $@ $^ $(ICULIBS)
    30 	$(CXX) -o $@ $^ $(ICULIBS)
    31 
    31 
    32 http_dec_test: http_dec_test.o http_dec.o
    32 http_dec_test: http_dec_test.o http_dec.o
    33 	$(CXX) -o $@ $^ $(ICULIBS)
    33 	$(CXX) -o $@ $^ $(ICULIBS)
    34 
    34 
       
    35 prepare_meanings: prepare_meanings.o find.o dict.o
       
    36 	$(CC) -o $@ $^
       
    37 
    35 dict.c: dictre.h
    38 dict.c: dictre.h
    36 write.c: dictre.h
    39 write.c: dictre.h
    37 load.c: dictre.h
    40 load.c: dictre.h
    38 sort.c: dictre.h
    41 sort.c: dictre.h
    39 filter.c: dictre.h
    42 filter.c: dictre.h
    47 zrus.c: dictre.h
    50 zrus.c: dictre.h
    48 find.c: dictre.h
    51 find.c: dictre.h
    49 zrustest.c: dictre.h
    52 zrustest.c: dictre.h
    50 http_dec.c: dictre.h
    53 http_dec.c: dictre.h
    51 http_dec_test.c: dictre.h
    54 http_dec_test.c: dictre.h
       
    55 prepare_meanings.c: dictre.h