Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
662N/A#
662N/A# CDDL HEADER START
662N/A#
662N/A# The contents of this file are subject to the terms of the
662N/A# Common Development and Distribution License, Version 1.0 only
662N/A# (the "License"). You may not use this file except in compliance
662N/A# with the License.
662N/A#
662N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
662N/A# or http://www.opensolaris.org/os/licensing.
662N/A# See the License for the specific language governing permissions
662N/A# and limitations under the License.
662N/A#
662N/A# When distributing Covered Code, include this CDDL HEADER in each
662N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
662N/A# If applicable, add the following below this CDDL HEADER, with the
662N/A# fields enclosed by brackets "[]" replaced with your own identifying
662N/A# information: Portions Copyright [yyyy] [name of copyright owner]
662N/A#
873N/A# CDDL HEADER END
662N/A#
662N/A#
662N/A# Copyright (c) 2001 by Sun Microsystems, Inc.
662N/A# All rights reserved.
662N/A#
733N/A# ident "%Z%%M% %I% %E% SMI"
662N/A#
662N/A# lib/libadt_jni/Makefile
662N/A
2033N/Ainclude ../Makefile.lib
662N/A
662N/APOFILE = libadt_jni.po
2976N/AMSGFILES= `$(GREP) -l gettext */*.[ch]`
2976N/A
2110N/ASUBDIRS = com/sun .WAIT spec $(MACH) $(BUILD64) $(MACH64)
662N/A
2110N/Aall := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
lint := TARGET= lint
.KEEP_STATE:
all install clean clobber lint: $(SUBDIRS)
com/sun $(MACH) $(MACH64) spec: FRC
@cd $@; pwd; $(MAKE) $(TARGET)
$(POFILE): pofile_MSGFILES
_msg: $(MSGDOMAINPOFILE)
include $(SRC)/Makefile.msg.targ
FRC: