efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# CDDL HEADER START
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# The contents of this file are subject to the terms of the
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# Common Development and Distribution License (the "License").
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# You may not use this file except in compliance with the License.
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# or http://www.opensolaris.org/os/licensing.
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# See the License for the specific language governing permissions
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# and limitations under the License.
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# When distributing Covered Code, include this CDDL HEADER in each
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# If applicable, add the following below this CDDL HEADER, with the
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence# CDDL HEADER END
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence#
13cfc9727689eaa4573ca1edb5dd32f9adc5e18cYuri Pankov# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy#
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrenceinclude ../../../Makefile.lib
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrenceinclude ../../Makefile.lib
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrence
199767f8919635c4928607450d9e0abb932109ceToomas SoomeFMHDRS = libtopo.h topo_mod.h topo_hc.h topo_list.h topo_method.h
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas SoomeHDRDIR = common
3bbf88b3546192f29c18986b9fb8a19ff364a4eaToomas Soome
5080145bebcdf447671b26bba8c9815a208dff4fGarrett D'AmoreSUBDIRS = $(MACH)
bdbfb1bdb002684cc55dabb341ab4445575a26dfGarrett D'Amore$(BUILD64)SUBDIRS += $(MACH64)
bdbfb1bdb002684cc55dabb341ab4445575a26dfGarrett D'Amore
bdbfb1bdb002684cc55dabb341ab4445575a26dfGarrett D'Amoreall := TARGET = all
bdbfb1bdb002684cc55dabb341ab4445575a26dfGarrett D'Amoreclean := TARGET = clean
13cfc9727689eaa4573ca1edb5dd32f9adc5e18cYuri Pankovclobber := TARGET = clobber
13cfc9727689eaa4573ca1edb5dd32f9adc5e18cYuri Pankovinstall := TARGET = install
efd4c9b63ad77503c101fc6c2ed8ba96c9d52964Steve Lawrencelint := TARGET = lint
d583b39bfb4e2571d3e41097c5c357ffe353ad45John Wren Kennedystub := TARGET = stub
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedystubinstall := TARGET = stubinstall
9f9230833b50b8271840dc2c12bd1e94d9df7d12Alexander Pyhalov
fd43cf6ea90d0f421f98ca45675340de695681acHans Rosenfeld.KEEP_STATE:
all clean clobber lint stub stubinstall: $(SUBDIRS)
install: install_h .WAIT $(SUBDIRS)
install_h: $(ROOTFMHDRS)
check: $(CHECKHDRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../../../Makefile.targ
include ../../Makefile.targ