Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
667N/A#
667N/A# CDDL HEADER START
667N/A#
667N/A# The contents of this file are subject to the terms of the
667N/A# Common Development and Distribution License (the "License").
667N/A# You may not use this file except in compliance with the License.
667N/A#
667N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
667N/A# or http://www.opensolaris.org/os/licensing.
667N/A# See the License for the specific language governing permissions
667N/A# and limitations under the License.
667N/A#
667N/A# When distributing Covered Code, include this CDDL HEADER in each
667N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
667N/A# If applicable, add the following below this CDDL HEADER, with the
667N/A# fields enclosed by brackets "[]" replaced with your own identifying
667N/A# information: Portions Copyright [yyyy] [name of copyright owner]
667N/A#
667N/A# CDDL HEADER END
667N/A#
667N/A#
667N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
667N/A# Use is subject to license terms.
667N/A#
667N/A# ident "%Z%%M% %I% %E% SMI"
667N/A#
667N/A
667N/ALIBRARY = bsd_cascade.a
667N/AVERS=.1
844N/A
844N/AOBJECTS = cascade.o
667N/A
1258N/Ainclude ../../../../../lib/Makefile.lib
667N/Ainclude ../../../Makefile.sp
667N/A
667N/A# There should be a mapfile here
667N/AMAPFILES =
667N/A
667N/AROOTLIBDIR= $(ROOT)/usr/lib/print/bsd-adaptor
667N/A
667N/A#CPPFLAGS += -I$(LPINC)
667N/ACPPFLAGS += -I$(NPRTINC)
667N/ALDLIBS += -lprint -lc # with XFN API
667N/A#LDLIBS += $(LIBCLS) $(LIBPRT) $(LIBMSG)
667N/A
667N/ALIBS = $(DYNLIB) # could be += for static and dynamic
667N/ASRCS= $(OBJECTS:%.o=%.c)
667N/A
667N/ACLOBBERFILES= llib-lbsd_cascade.a.ln lint.out
667N/A
667N/A.KEEP_STATE:
667N/A
667N/Aall : $(LIBS)
install: $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
cstyle:
cstyle $(SRCS)
lint:
$(LINT.c) $(SRCS)
strip:
_msg:
@echo "Messages are made in usr/src/cmd/print"
$(ROOTLIBDIR):
$(INS.dir)
include ../../../../../lib/Makefile.targ