Makefile revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# CDDL HEADER START
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# The contents of this file are subject to the terms of the
29949e866e40b95795203f3ee46f44a197c946e4stevel# Common Development and Distribution License (the "License").
29949e866e40b95795203f3ee46f44a197c946e4stevel# You may not use this file except in compliance with the License.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
29949e866e40b95795203f3ee46f44a197c946e4stevel# or http://www.opensolaris.org/os/licensing.
29949e866e40b95795203f3ee46f44a197c946e4stevel# See the License for the specific language governing permissions
29949e866e40b95795203f3ee46f44a197c946e4stevel# and limitations under the License.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# When distributing Covered Code, include this CDDL HEADER in each
29949e866e40b95795203f3ee46f44a197c946e4stevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29949e866e40b95795203f3ee46f44a197c946e4stevel# If applicable, add the following below this CDDL HEADER, with the
29949e866e40b95795203f3ee46f44a197c946e4stevel# fields enclosed by brackets "[]" replaced with your own identifying
29949e866e40b95795203f3ee46f44a197c946e4stevel# information: Portions Copyright [yyyy] [name of copyright owner]
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel# CDDL HEADER END
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevel#
193974072f41a843678abf5f61979c748687e66bSherry Moore# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
29949e866e40b95795203f3ee46f44a197c946e4stevel#
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevelinclude ../Makefile.lib
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevelcommon_SUBDIRS = \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmd_agent \
29949e866e40b95795203f3ee46f44a197c946e4stevel libdiagcode \
29949e866e40b95795203f3ee46f44a197c946e4stevel libdiskstatus \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmd_adm \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmd_log \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmd_msg \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmd_snmp \
29949e866e40b95795203f3ee46f44a197c946e4stevel libfmevent \
29949e866e40b95795203f3ee46f44a197c946e4stevel topo
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevelsparc_SUBDIRS = \
29949e866e40b95795203f3ee46f44a197c946e4stevel libmdesc \
29949e866e40b95795203f3ee46f44a197c946e4stevel libldom
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4steveli386_SUBDIRS =
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevelSUBDIRS = $(common_SUBDIRS) $($(MACH)_SUBDIRS)
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevellibldom: libmdesc libfmd_agent
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevellibfmd_snmp: libfmd_adm topo
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4steveltopo: $($(MACH)_SUBDIRS) libfmd_agent libdiskstatus
29949e866e40b95795203f3ee46f44a197c946e4stevel
29949e866e40b95795203f3ee46f44a197c946e4stevelinclude ./Makefile.subdirs
29949e866e40b95795203f3ee46f44a197c946e4stevel