12264Sjacobs# 22264Sjacobs# CDDL HEADER START 32264Sjacobs# 42264Sjacobs# The contents of this file are subject to the terms of the 52264Sjacobs# Common Development and Distribution License (the "License"). 62264Sjacobs# You may not use this file except in compliance with the License. 72264Sjacobs# 82264Sjacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92264Sjacobs# or http://www.opensolaris.org/os/licensing. 102264Sjacobs# See the License for the specific language governing permissions 112264Sjacobs# and limitations under the License. 122264Sjacobs# 132264Sjacobs# When distributing Covered Code, include this CDDL HEADER in each 142264Sjacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152264Sjacobs# If applicable, add the following below this CDDL HEADER, with the 162264Sjacobs# fields enclosed by brackets "[]" replaced with your own identifying 172264Sjacobs# information: Portions Copyright [yyyy] [name of copyright owner] 182264Sjacobs# 192264Sjacobs# CDDL HEADER END 202264Sjacobs# 212264Sjacobs# 22*7132Sps29005# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 232264Sjacobs# Use is subject to license terms. 242264Sjacobs# 252264Sjacobs# ident "%Z%%M% %I% %E% SMI" 262264Sjacobs# 272264Sjacobs 282264SjacobsLIBRARY = libpapi.a 292264SjacobsVERS = .0 302264SjacobsOBJECTS = job.o nss.o printer.o psm.o service.o 312264Sjacobs 322264Sjacobsinclude ../../../Makefile.lib 332264Sjacobsinclude ../../../Makefile.rootfs 342264Sjacobs 352522SrafSRCDIR = ../common 362522Sraf 372264SjacobsROOTLIBDIR= $(ROOT)/usr/lib 382264Sjacobs 392264SjacobsLIBS = $(DYNLIB) 402264Sjacobs 412264Sjacobs$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) 422264Sjacobs 432522SrafMAPFILES = $(SRCDIR)/mapfile 442264Sjacobs 452264SjacobsCFLAGS += $(CCVERBOSE) 462264SjacobsCPPFLAGS += -I$(SRCDIR) 472264SjacobsCPPFLAGS += -I../../libpapi-common/common 482264SjacobsCPPFLAGS += -DNSS_SOLARIS 49*7132Sps29005LDLIBS += -lc 502264Sjacobs 512264Sjacobs.KEEP_STATE: 522264Sjacobs 532264Sjacobsall: $(LIBS) 542264Sjacobs 552264Sjacobslint: lintcheck 562264Sjacobs 572264Sjacobsinclude ../../../Makefile.targ 58