Develop and Download Open Source Software

Browse Subversion Repository

Contents of /whitaker/data/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (show annotations) (download)
Thu Nov 3 04:59:24 2011 UTC (12 years, 4 months ago) by ohkubo-k
File size: 641 byte(s)
111009 release
1 include ../../makefile.defs
2
3 LS_BODY = ../../ls/output/ls-body.html
4 OUTTMP = $(OUT_DIR)/whitaker.morph.txt.raw
5 OUTPUT = $(OUT_DIR)/whitaker.morph.txt
6 DICT_OUTPUT = $(OUT_DIR)/whitaker-dict.html
7 XMLMORPH_OUTPUT = $(OUT_DIR)/whitaker.morph.xml
8
9 all: $(OUTPUT)
10
11 $(OUTTMP): INFLECTS.LAT DICTLINE.GEN UNIQUES.LAT $(LS_BODY)
12 $(JAVA) -Xmx2000M clsepw.whitaker.MorphByWhitaker INFLECTS.LAT DICTLINE.GEN UNIQUES.LAT $(LS_BODY) $(DICT_OUTPUT) $(XMLMORPH_OUTPUT) \
13 > $(OUTTMP)
14
15 $(OUTPUT): $(OUTTMP)
16 sort -f -t , -k 1 $(OUTTMP) | uniq \
17 > $(OUTPUT)
18
19 clean:
20 rm -f $(OUTTMP) $(OUTPUT) $(DICT_OUTPUT) $(XMLMORPH_OUTPUT)
21 rm -f $(OUT_DIR)/noref?.txt

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26