0
|
1 #
|
|
2 # $Id: Makefile.in,v 1.18 2004/05/21 16:39:32 aono Exp $
|
|
3 #
|
|
4
|
|
5 #
|
|
6 # FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 # This file is part of FreeWnn.
|
|
8 #
|
|
9 # Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
10 # 1987, 1988, 1989, 1990, 1991, 1992
|
|
11 # Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
12 # Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
13 # Copyright FreeWnn Project 1999, 2000, 2001, 2002, 2003, 2004
|
|
14 #
|
|
15 # Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>
|
|
16 #
|
|
17 # This program is free software; you can redistribute it and/or modify
|
|
18 # it under the terms of the GNU General Public License as published by
|
|
19 # the Free Software Foundation; either version 2 of the License, or
|
|
20 # (at your option) any later version.
|
|
21 #
|
|
22 # This program is distributed in the hope that it will be useful,
|
|
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
25 # GNU General Public License for more details.
|
|
26 #
|
|
27 # You should have received a copy of the GNU General Public License
|
|
28 # along with this program; if not, write to the Free Software
|
|
29 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
30 #
|
|
31
|
|
32 include @top_builddir@/makerule.mk
|
|
33 top_srcdir = @top_srcdir@
|
|
34 top_builddir = @top_builddir@
|
|
35
|
|
36 INSTALL = @INSTALL@ $(INSTALLFLAGS)
|
|
37
|
|
38 JSERVERDEFINES = -DJSERVER -DWRITE_CHECK
|
|
39 INCLUDES = -I$(CWNNINCLUDESRC) -I$(top_builddir)
|
|
40 DEFINES = $(CWNNDEFINES) $(JSERVERDEFINES) $(WNNTERM) $(CWNNLANGDEF)
|
|
41 LOCAL_INSTFLAGS = $(INSTUIDFLAGS) -o $(WNNOWNER)
|
|
42 SERVERINITDEF = -DSERVER_INIT_FILE=\"/$(CWNNLANG)/cserverrc\"
|
|
43 HINSIDEFINE = -DHINSIDATA_FILE=\"/$(CWNNLANG)/cixing.data\"
|
|
44 TSERVERINITDEF = -DSERVER_INIT_FILE=\"/$(TWNNLANG)/tserverrc\"
|
|
45 THINSIDEFINE = -DHINSIDATA_FILE=\"/$(TWNNLANG)/cixing.data\"
|
|
46 WRAPLIB = @WRAPLIB@
|
|
47
|
|
48 HDRS = ddefine.h de_header.h fzk.h kaiseki.h
|
|
49
|
|
50 SRC0 = de.c
|
|
51 SRC1= dispatch.c do_dic_env.c do_dic_no.c do_filecom.c error.c jbiki.c jbiki_b.c jishoop.c rd_jishoop.c readfile.c b_index.c jishosub.c jmt0.c mknode0.c mknode1.c mknode2.c renbn_kai.c bnsetu_kai.c daibn_kai.c jikouho.c jikouho_d.c fzk.c atojis.c get_kaiarea.c snd_rcv.c do_henkan.c do_henkan1.c do_env.c do_hindo_s.c initjserv.c hinsi_list.c sisheng.c w_string.c
|
|
52
|
|
53 OBJ0= de.o
|
|
54 OBJ1= dispatch.o do_dic_env.o do_dic_no.o do_filecom.o error.o jbiki.o jbiki_b.o jishoop.o rd_jishoop.o readfile.o b_index.o jishosub.o jmt0.o mknode0.o mknode1.o mknode2.o renbn_kai.o bnsetu_kai.o daibn_kai.o jikouho.o jikouho_d.o fzk.o atojis.o get_kaiarea.o snd_rcv.o do_henkan.o do_henkan1.o do_env.o do_hindo_s.o initjserv.o hinsi_list.o sisheng.o w_string.o
|
|
55
|
|
56 SRC3= $(CWNNJLIBSRC)/wnnerrmsg.c
|
|
57 OBJ3= wnnerrmsg.o
|
|
58
|
|
59 SRC4= $(CWNNETCSRC)/strings.c
|
|
60 OBJ4= strings.o
|
|
61 SRC5= $(CWNNETCSRC)/sstrings.c
|
|
62 OBJ5= sstrings.o
|
|
63 SRC6= $(CWNNETCSRC)/bdic.c
|
|
64 OBJ6= bdic.o
|
|
65 SRC7= $(CWNNETCSRC)/dic_atojis.c
|
|
66 OBJ7= dic_atojis.o
|
|
67 SRCGETHINSI= $(CWNNETCSRC)/gethinsi.c
|
|
68 OBJGETHINSI= gethinsi.o
|
|
69 SRC9= $(CWNNETCSRC)/revdic.c
|
|
70 OBJ9= revdic.o
|
|
71 SRC10= $(CWNNETCSRC)/hindo.c
|
|
72 OBJ10= hindo.o
|
|
73 SRC11= $(CWNNETCSRC)/pwd.c
|
|
74 OBJ11= pwd.o
|
|
75 SRC12= $(CWNNETCSRC)/bcopy.c
|
|
76 OBJ12= bcopy.o
|
|
77 SRC13= $(CWNNETCSRC)/msg.c
|
|
78 OBJ13= msg.o
|
|
79 SRC14= $(CWNNETCSRC)/xutoj.c
|
|
80 OBJ14= xutoj.o
|
|
81 SRC20= $(CWNNETCSRC)/getopt.c
|
|
82 OBJ20= getopt.o
|
|
83 SRC21= $(CWNNETCSRC)/getopt1.c
|
|
84 OBJ21= getopt1.o
|
|
85 TSRC0= de_t.c
|
|
86 TOBJ0= de_t.o
|
|
87 TSRCGETHINSI= gethinsi_t.c
|
|
88 TOBJGETHINSI= gethinsi_t.o
|
|
89 OBJSUPPORT = @JS_SUPPORTOBJS@
|
|
90 TSRCS= $(TSRC0) $(TSRCGETHINSI)
|
|
91 SRCS= $(SRC0) $(SRC1) $(SRC3) $(SRC4) $(SRC5) $(SRC6) $(SRC7) \
|
|
92 $(SRCGETHINSI) $(SRC9) $(SRC10) $(SRC11) $(SRC12) $(SRC13) $(SRC14) \
|
|
93 $(SRC20) $(SRC21) $(TSRCS)
|
|
94
|
|
95 OBJS= $(OBJ0) $(OBJ1) $(OBJ3) $(OBJ4) $(OBJ5) $(OBJ6) $(OBJ7) \
|
|
96 $(OBJGETHINSI) $(OBJ9) $(OBJ10) $(OBJ11) $(OBJ12) $(OBJ13) $(OBJ14) \
|
|
97 $(OBJ20) $(OBJ21) $(OBJSUPPORT)
|
|
98
|
|
99 TOBJS= $(TOBJ0) $(OBJ1) $(OBJ3) $(OBJ4) $(OBJ5) $(OBJ6) $(OBJ7) \
|
|
100 $(TOBJGETHINSI) $(OBJ9) $(OBJ10) $(OBJ11) $(OBJ12) $(OBJ13) $(OBJ14) \
|
|
101 $(OBJ20) $(OBJ21) $(OBJSUPPORT)
|
|
102
|
|
103 all:: $(HDRS) $(SRC0) $(SRC1) $(TSRCS) cserver tserver
|
|
104
|
|
105 #all:: cserver
|
|
106
|
|
107 #all:: tserver
|
|
108
|
|
109 cserver: $(OBJS)
|
|
110 $(RM) $@
|
|
111 $(LIBTOOL) --mode=link $(CCLINK) -o $@ $(LDOPTIONS) $(OBJS) @LIBS@ $(WRAPLIB)
|
|
112
|
|
113 clean::
|
|
114 $(RM) cserver
|
|
115 $(RM) -r .libs
|
|
116 $(RM) *.lo *.la
|
|
117
|
|
118 tserver: $(TOBJS)
|
|
119 $(RM) $@
|
|
120 $(LIBTOOL) --mode=link $(CCLINK) -o $@ $(LDOPTIONS) $(TOBJS) @LIBS@ $(WRAPLIB)
|
|
121
|
|
122 clean::
|
|
123 $(RM) tserver
|
|
124 $(RM) -r .libs
|
|
125 $(RM) *.lo *.la
|
|
126
|
|
127 instserver:: install
|
|
128
|
|
129 install:: cserver
|
|
130 @if [ -d $(DESTDIR)$(CWNNBINDIR) ]; then set +x; \
|
|
131 else (set -x; $(MKDIRHIER) $(DESTDIR)$(CWNNBINDIR)); fi
|
|
132 $(LIBTOOL) --mode=install $(INSTALL) $(INSTPGMFLAGS) $(LOCAL_INSTFLAGS) cserver $(DESTDIR)$(CWNNBINDIR)/cserver
|
|
133
|
|
134 install:: tserver
|
|
135 @if [ -d $(DESTDIR)$(CWNNBINDIR) ]; then set +x; \
|
|
136 else (set -x; $(MKDIRHIER) $(DESTDIR)$(CWNNBINDIR)); fi
|
|
137 $(LIBTOOL) --mode=install $(INSTALL) $(INSTPGMFLAGS) $(LOCAL_INSTFLAGS) tserver $(DESTDIR)$(CWNNBINDIR)/tserver
|
|
138
|
|
139 includes:: $(HDRS) $(SRC0) $(SRC1) $(TSRCS)
|
|
140
|
|
141 $(TSRC0): $(SRC0)
|
|
142 $(RM) $@
|
|
143 $(LN) $? $@
|
|
144
|
|
145 $(TSRCGETHINSI): $(SRCGETHINSI)
|
|
146 $(RM) $@
|
|
147 $(LN) $? $@
|
|
148
|
|
149 ddefine.h: $(WNNJSERVERSRC)/ddefine.h
|
|
150 $(RM) $@
|
|
151 $(LN) $? $@
|
|
152
|
|
153 includes:: ddefine.h
|
|
154
|
|
155 depend:: ddefine.h
|
|
156
|
|
157 clean::
|
|
158 $(RM) ddefine.h
|
|
159
|
|
160 de_header.h: $(WNNJSERVERSRC)/de_header.h
|
|
161 $(RM) $@
|
|
162 $(LN) $? $@
|
|
163
|
|
164 includes:: de_header.h
|
|
165
|
|
166 depend:: de_header.h
|
|
167
|
|
168 clean::
|
|
169 $(RM) de_header.h
|
|
170
|
|
171 fzk.h: $(WNNJSERVERSRC)/fzk.h
|
|
172 $(RM) $@
|
|
173 $(LN) $? $@
|
|
174
|
|
175 includes:: fzk.h
|
|
176
|
|
177 depend:: fzk.h
|
|
178
|
|
179 clean::
|
|
180 $(RM) fzk.h
|
|
181
|
|
182 kaiseki.h: $(WNNJSERVERSRC)/kaiseki.h
|
|
183 $(RM) $@
|
|
184 $(LN) $? $@
|
|
185
|
|
186 includes:: kaiseki.h
|
|
187
|
|
188 depend:: kaiseki.h
|
|
189
|
|
190 clean::
|
|
191 $(RM) kaiseki.h
|
|
192
|
|
193 de.c: $(WNNJSERVERSRC)/de.c
|
|
194 $(RM) $@
|
|
195 $(LN) $? $@
|
|
196
|
|
197 includes:: de.c
|
|
198
|
|
199 depend:: de.c
|
|
200
|
|
201 clean::
|
|
202 $(RM) de.c
|
|
203
|
|
204 dispatch.c: $(WNNJSERVERSRC)/dispatch.c
|
|
205 $(RM) $@
|
|
206 $(LN) $? $@
|
|
207
|
|
208 includes:: dispatch.c
|
|
209
|
|
210 depend:: dispatch.c
|
|
211
|
|
212 clean::
|
|
213 $(RM) dispatch.c
|
|
214
|
|
215 do_dic_env.c: $(WNNJSERVERSRC)/do_dic_env.c
|
|
216 $(RM) $@
|
|
217 $(LN) $? $@
|
|
218
|
|
219 includes:: do_dic_env.c
|
|
220
|
|
221 depend:: do_dic_env.c
|
|
222
|
|
223 clean::
|
|
224 $(RM) do_dic_env.c
|
|
225
|
|
226 do_dic_no.c: $(WNNJSERVERSRC)/do_dic_no.c
|
|
227 $(RM) $@
|
|
228 $(LN) $? $@
|
|
229
|
|
230 includes:: do_dic_no.c
|
|
231
|
|
232 depend:: do_dic_no.c
|
|
233
|
|
234 clean::
|
|
235 $(RM) do_dic_no.c
|
|
236
|
|
237 do_filecom.c: $(WNNJSERVERSRC)/do_filecom.c
|
|
238 $(RM) $@
|
|
239 $(LN) $? $@
|
|
240
|
|
241 includes:: do_filecom.c
|
|
242
|
|
243 depend:: do_filecom.c
|
|
244
|
|
245 clean::
|
|
246 $(RM) do_filecom.c
|
|
247
|
|
248 error.c: $(WNNJSERVERSRC)/error.c
|
|
249 $(RM) $@
|
|
250 $(LN) $? $@
|
|
251
|
|
252 includes:: error.c
|
|
253
|
|
254 depend:: error.c
|
|
255
|
|
256 clean::
|
|
257 $(RM) error.c
|
|
258
|
|
259 jbiki.c: $(WNNJSERVERSRC)/jbiki.c
|
|
260 $(RM) $@
|
|
261 $(LN) $? $@
|
|
262
|
|
263 includes:: jbiki.c
|
|
264
|
|
265 depend:: jbiki.c
|
|
266
|
|
267 clean::
|
|
268 $(RM) jbiki.c
|
|
269
|
|
270 jbiki_b.c: $(WNNJSERVERSRC)/jbiki_b.c
|
|
271 $(RM) $@
|
|
272 $(LN) $? $@
|
|
273
|
|
274 includes:: jbiki_b.c
|
|
275
|
|
276 depend:: jbiki_b.c
|
|
277
|
|
278 clean::
|
|
279 $(RM) jbiki_b.c
|
|
280
|
|
281 jishoop.c: $(WNNJSERVERSRC)/jishoop.c
|
|
282 $(RM) $@
|
|
283 $(LN) $? $@
|
|
284
|
|
285 includes:: jishoop.c
|
|
286
|
|
287 depend:: jishoop.c
|
|
288
|
|
289 clean::
|
|
290 $(RM) jishoop.c
|
|
291
|
|
292 rd_jishoop.c: $(WNNJSERVERSRC)/rd_jishoop.c
|
|
293 $(RM) $@
|
|
294 $(LN) $? $@
|
|
295
|
|
296 includes:: rd_jishoop.c
|
|
297
|
|
298 depend:: rd_jishoop.c
|
|
299
|
|
300 clean::
|
|
301 $(RM) rd_jishoop.c
|
|
302
|
|
303 readfile.c: $(WNNJSERVERSRC)/readfile.c
|
|
304 $(RM) $@
|
|
305 $(LN) $? $@
|
|
306
|
|
307 includes:: readfile.c
|
|
308
|
|
309 depend:: readfile.c
|
|
310
|
|
311 clean::
|
|
312 $(RM) readfile.c
|
|
313
|
|
314 b_index.c: $(WNNJSERVERSRC)/b_index.c
|
|
315 $(RM) $@
|
|
316 $(LN) $? $@
|
|
317
|
|
318 includes:: b_index.c
|
|
319
|
|
320 depend:: b_index.c
|
|
321
|
|
322 clean::
|
|
323 $(RM) b_index.c
|
|
324
|
|
325 jishosub.c: $(WNNJSERVERSRC)/jishosub.c
|
|
326 $(RM) $@
|
|
327 $(LN) $? $@
|
|
328
|
|
329 includes:: jishosub.c
|
|
330
|
|
331 depend:: jishosub.c
|
|
332
|
|
333 clean::
|
|
334 $(RM) jishosub.c
|
|
335
|
|
336 jmt0.c: $(WNNJSERVERSRC)/jmt0.c
|
|
337 $(RM) $@
|
|
338 $(LN) $? $@
|
|
339
|
|
340 includes:: jmt0.c
|
|
341
|
|
342 depend:: jmt0.c
|
|
343
|
|
344 clean::
|
|
345 $(RM) jmt0.c
|
|
346
|
|
347 mknode0.c: $(WNNJSERVERSRC)/mknode0.c
|
|
348 $(RM) $@
|
|
349 $(LN) $? $@
|
|
350
|
|
351 includes:: mknode0.c
|
|
352
|
|
353 depend:: mknode0.c
|
|
354
|
|
355 clean::
|
|
356 $(RM) mknode0.c
|
|
357
|
|
358 mknode1.c: $(WNNJSERVERSRC)/mknode1.c
|
|
359 $(RM) $@
|
|
360 $(LN) $? $@
|
|
361
|
|
362 includes:: mknode1.c
|
|
363
|
|
364 depend:: mknode1.c
|
|
365
|
|
366 clean::
|
|
367 $(RM) mknode1.c
|
|
368
|
|
369 mknode2.c: $(WNNJSERVERSRC)/mknode2.c
|
|
370 $(RM) $@
|
|
371 $(LN) $? $@
|
|
372
|
|
373 includes:: mknode2.c
|
|
374
|
|
375 depend:: mknode2.c
|
|
376
|
|
377 clean::
|
|
378 $(RM) mknode2.c
|
|
379
|
|
380 renbn_kai.c: $(WNNJSERVERSRC)/renbn_kai.c
|
|
381 $(RM) $@
|
|
382 $(LN) $? $@
|
|
383
|
|
384 includes:: renbn_kai.c
|
|
385
|
|
386 depend:: renbn_kai.c
|
|
387
|
|
388 clean::
|
|
389 $(RM) renbn_kai.c
|
|
390
|
|
391 bnsetu_kai.c: $(WNNJSERVERSRC)/bnsetu_kai.c
|
|
392 $(RM) $@
|
|
393 $(LN) $? $@
|
|
394
|
|
395 includes:: bnsetu_kai.c
|
|
396
|
|
397 depend:: bnsetu_kai.c
|
|
398
|
|
399 clean::
|
|
400 $(RM) bnsetu_kai.c
|
|
401
|
|
402 daibn_kai.c: $(WNNJSERVERSRC)/daibn_kai.c
|
|
403 $(RM) $@
|
|
404 $(LN) $? $@
|
|
405
|
|
406 includes:: daibn_kai.c
|
|
407
|
|
408 depend:: daibn_kai.c
|
|
409
|
|
410 clean::
|
|
411 $(RM) daibn_kai.c
|
|
412
|
|
413 jikouho.c: $(WNNJSERVERSRC)/jikouho.c
|
|
414 $(RM) $@
|
|
415 $(LN) $? $@
|
|
416
|
|
417 includes:: jikouho.c
|
|
418
|
|
419 depend:: jikouho.c
|
|
420
|
|
421 clean::
|
|
422 $(RM) jikouho.c
|
|
423
|
|
424 jikouho_d.c: $(WNNJSERVERSRC)/jikouho_d.c
|
|
425 $(RM) $@
|
|
426 $(LN) $? $@
|
|
427
|
|
428 includes:: jikouho_d.c
|
|
429
|
|
430 depend:: jikouho_d.c
|
|
431
|
|
432 clean::
|
|
433 $(RM) jikouho_d.c
|
|
434
|
|
435 fzk.c: $(WNNJSERVERSRC)/fzk.c
|
|
436 $(RM) $@
|
|
437 $(LN) $? $@
|
|
438
|
|
439 includes:: fzk.c
|
|
440
|
|
441 depend:: fzk.c
|
|
442
|
|
443 clean::
|
|
444 $(RM) fzk.c
|
|
445
|
|
446 atojis.c: $(WNNJSERVERSRC)/atojis.c
|
|
447 $(RM) $@
|
|
448 $(LN) $? $@
|
|
449
|
|
450 includes:: atojis.c
|
|
451
|
|
452 depend:: atojis.c
|
|
453
|
|
454 clean::
|
|
455 $(RM) atojis.c
|
|
456
|
|
457 get_kaiarea.c: $(WNNJSERVERSRC)/get_kaiarea.c
|
|
458 $(RM) $@
|
|
459 $(LN) $? $@
|
|
460
|
|
461 includes:: get_kaiarea.c
|
|
462
|
|
463 depend:: get_kaiarea.c
|
|
464
|
|
465 clean::
|
|
466 $(RM) get_kaiarea.c
|
|
467
|
|
468 snd_rcv.c: $(WNNJSERVERSRC)/snd_rcv.c
|
|
469 $(RM) $@
|
|
470 $(LN) $? $@
|
|
471
|
|
472 includes:: snd_rcv.c
|
|
473
|
|
474 depend:: snd_rcv.c
|
|
475
|
|
476 clean::
|
|
477 $(RM) snd_rcv.c
|
|
478
|
|
479 do_henkan.c: $(WNNJSERVERSRC)/do_henkan.c
|
|
480 $(RM) $@
|
|
481 $(LN) $? $@
|
|
482
|
|
483 includes:: do_henkan.c
|
|
484
|
|
485 depend:: do_henkan.c
|
|
486
|
|
487 clean::
|
|
488 $(RM) do_henkan.c
|
|
489
|
|
490 do_henkan1.c: $(WNNJSERVERSRC)/do_henkan1.c
|
|
491 $(RM) $@
|
|
492 $(LN) $? $@
|
|
493
|
|
494 includes:: do_henkan1.c
|
|
495
|
|
496 depend:: do_henkan1.c
|
|
497
|
|
498 clean::
|
|
499 $(RM) do_henkan1.c
|
|
500
|
|
501 do_env.c: $(WNNJSERVERSRC)/do_env.c
|
|
502 $(RM) $@
|
|
503 $(LN) $? $@
|
|
504
|
|
505 includes:: do_env.c
|
|
506
|
|
507 depend:: do_env.c
|
|
508
|
|
509 clean::
|
|
510 $(RM) do_env.c
|
|
511
|
|
512 do_hindo_s.c: $(WNNJSERVERSRC)/do_hindo_s.c
|
|
513 $(RM) $@
|
|
514 $(LN) $? $@
|
|
515
|
|
516 includes:: do_hindo_s.c
|
|
517
|
|
518 depend:: do_hindo_s.c
|
|
519
|
|
520 clean::
|
|
521 $(RM) do_hindo_s.c
|
|
522
|
|
523 initjserv.c: $(WNNJSERVERSRC)/initjserv.c
|
|
524 $(RM) $@
|
|
525 $(LN) $? $@
|
|
526
|
|
527 includes:: initjserv.c
|
|
528
|
|
529 depend:: initjserv.c
|
|
530
|
|
531 clean::
|
|
532 $(RM) initjserv.c
|
|
533
|
|
534 hinsi_list.c: $(WNNJSERVERSRC)/hinsi_list.c
|
|
535 $(RM) $@
|
|
536 $(LN) $? $@
|
|
537
|
|
538 includes:: hinsi_list.c
|
|
539
|
|
540 depend:: hinsi_list.c
|
|
541
|
|
542 clean::
|
|
543 $(RM) hinsi_list.c
|
|
544
|
|
545 sisheng.c: $(WNNJSERVERSRC)/sisheng.c
|
|
546 $(RM) $@
|
|
547 $(LN) $? $@
|
|
548
|
|
549 includes:: sisheng.c
|
|
550
|
|
551 depend:: sisheng.c
|
|
552
|
|
553 clean::
|
|
554 $(RM) sisheng.c
|
|
555
|
|
556 w_string.c: $(WNNJSERVERSRC)/w_string.c
|
|
557 $(RM) $@
|
|
558 $(LN) $? $@
|
|
559
|
|
560 includes:: w_string.c
|
|
561
|
|
562 depend:: w_string.c
|
|
563
|
|
564 clean::
|
|
565 $(RM) w_string.c
|
|
566
|
|
567 $(OBJ0) : $(SRC0)
|
|
568 $(CC) -c $(CFLAGS) $(SERVERINITDEF) ./`basename $@ .o`.c
|
|
569
|
|
570 $(OBJ3) : $(SRC3)
|
|
571 $(CC) -c $(CFLAGS) $(CWNNJLIBSRC)/`basename $@ .o`.c
|
|
572
|
|
573 $(OBJ4) : $(SRC4)
|
|
574 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
575
|
|
576 $(OBJ5) : $(SRC5)
|
|
577 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
578
|
|
579 $(OBJ6) : $(SRC6)
|
|
580 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
581
|
|
582 $(OBJ7) : $(SRC7)
|
|
583 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
584
|
|
585 $(OBJGETHINSI) : $(SRCGETHINSI)
|
|
586 $(CC) -c $(CFLAGS) $(HINSIDEFINE) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
587
|
|
588 $(OBJ9) : $(SRC9)
|
|
589 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
590
|
|
591 $(OBJ10) : $(SRC10)
|
|
592 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
593
|
|
594 $(OBJ11) : $(SRC11)
|
|
595 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
596
|
|
597 $(OBJ12) : $(SRC12)
|
|
598 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
599
|
|
600 $(OBJ13) : $(SRC13)
|
|
601 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
602
|
|
603 $(OBJ14) : $(SRC14)
|
|
604 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
605
|
|
606 $(OBJ20) : $(SRC20) $(CWNNINCLUDESRC)/getopt.h
|
|
607 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
608
|
|
609 $(OBJ21) : $(SRC21) $(CWNNINCLUDESRC)/getopt.h
|
|
610 $(CC) -c $(CFLAGS) $(CWNNETCSRC)/`basename $@ .o`.c
|
|
611
|
|
612 vasprintf.o : $(WNNETCSRC)/vasprintf.c
|
|
613 $(CC) -c $(CFLAGS) $?
|
|
614
|
|
615 mkdir.o : $(WNNETCSRC)/mkdir.c
|
|
616 $(CC) -c $(CFLAGS) $?
|
|
617
|
|
618 $(TOBJ0) : $(TSRC0)
|
|
619 $(CC) -c $(CFLAGS) $(TSERVERINITDEF) $(TWNNLANGDEF) ./`basename $@ .o`.c
|
|
620
|
|
621 $(TOBJGETHINSI) : $(TSRCGETHINSI)
|
|
622 $(CC) -c $(CFLAGS) $(THINSIDEFINE) $(TWNNLANGDEF) ./`basename $@ .o`.c
|
|
623
|
|
624 depend:: .depend
|
|
625
|
|
626 clean::
|
|
627 $(RM) $(HDRS) $(SRC0) $(SRC1) $(TSRCS)
|