Makefile revision 618
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# This code is free software; you can redistribute it and/or modify it
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# under the terms of the GNU General Public License version 2 only, as
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# published by the Free Software Foundation. Sun designates this
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# particular file as subject to the "Classpath" exception as provided
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# by Sun in the LICENSE file that accompanied this code.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# version 2 for more details (a copy is included in the LICENSE file that
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# accompanied this code).
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# You should have received a copy of the GNU General Public License version
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# have any questions.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# Makefile for the EbayServer sample code
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync#
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncBUILDDIR = ../../..
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncPRODUCT = java
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncSAMPLE_SRC_DIR = $(CLOSED_SHARE_SRC)/sample/webservices/EbayServer
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncSAMPLE_DST_DIR = $(SAMPLEDIR)/webservices/EbayServer
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncSAMPLE_FILES = \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/src/ebay/server/Main.java \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/src/ebay/server/Ebay.java \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/src/ebay/server/ImageProvider.java \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/build.xml \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/build.properties \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/eBaySvc.wsdl \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/manifest.mf \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/index.html \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/nbproject/project.xml \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/nbproject/jdk.xml \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/nbproject/netbeans-targets.xml \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/nbproject/file-targets.xml \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/images/8d_2.jpg \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/images/sun_blade_1000_h400px.jpg \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/images/Sun_Fire_E20K_Server.jpg \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncall build: $(SAMPLE_FILES)
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync$(SAMPLE_DST_DIR)/%: $(SAMPLE_SRC_DIR)/%
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(install-file)
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncclean clobber:
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(RM) -r $(SAMPLE_DST_DIR)
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync.PHONY: all build clean clobber
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync