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