make/sun/corba/core/Makefile

changeset 156
533c11186b44
parent 152
f2ff4938cecd
parent 155
f13708960583
child 157
06dbf406818c
child 158
91006f157c46
     1.1 --- a/make/sun/corba/core/Makefile	Thu May 13 13:22:09 2010 -0700
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,101 +0,0 @@
     1.4 -#
     1.5 -# Copyright 1997-2005 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 -#
     1.8 -# This code is free software; you can redistribute it and/or modify it
     1.9 -# under the terms of the GNU General Public License version 2 only, as
    1.10 -# published by the Free Software Foundation.  Sun designates this
    1.11 -# particular file as subject to the "Classpath" exception as provided
    1.12 -# by Sun in the LICENSE file that accompanied this code.
    1.13 -#
    1.14 -# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 -# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 -# version 2 for more details (a copy is included in the LICENSE file that
    1.18 -# accompanied this code).
    1.19 -#
    1.20 -# You should have received a copy of the GNU General Public License version
    1.21 -# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 -# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 -#
    1.24 -# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    1.25 -# CA 95054 USA or visit www.sun.com if you need additional information or
    1.26 -# have any questions.
    1.27 -#
    1.28 -
    1.29 -#
    1.30 -# Makefile for building RMI/IIOP
    1.31 -#
    1.32 -
    1.33 -BUILDDIR = ../../..
    1.34 -PACKAGE = com.sun.corba.se.internal.io
    1.35 -PRODUCT = sun
    1.36 -LIBRARY = ioser12
    1.37 -include $(BUILDDIR)/common/Defs.gmk
    1.38 -
    1.39 -#
    1.40 -# Use mapfile
    1.41 -#
    1.42 -FILES_m = mapfile-vers
    1.43 -include $(BUILDDIR)/common/Mapfile-vers.gmk
    1.44 -
    1.45 -#
    1.46 -# Files to compile.
    1.47 -#
    1.48 -CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
    1.49 -include $(CORBA_JMK_DIRECTORY)javax_rmi.jmk
    1.50 -include $(CORBA_JMK_DIRECTORY)javax_rmi_CORBA.jmk
    1.51 -include $(CORBA_JMK_DIRECTORY)javax_transaction.jmk
    1.52 -include $(CORBA_JMK_DIRECTORY)javax_activity.jmk
    1.53 -include $(CORBA_JMK_DIRECTORY)ioser_io.jmk
    1.54 -include $(CORBA_JMK_DIRECTORY)sun_corba.jmk
    1.55 -
    1.56 -ifdef STANDALONE_CORBA_WS
    1.57 -# FIXUP: What is this all about?
    1.58 -OTHER_LDFLAGS=-L$(BOOTDIR)/jre/lib/$(ARCH) -L$(BOOTDIR)/jre/lib/$(LIBARCH)/native_threads -ljvm
    1.59 -OTHER_INCLUDES+=-ICClassHeaders -I$(BOOTDIR)/include -I$(BOOTDIR)/include/$(PLATFORM)
    1.60 -else
    1.61 -OTHER_LDLIBS=$(JVMLIB)
    1.62 -OTHER_INCLUDES+=-ICClassHeaders -I$(BOOTDIR)/include -I$(BOOTDIR)/include/$(PLATFORM)
    1.63 -endif
    1.64 -
    1.65 -
    1.66 -FILES_c = ioser.c
    1.67 -
    1.68 -FILES_java = \
    1.69 -	$(javax_rmi_java) \
    1.70 -	$(javax_rmi_CORBA_java) \
    1.71 -	$(javax_transaction_java) \
    1.72 -	$(javax_activity_java) \
    1.73 -	$(IOSER_IO_java) \
    1.74 -	$(sun_corba_java)
    1.75 -
    1.76 -#
    1.77 -# Generate header files for.
    1.78 -#
    1.79 -FILES_export = \
    1.80 -	com/sun/corba/se/internal/io/IIOPInputStream.java \
    1.81 -	com/sun/corba/se/internal/io/IIOPOutputStream.java \
    1.82 -	com/sun/corba/se/internal/io/ObjectStreamClass.java \
    1.83 -	com/sun/corba/se/internal/io/LibraryManager.java 
    1.84 -#
    1.85 -# Resources
    1.86 -#
    1.87 -LOCALE_SET_DEFINITION = jre
    1.88 -RESOURCE_BUNDLES_PROPERTIES = \
    1.89 -      com/sun/corba/se/impl/orbutil/resources/sunorb.properties
    1.90 -
    1.91 -#
    1.92 -# Rules
    1.93 -#
    1.94 -include $(BUILDDIR)/common/Library.gmk
    1.95 -
    1.96 -#
    1.97 -# Extra clean rules because we build more than one package.
    1.98 -#
    1.99 -clean:: classheaders.clean objects.clean
   1.100 -	$(RM) -r $(CLASSBINDIR)/javax/rmi
   1.101 -	$(RM) -r $(CLASSBINDIR)/javax/transaction
   1.102 -	$(RM) -r $(CLASSBINDIR)/javax/activity
   1.103 -	$(RM) -r $(CLASSBINDIR)/com/sun/corba/se/impl
   1.104 -

mercurial