#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
include ../../Makefile.cmd
RCM_SRC = \
$(COMMON)/rcm_event.c \
$(COMMON)/rcm_main.c \
$(COMMON)/rcm_impl.c \
$(COMMON)/rcm_subr.c \
$(COMMON)/rcm_lock.c \
RCM_OBJ = \
COMMON_MOD_SRC = \
$(COMMON)/filesys_rcm.c \
$(COMMON)/dump_rcm.c \
$(COMMON)/swap_rcm.c \
$(COMMON)/network_rcm.c \
$(COMMON)/vlan_rcm.c \
$(COMMON)/vnic_rcm.c \
$(COMMON)/ibpart_rcm.c \
$(COMMON)/aggr_rcm.c \
$(COMMON)/cluster_rcm.c \
$(COMMON)/pool_rcm.c \
$(COMMON)/mpxio_rcm.c \
$(COMMON)/ip_anon_rcm.c \
COMMON_MOD_OBJ = \
ip_rcm.o \
COMMON_RCM_MODS = \
CPPFLAGS += -I..
# install specifics
$(ROOTLIB_RCM) \
$(ROOTLIB_RCM_DAEMON) \
$(ROOTLIB_RCM_MOD) \
$(ROOTLIB_RCM_MODULES) \
$(ROOTLIB_RCM_SCRIPT) \
$(ROOTETC_RCM) \
$(ROOTETC_RCM_SCRIPT) \
FRC:
include ../../Makefile.targ
$(POST_PROCESS)
%.o: $(COMMON)/%.c
$(COMPILE.c) -o $@ $<
$(ROOTLIB_RCM):
$(INS.dir)
$(ROOTLIB_RCM)/%: %
$(INS.file)
$(ROOTLIB_RCM_MOD):
$(INS.dir)
$(ROOTLIB_RCM_MOD)/%: %
$(INS.file)
$(INS.dir)
$(ROOTETC_RCM):
$(INS.dir)
$(INS.dir)
$(ROOTLIB_RCM_SCRIPT)/%: $(COMMON)/%
$(INS.file)