Makefile revision f841f6ad96ea6675d6c6b35c749eaac601799fdf
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
935N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
98N/A# ident "%Z%%M% %I% %E% SMI"
98N/A#
98N/A
235N/ALIBRARY= libpsvcplugin_psr.a
156N/AVERS= .1
156N/A
156N/AOBJECTS= psvcplugin.o
156N/A
98N/A# include library definitions
98N/Ainclude $(SRC)/lib/Makefile.lib
98N/Ainclude $(SRC)/Makefile.psm
98N/A
493N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
493N/A
98N/ASRCS= $(OBJECTS:%.o=%.c)
911N/A
952N/ALIBS = $(DYNLIB)
952N/A
911N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-880
98N/ADYNFLAGS_PLAT = /usr/platform/\$$PLATFORM/lib/picl/plugins
235N/ADYNFLAGS_SUN4U = /usr/platform/sun4u/lib/picl/plugins
493N/ADYNFLAGS_COM = /usr/lib/picl/plugins
98N/A
916N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
916N/A
916N/ACLEANFILES= $(LINTOUT) $(LINTLIB)
916N/A
98N/ACPPFLAGS += -I$(SRC)/uts/sun4u
98N/ACPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
98N/ACPPFLAGS += -D_REENTRANT
606N/A
98N/ACFLAGS += $(CCVERBOSE)
98N/ALDLIBS += -L$(SRC)/lib/libpicl/$(MACH) -L$(SRC)/lib/libpicltree/$(MACH)
98N/ALDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
606N/ALDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
606N/ADYNFLAGS += -R$(DYNFLAGS_PLAT):$(DYNFLAGS_SUN4U):$(DYNFLAGS_COM)
98N/A
493N/ALDLIBS += -lc -lpicltree -lpicl -lpsvcobj -lpsvcplugin
493N/A
98N/ALINTFLAGS +=
98N/A
98N/A.KEEP_STATE:
98N/A
908N/ASUBDIRS=
591N/A
493N/APOFILE= psvcplugin.po
493N/APOFILE_RENAME= psvcplugin_dak.po
493N/A
493N/Aall := TARGET= all
493N/Ainstall := TARGET= install
493N/Aclean := TARGET= clean
493N/Aclobber := TARGET= clobber
493N/Alint := TARGET= lint
493N/A_msg := TARGET= _msg
705N/A
493N/Aall: $(LIBS) $(LIBLINKS)
557N/A
557N/Ainstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS)
493N/A
493N/A_msg: $(MSGDOMAIN) $(POFILE)
965N/A $(RM) $(MSGDOMAIN)/$(POFILE)
965N/A $(CP) $(POFILE) $(MSGDOMAIN)/$(POFILE_RENAME)
965N/A
606N/A$(MSGDOMAIN):
606N/A $(INS.dir)
851N/A
851N/A$(LIBLINKS): FRC
851N/A $(RM) $(LIBLINKS); $(SYMLINK) $(DYNLIB) $(LIBLINKS)
851N/A
851N/A# include library targets
851N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
851N/Ainclude $(SRC)/lib/Makefile.targ
98N/A
591N/Alint :
963N/A $(LINT.c) $(SRCS)
963N/A
851N/A$(SUBDIRS): FRC
591N/A @cd $@; pwd; $(MAKE) $(TARGET)
910N/A
910N/AFRC:
910N/A