Research V7 development
authorKen Thompson <ken@research.uucp>
Fri, 26 Jan 1979 19:37:23 +0000 (14:37 -0500)
committerKen Thompson <ken@research.uucp>
Fri, 26 Jan 1979 19:37:23 +0000 (14:37 -0500)
Work on file usr/sys/conf/makefile

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v7

usr/sys/conf/makefile [new file with mode: 0644]

diff --git a/usr/sys/conf/makefile b/usr/sys/conf/makefile
new file mode 100644 (file)
index 0000000..9ea19a0
--- /dev/null
@@ -0,0 +1,29 @@
+unix:  l.o mch.o c.o ../sys/LIB1 ../dev/LIB2
+       ld -o unix -X -i l.o mch.o c.o ../sys/LIB1 ../dev/LIB2
+
+all:
+       cd ../sys; cc -c -O *.c; mklib; rm *.o
+       cd ../dev; cc -c -O *.c; mklib; rm *.o
+
+mch.o: mch0.s mch.s
+       as -o mch.o mch0.s mch.s
+
+allsystems:
+       mkconf <hphtconf
+       make unix
+       mv unix hphtunix
+       mkconf <hptmconf
+       make unix
+       mv unix hptmunix
+       mkconf <rptmconf
+       make unix
+       mv unix rptmunix
+       mkconf <rphtconf
+       make unix
+       mv unix rphtunix
+       mkconf <rktmconf
+       make unix
+       mv unix rktmunix
+       mkconf <rkhtconf
+       make unix
+       mv unix rkhtunix