added depend label
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 12:02:06 +0000 (04:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 12:02:06 +0000 (04:02 -0800)
SCCS-vsn: games/adventure/Makefile 4.4
SCCS-vsn: games/backgammon/backgammon/Makefile 5.5
SCCS-vsn: games/battlestar/Makefile 1.8
SCCS-vsn: old/boggle/Makefile 5.5
SCCS-vsn: games/cribbage/Makefile 5.3
SCCS-vsn: games/mille/Makefile 5.2
SCCS-vsn: games/robots/Makefile 5.3
SCCS-vsn: games/sail/Makefile 5.3
SCCS-vsn: games/snake/snake/Makefile 5.2

usr/src/games/adventure/Makefile
usr/src/games/backgammon/backgammon/Makefile
usr/src/games/battlestar/Makefile
usr/src/games/cribbage/Makefile
usr/src/games/mille/Makefile
usr/src/games/robots/Makefile
usr/src/games/sail/Makefile
usr/src/games/snake/snake/Makefile
usr/src/old/boggle/Makefile

index 563b524..dc38858 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.3     85/09/07
+#      Makefile        4.4     87/05/31
 
 DESTDIR=
 CFILES=        done.c init.c io.c main.c save.c subr.c vocab.c wizard.c
 
 DESTDIR=
 CFILES=        done.c init.c io.c main.c save.c subr.c vocab.c wizard.c
@@ -43,6 +43,8 @@ advsaver: advsaver.s
 lint:
        lint $(CFILES) >& lint.out
 
 lint:
        lint $(CFILES) >& lint.out
 
+depend:
+
 clean:
        rm -f ${OBJS} a.out advent core errs
 
 clean:
        rm -f ${OBJS} a.out advent core errs
 
index f9550fc..fbc2dec 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS= -O -DV7 -w
 #
 DESTDIR=
 CFLAGS= -O -DV7 -w
@@ -48,3 +48,5 @@ install:
 
 clean:
        rm -f ${OBJS} ${TOBJS} backgammon teachgammon backgammon.doc errs
 
 clean:
        rm -f ${OBJS} ${TOBJS} backgammon teachgammon backgammon.doc errs
+
+depend:
index b784f86..54b4894 100644 (file)
@@ -4,7 +4,7 @@
 # the terms of the Berkeley Software License Agreement.
 #
 
 # the terms of the Berkeley Software License Agreement.
 #
 
-# @(#)Makefile 1.7 %G%
+# @(#)Makefile 1.8 %G%
 
 CFLAGS=                -O
 OBJS=          battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o \
 
 CFLAGS=                -O
 OBJS=          battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o \
@@ -40,3 +40,5 @@ man $(MAN):
 
 clean:
        rm -f $(OBJS) $(JUNKFILES)
 
 clean:
        rm -f $(OBJS) $(JUNKFILES)
+
+depend:
index f84f8ea..763fa69 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 # make file for cribbage
 #
 #
 # make file for cribbage
 #
@@ -32,6 +32,8 @@ tags: ${HDRS} ${CFILES}
        ed - tags < :ctfix
        sort tags -o tags
 
        ed - tags < :ctfix
        sort tags -o tags
 
+depend:
+
 clean:
        rm -f ${OBJS} ? a.out core crib.instr cribbage errs
 
 clean:
        rm -f ${OBJS} ? a.out core crib.instr cribbage errs
 
index 1bce628..d38aa2e 100644 (file)
@@ -78,3 +78,5 @@ lpr:
 clean:
        rm -f ${OBJS} ${POBJS} core ? a.out errs mille lint.out mille.ar \
                tags pmb
 clean:
        rm -f ${OBJS} ${POBJS} core ? a.out errs mille lint.out mille.ar \
                tags pmb
+
+depend:
index 03ab712..dce4ac7 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 DESTDIR=
 HDRS=          robot.h
 #
 DESTDIR=
 HDRS=          robot.h
@@ -28,3 +28,5 @@ install: robots
 
 clean:
        rm -f a.out core *.o robots lint.out errs
 
 clean:
        rm -f a.out core *.o robots lint.out errs
+
+depend:
index fb7c64e..c3cb05e 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 
 CTAGS = ctags -w
 #
 
 CTAGS = ctags -w
@@ -41,6 +41,8 @@ $(CFILES) $(HFILES) $(OTHERFILES):
 clean:
        rm -f $(OBJS) $(JUNKFILES)
 
 clean:
        rm -f $(OBJS) $(JUNKFILES)
 
+depend:
+
 install: sail $(TARGET)/$(LOGFILE)
        install -s -m 4755 -o $(SAILMASTER) sail $(TARGET)/sail
 
 install: sail $(TARGET)/$(LOGFILE)
        install -s -m 4755 -o $(SAILMASTER) sail $(TARGET)/sail
 
index 19a74a7..ba307ae 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -38,3 +38,5 @@ install: all
 
 clean:
        rm -f *.o ${ALL}
 
 clean:
        rm -f *.o ${ALL}
+
+depend:
index 6c56dad..f04a98b 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 #
 DESTDIR=
 CC = /bin/cc
 #
 DESTDIR=
 CC = /bin/cc
@@ -29,3 +29,5 @@ comp: comp.c
 
 clean:
        rm -f bogdict boggle comp
 
 clean:
        rm -f bogdict boggle comp
+
+depend: