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