Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5768N/A#
5652N/A# CDDL HEADER START
6111N/A#
5652N/A# The contents of this file are subject to the terms of the
6111N/A# Common Development and Distribution License, Version 1.0 only
5652N/A# (the "License"). You may not use this file except in compliance
5652N/A# with the License.
5652N/A#
6111N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5652N/A# or http://www.opensolaris.org/os/licensing.
5652N/A# See the License for the specific language governing permissions
5652N/A# and limitations under the License.
5652N/A#
5652N/A# When distributing Covered Code, include this CDDL HEADER in each
6111N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5652N/A# If applicable, add the following below this CDDL HEADER, with the
5652N/A# fields enclosed by brackets "[]" replaced with your own identifying
5652N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5652N/A#
5652N/A# CDDL HEADER END
5652N/A#
5652N/A#
5652N/A# Copyright (c) 1998-1999 by Sun Microsystems, Inc.
5652N/A# All rights reserved.
6111N/A#
6111N/A#ident "%Z%%M% %I% %E% SMI"
5652N/A#
5652N/A# lib/libmtmalloc/Makefile
5652N/A
5652N/Ainclude ../Makefile.lib
5652N/A
5652N/A# definitions for install_h target
5652N/AHDRS= mtmalloc.h
5652N/AROOTHDRDIR= $(ROOT)/usr/include
5652N/AROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%)
5652N/ACHECKHDRS= $(HDRS:%.h=common/%.check)
5652N/A
5652N/A$(ROOTHDRS) := FILEMODE= 644
5652N/A
5652N/A# install rule for install_h target
5652N/A$(ROOTHDRDIR)/%: common/%
5652N/A $(INS.file)
5652N/A
5652N/ASUBDIRS= spec .WAIT $(MACH)
5652N/A$(BUILD64)SUBDIRS += $(MACH64)
5652N/A
6111N/Aall := TARGET= all
6111N/Ainstall := TARGET= install
6111N/Aclean := TARGET= clean
5652N/Aclobber := TARGET= clobber
5752N/Alint := TARGET= lint
5677N/Ainstall_h := TARGET= install_h
5677N/A
6111N/A.KEEP_STATE:
5677N/A
5652N/Aall install clean clobber lint: $(SUBDIRS)
5768N/A
5652N/Ainstall_h: $(ROOTHDRS)
5652N/A
6111N/Acheck: $(CHECKHDRS)
5652N/A
5652N/A$(SUBDIRS): FRC
5652N/A @cd $@; pwd; $(MAKE) $(TARGET)
5652N/A
5677N/AFRC:
5677N/A