comparison lib-src/Makefile.in.in @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents 79940b592197
children ee0959363838
comparison
equal deleted inserted replaced
818:accc481aef34 819:6504113e7c2d
85 #ifdef INSTALL_GNUSERV 85 #ifdef INSTALL_GNUSERV
86 gnuclient\ 86 gnuclient\
87 #endif 87 #endif
88 #ifdef HAVE_SHLIB 88 #ifdef HAVE_SHLIB
89 ellcc\ 89 ellcc\
90 #endif
91 #ifdef HAVE_MS_WINDOWS
92 winclient\
90 #endif 93 #endif
91 etags ctags b2m ootags 94 etags ctags b2m ootags
92 95
93 PUBLIC_INSTALLABLE_SCRIPTS=\ 96 PUBLIC_INSTALLABLE_SCRIPTS=\
94 #ifdef INSTALL_GNUSERV 97 #ifdef INSTALL_GNUSERV
355 $(CC) $(cflags) ${srcdir}/i.c $(ldflags) -o $@ 358 $(CC) $(cflags) ${srcdir}/i.c $(ldflags) -o $@
356 359
357 minitar: ${srcdir}/../nt/minitar.c 360 minitar: ${srcdir}/../nt/minitar.c
358 $(CC) $(cflags) ${srcdir}/../nt/minitar.c $(ldflags) -lz -o $@ 361 $(CC) $(cflags) ${srcdir}/../nt/minitar.c $(ldflags) -lz -o $@
359 362
363 winclient: ${srcdir}/winclient.c
364 $(CC) $(cflags) ${srcdir}/winclient.c $(ldflags) -o $@
365
360 hexl: ${srcdir}/hexl.c 366 hexl: ${srcdir}/hexl.c
361 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ 367 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@
362 368
363 make-msgfile: ${srcdir}/make-msgfile.c 369 make-msgfile: ${srcdir}/make-msgfile.c
364 $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o $@ 370 $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o $@