Makefile
changeset 22 0b923f95df16
parent 17 d95d9e7a2b81
child 25 8d524bb8dcea
--- a/Makefile	Sat Sep 01 21:49:41 2007 +0200
+++ b/Makefile	Sat Sep 01 23:52:38 2007 +0200
@@ -9,7 +9,7 @@
 
 
 all: dictre idx2index trim-nou8 ia5 asciiigi-utf8-akcenton zprocess \
-	zparsetext zrustest http_dec_test
+	zparsetext zrustest http_dec_test prepare_meanings
 
 idx2index: idx2index.o dict.o
 trim-nou8: trim-nou8.c
@@ -32,6 +32,9 @@
 http_dec_test: http_dec_test.o http_dec.o
 	$(CXX) -o $@ $^ $(ICULIBS)
 
+prepare_meanings: prepare_meanings.o find.o dict.o
+	$(CC) -o $@ $^
+
 dict.c: dictre.h
 write.c: dictre.h
 load.c: dictre.h
@@ -49,3 +52,4 @@
 zrustest.c: dictre.h
 http_dec.c: dictre.h
 http_dec_test.c: dictre.h
+prepare_meanings.c: dictre.h