xref: /illumos-gate/usr/src/lib/libstmfproxy/Makefile (revision 241c90a0)
145039663SJohn Forte#
245039663SJohn Forte# CDDL HEADER START
345039663SJohn Forte#
445039663SJohn Forte# The contents of this file are subject to the terms of the
545039663SJohn Forte# Common Development and Distribution License (the "License").
645039663SJohn Forte# You may not use this file except in compliance with the License.
745039663SJohn Forte#
845039663SJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
945039663SJohn Forte# or http://www.opensolaris.org/os/licensing.
1045039663SJohn Forte# See the License for the specific language governing permissions
1145039663SJohn Forte# and limitations under the License.
1245039663SJohn Forte#
1345039663SJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
1445039663SJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1545039663SJohn Forte# If applicable, add the following below this CDDL HEADER, with the
1645039663SJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
1745039663SJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
1845039663SJohn Forte#
1945039663SJohn Forte# CDDL HEADER END
2045039663SJohn Forte#
2145039663SJohn Forte#
2245039663SJohn Forte# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2345039663SJohn Forte# Use is subject to license terms.
2445039663SJohn Forte#
2545039663SJohn Forte
2645039663SJohn Forteinclude ../Makefile.lib
2745039663SJohn Forte
2845039663SJohn ForteSUBDIRS = $(MACH)
2945039663SJohn Forte$(BUILD64)SUBDIRS += $(MACH64)
3045039663SJohn Forte
3145039663SJohn Forteall :=		TARGET= all
3245039663SJohn Forteclean :=	TARGET= clean
3345039663SJohn Forteclobber :=	TARGET= clobber
3445039663SJohn Forteinstall :=	TARGET= install
3545039663SJohn Forteinstall_h :=	TARGET= install_h
3645039663SJohn Forte
3745039663SJohn Forte
3845039663SJohn ForteHDRS=		libstmfproxy.h
3945039663SJohn ForteHDRDIR=         common
4045039663SJohn Forte
4145039663SJohn Forte.KEEP_STATE:
4245039663SJohn Forte
43*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
4445039663SJohn Forte
4545039663SJohn Forteinstall_h: $(ROOTHDRS)
4645039663SJohn Forte
4745039663SJohn Fortecheck: $(CHECKHDRS)
4845039663SJohn Forte
4945039663SJohn Forte$(SUBDIRS): FRC
5045039663SJohn Forte	@cd $@; pwd; $(MAKE) $(TARGET)
5145039663SJohn Forte
5245039663SJohn ForteFRC:
5345039663SJohn Forte
5445039663SJohn Forteinclude ../Makefile.targ
55