Makefile revision 8002d4117c1ea26aff1f16f584ae97bdbd5b21d5
151N/A#
151N/A# CDDL HEADER START
151N/A#
151N/A# The contents of this file are subject to the terms of the
151N/A# Common Development and Distribution License (the "License").
151N/A# You may not use this file except in compliance with the License.
151N/A#
151N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
151N/A# or http://www.opensolaris.org/os/licensing.
151N/A# See the License for the specific language governing permissions
151N/A# and limitations under the License.
151N/A#
151N/A# When distributing Covered Code, include this CDDL HEADER in each
151N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151N/A# If applicable, add the following below this CDDL HEADER, with the
151N/A# fields enclosed by brackets "[]" replaced with your own identifying
151N/A# information: Portions Copyright [yyyy] [name of copyright owner]
151N/A#
151N/A# CDDL HEADER END
151N/A#
151N/A#
151N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
151N/A# Use is subject to license terms.
151N/A#
151N/A#
151N/A
151N/Ainclude ../Makefile.lib
151N/A
151N/AHDRS = libinetutil.h ofmt.h
151N/AHDRDIR = common
602N/ASUBDIRS = $(MACH)
151N/A$(BUILD64)SUBDIRS += $(MACH64)
151N/A
602N/APOFILE = libinetutil.po
MSGFILES = common/ofmt.c
XGETFLAGS = -a
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
lint := TARGET = lint
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
$(POFILE): $(MSGFILES)
$(BUILDPO.msgfiles)
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include ../Makefile.targ