checkpoint for pmake
[unix-history] / usr / src / games / Makefile
CommitLineData
37eb54a9 1#
086d95c9 2# Copyright (c) 1988 Regents of the University of California.
25702fae 3# All rights reserved.
37eb54a9 4#
25702fae 5# Redistribution and use in source and binary forms are permitted
57a981eb
KB
6# provided that the above copyright notice and this paragraph are
7# duplicated in all such forms and that any documentation,
8# advertising materials, and other materials related to such
9# distribution and use acknowledge that the software was developed
10# by the University of California, Berkeley. The name of the
11# University may not be used to endorse or promote products derived
12# from this software without specific prior written permission.
13# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
25702fae 16#
086d95c9 17# @(#)Makefile 5.13 (Berkeley) %G%
c2f9db1e
KM
18#
19DESTDIR=
c2f9db1e 20
086d95c9
KB
21SUBDIR= adventure arithmetic atc backgammon battlestar bcd \
22 boggle canfield cribbage dm doctor factor fish \
23 fortune gnuchess hack hangman hunt larn mille monop number \
24 phantasia quiz rain robots rogue sail snake trek wargames \
25 worm worms wump games.${MACHINE}
583192f1 26
086d95c9
KB
27all clean cleandir depend install lint tags: FRC
28 @-for i in ${SUBDIR}; do \
29 (echo "==> $$i"; \
30 cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); done
c2f9db1e 31
f0f83cf4 32${SUBDIR}: FRC
086d95c9 33 cd $@; make ${MFLAGS} DESTDIR=${DESTDIR}
c2f9db1e 34
25702fae 35FRC: