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