summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/Makefile.in
blob: a5780ed6a9243bac252270c3c5e98a96aa84b598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#	$Id: Makefile.in,v 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: