[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / pcc

File: [local] / src / usr.bin / pcc / Attic / Makefile.in (download)

Revision 1.1.1.1 (vendor branch), Sat Sep 15 18:12:23 2007 UTC (16 years, 8 months ago) by otto
Branch: ragge
CVS Tags: ragge20070915
Changes since 1.1: +0 -0 lines

Import ragge's version of PCC into our tree, so we can hack on it more
easy. ok deraadt@ miod@

#	$Id: Makefile.in,v 1.1.1.1 2007/09/15 18:12:23 otto Exp $
#
# Makefile.in for top-level of pcc.
#

@SET_MAKE@
CC=@CC@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
CPPFLAGS=@CPPFLAGS@
YACC=@YACC@
LEX=@LEX@

SUBDIR=cc

all: ${SUBDIR}

install:
	cd cc && ${MAKE} install

clean:
	cd cc && ${MAKE} clean

distclean:
	cd cc && ${MAKE} distclean
	/bin/rm -rf Makefile config.log stamp-h1 config.status \
	configure.lineno config.h autom4te.cache

${SUBDIR}: nonexistant
	cd $@ && $(MAKE) all $(MFLAGS)

nonexistant: