1*b4dd7d09SAndy Fiddaman# 2*b4dd7d09SAndy Fiddaman# This file and its contents are supplied under the terms of the 3*b4dd7d09SAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0. 4*b4dd7d09SAndy Fiddaman# You may only use this file in accordance with the terms of version 5*b4dd7d09SAndy Fiddaman# 1.0 of the CDDL. 6*b4dd7d09SAndy Fiddaman# 7*b4dd7d09SAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this 8*b4dd7d09SAndy Fiddaman# source. A copy of the CDDL is also available via the Internet at 9*b4dd7d09SAndy Fiddaman# http://www.illumos.org/license/CDDL. 10*b4dd7d09SAndy Fiddaman# 11*b4dd7d09SAndy Fiddaman 12*b4dd7d09SAndy Fiddaman# 13*b4dd7d09SAndy Fiddaman# Copyright 2021 OmniOS Community Edition (OmniOSce) Association. 14*b4dd7d09SAndy Fiddaman# 15*b4dd7d09SAndy Fiddaman 16*b4dd7d09SAndy Fiddaman# These macros should be kept synchronised with those in 17*b4dd7d09SAndy Fiddaman# usr/src/contrib/ast/src/lib/libsum/Makefile 18*b4dd7d09SAndy Fiddaman 19*b4dd7d09SAndy FiddamanAST_LICENSE = since=1996,author=gsf 20*b4dd7d09SAndy FiddamanASTLIB= libsum 21*b4dd7d09SAndy FiddamanASTSRC= $(C_AST)/src/lib/$(ASTLIB) 22*b4dd7d09SAndy FiddamanHDRGUARD= sum 23*b4dd7d09SAndy Fiddaman 24*b4dd7d09SAndy FiddamanFEATURES= sum 25*b4dd7d09SAndy FiddamanHEADERSRC= sum.h 26*b4dd7d09SAndy FiddamanHEADERGEN= 27*b4dd7d09SAndy FiddamanHEADERINSTALL= $(HEADERSRC) $(HEADERGEN) 28*b4dd7d09SAndy FiddamanLOBJDIRS= 29*b4dd7d09SAndy FiddamanLIBOBJS= sumlib.o 30