xref: /onnv-gate/usr/src/lib/libdisasm/Makefile (revision 5198:a4512bf4070e)
11545Seschrock#
21545Seschrock# CDDL HEADER START
31545Seschrock#
41545Seschrock# The contents of this file are subject to the terms of the
51545Seschrock# Common Development and Distribution License (the "License").
61545Seschrock# You may not use this file except in compliance with the License.
71545Seschrock#
81545Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91545Seschrock# or http://www.opensolaris.org/os/licensing.
101545Seschrock# See the License for the specific language governing permissions
111545Seschrock# and limitations under the License.
121545Seschrock#
131545Seschrock# When distributing Covered Code, include this CDDL HEADER in each
141545Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151545Seschrock# If applicable, add the following below this CDDL HEADER, with the
161545Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
171545Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
181545Seschrock#
191545Seschrock# CDDL HEADER END
201545Seschrock#
211545Seschrock#
22*5198Sjmcp# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
231545Seschrock# Use is subject to license terms.
241545Seschrock#
251545Seschrock# ident	"%Z%%M%	%I%	%E% SMI"
262522Sraf#
271545Seschrock
281545Seschrockinclude ../Makefile.lib
291545Seschrock
301545SeschrockHDRS=		libdisasm.h
311545Seschrock
321545SeschrockHDRDIR=		common
33*5198SjmcpSUBDIRS= $(MACH)
34*5198Sjmcp$(BUILD64)SUBDIRS += $(MACH64)
351545Seschrock
361545Seschrockall := 		TARGET = all
371545Seschrockclean :=	TARGET = clean
381545Seschrockclobber :=	TARGET = clobber
391545Seschrockinstall	:=	TARGET = install
401545Seschrocklint :=		TARGET = lint
411545Seschrock
421545Seschrock.KEEP_STATE:
431545Seschrock
442522Srafall clean clobber install lint: $(SUBDIRS)
451545Seschrock
461545Seschrockinstall_h:	$(ROOTHDRS)
471545Seschrock
481545Seschrockcheck:		$(CHECKHDRS)
491545Seschrock
502522Sraf$(SUBDIRS): FRC
511545Seschrock	@cd $@; pwd; $(MAKE) $(TARGET)
521545Seschrock
531545SeschrockFRC:
541545Seschrock
551545Seschrockinclude ../Makefile.targ
56