xref: /onnv-gate/usr/src/lib/libadutils/Makefile (revision 9565:f0422a11592c)
18040SBaban.Kenkre@Sun.COM#
28040SBaban.Kenkre@Sun.COM# CDDL HEADER START
38040SBaban.Kenkre@Sun.COM#
48040SBaban.Kenkre@Sun.COM# The contents of this file are subject to the terms of the
58040SBaban.Kenkre@Sun.COM# Common Development and Distribution License (the "License").
68040SBaban.Kenkre@Sun.COM# You may not use this file except in compliance with the License.
78040SBaban.Kenkre@Sun.COM#
88040SBaban.Kenkre@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98040SBaban.Kenkre@Sun.COM# or http://www.opensolaris.org/os/licensing.
108040SBaban.Kenkre@Sun.COM# See the License for the specific language governing permissions
118040SBaban.Kenkre@Sun.COM# and limitations under the License.
128040SBaban.Kenkre@Sun.COM#
138040SBaban.Kenkre@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
148040SBaban.Kenkre@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
158040SBaban.Kenkre@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
168040SBaban.Kenkre@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
178040SBaban.Kenkre@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
188040SBaban.Kenkre@Sun.COM#
198040SBaban.Kenkre@Sun.COM# CDDL HEADER END
208040SBaban.Kenkre@Sun.COM#
218040SBaban.Kenkre@Sun.COM#
22*8804SJulian.Pullen@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
238040SBaban.Kenkre@Sun.COM# Use is subject to license terms.
248040SBaban.Kenkre@Sun.COM#
258040SBaban.Kenkre@Sun.COM
268040SBaban.Kenkre@Sun.COMinclude $(SRC)/lib/Makefile.lib
278040SBaban.Kenkre@Sun.COM
288040SBaban.Kenkre@Sun.COMSUBDIRS	=	$(MACH)
298040SBaban.Kenkre@Sun.COM$(BUILD64)SUBDIRS += $(MACH64)
308040SBaban.Kenkre@Sun.COM
318040SBaban.Kenkre@Sun.COMall := 		TARGET = all
328040SBaban.Kenkre@Sun.COMclean :=	TARGET = clean
338040SBaban.Kenkre@Sun.COMclobber :=	TARGET = clobber
348040SBaban.Kenkre@Sun.COMinstall	:=	TARGET = install
358040SBaban.Kenkre@Sun.COMlint :=		TARGET = lint
368040SBaban.Kenkre@Sun.COM
378040SBaban.Kenkre@Sun.COM.KEEP_STATE:
388040SBaban.Kenkre@Sun.COM
398040SBaban.Kenkre@Sun.COMall clean clobber install lint: $(SUBDIRS)
408040SBaban.Kenkre@Sun.COM
418040SBaban.Kenkre@Sun.COMcheck:		$(CHECKHDRS)
428040SBaban.Kenkre@Sun.COM
438040SBaban.Kenkre@Sun.COM$(SUBDIRS): FRC
448040SBaban.Kenkre@Sun.COM	@cd $@; pwd; $(MAKE) $(TARGET)
458040SBaban.Kenkre@Sun.COM
468040SBaban.Kenkre@Sun.COMFRC:
478040SBaban.Kenkre@Sun.COM
488040SBaban.Kenkre@Sun.COMinclude $(SRC)/Makefile.msg.targ
498040SBaban.Kenkre@Sun.COMinclude $(SRC)/lib/Makefile.targ
50