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