Date: Monday July 7, 2003 @ 17:19 Author: ahn Update of /home/netrek/cvsroot/Vanilla/robots In directory swashbuckler.real-time.com:/var/tmp/cvs-serv701/robots Modified Files: Makefile.in Log Message: * Pre-T mode enhancement from Nick Slager, enabled by default. See RGN for details. **************************************** Index: Vanilla/robots/Makefile.in diff -u Vanilla/robots/Makefile.in:1.3 Vanilla/robots/Makefile.in:1.4 --- Vanilla/robots/Makefile.in:1.3 Tue May 1 21:00:20 2001 +++ Vanilla/robots/Makefile.in Mon Jul 7 17:19:56 2003 @@ -52,6 +52,10 @@ N_OBJS = newbie.o commands_newbie.o $(C_OBJS) +# pre-T server object files + +P_OBJS = pret.o commands_pret.o $(C_OBJS) + # INL Objects I_OBJS = inl.o inlcomm.o inlcmds.o gencmds.o $(C_OBJS) @@ -69,9 +73,9 @@ ${srcdir}/../ntserv/smessage.c ${srcdir}/basep.c ${srcdir}/../ntserv/wander2.c \ ${srcdir}/newbie.c ${srcdir}/inl.c ${srcdir}/inlcomm.c \ ${srcdir}/../ntserv/slotmaint.c ${srcdir}/inlcmds.c \ - ${srcdir}/../ntserv/gencmds.c + ${srcdir}/../ntserv/gencmds.c ${srcdir}/pret.c -EXECS = puck mars robotII basep newbie inl +EXECS = puck mars robotII basep newbie inl pret all: $(PMAKE) $(EXECS) @@ -90,6 +94,9 @@ newbie: $(PMAKE) $(N_OBJS) $(CC) $(CFLAGS) ${LDFLAGS} -o newbie $(N_OBJS) $(EXTRALIBS) +pret: $(PMAKE) $(P_OBJS) + $(CC) $(CFLAGS) ${LDFLAGS} -o pret $(P_OBJS) $(EXTRALIBS) + inl: $(PMAKE) $(I_OBJS) $(CC) $(CFLAGS) ${LDFLAGS} -o inl $(I_OBJS) $(EXTRALIBS) @@ -120,6 +127,9 @@ commands_newbie.o: $(PMAKE) ${srcdir}/../ntserv/commands.c $(CC) $(CFLAGS) $(DEP) -DNEWBIE -c ${srcdir}/../ntserv/commands.c -o commands_newbie.o +commands_pret.o: $(PMAKE) ${srcdir}/../ntserv/commands.c + $(CC) $(CFLAGS) $(DEP) -DPRET -c ${srcdir}/../ntserv/commands.c -o commands_pret.o + clean:: @rm -f *.o *.ln @@ -133,6 +143,7 @@ $(INSTALLPROG) $(INSTALLOPTS) robotII $(LIBDIR)/robotII $(INSTALLPROG) $(INSTALLOPTS) basep $(LIBDIR)/basep $(INSTALLPROG) $(INSTALLOPTS) newbie $(LIBDIR)/newbie + $(INSTALLPROG) $(INSTALLOPTS) pret $(LIBDIR)/pret $(INSTALLPROG) $(INSTALLOPTS) inl $(LIBDIR)/inl $(INSTALLPROG) $(INSTALLOPTS) ${srcdir}/end_tourney.pl $(LIBDIR)/end_tourney.pl $(INSTALLPROG) $(INSTALLOPTS) ${srcdir}/auto-archive.pl $(LIBDIR)/auto-archive.pl _______________________________________________ vanilla-devel mailing list vanilla-devel at us.netrek.org https://mailman.real-time.com/mailman/listinfo/vanilla-devel