Lines Matching refs:SRC

35 SRC       = $(THE_SRCDIR)  macro
45 include $(SRC)\the.ver
47 docdir = $(SRC)\doc
51 $(SRC)\comm1.c \
52 $(SRC)\comm2.c \
53 $(SRC)\comm3.c \
54 $(SRC)\comm4.c \
55 $(SRC)\comm5.c
58 $(SRC)\commsos.c
61 $(SRC)\commset1.c \
62 $(SRC)\commset2.c
64 QUERY = $(SRC)\query.c
66 APPENDIX1 = $(SRC)\appendix.1
67 APPENDIX2 = $(SRC)\appendix.2
68 APPENDIX3 = $(SRC)\appendix.3
69 APPENDIX4 = $(SRC)\appendix.4
70 APPENDIX7 = $(SRC)\appendix.7
73 GLOSSARY = $(SRC)\glossary
74 OVERVIEW = $(SRC)\overview
94 CFLAGS = $(OBJCFLAG) -c -g -Wall -DEMX -DTHE_TRACE -DNOVIO -DSTDC_HEADERS -DHAVE_PROTO -I$(SRC) …
100 …3 -fomit-frame-pointer -Wall -DEMX -DNOVIO -DSTDC_HEADERS -DHAVE_PROTO -I$(SRC) $(CURSINC) $(REXXI…
109 THERES = $(SRC)\the.res
132 COMM = $(SRC)\comm1.c $(SRC)\comm2.c $(SRC)\comm3.c $(SRC)\comm4.c $(SRC)\comm5.c \
133 $(SRC)\commsos.c $(SRC)\commset1.c $(SRC)\commset2.c $(SRC)\query.c
138 echo make -f $(SRC)\gccos2.mak DEBUG=$(DEBUG) INT=$(INT) > rebuild.cmd
154 box.$(OBJTYPE): $(SRC)\box.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
155 $(CC) $(CFLAGS) $(SRC)\box.c
156 colour.$(OBJTYPE): $(SRC)\colour.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
157 $(CC) $(CFLAGS) $(SRC)\colour.c
158 comm1.$(OBJTYPE): $(SRC)\comm1.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
159 $(CC) $(CFLAGS) $(SRC)\comm1.c
160 comm2.$(OBJTYPE): $(SRC)\comm2.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
161 $(CC) $(CFLAGS) $(SRC)\comm2.c
162 comm3.$(OBJTYPE): $(SRC)\comm3.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
163 $(CC) $(CFLAGS) $(SRC)\comm3.c
164 comm4.$(OBJTYPE): $(SRC)\comm4.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
165 $(CC) $(CFLAGS) $(SRC)\comm4.c
166 comm5.$(OBJTYPE): $(SRC)\comm5.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
167 $(CC) $(CFLAGS) $(SRC)\comm5.c
168 commset1.$(OBJTYPE): $(SRC)\commset1.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
169 $(CC) $(CFLAGS) $(SRC)\commset1.c
170 commset2.$(OBJTYPE): $(SRC)\commset2.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
171 $(CC) $(CFLAGS) $(SRC)\commset2.c
172 commsos.$(OBJTYPE): $(SRC)\commsos.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
173 $(CC) $(CFLAGS) $(SRC)\commsos.c
174 cursor.$(OBJTYPE): $(SRC)\cursor.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
175 $(CC) $(CFLAGS) $(SRC)\cursor.c
176 default.$(OBJTYPE): $(SRC)\default.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
177 $(CC) $(CFLAGS) $(SRC)\default.c
178 edit.$(OBJTYPE): $(SRC)\edit.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
179 $(CC) $(CFLAGS) $(SRC)\edit.c
180 error.$(OBJTYPE): $(SRC)\error.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
181 $(CC) $(CFLAGS) $(SRC)\error.c
182 execute.$(OBJTYPE): $(SRC)\execute.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
183 $(CC) $(CFLAGS) $(SRC)\execute.c
184 linked.$(OBJTYPE): $(SRC)\linked.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
185 $(CC) $(CFLAGS) $(SRC)\linked.c
186 column.$(OBJTYPE): $(SRC)\column.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
187 $(CC) $(CFLAGS) $(SRC)\column.c
188 mouse.$(OBJTYPE): $(SRC)\mouse.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
189 $(CC) $(CFLAGS) $(SRC)\mouse.c
190 memory.$(OBJTYPE): $(SRC)\memory.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
191 $(CC) $(CFLAGS) $(SRC)\memory.c
192 nonansi.$(OBJTYPE): $(SRC)\nonansi.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
193 $(CC) $(CFLAGS) $(SRC)\nonansi.c
194 os2eas.$(OBJTYPE): $(SRC)\os2eas.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
195 $(CC) $(CFLAGS) $(SRC)\os2eas.c
196 prefix.$(OBJTYPE): $(SRC)\prefix.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
197 $(CC) $(CFLAGS) $(SRC)\prefix.c
198 print.$(OBJTYPE): $(SRC)\print.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
199 $(CC) $(CFLAGS) $(SRC)\print.c
200 reserved.$(OBJTYPE): $(SRC)\reserved.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
201 $(CC) $(CFLAGS) $(SRC)\reserved.c
202 scroll.$(OBJTYPE): $(SRC)\scroll.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
203 $(CC) $(CFLAGS) $(SRC)\scroll.c
204 show.$(OBJTYPE): $(SRC)\show.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
205 $(CC) $(CFLAGS) $(SRC)\show.c
206 sort.$(OBJTYPE): $(SRC)\sort.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
207 $(CC) $(CFLAGS) $(SRC)\sort.c
208 target.$(OBJTYPE): $(SRC)\target.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
209 $(CC) $(CFLAGS) $(SRC)\target.c
210 the.$(OBJTYPE): $(SRC)\the.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h $(SRC)\the.ver
211 $(CC) $(CFLAGS) -DTHE_VERSION=\"$(VER_DOT)\" -DTHE_VERSION_DATE=\"$(VER_DATE)\" $(SRC)\$*.c
212 util.$(OBJTYPE): $(SRC)\util.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
213 $(CC) $(CFLAGS) $(SRC)\util.c
214 commutil.$(OBJTYPE): $(SRC)\commutil.c $(SRC)\the.h $(SRC)\command.h $(SRC)\thedefs.h $(SRC)\proto.…
215 $(CC) $(CFLAGS) $(SRC)\commutil.c
216 trace.$(OBJTYPE): $(SRC)\trace.c $(SRC)\the.h $(SRC)\command.h $(SRC)\thedefs.h $(SRC)\proto.h $(SR…
217 $(CC) $(CFLAGS) $(SRC)\trace.c
218 getch.$(OBJTYPE): $(SRC)\getch.c $(SRC)\getch.h $(SRC)\thedefs.h $(SRC)\proto.h
219 $(CC) $(CFLAGS) $(SRC)\getch.c
220 query.$(OBJTYPE): $(SRC)\query.c $(SRC)\query.h $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
221 $(CC) $(CFLAGS) $(SRC)\query.c
222 query1.$(OBJTYPE): $(SRC)\query1.c $(SRC)\query.h $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
223 $(CC) $(CFLAGS) $(SRC)\query1.c
224 query2.$(OBJTYPE): $(SRC)\query2.c $(SRC)\query.h $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
225 $(CC) $(CFLAGS) $(SRC)\query2.c
226 thematch.$(OBJTYPE): $(SRC)\thematch.c $(SRC)\the.h $(SRC)\thematch.h
227 $(CC) $(CFLAGS) $(SRC)\thematch.c
228 parser.$(OBJTYPE): $(SRC)\parser.c $(SRC)\the.h $(SRC)\thedefs.h $(SRC)\proto.h
229 $(CC) $(CFLAGS) $(SRC)\parser.c
230 directry.$(OBJTYPE): $(SRC)\directry.c $(SRC)\the.h $(SRC)\directry.h $(SRC)\thedefs.h $(SRC)\proto…
231 $(CC) $(CFLAGS) $(SRC)\directry.c
232 file.$(OBJTYPE): $(SRC)\file.c $(SRC)\the.h $(SRC)\directry.h $(SRC)\thedefs.h $(SRC)\proto.h
233 $(CC) $(CFLAGS) $(SRC)\file.c
234 rexx.$(OBJTYPE): $(SRC)\rexx.c $(SRC)\the.h $(SRC)\therexx.h $(SRC)\proto.h $(SRC)\thedefs.h $(SRC)…
235 $(CC) $(CFLAGS) $(SRC)\rexx.c
236 regex.$(OBJTYPE): $(SRC)\regex.c $(SRC)\regex.h
237 $(CC) $(CFLAGS) $(SRC)\regex.c
238 mygetopt.$(OBJTYPE): $(SRC)\mygetopt.c $(SRC)\mygetopt.h
239 $(CC) $(CFLAGS) $(SRC)\mygetopt.c
242 echo run $(SRC)\makedist.cmd
249 manext.o: $(SRC)\manext.c $(SRC)\the.h
250 $(CC) -c -I$(SRC) -o manext.o $(SRC)\manext.c
254 copy $(SRC)\man2html.rex .\man2html.cmd
280 copy $(SRC)\HISTORY history.man
282 copy $(SRC)\THE_Help.txt quickref.man
297 copy $(SRC)\man2hv.rex .\man2hv.cmd
323 copy $(SRC)\HISTORY history.man
325 copy $(SRC)\THE_Help.txt quickref.man