Makefile revision f6e214c7418f43af38bd8c3a557e3d0a1d311cfa
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# CDDL HEADER START
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
1c6c57c5efaae13729ff45427c8aebef7219a7e4nd# The contents of this file are subject to the terms of the
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# Common Development and Distribution License (the "License").
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# You may not use this file except in compliance with the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding#
031b91a62d25106ae69d4693475c79618dd5e884fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
031b91a62d25106ae69d4693475c79618dd5e884fielding# or http://www.opensolaris.org/os/licensing.
031b91a62d25106ae69d4693475c79618dd5e884fielding# See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding# and limitations under the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# When distributing Covered Code, include this CDDL HEADER in each
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# If applicable, add the following below this CDDL HEADER, with the
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# fields enclosed by brackets "[]" replaced with your own identifying
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# information: Portions Copyright [yyyy] [name of copyright owner]
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# CDDL HEADER END
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq#
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqinclude ../Makefile.lib
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqcommon_SUBDIRS = \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmd_agent \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libdiagcode \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libdiskstatus \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libseslog \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmd_adm \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmd_log \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmd_msg \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmd_snmp \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmevent \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq .WAIT \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libfmnotify \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq topo
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqsparc_SUBDIRS = \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libmdesc \
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq libldom
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqi386_SUBDIRS =
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqSUBDIRS = $(common_SUBDIRS) $($(MACH)_SUBDIRS)
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqlibldom: libmdesc libfmd_agent
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqlibfmd_snmp: libfmd_adm topo
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqtopo: $($(MACH)_SUBDIRS) libfmd_agent libdiskstatus
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq
53463cef28766dd8c9cc3c5948569b7cc1d898c0niqinclude ./Makefile.subdirs
53463cef28766dd8c9cc3c5948569b7cc1d898c0niq