Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/sequencer



Date:	Friday March 12, 1999 @ 19:08
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/sequencer
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv8377/sequencer

Modified Files:
	Makefile 
Log Message:
Changes to get the server to -compile- on Solaris 2.5.1. 

There are lots of program files that #include #defined macro. I started 
to move all this stuff into config.h, where I think it should be located.



****************************************

Index: Vanilla/sequencer/Makefile
diff -u Vanilla/sequencer/Makefile:1.5 Vanilla/sequencer/Makefile:1.6
--- Vanilla/sequencer/Makefile:1.5	Fri Mar 12 11:40:34 1999
+++ Vanilla/sequencer/Makefile	Fri Mar 12 19:08:43 1999
@@ -69,28 +69,20 @@
 #####
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-../ntserv/data.o: ../ntserv/copyright.h ../ntserv/defs.h ../config.h
-../ntserv/data.o: /usr/include/string.h /usr/include/features.h
-../ntserv/data.o: /usr/include/sys/cdefs.h
-../ntserv/data.o: /usr/lib/gcc-lib/i486-linux/2.7.2.1/include/stddef.h
-../ntserv/data.o: /usr/include/sys/types.h /usr/include/linux/types.h
-../ntserv/data.o: /usr/include/linux/posix_types.h
-../ntserv/data.o: /usr/include/asm/posix_types.h /usr/include/asm/types.h
-../ntserv/data.o: /usr/include/sys/bitypes.h ../ntserv/struct.h
-../ntserv/data.o: ../ntserv/copyright.h ../ntserv/data.h ../null
-../ntserv/commands.o: /usr/include/stdio.h /usr/include/libio.h
-../ntserv/commands.o: /usr/include/_G_config.h /usr/include/sys/cdefs.h
-../ntserv/commands.o: /usr/include/features.h /usr/include/ctype.h
-../ntserv/commands.o: /usr/include/endian.h /usr/include/bytesex.h
-../ntserv/commands.o: /usr/include/string.h
-../ntserv/commands.o: /usr/lib/gcc-lib/i486-linux/2.7.2.1/include/stddef.h
-../ntserv/commands.o: /usr/include/time.h /usr/include/sys/time.h
-../ntserv/commands.o: /usr/include/linux/types.h
-../ntserv/commands.o: /usr/include/linux/posix_types.h
-../ntserv/commands.o: /usr/include/asm/posix_types.h /usr/include/asm/types.h
-../ntserv/commands.o: /usr/include/linux/time.h /usr/include/sys/types.h
-../ntserv/commands.o: /usr/include/sys/bitypes.h /usr/include/signal.h
-../ntserv/commands.o: /usr/include/linux/signal.h /usr/include/asm/signal.h
-../ntserv/commands.o: ../ntserv/defs.h ../ntserv/copyright.h ../config.h
-../ntserv/commands.o: ../ntserv/struct.h ../ntserv/copyright.h
-../ntserv/commands.o: ../ntserv/data.h
+data.o: ../ntserv/copyright.h ../ntserv/defs.h ../config.h
+data.o: /usr/include/signal.h /usr/include/sys/feature_tests.h
+data.o: /usr/include/sys/signal.h /usr/include/sys/unistd.h
+data.o: /usr/include/string.h /usr/include/sys/types.h
+data.o: /usr/include/sys/isa_defs.h /usr/include/sys/machtypes.h
+data.o: /usr/include/unistd.h /usr/include/sys/fcntl.h
+data.o: /usr/include/sys/time.h ../ntserv/struct.h ../ntserv/copyright.h
+data.o: ../ntserv/data.h
+commands.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
+commands.o: /usr/include/sys/va_list.h /usr/include/ctype.h
+commands.o: /usr/include/string.h /usr/include/time.h /usr/include/signal.h
+commands.o: /usr/include/sys/signal.h /usr/include/sys/unistd.h
+commands.o: ../ntserv/defs.h ../ntserv/copyright.h ../config.h
+commands.o: /usr/include/sys/types.h /usr/include/sys/isa_defs.h
+commands.o: /usr/include/sys/machtypes.h /usr/include/unistd.h
+commands.o: /usr/include/sys/fcntl.h /usr/include/sys/time.h
+commands.o: ../ntserv/struct.h ../ntserv/copyright.h ../ntserv/data.h