Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
70N/A#
70N/A# CDDL HEADER START
729N/A#
729N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License, Version 1.0 only
70N/A# (the "License"). You may not use this file except in compliance
70N/A# with the License.
70N/A#
70N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70N/A# or http://www.opensolaris.org/os/licensing.
70N/A# See the License for the specific language governing permissions
70N/A# and limitations under the License.
70N/A#
70N/A# When distributing Covered Code, include this CDDL HEADER in each
70N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70N/A# If applicable, add the following below this CDDL HEADER, with the
70N/A# fields enclosed by brackets "[]" replaced with your own identifying
70N/A# information: Portions Copyright [yyyy] [name of copyright owner]
70N/A#
70N/A# CDDL HEADER END
70N/A#
70N/A#
70N/A#pragma ident "%Z%%M% %I% %E% SMI"
70N/A#
70N/A# Copyright (c) 1998-2001 by Sun Microsystems, Inc.
70N/A# All rights reserved.
70N/A#
70N/A# lib/librsm/Makefile
70N/A#
70N/A
729N/Ainclude ../Makefile.lib
70N/A
70N/ASUBDIRS = spec .WAIT $(MACH) $(BUILD64) $(MACH64)
70N/A
359N/Aall:= TARGET= all
359N/Aclean:= TARGET= clean
359N/Aclobber:= TARGET= clobber
98N/Ainstall:= TARGET= install
551N/Alint:= TARGET= lint
321N/A
493N/A.KEEP_STATE:
321N/A
550N/Aall clean clobber install lint: $(SUBDIRS)
550N/A
213N/A# definitions for install_h target
649N/AHDRS= rsmapi.h
304N/ASYSHDRS= rsmndi.h
530N/A
425N/AROOTHDRDIR= $(ROOT)/usr/include
425N/AROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%)
325N/AROOTSYSHDRDIR= $(ROOT)/usr/include/sys/rsm
493N/AROOTSYSHDRS= $(SYSHDRS:%=$(ROOTSYSHDRDIR)/%)
536N/A
456N/A# install rules for install_h target
320N/A$(ROOTHDRDIR)/%: inc/%
332N/A $(INS.file)
501N/A$(ROOTSYSHDRDIR)/%: inc/%
231N/A $(INS.file)
550N/A
523N/ACHECKHDRS= $(HDRS:%.h=inc/%.check)
98N/ACHECKSYSHDRS= $(SYSHDRS:%.h=inc/%.check)
347N/A
532N/Ainstall_h: $(ROOTHDRS) $(ROOTSYSHDRS)
525N/A
463N/Acheck: $(CHECKHDRS) $(CHECKSYSHDRS)
493N/A
425N/Aspec $(MACH) $(MACH64): FRC
493N/A @cd $@; pwd; $(MAKE) $(TARGET)
472N/A
324N/AFRC:
347N/A
310N/A
316N/A