View | Details | Raw Unified | Return to issue 8762
Collapse All | Expand All

(-)lingucomponent/source/thesaurus/parser/makefile.mk (-9 / +6 lines)
Lines 74-82 Link Here
74
74
75
# --- Settings -----------------------------------------------------
75
# --- Settings -----------------------------------------------------
76
#get the common variables set
76
#get the common variables set
77
.INCLUDE :  svpre.mk
78
.INCLUDE :  settings.mk
77
.INCLUDE :  settings.mk
79
.INCLUDE :  sv.mk
80
78
81
# --- Files --------------------------------------------------------
79
# --- Files --------------------------------------------------------
82
80
Lines 102-114 Link Here
102
APP1DEPN=
100
APP1DEPN=
103
APP1DEF=
101
APP1DEF=
104
102
105
ALL:	\
103
# --- Targets ------------------------------------------------------
106
	ALLTAR			\
104
#get the main target and lots off subtargets...
105
.INCLUDE :  target.mk
106
107
ALLTAR:	\
107
	th_en_US.don
108
	th_en_US.don
108
109
109
110
110
th_en_US: $(BIN)$/$(ATHENCODE) wordlist.txt trimthes.txt
111
th_en_US: $(BIN)$/$(ATHENCODE) wordlist.txt trimthes.txt
111
	$(BIN)$/$(ATHENCODE) ${SRC_ROOT}$/$(PRJNAME)$/source$/thesaurus$/parser ${SRC_ROOT}$/$(PRJNAME)$/${INPATH}$/bin
112
	$(WRAPPERCMD) $(BIN)$/$(ATHENCODE) ${SRC_ROOT}$/$(PRJNAME)$/source$/thesaurus$/parser ${SRC_ROOT}$/$(PRJNAME)$/${INPATH}$/bin
112
113
113
th_en_US.don: th_en_US
114
th_en_US.don: th_en_US
114
	@-$(TOUCH) $(@)
115
	@-$(TOUCH) $(@)
Lines 120-128 Link Here
120
trimthes.txt:	trimthes.zip
121
trimthes.txt:	trimthes.zip
121
	jar xf trimthes.zip
122
	jar xf trimthes.zip
122
123
123
124
# --- Targets ------------------------------------------------------
125
#get the main target and lots off subtargets...
126
.INCLUDE :  target.mk
127
124
128
125

Return to issue 8762