Makefile revision 2362
96fc773162e93e5b85686ab152f11baf4498d868rbb#
6f06d481dafc90f1b553f1d2828bcea50a039854fielding# Copyright (c) 2004, 2008, Oracle and/or its affiliates. All rights reserved.
5bf029f8452b6aa105cf3d9d9b19221920725428rbb# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5bf029f8452b6aa105cf3d9d9b19221920725428rbb#
5bf029f8452b6aa105cf3d9d9b19221920725428rbb# This code is free software; you can redistribute it and/or modify it
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# under the terms of the GNU General Public License version 2 only, as
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# published by the Free Software Foundation. Oracle designates this
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# particular file as subject to the "Classpath" exception as provided
e03878add0099ba9741efc46d545955a60ea8bdcrbb# by Oracle in the LICENSE file that accompanied this code.
e03878add0099ba9741efc46d545955a60ea8bdcrbb#
e03878add0099ba9741efc46d545955a60ea8bdcrbb# This code is distributed in the hope that it will be useful, but WITHOUT
e03878add0099ba9741efc46d545955a60ea8bdcrbb# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb# version 2 for more details (a copy is included in the LICENSE file that
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb# accompanied this code).
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe#
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# You should have received a copy of the GNU General Public License version
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# 2 along with this work; if not, write to the Free Software Foundation,
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe#
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# or visit www.oracle.com if you need additional information or have any
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe# questions.
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick#
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickBUILDDIR = ../..
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickMODULE = demos
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickLIBRARY = java_crw_demo
77c656dabf05adcdee0d30b15b4628be738a1913rbbPRODUCT = sun
77c656dabf05adcdee0d30b15b4628be738a1913rbbLIBRARY_OUTPUT = java_crw_demo
77c656dabf05adcdee0d30b15b4628be738a1913rbb
77c656dabf05adcdee0d30b15b4628be738a1913rbb# Configure the CFLAGS for this library.
77c656dabf05adcdee0d30b15b4628be738a1913rbb
7e73041858979fd162c849cc2e7447beb51eedf8rbbinclude $(BUILDDIR)/common/Defs.gmk
7e73041858979fd162c849cc2e7447beb51eedf8rbb
886cd69ebf69e990dbc365be87ff8ea7cd681904rbbSRCDIR=$(SHARE_SRC)/demo/jvmti/java_crw_demo
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb# Use the mapfile-vers (See the mapfile located with this Makefile)
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawickFILES_m = mapfile-vers
886cd69ebf69e990dbc365be87ff8ea7cd681904rbbifdef FILES_m
886cd69ebf69e990dbc365be87ff8ea7cd681904rbbinclude $(BUILDDIR)/common/Mapfile-vers.gmk
886cd69ebf69e990dbc365be87ff8ea7cd681904rbbendif
db9ac238bf63d7df2bebbaff4de1628a32151028trawick
ce121a776564df6bb75498209094142d92404b8atrawick#
ce121a776564df6bb75498209094142d92404b8atrawick# Files to compile.
ce121a776564df6bb75498209094142d92404b8atrawick#
e1ade9256c87684358786fcf7eef251bd4c1db10rbbFILES_c = java_crw_demo.c
e1ade9256c87684358786fcf7eef251bd4c1db10rbb
e1ade9256c87684358786fcf7eef251bd4c1db10rbbOTHER_INCLUDES = -I$(SRCDIR)
e1ade9256c87684358786fcf7eef251bd4c1db10rbb
e1ade9256c87684358786fcf7eef251bd4c1db10rbb#
e1ade9256c87684358786fcf7eef251bd4c1db10rbb# Library to compile.
db9ac238bf63d7df2bebbaff4de1628a32151028trawick#
db9ac238bf63d7df2bebbaff4de1628a32151028trawickinclude $(BUILDDIR)/common/Library.gmk
db9ac238bf63d7df2bebbaff4de1628a32151028trawick
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbb# We don't want to link against -ljava
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbbJAVALIB=
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb#
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb# Add to ambient vpath so we pick up the library files
42ec91fadb5532438ab4c02993b15c18a517967frbb#
42ec91fadb5532438ab4c02993b15c18a517967frbbvpath %.c $(SRCDIR)
42ec91fadb5532438ab4c02993b15c18a517967frbb
42ec91fadb5532438ab4c02993b15c18a517967frbb