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