head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	92.11.29.16.29.28;	author md;	state Exp;
branches;
next	1.2;

1.2
date	92.11.29.16.06.07;	author md;	state Exp;
branches;
next	1.1;

1.1
date	88.12.09.19.18.42;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@fix install rules
@
text
@#$Header: /usr/src/ibm/lib/RCS/Makefile,v 1.2 1992/11/29 16:06:07 md Exp md $
#$ACIS:Makefile 12.0$
#$Source: /usr/src/ibm/lib/RCS/Makefile,v $
DESTDIR=
#SUBDIR=pmp tools
SUBDIR=
IDIR=${DESTDIR}/usr/ibm/lib

all: ${SUBDIR}

${SUBDIR}: FRC
	cd $@@; make ${MFLAGS}
FRC:

install: all ${IDIR}
	install -c -m 644 afpa.ucode ${IDIR}/afpa.ucode
#	for i in ${SUBDIR}; do \
#		(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done

${IDIR}:
	mkdir $@@

clean:
	for i in ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} clean ); done
@


1.2
log
@remove pmp and tools subdirs since they don't compile.
@
text
@d1 1
a1 1
#$Header: /usr/src/ibm/lib/RCS/Makefile,v 1.1 1988/12/09 19:18:42 md Exp md $
a15 2
	for i in ${SUBDIR}; do \
		(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
d17 2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#$Header:Makefile 12.0$
d3 1
a3 1
#$Source: /ibm/acis/usr/src/ibm/lib/RCS/Makefile,v $
d5 2
a6 1
SUBDIR=pmp tools
@
