Makefile revision 3686
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# This code is free software; you can redistribute it and/or modify it
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# under the terms of the GNU General Public License version 2 only, as
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# published by the Free Software Foundation. Oracle designates this
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# particular file as subject to the "Classpath" exception as provided
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# by Oracle in the LICENSE file that accompanied this code.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# This code is distributed in the hope that it will be useful, but WITHOUT
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# version 2 for more details (a copy is included in the LICENSE file that
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# accompanied this code).
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# You should have received a copy of the GNU General Public License version
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# 2 along with this work; if not, write to the Free Software Foundation,
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# or visit www.oracle.com if you need additional information or have any
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude $(BUILDDIR)/common/Mapfile-vers.gmk
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Files to compile
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisvpath %.c $(PLATFORM_SRC)/native/sun/tools/attach
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Copy the service provider configuration files into the resource
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# directory. Copy the configuration file also uncomments any
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# providers that need to be enabled for this platform.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis$(SERVICEDIR)/%: $(SHARE_SRC)/classes/sun/tools/attach/META-INF/services/%
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis @$(CAT) $< | $(SED) -e "s/^#\[$(PLATFORM)\]//" > $@
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis $(RM) -r $(CLASSDESTDIR)/com/sun/tools/attach
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Library to compile.