Makefile revision 1
417N/A#
417N/A# CDDL HEADER START
417N/A#
417N/A# The contents of this file are subject to the terms of the
417N/A# Common Development and Distribution License (the "License").
417N/A# You may not use this file except in compliance with the License.
417N/A#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417N/A# or http://www.opensolaris.org/os/licensing.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
417N/A#
417N/A# CDDL HEADER END
417N/A#
417N/A
417N/A#
5680N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
417N/A#
5680N/A
417N/ASHELL=/usr/bin/ksh93
417N/A
417N/Ainclude ../Makefile.lib
653N/A
417N/ASUBDIRS = $(MACH)
618N/A$(BUILD64)SUBDIRS += $(MACH64)
844N/A
844N/Aall := TARGET= all
653N/Aclean := TARGET= clean
1258N/Aclobber := TARGET= clobber
1258N/Ainstall := TARGET= install
2899N/Alint := TARGET= lint
2899N/A_msg := TARGET= _msg
417N/Astub := TARGET= stub
417N/Astubinstall := TARGET= stubinstall
499N/A
499N/A.KEEP_STATE:
499N/A
499N/Aall clean clobber install lint _msg stub stubinstall: $(SUBDIRS)
417N/A
653N/ALIBRARY= libdll.a
417N/A
417N/AHDRS= \
417N/A dlldefs.h
5680N/A
417N/AHDRDIR32= $(MACH)/src/lib/libdll
417N/AHDRDIR64= $(MACH64)/src/lib/libdll
417N/Ainclude ../Makefile.asthdr
5680N/A
5680N/Ainstall_h: $(ROOTHDRS)
5680N/A
5680N/A# We don't check these header files because they're owned by AT&T/AST
5680N/Acheck:
5680N/A
417N/A$(SUBDIRS): FRC
5680N/A @cd $@; pwd; $(MAKE) $(TARGET)
5680N/A
417N/AFRC:
417N/A
417N/Ainclude ../Makefile.targ
417N/A