Date: Monday April 30, 2001 @ 4:34 Author: cameron Update of /home/netrek/cvsroot/Vanilla/tools In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv20916/tools 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/tools/Makefile.in diff -u Vanilla/tools/Makefile.in:1.2 Vanilla/tools/Makefile.in:1.3 --- Vanilla/tools/Makefile.in:1.2 Fri Apr 27 21:42:34 2001 +++ Vanilla/tools/Makefile.in Mon Apr 30 04:34:36 2001 @@ -14,7 +14,7 @@ # this is for revised ntserv/struct.h -CFLAGS = $(OPT) $(EXTRAINCS) $(DIRS) $(FLAGS) -I. -I${srcdir} +CFLAGS = $(EXTRAINCS) $(DIRS) $(FLAGS) -I. -I${srcdir} #LIBCURSES = -lcurses LIBS = $(EXTRALIBS) @@ -127,7 +127,7 @@ # gcc seems to compile working executables (TC) # scores: scores.o $(GETPATH) $(STRUCTS) - $(CC) -o $@ $(CFLAGS) ${LDFLAGS} scores.o $(GETPATH) $(LIBS) ../ntserv/ltd_stats.o -lm + $(CC) -o $@ $(CFLAGS) ${LDFLAGS} scores.o $(GETPATH) $(LIBS) ../ntserv/ltd_stats.o # gcc -o $@ $(CFLAGS) -g scores.o -L/usr/users/terence/lib # cp scores /usr/users/terence/bin/trekscores @@ -153,7 +153,7 @@ $(CC) -o $@ $(CFLAGS) ${LDFLAGS} keyman.o $(GETPATH) $(LIBS) fun: $(RANDOMO) fun.o $(STRUCTS) $(M_OBJS) - $(CC) -o $@ $(CFLAGS) ${LDFLAGS} fun.o $(RANDOMO) $(M_OBJS) $(LIBS) -lm + $(CC) -o $@ $(CFLAGS) ${LDFLAGS} fun.o $(RANDOMO) $(M_OBJS) $(LIBS) convert: $(GETPATH) convert.o $(STRUCTS) $(CC) -o $@ $(CFLAGS) ${LDFLAGS} convert.o $(GETPATH) $(LIBS)