Makefile revision 618
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# Copyright 2006-2007 Sun Microsystems, Inc. All Rights Reserved.
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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# 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# 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# 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# Makefile for the EbayServer sample code
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncSAMPLE_SRC_DIR = $(CLOSED_SHARE_SRC)/sample/webservices/EbayServer
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsyncSAMPLE_DST_DIR = $(SAMPLEDIR)/webservices/EbayServer
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/src/ebay/server/ImageProvider.java \
ae3b356f74cf4942fdd85f8b0544af62f8161656vboxsync $(SAMPLE_DST_DIR)/images/sun_blade_1000_h400px.jpg \