xref: /illumos-gate/usr/src/lib/libipmi/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
19113a79cSeschrock#
29113a79cSeschrock# CDDL HEADER START
39113a79cSeschrock#
49113a79cSeschrock# The contents of this file are subject to the terms of the
59113a79cSeschrock# Common Development and Distribution License (the "License").
69113a79cSeschrock# You may not use this file except in compliance with the License.
79113a79cSeschrock#
89113a79cSeschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99113a79cSeschrock# or http://www.opensolaris.org/os/licensing.
109113a79cSeschrock# See the License for the specific language governing permissions
119113a79cSeschrock# and limitations under the License.
129113a79cSeschrock#
139113a79cSeschrock# When distributing Covered Code, include this CDDL HEADER in each
149113a79cSeschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159113a79cSeschrock# If applicable, add the following below this CDDL HEADER, with the
169113a79cSeschrock# fields enclosed by brackets "[]" replaced with your own identifying
179113a79cSeschrock# information: Portions Copyright [yyyy] [name of copyright owner]
189113a79cSeschrock#
199113a79cSeschrock# CDDL HEADER END
209113a79cSeschrock#
219113a79cSeschrock#
229113a79cSeschrock# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
239113a79cSeschrock# Use is subject to license terms.
249113a79cSeschrock#
25*241c90a0SRichard Lowe
269113a79cSeschrock#
279113a79cSeschrock# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
289113a79cSeschrock# Use is subject to license terms.
299113a79cSeschrock#
309113a79cSeschrock
319113a79cSeschrockinclude		../Makefile.lib
329113a79cSeschrock
339113a79cSeschrockHDRS=		libipmi.h
349113a79cSeschrock
359113a79cSeschrockHDRDIR=		common
369113a79cSeschrock
379113a79cSeschrockSUBDIRS=	$(MACH)
389113a79cSeschrock$(BUILD64)SUBDIRS += $(MACH64)
399113a79cSeschrock
409113a79cSeschrockall :=		TARGET= all
419113a79cSeschrockclean :=	TARGET= clean
429113a79cSeschrockclobber :=	TARGET= clobber
439113a79cSeschrockinstall :=	TARGET= install
449113a79cSeschrock
459113a79cSeschrock.KEEP_STATE:
469113a79cSeschrock
47*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
489113a79cSeschrock
499113a79cSeschrockinstall_h: $(ROOTHDRS)
509113a79cSeschrock
519113a79cSeschrockcheck: $(CHECKHDRS)
529113a79cSeschrock
539113a79cSeschrock$(SUBDIRS): FRC
549113a79cSeschrock	@cd $@; pwd; $(MAKE) $(TARGET)
559113a79cSeschrock
569113a79cSeschrockFRC:
579113a79cSeschrock
589113a79cSeschrockinclude ../Makefile.targ
59