Makefile revision 851
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# This code is free software; you can redistribute it and/or modify it
346af0930020342df40a1ca8d13eb185ad48067evboxsync# under the terms of the GNU General Public License version 2 only, as
346af0930020342df40a1ca8d13eb185ad48067evboxsync# published by the Free Software Foundation. Sun designates this
4feb9880954f5fcb0c98feb110721798baccf992vboxsync# particular file as subject to the "Classpath" exception as provided
346af0930020342df40a1ca8d13eb185ad48067evboxsync# by Sun in the LICENSE file that accompanied this code.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
346af0930020342df40a1ca8d13eb185ad48067evboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
346af0930020342df40a1ca8d13eb185ad48067evboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
346af0930020342df40a1ca8d13eb185ad48067evboxsync# version 2 for more details (a copy is included in the LICENSE file that
346af0930020342df40a1ca8d13eb185ad48067evboxsync# accompanied this code).
346af0930020342df40a1ca8d13eb185ad48067evboxsync# You should have received a copy of the GNU General Public License version
346af0930020342df40a1ca8d13eb185ad48067evboxsync# 2 along with this work; if not, write to the Free Software Foundation,
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
8bf8c6b1914c9e7e60b1547888400668f1774497vboxsync# have any questions.
346af0930020342df40a1ca8d13eb185ad48067evboxsync# C and Java Files
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Java files that define native methods
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Find native code
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Find include files
103b0154d1ec1325cacf0cabaedab9581a317ce2vboxsync -I$(PLATFORM_SRC)/native/sun/security/smartcardio \
19a29c5b8ea65c618ae3825b6cf84bc3688a36b0vboxsync -I$(PLATFORM_SRC)/native/sun/security/smartcardio/MUSCLE
346af0930020342df40a1ca8d13eb185ad48067evboxsync#CLASSDESTDIR = $(TMPDIR)/classes
346af0930020342df40a1ca8d13eb185ad48067evboxsync#FILES_class = $(FILES_java:%.java=$(CLASSDESTDIR)/%.class)
346af0930020342df40a1ca8d13eb185ad48067evboxsync# Libraries to link