home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
rcs-5.6.0.1-src.lha
/
rcs-5.6.0.1
/
Makefile
< prev
next >
Wrap
Makefile
|
1989-06-28
|
300b
|
21 lines
SUBDIR= src man
DESTDIR=
all: ${SUBDIR}
${SUBDIR}: FRC
cd $@; make ${MFLAGS} DESTDIR=${DESTDIR}
install:
for i in ${SUBDIR}; do \
(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); \
done
clean:
for i in ${SUBDIR}; do \
(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} clean); \
done
FRC: