Makefile revision f6e214c7418f43af38bd8c3a557e3d0a1d311cfa
155N/A#
155N/A# CDDL HEADER START
155N/A#
155N/A# The contents of this file are subject to the terms of the
155N/A# Common Development and Distribution License (the "License").
155N/A# You may not use this file except in compliance with the License.
155N/A#
155N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
155N/A# or http://www.opensolaris.org/os/licensing.
155N/A# See the License for the specific language governing permissions
155N/A# and limitations under the License.
155N/A#
155N/A# When distributing Covered Code, include this CDDL HEADER in each
155N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155N/A# If applicable, add the following below this CDDL HEADER, with the
155N/A# fields enclosed by brackets "[]" replaced with your own identifying
155N/A# information: Portions Copyright [yyyy] [name of copyright owner]
155N/A#
155N/A# CDDL HEADER END
155N/A#
3882N/A#
155N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
155N/A#
155N/A
485N/AMODULE = software-response
485N/ACLASS = common
277N/A
277N/Ainclude ../Makefile.com
277N/A
277N/ASWRP_SRCS = swrp_main.c
155N/A
1531N/ASUBRP_SRCS = $(SMF_RP_SRCS)
155N/A
618N/ASRCS = $(SWRP_SRCS) $(CMN_SRCS:%=../%) $(SUBRP_SRCS:%=../%)
155N/A
155N/Ainclude ../../../Makefile.plugin
844N/A
1531N/ACFLAGS += $(INCS)
155N/ALINTFLAGS += $(INCS)
1273N/ALDLIBS += -L$(ROOTLIB)/fm -ltopo -lscf
3562N/ALDFLAGS += -R/usr/lib/fm
155N/A