Makefile revision 2
2035N/A#
2035N/A# CDDL HEADER START
2035N/A#
2035N/A# The contents of this file are subject to the terms of the
2035N/A# Common Development and Distribution License (the "License").
2035N/A# You may not use this file except in compliance with the License.
2035N/A#
2035N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A# or http://www.opensolaris.org/os/licensing.
2035N/A# See the License for the specific language governing permissions
2035N/A# and limitations under the License.
2035N/A#
2035N/A# When distributing Covered Code, include this CDDL HEADER in each
2035N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A# If applicable, add the following below this CDDL HEADER, with the
2035N/A# fields enclosed by brackets "[]" replaced with your own identifying
2035N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A#
2035N/A# CDDL HEADER END
2035N/A#
2035N/A#
2035N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
2035N/A#
2035N/A
5035N/Ainclude $(SRC)/lib/Makefile.lib
5673N/A
2035N/AHDRS = idmap.h directory.h
2035N/AHDRDIR = common
2035N/A
2035N/ASUBDIRS = $(MACH)
6331N/A$(BUILD64)SUBDIRS += $(MACH64)
6331N/A
6331N/APOFILE = libidmap.po
6331N/AMSGFILES:sh = echo common/*.[ch]
6331N/AXGETTEXT = $(GNUXGETTEXT)
6331N/AXGETFLAGS = --foreign-user --strict -n -E --width=72 \
6331N/A --omit-header --keyword=directoryError:2 \
6331N/A --language=C --force-po
6331N/A
6331N/Aall := TARGET = all
6331N/Aclean := TARGET = clean
6331N/Aclobber := TARGET = clobber
6331N/Ainstall := TARGET = install
6331N/Alint := TARGET = lint
6331N/Astub := TARGET = stub
6331N/Astubinstall := TARGET = stubinstall
6331N/A
6331N/A.KEEP_STATE:
6331N/A
6331N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
6331N/A
2035N/Ainstall_h: $(ROOTHDRS)
6331N/A
6331N/Acheck: $(CHECKHDRS)
6331N/A
6331N/A$(POFILE): $(MSGFILES)
2035N/A $(BUILDPO.msgfiles)
2035N/A
2035N/A_msg: $(MSGDOMAINPOFILE)
2035N/A
2035N/A$(SUBDIRS): FRC
6331N/A @cd $@; pwd; $(MAKE) $(TARGET)
6331N/A
6331N/AFRC:
6331N/A
6331N/Ainclude $(SRC)/Makefile.msg.targ
6331N/Ainclude $(SRC)/lib/Makefile.targ
6331N/A