NetBSD/dist/pcc/Makefile.in
2008-02-10 20:04:50 +00:00

34 lines
517 B
Makefile

# $Id: Makefile.in,v 1.1.1.2 2008/02/10 20:04:50 ragge Exp $
#
# Makefile.in for top-level of pcc.
#
@SET_MAKE@
VPATH=@srcdir@
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: