BSD 4_1_snap development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 19 Oct 1980 09:39:51 +0000 (01:39 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 19 Oct 1980 09:39:51 +0000 (01:39 -0800)
Work on file usr/src/games/cribbage/makefile

Synthesized-from: CSRG/cd1/4.1.snap

usr/src/games/cribbage/makefile [new file with mode: 0644]

diff --git a/usr/src/games/cribbage/makefile b/usr/src/games/cribbage/makefile
new file mode 100644 (file)
index 0000000..13cb654
--- /dev/null
@@ -0,0 +1,21 @@
+OBJS=  crib.o support.o cards.o score.o io.o
+TOBJS= test.o cards.o score.o io.o
+CFLAGS=        -O
+
+all: cribbage crib.instr
+
+cribbage:      ${OBJS}
+               ${CC} ${CFLAGS} -o cribbage ${OBJS}
+
+test:          ${TOBJS}
+               ${CC} ${CFLAGS} -o test ${TOBJS}
+
+crib.o:                deck.h  cribbage.h
+support.o:     deck.h  cribbage.h
+test.o:                deck.h
+cards.o:       deck.h
+score.o:       deck.h
+io.o:          deck.h
+
+crib.instr: cribbage.n macro
+               nroff cribbage.n > crib.instr