Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
294N/A#
294N/A# CDDL HEADER START
294N/A#
294N/A# The contents of this file are subject to the terms of the
294N/A# Common Development and Distribution License, Version 1.0 only
294N/A# (the "License"). You may not use this file except in compliance
294N/A# with the License.
294N/A#
294N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
294N/A# or http://www.opensolaris.org/os/licensing.
294N/A# See the License for the specific language governing permissions
294N/A# and limitations under the License.
294N/A#
294N/A# When distributing Covered Code, include this CDDL HEADER in each
294N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
294N/A# If applicable, add the following below this CDDL HEADER, with the
294N/A# fields enclosed by brackets "[]" replaced with your own identifying
294N/A# information: Portions Copyright [yyyy] [name of copyright owner]
294N/A#
294N/A# CDDL HEADER END
294N/A#
294N/A#
5561N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
294N/A# Use is subject to license terms.
294N/A#
5680N/A# ident "%Z%%M% %I% %E% SMI"
5680N/A#
5680N/A
294N/Ainclude ../../Makefile.lib
294N/A
294N/AHDRS = \
294N/A dat.h \
586N/A dat_error.h \
294N/A dat_redirection.h \
618N/A dat_registry.h \
586N/A dat_vendor_specific.h \
844N/A dat_platform_specific.h \
844N/A udat.h \
294N/A udat_redirection.h \
1258N/A udat_vendor_specific.h \
294N/A udat_config.h
2899N/A
2899N/AHDRDIR = include/dat
5680N/AROOTHDRDIR = $(ROOT)/usr/include/dat
5680N/A
3817N/AROOTETC = $(ROOT)/etc
3817N/AROOTETCDAT = $(ROOTETC)/dat
294N/AETCDATFILES = dat.conf
5123N/AROOTETCDATFILES = $(ETCDATFILES:%=$(ROOTETCDAT)/%)
5123N/A
5123N/ASUBDIRS = $(MACH)
5123N/A$(BUILD64)SUBDIRS += $(MACH64)
294N/A
294N/Aall := TARGET= all
294N/Ainstall := TARGET= install
5561N/Aclean := TARGET= clean
5561N/Aclobber := TARGET= clobber
5561N/Alint := TARGET= lint
294N/Adebug := TARGET= debug
294N/A
3583N/A.KEEP_STATE:
3583N/A
3583N/Aall debug install: $(ROOTETCDATFILES) spec .WAIT $(SUBDIRS)
3583N/A
3583N/A$(ROOTETCDATFILES): $(ROOTETCDAT)
4204N/A
4204N/Aclean clobber: spec $(SUBDIRS)
4204N/A
4204N/Alint: $(SUBDIRS)
4204N/A
3583N/Ainstall_h: $(ROOTHDRDIR) .WAIT $(ROOTHDRS)
3583N/A
3583N/Acheck: $(CHECKHDRS)
3583N/A
5561N/Aspec $(SUBDIRS): FRC
3817N/A @cd $@; pwd; $(MAKE) $(TARGET)
3817N/A
3817N/A$(ROOTHDRDIR):
$(INS.dir)
$(ROOTETCDAT)/%: %
$(INS.file)
$(ROOTETCDAT):
$(INS.dir)
include ../../Makefile.targ
FRC: