XEmacs 21.4.20 "Double Solitaire".
[chise/xemacs-chise.git.1] / lib-src / Makefile.in.in
index 12663b8..30fbb7b 100644 (file)
@@ -88,6 +88,9 @@ PUBLIC_INSTALLABLE_EXES=\
 #ifdef HAVE_SHLIB
  ellcc\
 #endif
+#ifdef HAVE_MS_WINDOWS
+ winclient\
+#endif
  etags ctags b2m ootags
 
 PUBLIC_INSTALLABLE_SCRIPTS=\
@@ -357,6 +360,9 @@ i: ${srcdir}/i.c
 minitar: ${srcdir}/../nt/minitar.c
        $(CC) $(cflags) ${srcdir}/../nt/minitar.c $(ldflags) -lz -o $@
 
+winclient: ${srcdir}/winclient.c
+       $(CC) $(cflags) ${srcdir}/winclient.c $(ldflags) -o $@
+
 hexl: ${srcdir}/hexl.c
        $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@
 
@@ -381,11 +387,11 @@ gnuserv: ${srcdir}/gnuserv.c gnuslib.o ${srcdir}/gnuserv.h
 ## mmencode binary is used by tm - but is really part of the metamail package
 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail
 mmencode : ${srcdir}/mmencode.c
-       $(CC) $(cflags) ${srcdir}/mmencode.c -o $@
+       $(CC) $(cflags) ${srcdir}/mmencode.c $(ldflags) -o $@
 
 
 ## The timer utility (timer.c, getdate.y) is not used in XEmacs
 ## because XEmacs provides built-in timer facilities.
 
 make-path: ${srcdir}/make-path.c ../src/config.h
-       $(CC) -Demacs $(cflags) ${srcdir}/make-path.c -o $@
+       $(CC) -Demacs $(cflags) ${srcdir}/make-path.c $(ldflags) -o $@