1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12LIBRARY = libscf.a 13VERS = .1 14 15OBJECTS = \ 16 error.o \ 17 lowlevel.o \ 18 midlevel.o \ 19 notify_params.o \ 20 highlevel.o \ 21 scf_tmpl.o \ 22 scf_type.o 23 24include $(SRC)/lib/Makefile.lib 25 26LIBS = $(DYNLIB) 27 28CERRWARN += -_gcc=-Wno-switch 29CERRWARN += -_gcc=-Wno-char-subscripts 30CERRWARN += -_gcc=-Wno-unused-label 31CERRWARN += -_gcc=-Wno-parentheses 32CERRWARN += $(CNOWARN_UNINIT) 33 34# not linted 35SMATCH=off 36