Date: Monday April 30, 2001 @ 4:34 Author: cameron Update of /home/netrek/cvsroot/Vanilla/keycomp In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv20916/keycomp Modified Files: Makefile.in Log Message: Sun Apr 29 16:52:47 2001 Benjamin `Quisar' Lerman <quisar at quisar.ambre.net> * configure.in: put back AC_SUBST(INL) so that sysdef is correct. Remove the hach about INSTALL that is not necessary. Changed a few things about res-rsa so that it work outside the tree source. Move handling of with-gum so that it does not mess with INSTALL * system.mk.in, keycomp/Makefile.in, newstartd/Makefile.in, ntserv/Makefile.in, pledit/Makefile.in, robotd/Makefile.in, robots/Makefile.in, sequencer/Makefile.in, tools/Makefile.in, xsg/Makefile.in: remove OPT (CFLAGS is the way to do it), remove -lm which is already there with configure and remove the double -g. * gum/Makefile.am, gum/Makefile.in, gum/signals.c: gum.xpm is now found by gum. **************************************** Index: Vanilla/keycomp/Makefile.in diff -u Vanilla/keycomp/Makefile.in:1.1 Vanilla/keycomp/Makefile.in:1.2 --- Vanilla/keycomp/Makefile.in:1.1 Thu Apr 26 19:45:19 2001 +++ Vanilla/keycomp/Makefile.in Mon Apr 30 04:34:35 2001 @@ -17,7 +17,7 @@ SRCS = ${srcdir}/rsa_keycomp.c ${srcdir}/../ntserv/getpath.c ${srcdir}/../ntserv/data.c ${srcdir}/rsa_key2cap.c $(RANDOMC) OBJS = rsa_keycomp.o ../ntserv/getpath.o ../ntserv/data.o $(STRDUPO) $(RANDOMO) -CFLAGS = -I. -I${srcdir} $(OPT) $(MOREDEFS) $(FLAGS) $(DIRS) +CFLAGS = -I. -I${srcdir} $(MOREDEFS) $(FLAGS) $(DIRS) LINTFLAGS = -habxc $(MOREDEFS) $(FLAGS)