xref: /titanic_52/usr/src/cmd/ast/libpp/Makefile.defs (revision 906afcb89d0412cc073b95c2d701a804a8cdb62c)
1*906afcb8SAndy Fiddaman#
2*906afcb8SAndy Fiddaman# This file and its contents are supplied under the terms of the
3*906afcb8SAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
4*906afcb8SAndy Fiddaman# You may only use this file in accordance with the terms of version
5*906afcb8SAndy Fiddaman# 1.0 of the CDDL.
6*906afcb8SAndy Fiddaman#
7*906afcb8SAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
8*906afcb8SAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
9*906afcb8SAndy Fiddaman# http://www.illumos.org/license/CDDL.
10*906afcb8SAndy Fiddaman#
11*906afcb8SAndy Fiddaman
12*906afcb8SAndy Fiddaman#
13*906afcb8SAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
14*906afcb8SAndy Fiddaman#
15*906afcb8SAndy Fiddaman
16*906afcb8SAndy Fiddaman# These macros should be kept synchronised with those in
17*906afcb8SAndy Fiddaman# usr/src/contrib/ast/src/lib/libpp/Makefile
18*906afcb8SAndy Fiddaman
19*906afcb8SAndy FiddamanAST_LICENSE = since=1996,author=gsf
20*906afcb8SAndy FiddamanASTLIB= libpp
21*906afcb8SAndy FiddamanASTSRC= $(C_AST)/src/lib/$(ASTLIB)
22*906afcb8SAndy FiddamanHDRGUARD= pp
23*906afcb8SAndy Fiddaman
24*906afcb8SAndy FiddamanFEATURES=
25*906afcb8SAndy FiddamanHEADERSRC= pp.h ppkey.h
26*906afcb8SAndy FiddamanHEADERGEN=
27*906afcb8SAndy FiddamanHEADERINSTALL= $(HEADERSRC) $(HEADERGEN)
28*906afcb8SAndy FiddamanLOBJDIRS=
29*906afcb8SAndy FiddamanLIBOBJS= ppargs.o ppbuiltin.o ppcall.o ppcomment.o ppcontext.o ppcontrol.o \
30*906afcb8SAndy Fiddaman	ppcpp.o ppdata.o pperror.o ppexpr.o ppfsm.o ppincref.o ppinput.o \
31*906afcb8SAndy Fiddaman	ppkey.o pplex.o ppline.o ppmacref.o ppmisc.o ppop.o pppragma.o \
32*906afcb8SAndy Fiddaman	ppprintf.o ppproto.o ppsearch.o pptrace.o
33