Makefile revision 2080
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe#
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved.
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi# This code is free software; you can redistribute it and/or modify it
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi# under the terms of the GNU General Public License version 2 only, as
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi# published by the Free Software Foundation. Sun designates this
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi# particular file as subject to the "Classpath" exception as provided
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi# by Sun in the LICENSE file that accompanied this code.
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi#
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem# This code is distributed in the hope that it will be useful, but WITHOUT
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem# version 2 for more details (a copy is included in the LICENSE file that
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem# accompanied this code).
b9a830d395feaa66ab621841a5cd86e1fa2d184brjung#
b9a830d395feaa66ab621841a5cd86e1fa2d184brjung# You should have received a copy of the GNU General Public License version
781e88a37addaf8d7432cc030e1d177b9cf74b26rpluem# 2 along with this work; if not, write to the Free Software Foundation,
781e88a37addaf8d7432cc030e1d177b9cf74b26rpluem# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
781e88a37addaf8d7432cc030e1d177b9cf74b26rpluem#
82e6711dc508d2822d9397f07136ba4ddd8764e1niq# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
82e6711dc508d2822d9397f07136ba4ddd8764e1niq# CA 95054 USA or visit www.sun.com if you need additional information or
82e6711dc508d2822d9397f07136ba4ddd8764e1niq# have any questions.
82e6711dc508d2822d9397f07136ba4ddd8764e1niq#
82e6711dc508d2822d9397f07136ba4ddd8764e1niq
82e6711dc508d2822d9397f07136ba4ddd8764e1niqBUILDDIR = ../..
82e6711dc508d2822d9397f07136ba4ddd8764e1niq
f43104f173247435cb4ade2b89aa2ca8108aedb7niqMODULE = demos
f43104f173247435cb4ade2b89aa2ca8108aedb7niqLIBRARY = java_crw_demo
f43104f173247435cb4ade2b89aa2ca8108aedb7niqPRODUCT = sun
1fdcfb04a08e53ce28af657d854922efbbabecf4niqLIBRARY_OUTPUT = java_crw_demo
1fdcfb04a08e53ce28af657d854922efbbabecf4niq
1fdcfb04a08e53ce28af657d854922efbbabecf4niq# Configure the CFLAGS for this library.
1fdcfb04a08e53ce28af657d854922efbbabecf4niq
c26aa743a70c2148cdca1e6c637c605d9025b051niqinclude $(BUILDDIR)/common/Defs.gmk
c26aa743a70c2148cdca1e6c637c605d9025b051niq
c26aa743a70c2148cdca1e6c637c605d9025b051niqSRCDIR=$(SHARE_SRC)/demo/jvmti/java_crw_demo
c26aa743a70c2148cdca1e6c637c605d9025b051niq
e076b09731977eafcef2bfc6f5323f3ab7e83b15niq# Use the mapfile-vers (See the mapfile located with this Makefile)
e076b09731977eafcef2bfc6f5323f3ab7e83b15niqFILES_m = mapfile-vers
3fba96a56fbced0f14edde04f417d74d7f5bdb1eniqifdef FILES_m
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niqinclude $(BUILDDIR)/common/Mapfile-vers.gmk
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niqendif
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq#
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq# Files to compile.
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq#
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niqFILES_c = java_crw_demo.c
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niqOTHER_INCLUDES = -I$(SRCDIR)
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
a50db00c3663c2a0d3531965c64d995516b06288niq#
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick# Library to compile.
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick#
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickinclude $(BUILDDIR)/common/Library.gmk
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick# We don't want to link against -ljava
11f2c481e1d57bedb3f758565307501e9a2730ddtrawickJAVALIB=
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi#
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi# Add to ambient vpath so we pick up the library files
99d46a23c6eac800f327b29f8009f7d7da986230trawick#
99d46a23c6eac800f327b29f8009f7d7da986230trawickvpath %.c $(SRCDIR)
99d46a23c6eac800f327b29f8009f7d7da986230trawick
99d46a23c6eac800f327b29f8009f7d7da986230trawick