xref: /titanic_52/usr/src/cmd/ast/libsum/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/libsum/Makefile
18*906afcb8SAndy Fiddaman
19*906afcb8SAndy FiddamanAST_LICENSE = since=1996,author=gsf
20*906afcb8SAndy FiddamanASTLIB= libsum
21*906afcb8SAndy FiddamanASTSRC= $(C_AST)/src/lib/$(ASTLIB)
22*906afcb8SAndy FiddamanHDRGUARD= sum
23*906afcb8SAndy Fiddaman
24*906afcb8SAndy FiddamanFEATURES= sum
25*906afcb8SAndy FiddamanHEADERSRC= sum.h
26*906afcb8SAndy FiddamanHEADERGEN=
27*906afcb8SAndy FiddamanHEADERINSTALL= $(HEADERSRC) $(HEADERGEN)
28*906afcb8SAndy FiddamanLOBJDIRS=
29*906afcb8SAndy FiddamanLIBOBJS= sumlib.o
30