]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/libcpp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / cc / libcpp / Makefile
1 # $FreeBSD$
2
3 # Use our headers in preference to ones from ../cc_tools.
4 CFLAGS+=        -I${.CURDIR} -I.
5
6 .include "../Makefile.inc"
7
8 .PATH: ${GCCLIB}/libcpp
9
10 LIB=    cpp
11 SRCS=   localedir.h
12 SRCS+=  charset.c directives.c errors.c expr.c files.c \
13         identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
14         pch.c symtab.c traditional.c
15 INTERNALLIB=
16 WARNS?= 1
17
18 localedir.h:    Makefile
19         echo    '#define LOCALEDIR "/usr/share/locale"' > localedir.h
20 SRCS+=          localedir.h
21 CLEANFILES+=    localedir.h
22
23 .include <bsd.lib.mk>