xref: /dflybsd-src/gnu/usr.bin/cc47/libcpp/Makefile (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*b450dd39SJohn MarinoGCC_NO_PATH=	# defined
2*b450dd39SJohn MarinoLOCAL_CONFIG=	# defined
3*b450dd39SJohn Marino.include "../Makefile.inc"
4*b450dd39SJohn Marino.PATH: ${GCCDIR}/libcpp
5*b450dd39SJohn Marino
6*b450dd39SJohn MarinoLIB=		cpp
7*b450dd39SJohn MarinoINTERNALLIB=	YES
8*b450dd39SJohn Marino
9*b450dd39SJohn MarinoCFLAGS+=	-Duchar="unsigned char"
10*b450dd39SJohn MarinoCFLAGS+=	-DHWI_TYPE="${HWI_TYPE}"
11*b450dd39SJohn Marino
12*b450dd39SJohn MarinoSRCS=	charset.c \
13*b450dd39SJohn Marino	directives-only.c \
14*b450dd39SJohn Marino	directives.c \
15*b450dd39SJohn Marino	errors.c \
16*b450dd39SJohn Marino	expr.c \
17*b450dd39SJohn Marino	files.c \
18*b450dd39SJohn Marino	identifiers.c \
19*b450dd39SJohn Marino	init.c \
20*b450dd39SJohn Marino	lex.c \
21*b450dd39SJohn Marino	line-map.c \
22*b450dd39SJohn Marino	macro.c \
23*b450dd39SJohn Marino	mkdeps.c \
24*b450dd39SJohn Marino	pch.c \
25*b450dd39SJohn Marino	symtab.c \
26*b450dd39SJohn Marino	traditional.c
27*b450dd39SJohn Marino
28*b450dd39SJohn Marino#generated
29*b450dd39SJohn MarinoSRCS+=	localedir.h
30*b450dd39SJohn Marino
31*b450dd39SJohn Marinolocaledir.h:
32*b450dd39SJohn Marino	touch $@
33*b450dd39SJohn Marino
34*b450dd39SJohn MarinoCLEANFILES=	localedir.h
35*b450dd39SJohn Marino
36*b450dd39SJohn Marino.include <bsd.lib.mk>
37