Merge
This commit is contained in:
commit
c2d21dbeba
3
corba/.hgignore
Normal file
3
corba/.hgignore
Normal file
@ -0,0 +1,3 @@
|
||||
^build/
|
||||
^dist/
|
||||
^nbproject/private/
|
27
corba/ASSEMBLY_EXCEPTION
Normal file
27
corba/ASSEMBLY_EXCEPTION
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
OPENJDK ASSEMBLY EXCEPTION
|
||||
|
||||
The OpenJDK source code made available by Sun at openjdk.java.net and
|
||||
openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the
|
||||
GNU General Public License <http://www.gnu.org/copyleft/gpl.html> version 2
|
||||
only ("GPL2"), with the following clarification and special exception.
|
||||
|
||||
Linking this OpenJDK Code statically or dynamically with other code
|
||||
is making a combined work based on this library. Thus, the terms
|
||||
and conditions of GPL2 cover the whole combination.
|
||||
|
||||
As a special exception, Sun gives you permission to link this
|
||||
OpenJDK Code with certain code licensed by Sun as indicated at
|
||||
http://openjdk.java.net/legal/exception-modules-2007-05-08.html
|
||||
("Designated Exception Modules") to produce an executable,
|
||||
regardless of the license terms of the Designated Exception Modules,
|
||||
and to copy and distribute the resulting executable under GPL2,
|
||||
provided that the Designated Exception Modules continue to be
|
||||
governed by the licenses under which they were offered by Sun.
|
||||
|
||||
As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to
|
||||
build an executable that includes those portions of necessary code that Sun
|
||||
could not provide under GPL2 (or that Sun has provided under GPL2 with the
|
||||
Classpath exception). If you modify or add to the OpenJDK code, that new
|
||||
GPL2 code may still be combined with Designated Exception Modules if the
|
||||
new code is made subject to this exception by its copyright holder.
|
347
corba/LICENSE
Normal file
347
corba/LICENSE
Normal file
@ -0,0 +1,347 @@
|
||||
The GNU General Public License (GPL)
|
||||
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies of this license
|
||||
document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your freedom to share
|
||||
and change it. By contrast, the GNU General Public License is intended to
|
||||
guarantee your freedom to share and change free software--to make sure the
|
||||
software is free for all its users. This General Public License applies to
|
||||
most of the Free Software Foundation's software and to any other program whose
|
||||
authors commit to using it. (Some other Free Software Foundation software is
|
||||
covered by the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not price. Our
|
||||
General Public Licenses are designed to make sure that you have the freedom to
|
||||
distribute copies of free software (and charge for this service if you wish),
|
||||
that you receive source code or can get it if you want it, that you can change
|
||||
the software or use pieces of it in new free programs; and that you know you
|
||||
can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid anyone to deny
|
||||
you these rights or to ask you to surrender the rights. These restrictions
|
||||
translate to certain responsibilities for you if you distribute copies of the
|
||||
software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether gratis or for
|
||||
a fee, you must give the recipients all the rights that you have. You must
|
||||
make sure that they, too, receive or can get the source code. And you must
|
||||
show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and (2)
|
||||
offer you this license which gives you legal permission to copy, distribute
|
||||
and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain that
|
||||
everyone understands that there is no warranty for this free software. If the
|
||||
software is modified by someone else and passed on, we want its recipients to
|
||||
know that what they have is not the original, so that any problems introduced
|
||||
by others will not reflect on the original authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software patents. We
|
||||
wish to avoid the danger that redistributors of a free program will
|
||||
individually obtain patent licenses, in effect making the program proprietary.
|
||||
To prevent this, we have made it clear that any patent must be licensed for
|
||||
everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and modification
|
||||
follow.
|
||||
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains a notice
|
||||
placed by the copyright holder saying it may be distributed under the terms of
|
||||
this General Public License. The "Program", below, refers to any such program
|
||||
or work, and a "work based on the Program" means either the Program or any
|
||||
derivative work under copyright law: that is to say, a work containing the
|
||||
Program or a portion of it, either verbatim or with modifications and/or
|
||||
translated into another language. (Hereinafter, translation is included
|
||||
without limitation in the term "modification".) Each licensee is addressed as
|
||||
"you".
|
||||
|
||||
Activities other than copying, distribution and modification are not covered by
|
||||
this License; they are outside its scope. The act of running the Program is
|
||||
not restricted, and the output from the Program is covered only if its contents
|
||||
constitute a work based on the Program (independent of having been made by
|
||||
running the Program). Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's source code as
|
||||
you receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice and
|
||||
disclaimer of warranty; keep intact all the notices that refer to this License
|
||||
and to the absence of any warranty; and give any other recipients of the
|
||||
Program a copy of this License along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and you may
|
||||
at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion of it, thus
|
||||
forming a work based on the Program, and copy and distribute such modifications
|
||||
or work under the terms of Section 1 above, provided that you also meet all of
|
||||
these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices stating
|
||||
that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in whole or
|
||||
in part contains or is derived from the Program or any part thereof, to be
|
||||
licensed as a whole at no charge to all third parties under the terms of
|
||||
this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively when run,
|
||||
you must cause it, when started running for such interactive use in the
|
||||
most ordinary way, to print or display an announcement including an
|
||||
appropriate copyright notice and a notice that there is no warranty (or
|
||||
else, saying that you provide a warranty) and that users may redistribute
|
||||
the program under these conditions, and telling the user how to view a copy
|
||||
of this License. (Exception: if the Program itself is interactive but does
|
||||
not normally print such an announcement, your work based on the Program is
|
||||
not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If identifiable
|
||||
sections of that work are not derived from the Program, and can be reasonably
|
||||
considered independent and separate works in themselves, then this License, and
|
||||
its terms, do not apply to those sections when you distribute them as separate
|
||||
works. But when you distribute the same sections as part of a whole which is a
|
||||
work based on the Program, the distribution of the whole must be on the terms
|
||||
of this License, whose permissions for other licensees extend to the entire
|
||||
whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest your
|
||||
rights to work written entirely by you; rather, the intent is to exercise the
|
||||
right to control the distribution of derivative or collective works based on
|
||||
the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program with the
|
||||
Program (or with a work based on the Program) on a volume of a storage or
|
||||
distribution medium does not bring the other work under the scope of this
|
||||
License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it, under
|
||||
Section 2) in object code or executable form under the terms of Sections 1 and
|
||||
2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable source
|
||||
code, which must be distributed under the terms of Sections 1 and 2 above
|
||||
on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three years, to
|
||||
give any third party, for a charge no more than your cost of physically
|
||||
performing source distribution, a complete machine-readable copy of the
|
||||
corresponding source code, to be distributed under the terms of Sections 1
|
||||
and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer to
|
||||
distribute corresponding source code. (This alternative is allowed only
|
||||
for noncommercial distribution and only if you received the program in
|
||||
object code or executable form with such an offer, in accord with
|
||||
Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for making
|
||||
modifications to it. For an executable work, complete source code means all
|
||||
the source code for all modules it contains, plus any associated interface
|
||||
definition files, plus the scripts used to control compilation and installation
|
||||
of the executable. However, as a special exception, the source code
|
||||
distributed need not include anything that is normally distributed (in either
|
||||
source or binary form) with the major components (compiler, kernel, and so on)
|
||||
of the operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the source
|
||||
code from the same place counts as distribution of the source code, even though
|
||||
third parties are not compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program except as
|
||||
expressly provided under this License. Any attempt otherwise to copy, modify,
|
||||
sublicense or distribute the Program is void, and will automatically terminate
|
||||
your rights under this License. However, parties who have received copies, or
|
||||
rights, from you under this License will not have their licenses terminated so
|
||||
long as such parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not signed it.
|
||||
However, nothing else grants you permission to modify or distribute the Program
|
||||
or its derivative works. These actions are prohibited by law if you do not
|
||||
accept this License. Therefore, by modifying or distributing the Program (or
|
||||
any work based on the Program), you indicate your acceptance of this License to
|
||||
do so, and all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the Program),
|
||||
the recipient automatically receives a license from the original licensor to
|
||||
copy, distribute or modify the Program subject to these terms and conditions.
|
||||
You may not impose any further restrictions on the recipients' exercise of the
|
||||
rights granted herein. You are not responsible for enforcing compliance by
|
||||
third parties to this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues), conditions
|
||||
are imposed on you (whether by court order, agreement or otherwise) that
|
||||
contradict the conditions of this License, they do not excuse you from the
|
||||
conditions of this License. If you cannot distribute so as to satisfy
|
||||
simultaneously your obligations under this License and any other pertinent
|
||||
obligations, then as a consequence you may not distribute the Program at all.
|
||||
For example, if a patent license would not permit royalty-free redistribution
|
||||
of the Program by all those who receive copies directly or indirectly through
|
||||
you, then the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply and
|
||||
the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any patents or
|
||||
other property right claims or to contest validity of any such claims; this
|
||||
section has the sole purpose of protecting the integrity of the free software
|
||||
distribution system, which is implemented by public license practices. Many
|
||||
people have made generous contributions to the wide range of software
|
||||
distributed through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing to
|
||||
distribute software through any other system and a licensee cannot impose that
|
||||
choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to be a
|
||||
consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in certain
|
||||
countries either by patents or by copyrighted interfaces, the original
|
||||
copyright holder who places the Program under this License may add an explicit
|
||||
geographical distribution limitation excluding those countries, so that
|
||||
distribution is permitted only in or among countries not thus excluded. In
|
||||
such case, this License incorporates the limitation as if written in the body
|
||||
of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions of the
|
||||
General Public License from time to time. Such new versions will be similar in
|
||||
spirit to the present version, but may differ in detail to address new problems
|
||||
or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any later
|
||||
version", you have the option of following the terms and conditions either of
|
||||
that version or of any later version published by the Free Software Foundation.
|
||||
If the Program does not specify a version number of this License, you may
|
||||
choose any version ever published by the Free Software Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free programs
|
||||
whose distribution conditions are different, write to the author to ask for
|
||||
permission. For software which is copyrighted by the Free Software Foundation,
|
||||
write to the Free Software Foundation; we sometimes make exceptions for this.
|
||||
Our decision will be guided by the two goals of preserving the free status of
|
||||
all derivatives of our free software and of promoting the sharing and reuse of
|
||||
software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
|
||||
THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
|
||||
STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE
|
||||
PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
|
||||
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
|
||||
YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
|
||||
ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE
|
||||
PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
|
||||
INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
|
||||
BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
|
||||
OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest possible
|
||||
use to the public, the best way to achieve this is to make it free software
|
||||
which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest to attach
|
||||
them to the start of each source file to most effectively convey the exclusion
|
||||
of warranty; and each file should have at least the "copyright" line and a
|
||||
pointer to where the full notice is found.
|
||||
|
||||
One line to give the program's name and a brief idea of what it does.
|
||||
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the Free
|
||||
Software Foundation; either version 2 of the License, or (at your option)
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc., 59
|
||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this when it
|
||||
starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
|
||||
with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free
|
||||
software, and you are welcome to redistribute it under certain conditions;
|
||||
type 'show c' for details.
|
||||
|
||||
The hypothetical commands 'show w' and 'show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may be
|
||||
called something other than 'show w' and 'show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary. Here
|
||||
is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
'Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
signature of Ty Coon, 1 April 1989
|
||||
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General Public
|
||||
License instead of this License.
|
||||
|
||||
|
||||
"CLASSPATH" EXCEPTION TO THE GPL
|
||||
|
||||
Certain source files distributed by Sun Microsystems, Inc. are subject to
|
||||
the following clarification and special exception to the GPL, but only where
|
||||
Sun has expressly included in the particular source file's header the words
|
||||
"Sun designates this particular file as subject to the "Classpath" exception
|
||||
as provided by Sun in the LICENSE file that accompanied this code."
|
||||
|
||||
Linking this library statically or dynamically with other modules is making
|
||||
a combined work based on this library. Thus, the terms and conditions of
|
||||
the GNU General Public License cover the whole combination.
|
||||
|
||||
As a special exception, the copyright holders of this library give you
|
||||
permission to link this library with independent modules to produce an
|
||||
executable, regardless of the license terms of these independent modules,
|
||||
and to copy and distribute the resulting executable under terms of your
|
||||
choice, provided that you also meet, for each linked independent module,
|
||||
the terms and conditions of the license of that module. An independent
|
||||
module is a module which is not derived from or based on this library. If
|
||||
you modify this library, you may extend this exception to your version of
|
||||
the library, but you are not obligated to do so. If you do not wish to do
|
||||
so, delete this exception statement from your version.
|
14
corba/README
Normal file
14
corba/README
Normal file
@ -0,0 +1,14 @@
|
||||
README:
|
||||
This file should be located at the top of the corba Mercurial repository.
|
||||
|
||||
See http://openjdk.java.net/ for more information about the OpenJDK.
|
||||
|
||||
See ../README-builds.html for complete details on build machine requirements.
|
||||
|
||||
Simple Build Instructions:
|
||||
|
||||
cd make && gnumake
|
||||
|
||||
The files that will be imported into the jdk build will be in the "dist"
|
||||
directory.
|
||||
|
1616
corba/THIRD_PARTY_README
Normal file
1616
corba/THIRD_PARTY_README
Normal file
File diff suppressed because it is too large
Load Diff
191
corba/make/Makefile
Normal file
191
corba/make/Makefile
Normal file
@ -0,0 +1,191 @@
|
||||
#
|
||||
# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building the corba workspace.
|
||||
#
|
||||
|
||||
BUILDDIR=.
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
include $(BUILDDIR)/common/CancelImplicits.gmk
|
||||
|
||||
#----- commands
|
||||
|
||||
CHMOD = chmod
|
||||
CP = cp
|
||||
ECHO = echo # FIXME
|
||||
FIND = find
|
||||
MKDIR = mkdir
|
||||
SED = sed
|
||||
ZIP = zip
|
||||
|
||||
#----- locations and deliverables
|
||||
|
||||
TOPDIR=..
|
||||
SRC_BIN_DIR = $(TOPDIR)/src/share/bin
|
||||
SRC_CLASSES_DIR = $(TOPDIR)/src/share/classes
|
||||
|
||||
ifdef ALT_OUTPUTDIR
|
||||
OUTPUTDIR = $(ALT_OUTPUTDIR)
|
||||
BUILD_DIR = $(ALT_OUTPUTDIR)
|
||||
DIST_DIR = $(ALT_OUTPUTDIR)/dist
|
||||
else
|
||||
OUTPUTDIR = ..
|
||||
BUILD_DIR = $(TOPDIR)/build/$(PLATFORM)-$(ARCH)
|
||||
DIST_DIR = $(TOPDIR)/dist
|
||||
endif
|
||||
ABS_OUTPUTDIR = $(call FullPath,$(OUTPUTDIR))
|
||||
|
||||
CLASSES_DIR = $(BUILD_DIR)/classes
|
||||
GENSRC_DIR = $(BUILD_DIR)/gensrc
|
||||
|
||||
BIN_DIR = $(DIST_DIR)/bin
|
||||
LIB_DIR = $(DIST_DIR)/lib
|
||||
|
||||
#-----
|
||||
|
||||
ifndef JDK_MAJOR_VERSION
|
||||
JDK_MAJOR_VERSION = 1
|
||||
endif
|
||||
|
||||
ifndef JDK_MINOR_VERSION
|
||||
JDK_MINOR_VERSION = 7
|
||||
endif
|
||||
|
||||
ifndef JDK_MICRO_VERSION
|
||||
JDK_MICRO_VERSION = 0
|
||||
endif
|
||||
|
||||
ifndef JDK_VERSION
|
||||
JDK_VERSION = $(JDK_MAJOR_VERSION).$(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION)
|
||||
endif
|
||||
|
||||
ifndef MILESTONE
|
||||
MILESTONE = internal
|
||||
endif
|
||||
|
||||
# RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set
|
||||
ifneq ($(MILESTONE),fcs)
|
||||
RELEASE = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE)
|
||||
else
|
||||
RELEASE = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE)
|
||||
endif
|
||||
|
||||
# FULL_VERSION is RELEASE and -BUILD_NUMBER if BUILD_NUMBER is set
|
||||
ifdef BUILD_NUMBER
|
||||
FULL_VERSION = $(RELEASE)-$(BUILD_NUMBER)
|
||||
else
|
||||
BUILD_NUMBER = b00
|
||||
USER_RELEASE_SUFFIX := $(shell echo $(USER)_`date '+%d_%b_%Y_%H_%M' | tr "A-Z" "a-z"`)
|
||||
FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
|
||||
endif
|
||||
|
||||
#----- useful macros
|
||||
|
||||
SOURCE_LEVEL = 5
|
||||
BOOTSTRAP_TARGET_LEVEL = 5
|
||||
TARGET_LEVEL = 6
|
||||
|
||||
ifndef TARGET_JAVA
|
||||
TARGET_JAVA = java
|
||||
endif
|
||||
|
||||
NO_PROPRIETARY_API_WARNINGS = -XDignore.symbol.file=true
|
||||
|
||||
SELF = $(lastword $(MAKEFILE_LIST))
|
||||
|
||||
# for jdk, we generate the following:
|
||||
# dist/lib/classes.jar:
|
||||
# corba recompiled to run on the target JDK,
|
||||
# ready for inclusion in rt.jar
|
||||
# dist/lib/src.zip
|
||||
# .properties and .java files for classes in classes.jar,
|
||||
# ready for jdk src.zip
|
||||
# dist/lib/bin.zip
|
||||
# corba specific binaries: orb.idl, ir.idl
|
||||
|
||||
# Default target
|
||||
default: all
|
||||
|
||||
#----- classes.jar
|
||||
|
||||
CLASSES_JAR = $(LIB_DIR)/classes.jar
|
||||
$(CLASSES_JAR):
|
||||
$(MKDIR) -p $(@D)
|
||||
$(BOOT_JAR_CMD) -cf $@ -C $(CLASSES_DIR) .
|
||||
|
||||
#----- src.zip
|
||||
|
||||
SRC_ZIP_FILES = $(shell $(FIND) $(SRC_CLASSES_DIR) \( -name SCCS -o -name \*-template \) -prune -o -type f -print )
|
||||
|
||||
SRC_ZIP = $(LIB_DIR)/src.zip
|
||||
$(SRC_ZIP): $(SRC_ZIP_FILES)
|
||||
abs_src_zip=`cd $(@D) ; pwd`/$(@F) ; \
|
||||
( cd $(SRC_CLASSES_DIR) ; $(FIND) . \( -name SCCS -o -name \*-template \) -prune -o -type f -print | $(ZIP) -q $$abs_src_zip -@ ) ; \
|
||||
( cd $(GENSRC_DIR) ; $(FIND) . -type f -print | $(ZIP) -q $$abs_src_zip -@ ) ;
|
||||
|
||||
#----- bin.zip
|
||||
|
||||
BIN_ZIP_FILES = $(BUILD_DIR/lib/orb.idl $(BUILD_DIR)/lib/ir.idl
|
||||
|
||||
BIN_ZIP = $(LIB_DIR)/bin.zip
|
||||
$(BIN_ZIP): $(BIN_ZIP_FILES)
|
||||
abs_bin_zip=`cd $(@D) ; pwd`/$(@F) ; \
|
||||
( cd $(BUILD_DIR) ; $(FIND) lib -name "*.idl" -print | $(ZIP) -q $$abs_bin_zip -@ ) ;
|
||||
|
||||
#
|
||||
# CORBA
|
||||
#
|
||||
SUBDIRS = tools javax org sun com
|
||||
|
||||
build:
|
||||
$(SUBDIRS-loop)
|
||||
|
||||
all : build $(CLASSES_JAR) $(SRC_ZIP) $(BIN_ZIP)
|
||||
|
||||
clean clobber:
|
||||
$(RM) -r $(BUILD_DIR)
|
||||
$(RM) -r $(DIST_DIR)
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
#
|
||||
# Targets for Sun's internal JPRT build system
|
||||
|
||||
CD = cd
|
||||
ZIP = zip
|
||||
|
||||
JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(JPRT_BUILD_FLAVOR)-bundle.zip
|
||||
|
||||
jprt_build_product jprt_build_debug jprt_build_fastdebug: all
|
||||
( $(CD) $(OUTPUTDIR) && \
|
||||
$(ZIP) -q -r $(JPRT_ARCHIVE_BUNDLE) build dist )
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
||||
#
|
||||
# Phonies to avoid accidents.
|
||||
#
|
||||
.PHONY: all build clean clobber debug jprt_build_product jprt_build_debug jprt_build_fastdebug
|
14
corba/make/README
Normal file
14
corba/make/README
Normal file
@ -0,0 +1,14 @@
|
||||
README:
|
||||
This file should be located at the top of the corba Mercurial repository.
|
||||
|
||||
See http://openjdk.java.net/ for more information about the OpenJDK.
|
||||
|
||||
See ../README-builds.html for complete details on build machine requirements.
|
||||
|
||||
Simple Build Instructions:
|
||||
|
||||
cd make && gnumake
|
||||
|
||||
The files that will be imported into the jdk build will be in the "dist"
|
||||
directory.
|
||||
|
37
corba/make/com/Makefile
Normal file
37
corba/make/com/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building all of java
|
||||
#
|
||||
|
||||
BUILDDIR = ..
|
||||
PRODUCT = com
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = sun
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
37
corba/make/com/sun/Makefile
Normal file
37
corba/make/com/sun/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building com/sun
|
||||
#
|
||||
|
||||
BUILDDIR = ../..
|
||||
PRODUCT = sun
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = corba
|
||||
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
37
corba/make/com/sun/corba/Makefile
Normal file
37
corba/make/com/sun/corba/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building all of java
|
||||
#
|
||||
|
||||
BUILDDIR = ../../..
|
||||
PRODUCT = corba
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = se
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
@ -0,0 +1,137 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Server Activation IDL Generated Files
|
||||
#
|
||||
# REVISIT: consider separating out the holder and helpers that are
|
||||
# not used and deleting them in the make
|
||||
|
||||
com_sun_corba_se_PortableActivationIDL_java = \
|
||||
com/sun/corba/se/PortableActivationIDL/Activator.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ActivatorHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ActivatorHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ActivatorOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/BadServerDefinition.java \
|
||||
com/sun/corba/se/PortableActivationIDL/BadServerDefinitionHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/BadServerDefinitionHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/EndPointInfo.java \
|
||||
com/sun/corba/se/PortableActivationIDL/EndPointInfoHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/EndPointInfoHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/EndpointInfoListHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/EndpointInfoListHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/IIOP_CLEAR_TEXT.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameService.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServiceHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServiceHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServiceOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InvalidORBid.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InvalidORBidHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InvalidORBidHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/Locator.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/NoSuchEndPoint.java \
|
||||
com/sun/corba/se/PortableActivationIDL/NoSuchEndPointHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/NoSuchEndPointHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegistered.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegisteredHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBAlreadyRegisteredHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBidListHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBidListHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBPortInfo.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBPortInfoHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBPortInfoHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBPortInfoListHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBPortInfoListHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBProxy.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBProxyHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBProxyHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ORBProxyOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/Repository.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyActive.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyActiveHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyActiveHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalled.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalledHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyInstalledHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegistered.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegisteredHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyRegisteredHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalled.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalledHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerAlreadyUninstalledHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerHeldDown.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerHeldDownHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerHeldDownHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerIdsHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerIdsHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerManager.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerManagerHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerManagerHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerManagerOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotActive.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotActiveHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotActiveHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotRegistered.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotRegisteredHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerNotRegisteredHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerProxy.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerProxyHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerProxyHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/ServerProxyOperations.java \
|
||||
com/sun/corba/se/PortableActivationIDL/TCPPortHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ActivatorImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ActivatorStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_InitialNameServiceImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_InitialNameServiceStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_LocatorImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_LocatorStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ORBProxyImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_RepositoryImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_RepositoryStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ServerManagerImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ServerManagerStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ServerProxyImplBase.java \
|
||||
com/sun/corba/se/PortableActivationIDL/_ServerProxyStub.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBound.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBoundHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/InitialNameServicePackage/NameAlreadyBoundHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORB.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORBHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerORBHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerType.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerTypeHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/LocatorPackage/ServerLocationPerTypeHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryPackage/AppNamesHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryPackage/AppNamesHolder.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDef.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDefHelper.java \
|
||||
com/sun/corba/se/PortableActivationIDL/RepositoryPackage/ServerDefHolder.java
|
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Java IDL Server Activation Files
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_activation_java = \
|
||||
com/sun/corba/se/impl/activation/ProcessMonitorThread.java \
|
||||
com/sun/corba/se/impl/activation/RepositoryImpl.java \
|
||||
com/sun/corba/se/impl/activation/ServerTool.java \
|
||||
com/sun/corba/se/impl/activation/ORBD.java \
|
||||
com/sun/corba/se/impl/activation/CommandHandler.java \
|
||||
com/sun/corba/se/impl/activation/ServerManagerImpl.java \
|
||||
com/sun/corba/se/impl/activation/ServerTableEntry.java \
|
||||
com/sun/corba/se/impl/activation/NameServiceStartThread.java \
|
||||
com/sun/corba/se/impl/activation/ServerMain.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_activation_java)
|
@ -0,0 +1,48 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
com_sun_corba_se_impl_corba_java = \
|
||||
com/sun/corba/se/impl/corba/AnyImpl.java \
|
||||
com/sun/corba/se/impl/corba/AnyImplHelper.java \
|
||||
com/sun/corba/se/impl/corba/AsynchInvoke.java \
|
||||
com/sun/corba/se/impl/corba/CORBAObjectImpl.java \
|
||||
com/sun/corba/se/impl/corba/ContextImpl.java \
|
||||
com/sun/corba/se/impl/corba/ContextListImpl.java \
|
||||
com/sun/corba/se/impl/corba/EnvironmentImpl.java \
|
||||
com/sun/corba/se/impl/corba/ExceptionListImpl.java \
|
||||
com/sun/corba/se/impl/corba/NVListImpl.java \
|
||||
com/sun/corba/se/impl/corba/NamedValueImpl.java \
|
||||
com/sun/corba/se/impl/corba/PrincipalImpl.java \
|
||||
com/sun/corba/se/impl/corba/RequestImpl.java \
|
||||
com/sun/corba/se/impl/corba/ServerRequestImpl.java \
|
||||
com/sun/corba/se/impl/corba/TCUtility.java \
|
||||
com/sun/corba/se/impl/corba/TypeCodeFactory.java \
|
||||
com/sun/corba/se/impl/corba/TypeCodeImpl.java \
|
||||
com/sun/corba/se/impl/corba/TypeCodeImplHelper.java
|
||||
|
||||
|
@ -0,0 +1,27 @@
|
||||
#
|
||||
# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_core_java = \
|
||||
org/omg/stub/java/rmi/_Remote_Stub.java
|
@ -0,0 +1,44 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for DynamicAny implementation
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_dynamicany_java = \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyBasicImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyCollectionImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyComplexImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyConstructedImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyFactoryImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynAnyUtil.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynArrayImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynEnumImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynFixedImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynSequenceImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynStructImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynUnionImpl.java \
|
||||
com/sun/corba/se/impl/dynamicany/DynValueImpl.java
|
@ -0,0 +1,66 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_encoding_java = \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerFactory.java \
|
||||
com/sun/corba/se/impl/encoding/BufferQueue.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerReadStream.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerWrite.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerRead.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerReadGrow.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerWriteGrow.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerWriteCollect.java \
|
||||
com/sun/corba/se/impl/encoding/BufferManagerWriteStream.java \
|
||||
com/sun/corba/se/impl/encoding/ByteBufferWithInfo.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputObject.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputStream.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputStreamBase.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputStream_1_0.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputStream_1_1.java \
|
||||
com/sun/corba/se/impl/encoding/CDRInputStream_1_2.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputObject.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputStream.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputStreamBase.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputStream_1_0.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputStream_1_1.java \
|
||||
com/sun/corba/se/impl/encoding/CDROutputStream_1_2.java \
|
||||
com/sun/corba/se/impl/encoding/CachedCodeBase.java \
|
||||
com/sun/corba/se/impl/encoding/CodeSetCache.java \
|
||||
com/sun/corba/se/impl/encoding/CodeSetConversion.java \
|
||||
com/sun/corba/se/impl/encoding/CodeSetComponentInfo.java \
|
||||
com/sun/corba/se/impl/encoding/EncapsInputStream.java \
|
||||
com/sun/corba/se/impl/encoding/EncapsOutputStream.java \
|
||||
com/sun/corba/se/impl/encoding/MarkAndResetHandler.java \
|
||||
com/sun/corba/se/impl/encoding/MarshalInputStream.java \
|
||||
com/sun/corba/se/impl/encoding/MarshalOutputStream.java \
|
||||
com/sun/corba/se/impl/encoding/OSFCodeSetRegistry.java \
|
||||
com/sun/corba/se/impl/encoding/RestorableInputStream.java \
|
||||
com/sun/corba/se/impl/encoding/TypeCodeInputStream.java \
|
||||
com/sun/corba/se/impl/encoding/TypeCodeOutputStream.java \
|
||||
com/sun/corba/se/impl/encoding/TypeCodeReader.java \
|
||||
com/sun/corba/se/impl/encoding/WrapperInputStream.java
|
||||
|
||||
|
||||
|
@ -0,0 +1,49 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Portable Interceptors Files
|
||||
#
|
||||
# com/sun/corba/se/impl/interceptors/PIORB.java \
|
||||
|
||||
com_sun_corba_se_impl_interceptors_java = \
|
||||
com/sun/corba/se/impl/interceptors/CDREncapsCodec.java \
|
||||
com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/CodecFactoryImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/ORBInitInfoImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/InterceptorInvoker.java \
|
||||
com/sun/corba/se/impl/interceptors/InterceptorList.java \
|
||||
com/sun/corba/se/impl/interceptors/IORInfoImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/PICurrent.java \
|
||||
com/sun/corba/se/impl/interceptors/RequestInfoImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/ServerRequestInfoImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/SlotTable.java \
|
||||
com/sun/corba/se/impl/interceptors/SlotTableStack.java \
|
||||
com/sun/corba/se/impl/interceptors/PIHandlerImpl.java \
|
||||
com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java
|
||||
|
||||
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_interceptors_java)
|
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
#d11638 moved FVDCodeBaseDelegate to com.sun.rmi.iiop
|
||||
com_sun_corba_se_impl_io_java = \
|
||||
com/sun/corba/se/impl/io/FVDCodeBaseImpl.java \
|
||||
com/sun/corba/se/impl/io/ValueUtility.java \
|
||||
com/sun/corba/se/impl/io/ObjectStreamClass.java \
|
||||
com/sun/corba/se/impl/io/ObjectStreamClassCorbaExt.java \
|
||||
com/sun/corba/se/impl/io/ObjectStreamField.java \
|
||||
com/sun/corba/se/impl/io/OptionalDataException.java \
|
||||
com/sun/corba/se/impl/io/ValueHandlerImpl.java \
|
||||
com/sun/corba/se/impl/io/IIOPInputStream.java \
|
||||
com/sun/corba/se/impl/io/IIOPOutputStream.java \
|
||||
com/sun/corba/se/impl/io/TypeMismatchException.java \
|
||||
com/sun/corba/se/impl/io/InputStreamHook.java \
|
||||
com/sun/corba/se/impl/io/OutputStreamHook.java
|
||||
|
@ -0,0 +1,68 @@
|
||||
#
|
||||
# Copyright 2000-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_ior_java = \
|
||||
com/sun/corba/se/impl/ior/ByteBuffer.java \
|
||||
com/sun/corba/se/impl/ior/EncapsulationUtility.java \
|
||||
com/sun/corba/se/impl/ior/FreezableList.java \
|
||||
com/sun/corba/se/impl/ior/GenericIdentifiable.java \
|
||||
com/sun/corba/se/impl/ior/GenericTaggedComponent.java \
|
||||
com/sun/corba/se/impl/ior/GenericTaggedProfile.java \
|
||||
com/sun/corba/se/impl/ior/IORImpl.java \
|
||||
com/sun/corba/se/impl/ior/IORTemplateImpl.java \
|
||||
com/sun/corba/se/impl/ior/IORTemplateListImpl.java \
|
||||
com/sun/corba/se/impl/ior/IdentifiableFactoryFinderBase.java \
|
||||
com/sun/corba/se/impl/ior/JIDLObjectKeyTemplate.java \
|
||||
com/sun/corba/se/impl/ior/NewObjectKeyTemplateBase.java \
|
||||
com/sun/corba/se/impl/ior/ObjectAdapterIdArray.java \
|
||||
com/sun/corba/se/impl/ior/ObjectAdapterIdBase.java \
|
||||
com/sun/corba/se/impl/ior/ObjectAdapterIdNumber.java \
|
||||
com/sun/corba/se/impl/ior/ObjectIdImpl.java \
|
||||
com/sun/corba/se/impl/ior/ObjectKeyFactoryImpl.java \
|
||||
com/sun/corba/se/impl/ior/ObjectKeyImpl.java \
|
||||
com/sun/corba/se/impl/ior/ObjectKeyTemplateBase.java \
|
||||
com/sun/corba/se/impl/ior/ObjectReferenceProducerBase.java \
|
||||
com/sun/corba/se/impl/ior/ObjectReferenceTemplateImpl.java \
|
||||
com/sun/corba/se/impl/ior/ObjectReferenceFactoryImpl.java \
|
||||
com/sun/corba/se/impl/ior/OldJIDLObjectKeyTemplate.java \
|
||||
com/sun/corba/se/impl/ior/OldObjectKeyTemplateBase.java \
|
||||
com/sun/corba/se/impl/ior/OldPOAObjectKeyTemplate.java \
|
||||
com/sun/corba/se/impl/ior/POAObjectKeyTemplate.java \
|
||||
com/sun/corba/se/impl/ior/StubIORImpl.java \
|
||||
com/sun/corba/se/impl/ior/TaggedComponentFactoryFinderImpl.java \
|
||||
com/sun/corba/se/impl/ior/TaggedProfileFactoryFinderImpl.java \
|
||||
com/sun/corba/se/impl/ior/TaggedProfileTemplateFactoryFinderImpl.java \
|
||||
com/sun/corba/se/impl/ior/WireObjectKeyTemplate.java \
|
||||
com/sun/corba/se/impl/ior/iiop/AlternateIIOPAddressComponentImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/CodeSetsComponentImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.java \
|
||||
com/sun/corba/se/impl/ior/iiop/IIOPAddressClosureImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/IIOPAddressImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/IIOPProfileImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/IIOPProfileTemplateImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/JavaCodebaseComponentImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/MaxStreamFormatVersionComponentImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/RequestPartitioningComponentImpl.java \
|
||||
com/sun/corba/se/impl/ior/iiop/ORBTypeComponentImpl.java
|
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_legacy_java = \
|
||||
com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java \
|
||||
com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/USLPort.java
|
||||
|
||||
|
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for logging implementation
|
||||
#
|
||||
|
||||
# The following files are generated from the .mc files that describe system exceptions:
|
||||
com_sun_corba_se_impl_logging_java = \
|
||||
com/sun/corba/se/impl/logging/ActivationSystemException.java \
|
||||
com/sun/corba/se/impl/logging/IORSystemException.java \
|
||||
com/sun/corba/se/impl/logging/InterceptorsSystemException.java \
|
||||
com/sun/corba/se/impl/logging/NamingSystemException.java \
|
||||
com/sun/corba/se/impl/logging/OMGSystemException.java \
|
||||
com/sun/corba/se/impl/logging/ORBUtilSystemException.java \
|
||||
com/sun/corba/se/impl/logging/POASystemException.java \
|
||||
com/sun/corba/se/impl/logging/UtilSystemException.java
|
@ -0,0 +1,33 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
FILES_java = \
|
||||
com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoFactoryImpl.java \
|
||||
com/sun/corba/se/impl/monitoring/MonitoredAttributeInfoImpl.java \
|
||||
com/sun/corba/se/impl/monitoring/MonitoredObjectFactoryImpl.java \
|
||||
com/sun/corba/se/impl/monitoring/MonitoredObjectImpl.java \
|
||||
com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.java \
|
||||
com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.java
|
||||
|
@ -0,0 +1,40 @@
|
||||
#
|
||||
# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
|
||||
com_sun_corba_se_impl_naming_cosnaming_java = \
|
||||
com/sun/corba/se/impl/naming/cosnaming/BindingIteratorImpl.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/InterOperableNamingImpl.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/InternalBindingKey.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/InternalBindingValue.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/NamingContextDataStore.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/NamingContextImpl.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/NamingUtils.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/TransientBindingIterator.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/TransientNameServer.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/TransientNameService.java \
|
||||
com/sun/corba/se/impl/naming/cosnaming/TransientNamingContext.java
|
@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_naming_namingutil_java = \
|
||||
com/sun/corba/se/impl/naming/namingutil/INSURL.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/INSURLBase.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/CorbalocURL.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/CorbanameURL.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/INSURLHandler.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/IIOPEndpointInfo.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/NamingConstants.java \
|
||||
com/sun/corba/se/impl/naming/namingutil/Utility.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_naming_namingutil_java)
|
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright 1999-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for Persistent CosNaming
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_naming_pcosnaming_java = \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/NameServer.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/NameService.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/ServantManagerImpl.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/InternalBindingKey.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/InternalBindingValue.java \
|
||||
com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_naming_pcosnaming_java)
|
@ -0,0 +1,58 @@
|
||||
#
|
||||
# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for POA implementation
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_oa_poa_java = \
|
||||
com/sun/corba/se/impl/oa/NullServantImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/AOMEntry.java \
|
||||
com/sun/corba/se/impl/oa/poa/ActiveObjectMap.java \
|
||||
com/sun/corba/se/impl/oa/poa/BadServerIdHandler.java \
|
||||
com/sun/corba/se/impl/oa/poa/DelegateImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/IdAssignmentPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/IdUniquenessPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/ImplicitActivationPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/LifespanPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/POACurrent.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAFactory.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAManagerImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediator.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorBase_R.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorFactory.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_UDS.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_NR_USM.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_AOM.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_UDS.java \
|
||||
com/sun/corba/se/impl/oa/poa/POAPolicyMediatorImpl_R_USM.java \
|
||||
com/sun/corba/se/impl/oa/poa/Policies.java \
|
||||
com/sun/corba/se/impl/oa/poa/RequestProcessingPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/ServantRetentionPolicyImpl.java \
|
||||
com/sun/corba/se/impl/oa/poa/ThreadPolicyImpl.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_oa_poa_java)
|
@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for TOA implementation
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_oa_toa_java = \
|
||||
com/sun/corba/se/impl/oa/toa/TOA.java \
|
||||
com/sun/corba/se/impl/oa/toa/TOAImpl.java \
|
||||
com/sun/corba/se/impl/oa/toa/TOAFactory.java \
|
||||
com/sun/corba/se/impl/oa/toa/TransientObjectManager.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_oa_toa_java)
|
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_orb_java = \
|
||||
com/sun/corba/se/impl/orb/AppletDataCollector.java \
|
||||
com/sun/corba/se/impl/orb/DataCollectorBase.java \
|
||||
com/sun/corba/se/impl/orb/DataCollectorFactory.java \
|
||||
com/sun/corba/se/impl/orb/NormalDataCollector.java \
|
||||
com/sun/corba/se/impl/orb/NormalParserAction.java \
|
||||
com/sun/corba/se/impl/orb/NormalParserData.java \
|
||||
com/sun/corba/se/impl/orb/ORBConfiguratorImpl.java \
|
||||
com/sun/corba/se/impl/orb/ORBDataParserImpl.java \
|
||||
com/sun/corba/se/impl/orb/ORBImpl.java \
|
||||
com/sun/corba/se/impl/orb/ORBSingleton.java \
|
||||
com/sun/corba/se/impl/orb/ORBVersionImpl.java \
|
||||
com/sun/corba/se/impl/orb/ParserAction.java \
|
||||
com/sun/corba/se/impl/orb/ParserActionBase.java \
|
||||
com/sun/corba/se/impl/orb/ParserActionFactory.java \
|
||||
com/sun/corba/se/impl/orb/ParserDataBase.java \
|
||||
com/sun/corba/se/impl/orb/ParserTable.java \
|
||||
com/sun/corba/se/impl/orb/PrefixParserAction.java \
|
||||
com/sun/corba/se/impl/orb/PrefixParserData.java \
|
||||
com/sun/corba/se/impl/orb/PropertyOnlyDataCollector.java
|
||||
|
@ -0,0 +1,82 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_orbutil_java = \
|
||||
com/sun/corba/se/impl/orbutil/CacheTable.java \
|
||||
com/sun/corba/se/impl/orbutil/CorbaResourceUtil.java \
|
||||
com/sun/corba/se/impl/orbutil/DenseIntMapImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/HexOutputStream.java \
|
||||
com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/IIOPInputStream_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/IIOPOutputStream_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/LegacyHookGetFields.java \
|
||||
com/sun/corba/se/impl/orbutil/LegacyHookPutFields.java \
|
||||
com/sun/corba/se/impl/orbutil/LogKeywords.java \
|
||||
com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/ObjectStreamField.java \
|
||||
com/sun/corba/se/impl/orbutil/ObjectWriter.java \
|
||||
com/sun/corba/se/impl/orbutil/ObjectUtility.java \
|
||||
com/sun/corba/se/impl/orbutil/ObjectStreamClassUtil_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/ORBConstants.java \
|
||||
com/sun/corba/se/impl/orbutil/ORBUtility.java \
|
||||
com/sun/corba/se/impl/orbutil/ORBClassLoader.java \
|
||||
com/sun/corba/se/impl/orbutil/RepIdDelegator.java \
|
||||
com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/RepIdDelegator_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryId_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdFactory.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdStrings.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdUtility.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdInterface.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryIdCache_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/RepositoryId_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/StackImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3_1.java \
|
||||
com/sun/corba/se/impl/orbutil/ValueHandlerImpl_1_3.java \
|
||||
com/sun/corba/se/impl/orbutil/closure/Future.java \
|
||||
com/sun/corba/se/impl/orbutil/closure/Constant.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/Sync.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/SyncUtil.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/ReentrantMutex.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/DebugMutex.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/Mutex.java \
|
||||
com/sun/corba/se/impl/orbutil/concurrent/CondVar.java \
|
||||
com/sun/corba/se/impl/orbutil/fsm/GuardedAction.java \
|
||||
com/sun/corba/se/impl/orbutil/fsm/NameBase.java \
|
||||
com/sun/corba/se/impl/orbutil/fsm/StateEngineImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/threadpool/TimeoutException.java \
|
||||
com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java \
|
||||
com/sun/corba/se/impl/copyobject/CopierManagerImpl.java \
|
||||
com/sun/corba/se/impl/copyobject/FallbackObjectCopierImpl.java \
|
||||
com/sun/corba/se/impl/copyobject/ORBStreamObjectCopierImpl.java \
|
||||
com/sun/corba/se/impl/copyobject/ReferenceObjectCopierImpl.java \
|
||||
com/sun/corba/se/impl/orbutil/graph/Node.java \
|
||||
com/sun/corba/se/impl/orbutil/graph/NodeData.java \
|
||||
com/sun/corba/se/impl/orbutil/graph/Graph.java \
|
||||
com/sun/corba/se/impl/orbutil/graph/GraphImpl.java
|
@ -0,0 +1,48 @@
|
||||
#
|
||||
# Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_presentation_rmi_java = \
|
||||
com/sun/corba/se/impl/presentation/rmi/DynamicAccessPermission.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/DynamicMethodMarshallerImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/DynamicStubImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/ExceptionHandler.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/ExceptionHandlerImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/IDLType.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/IDLTypeException.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/IDLTypesUtil.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/InvocationHandlerFactoryImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/PresentationManagerImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/ReflectiveTie.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubConnectImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryBase.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryDynamicBase.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryBase.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryDynamicBase.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryProxyImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryFactoryStaticImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryProxyImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubFactoryStaticImpl.java \
|
||||
com/sun/corba/se/impl/presentation/rmi/StubInvocationHandlerImpl.java
|
@ -0,0 +1,84 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_protocol_java = \
|
||||
com/sun/corba/se/impl/protocol/AddressingDispositionException.java \
|
||||
com/sun/corba/se/impl/protocol/BootstrapServerRequestDispatcher.java \
|
||||
com/sun/corba/se/impl/protocol/CorbaClientDelegateImpl.java \
|
||||
com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java \
|
||||
com/sun/corba/se/impl/protocol/CorbaInvocationInfo.java \
|
||||
com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.java \
|
||||
com/sun/corba/se/impl/protocol/CorbaServerRequestDispatcherImpl.java \
|
||||
com/sun/corba/se/impl/protocol/FullServantCacheLocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/INSServerRequestDispatcher.java \
|
||||
com/sun/corba/se/impl/protocol/InfoOnlyServantCacheLocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/JIDLLocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/LocalClientRequestDispatcherBase.java \
|
||||
com/sun/corba/se/impl/protocol/MinimalServantCacheLocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/NotLocalLocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/POALocalCRDImpl.java \
|
||||
com/sun/corba/se/impl/protocol/RequestCanceledException.java \
|
||||
com/sun/corba/se/impl/protocol/RequestDispatcherRegistryImpl.java \
|
||||
com/sun/corba/se/impl/protocol/ServantCacheLocalCRDBase.java \
|
||||
com/sun/corba/se/impl/protocol/SpecialMethod.java \
|
||||
com/sun/corba/se/impl/protocol/SharedCDRClientRequestDispatcherImpl.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/AddressingDispositionHelper.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/CancelRequestMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/FragmentMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfoHelper.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/KeyAddr.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateReplyMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/LocateRequestMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/Message.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/MessageBase.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/MessageHandler.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/Message_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ProfileAddr.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ReferenceAddr.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/ReplyMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_0.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_1.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/RequestMessage_1_2.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddress.java \
|
||||
com/sun/corba/se/impl/protocol/giopmsgheaders/TargetAddressHelper.java
|
||||
|
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_resolver_java = \
|
||||
com/sun/corba/se/impl/resolver/BootstrapResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/CompositeResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/INSURLOperationImpl.java \
|
||||
com/sun/corba/se/impl/resolver/LocalResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/ORBDefaultInitRefResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/ORBInitRefResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/SplitLocalResolverImpl.java \
|
||||
com/sun/corba/se/impl/resolver/FileResolverImpl.java
|
||||
|
@ -0,0 +1,57 @@
|
||||
#
|
||||
# Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_impl_transport_java = \
|
||||
com/sun/corba/se/impl/transport/ByteBufferPoolImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaConnectionCacheBase.java \
|
||||
com/sun/corba/se/impl/transport/CorbaContactInfoBase.java \
|
||||
com/sun/corba/se/impl/transport/CorbaContactInfoListImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaContactInfoListIteratorImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaInboundConnectionCacheImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaOutboundConnectionCacheImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaResponseWaitingRoomImpl.java \
|
||||
com/sun/corba/se/impl/transport/CorbaTransportManagerImpl.java \
|
||||
com/sun/corba/se/impl/transport/DefaultIORToSocketInfoImpl.java \
|
||||
com/sun/corba/se/impl/transport/DefaultSocketFactoryImpl.java \
|
||||
com/sun/corba/se/impl/transport/EventHandlerBase.java \
|
||||
com/sun/corba/se/impl/transport/ListenerThreadImpl.java \
|
||||
com/sun/corba/se/impl/transport/ReaderThreadImpl.java \
|
||||
com/sun/corba/se/impl/transport/ReadTCPTimeoutsImpl.java \
|
||||
com/sun/corba/se/impl/transport/SelectorImpl.java \
|
||||
com/sun/corba/se/impl/transport/SharedCDRContactInfoImpl.java \
|
||||
com/sun/corba/se/impl/transport/SocketOrChannelAcceptorImpl.java \
|
||||
com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java \
|
||||
com/sun/corba/se/impl/transport/SocketOrChannelContactInfoImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/DefaultSocketFactory.java \
|
||||
com/sun/corba/se/impl/legacy/connection/EndPointInfoImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/LegacyServerSocketManagerImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryAcceptorImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryConnectionImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/SocketFactoryContactInfoListIteratorImpl.java \
|
||||
com/sun/corba/se/impl/legacy/connection/USLPort.java
|
||||
|
||||
|
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
com_sun_corba_se_impl_util_java = \
|
||||
com/sun/corba/se/impl/util/IdentityHashtable.java \
|
||||
com/sun/corba/se/impl/util/IdentityHashtableEnumerator.java \
|
||||
com/sun/corba/se/impl/util/RepositoryId.java \
|
||||
com/sun/corba/se/impl/util/RepositoryIdCache.java \
|
||||
com/sun/corba/se/impl/util/SUNVMCID.java \
|
||||
com/sun/corba/se/impl/util/Utility.java \
|
||||
com/sun/corba/se/impl/util/Version.java \
|
||||
com/sun/corba/se/impl/util/ORBProperties.java \
|
||||
com/sun/corba/se/impl/util/JDKBridge.java \
|
||||
com/sun/corba/se/impl/util/PackagePrefixChecker.java \
|
||||
com/sun/corba/se/impl/util/JDKClassLoader.java \
|
||||
com/sun/corba/se/impl/javax/rmi/PortableRemoteObject.java\
|
||||
com/sun/corba/se/impl/javax/rmi/CORBA/Util.java \
|
||||
com/sun/corba/se/impl/javax/rmi/CORBA/StubDelegateImpl.java
|
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_internal_LegacyFiles_java = \
|
||||
com/sun/corba/se/internal/CosNaming/BootstrapServer.java \
|
||||
com/sun/corba/se/internal/Interceptors/PIORB.java \
|
||||
com/sun/corba/se/internal/POA/POAORB.java \
|
||||
com/sun/corba/se/internal/corba/ORBSingleton.java \
|
||||
com/sun/corba/se/internal/iiop/ORB.java
|
66
corba/make/com/sun/corba/minclude/com_sun_corba_se_pept.jmk
Normal file
66
corba/make/com/sun/corba/minclude/com_sun_corba_se_pept.jmk
Normal file
@ -0,0 +1,66 @@
|
||||
#
|
||||
# Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for the PEPt architecture (Presentation, Encoding, Protocol, transport)
|
||||
#
|
||||
com_sun_corba_se_pept_java = \
|
||||
$(com_sun_corba_se_pept_broker_java) \
|
||||
$(com_sun_corba_se_pept_encoding_java) \
|
||||
$(com_sun_corba_se_pept_protocol_java) \
|
||||
$(com_sun_corba_se_pept_transport_java)
|
||||
|
||||
com_sun_corba_se_pept_broker_java = \
|
||||
com/sun/corba/se/pept/broker/Broker.java
|
||||
|
||||
com_sun_corba_se_pept_encoding_java = \
|
||||
com/sun/corba/se/pept/encoding/InputObject.java \
|
||||
com/sun/corba/se/pept/encoding/OutputObject.java
|
||||
|
||||
com_sun_corba_se_pept_protocol_java = \
|
||||
com/sun/corba/se/pept/protocol/ClientDelegate.java \
|
||||
com/sun/corba/se/pept/protocol/ClientInvocationInfo.java \
|
||||
com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java \
|
||||
com/sun/corba/se/pept/protocol/MessageMediator.java \
|
||||
com/sun/corba/se/pept/protocol/ProtocolHandler.java \
|
||||
com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java
|
||||
|
||||
com_sun_corba_se_pept_transport_java = \
|
||||
com/sun/corba/se/pept/transport/Acceptor.java \
|
||||
com/sun/corba/se/pept/transport/ByteBufferPool.java \
|
||||
com/sun/corba/se/pept/transport/Connection.java \
|
||||
com/sun/corba/se/pept/transport/ConnectionCache.java \
|
||||
com/sun/corba/se/pept/transport/ContactInfo.java \
|
||||
com/sun/corba/se/pept/transport/ContactInfoList.java \
|
||||
com/sun/corba/se/pept/transport/ContactInfoListIterator.java \
|
||||
com/sun/corba/se/pept/transport/EventHandler.java \
|
||||
com/sun/corba/se/pept/transport/InboundConnectionCache.java \
|
||||
com/sun/corba/se/pept/transport/ListenerThread.java \
|
||||
com/sun/corba/se/pept/transport/OutboundConnectionCache.java \
|
||||
com/sun/corba/se/pept/transport/ReaderThread.java \
|
||||
com/sun/corba/se/pept/transport/ResponseWaitingRoom.java \
|
||||
com/sun/corba/se/pept/transport/Selector.java \
|
||||
com/sun/corba/se/pept/transport/TransportManager.java
|
||||
|
@ -0,0 +1,133 @@
|
||||
#
|
||||
# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Server Activation IDL Generated Files
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_activation_java = \
|
||||
com/sun/corba/se/spi/activation/IIOP_CLEAR_TEXT.java \
|
||||
com/sun/corba/se/spi/activation/ORBidHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerIdHelper.java \
|
||||
com/sun/corba/se/spi/activation/POANameHolder.java \
|
||||
com/sun/corba/se/spi/activation/POANameHelper.java \
|
||||
com/sun/corba/se/spi/activation/NoSuchEndPointHelper.java \
|
||||
com/sun/corba/se/spi/activation/NoSuchEndPointHolder.java \
|
||||
com/sun/corba/se/spi/activation/NoSuchEndPoint.java \
|
||||
com/sun/corba/se/spi/activation/InvalidORBidHelper.java \
|
||||
com/sun/corba/se/spi/activation/InvalidORBidHolder.java \
|
||||
com/sun/corba/se/spi/activation/InvalidORBid.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotRegisteredHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotRegisteredHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotRegistered.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotActiveHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotActiveHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerNotActive.java \
|
||||
com/sun/corba/se/spi/activation/ServerHeldDownHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerHeldDownHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerHeldDown.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyActiveHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyActiveHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyActive.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyRegisteredHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyRegistered.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyInstalledHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyInstalledHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyInstalled.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyUninstalledHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerAlreadyUninstalled.java \
|
||||
com/sun/corba/se/spi/activation/BadServerDefinitionHelper.java \
|
||||
com/sun/corba/se/spi/activation/BadServerDefinitionHolder.java \
|
||||
com/sun/corba/se/spi/activation/BadServerDefinition.java \
|
||||
com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHelper.java \
|
||||
com/sun/corba/se/spi/activation/ORBAlreadyRegisteredHolder.java \
|
||||
com/sun/corba/se/spi/activation/ORBAlreadyRegistered.java \
|
||||
com/sun/corba/se/spi/activation/TCPPortHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerIdsHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerIdsHelper.java \
|
||||
com/sun/corba/se/spi/activation/Server.java \
|
||||
com/sun/corba/se/spi/activation/EndPointInfoHelper.java \
|
||||
com/sun/corba/se/spi/activation/EndPointInfoHolder.java \
|
||||
com/sun/corba/se/spi/activation/EndPointInfo.java \
|
||||
com/sun/corba/se/spi/activation/EndpointInfoListHolder.java \
|
||||
com/sun/corba/se/spi/activation/EndpointInfoListHelper.java \
|
||||
com/sun/corba/se/spi/activation/ORBPortInfoHelper.java \
|
||||
com/sun/corba/se/spi/activation/ORBPortInfoHolder.java \
|
||||
com/sun/corba/se/spi/activation/ORBPortInfo.java \
|
||||
com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java \
|
||||
com/sun/corba/se/spi/activation/ORBPortInfoListHelper.java \
|
||||
com/sun/corba/se/spi/activation/ORBidListHolder.java \
|
||||
com/sun/corba/se/spi/activation/ORBidListHelper.java \
|
||||
com/sun/corba/se/spi/activation/_ServerImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_ServerStub.java \
|
||||
com/sun/corba/se/spi/activation/ServerHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerOperations.java \
|
||||
com/sun/corba/se/spi/activation/_ActivatorImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_ActivatorStub.java \
|
||||
com/sun/corba/se/spi/activation/ActivatorHolder.java \
|
||||
com/sun/corba/se/spi/activation/ActivatorHelper.java \
|
||||
com/sun/corba/se/spi/activation/Activator.java \
|
||||
com/sun/corba/se/spi/activation/ActivatorOperations.java \
|
||||
com/sun/corba/se/spi/activation/_LocatorImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_LocatorStub.java \
|
||||
com/sun/corba/se/spi/activation/LocatorHolder.java \
|
||||
com/sun/corba/se/spi/activation/LocatorHelper.java \
|
||||
com/sun/corba/se/spi/activation/Locator.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHelper.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationHolder.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocation.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java \
|
||||
com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORB.java \
|
||||
com/sun/corba/se/spi/activation/LocatorOperations.java \
|
||||
com/sun/corba/se/spi/activation/_ServerManagerImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_ServerManagerStub.java \
|
||||
com/sun/corba/se/spi/activation/ServerManager.java \
|
||||
com/sun/corba/se/spi/activation/ServerManagerHolder.java \
|
||||
com/sun/corba/se/spi/activation/ServerManagerHelper.java \
|
||||
com/sun/corba/se/spi/activation/ServerManagerOperations.java \
|
||||
com/sun/corba/se/spi/activation/_InitialNameServiceImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_InitialNameServiceStub.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServiceHolder.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServiceHelper.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameService.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHelper.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBoundHolder.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServicePackage/NameAlreadyBound.java \
|
||||
com/sun/corba/se/spi/activation/InitialNameServiceOperations.java \
|
||||
com/sun/corba/se/spi/activation/_RepositoryImplBase.java \
|
||||
com/sun/corba/se/spi/activation/_RepositoryStub.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryHolder.java \
|
||||
com/sun/corba/se/spi/activation/Repository.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryHelper.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHelper.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryPackage/ServerDefHolder.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryPackage/ServerDef.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHolder.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryPackage/StringSeqHelper.java \
|
||||
com/sun/corba/se/spi/activation/RepositoryOperations.java
|
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for copyobject
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_copyobject_java = \
|
||||
com/sun/corba/se/spi/copyobject/CopierManager.java \
|
||||
com/sun/corba/se/spi/copyobject/CopyobjectDefaults.java \
|
||||
com/sun/corba/se/spi/copyobject/ObjectCopier.java \
|
||||
com/sun/corba/se/spi/copyobject/ObjectCopierFactory.java \
|
||||
com/sun/corba/se/spi/copyobject/ReflectiveCopyException.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_copyobject_java)
|
@ -0,0 +1,30 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_encoding= \
|
||||
com/sun/corba/se/spi/encoding/CorbaInputObject.java \
|
||||
com/sun/corba/se/spi/encoding/CorbaOutputObject.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_encoding)
|
@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright 2001-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for extension
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_extension_java = \
|
||||
com/sun/corba/se/spi/extension/ServantCachingPolicy.java \
|
||||
com/sun/corba/se/spi/extension/ZeroPortPolicy.java \
|
||||
com/sun/corba/se/spi/extension/RequestPartitioningPolicy.java \
|
||||
com/sun/corba/se/spi/extension/CopyObjectPolicy.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_extension_java)
|
@ -0,0 +1,62 @@
|
||||
#
|
||||
# Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_ior_java = \
|
||||
com/sun/corba/se/spi/ior/EncapsulationFactoryBase.java \
|
||||
com/sun/corba/se/spi/ior/IOR.java \
|
||||
com/sun/corba/se/spi/ior/IORFactory.java \
|
||||
com/sun/corba/se/spi/ior/IORFactories.java \
|
||||
com/sun/corba/se/spi/ior/IORTemplate.java \
|
||||
com/sun/corba/se/spi/ior/IORTemplateList.java \
|
||||
com/sun/corba/se/spi/ior/Identifiable.java \
|
||||
com/sun/corba/se/spi/ior/IdentifiableBase.java \
|
||||
com/sun/corba/se/spi/ior/IdentifiableContainerBase.java \
|
||||
com/sun/corba/se/spi/ior/IdentifiableFactory.java \
|
||||
com/sun/corba/se/spi/ior/IdentifiableFactoryFinder.java \
|
||||
com/sun/corba/se/spi/ior/MakeImmutable.java \
|
||||
com/sun/corba/se/spi/ior/ObjectAdapterId.java \
|
||||
com/sun/corba/se/spi/ior/ObjectId.java \
|
||||
com/sun/corba/se/spi/ior/ObjectKey.java \
|
||||
com/sun/corba/se/spi/ior/ObjectKeyFactory.java \
|
||||
com/sun/corba/se/spi/ior/ObjectKeyTemplate.java \
|
||||
com/sun/corba/se/spi/ior/TaggedComponent.java \
|
||||
com/sun/corba/se/spi/ior/TaggedComponentBase.java \
|
||||
com/sun/corba/se/spi/ior/TaggedComponentFactoryFinder.java \
|
||||
com/sun/corba/se/spi/ior/TaggedProfile.java \
|
||||
com/sun/corba/se/spi/ior/TaggedProfileTemplate.java \
|
||||
com/sun/corba/se/spi/ior/TaggedProfileTemplateBase.java \
|
||||
com/sun/corba/se/spi/ior/WriteContents.java \
|
||||
com/sun/corba/se/spi/ior/Writeable.java \
|
||||
com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java \
|
||||
com/sun/corba/se/spi/ior/iiop/GIOPVersion.java \
|
||||
com/sun/corba/se/spi/ior/iiop/IIOPAddress.java \
|
||||
com/sun/corba/se/spi/ior/iiop/IIOPFactories.java \
|
||||
com/sun/corba/se/spi/ior/iiop/IIOPProfile.java \
|
||||
com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.java
|
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for connection
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_legacy_connection_java = \
|
||||
com/sun/corba/se/spi/legacy/connection/Connection.java \
|
||||
com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java \
|
||||
com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java \
|
||||
com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java \
|
||||
com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_legacy_connection_java)
|
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for interceptor
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_legacy_interceptor_java = \
|
||||
com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java \
|
||||
com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java \
|
||||
com/sun/corba/se/spi/legacy/interceptor/UnknownType.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_legacy_interceptor_java)
|
@ -0,0 +1,34 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for logging
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_logging_java = \
|
||||
com/sun/corba/se/spi/logging/LogWrapperFactory.java \
|
||||
com/sun/corba/se/spi/logging/LogWrapperBase.java \
|
||||
com/sun/corba/se/spi/logging/CORBALogDomains.java
|
||||
|
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
FILES_java = \
|
||||
com/sun/corba/se/spi/monitoring/StatisticsAccumulator.java \
|
||||
com/sun/corba/se/spi/monitoring/StatisticMonitoredAttribute.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredAttributeBase.java \
|
||||
com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java \
|
||||
com/sun/corba/se/spi/monitoring/LongMonitoredAttributeBase.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoringFactories.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredAttributeInfo.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredObject.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredObjectFactory.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredAttribute.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoredAttributeInfoFactory.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoringManager.java \
|
||||
com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java
|
@ -0,0 +1,33 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_oa_java = \
|
||||
com/sun/corba/se/spi/oa/NullServant.java \
|
||||
com/sun/corba/se/spi/oa/OADefault.java \
|
||||
com/sun/corba/se/spi/oa/OADestroyed.java \
|
||||
com/sun/corba/se/spi/oa/OAInvocationInfo.java \
|
||||
com/sun/corba/se/spi/oa/ObjectAdapter.java \
|
||||
com/sun/corba/se/spi/oa/ObjectAdapterFactory.java \
|
||||
com/sun/corba/se/spi/oa/ObjectAdapterBase.java
|
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_orb_java = \
|
||||
com/sun/corba/se/spi/orb/DataCollector.java \
|
||||
com/sun/corba/se/spi/orb/ORBConfigurator.java \
|
||||
com/sun/corba/se/spi/orb/ORBData.java \
|
||||
com/sun/corba/se/spi/orb/Operation.java \
|
||||
com/sun/corba/se/spi/orb/ORB.java \
|
||||
com/sun/corba/se/spi/orb/ORBVersion.java \
|
||||
com/sun/corba/se/spi/orb/ORBVersionFactory.java \
|
||||
com/sun/corba/se/spi/orb/OperationFactory.java \
|
||||
com/sun/corba/se/spi/orb/ParserData.java \
|
||||
com/sun/corba/se/spi/orb/ParserDataFactory.java \
|
||||
com/sun/corba/se/spi/orb/ParserImplBase.java \
|
||||
com/sun/corba/se/spi/orb/ParserImplTableBase.java \
|
||||
com/sun/corba/se/spi/orb/PropertyParser.java \
|
||||
com/sun/corba/se/spi/orb/StringPair.java
|
||||
|
@ -0,0 +1,53 @@
|
||||
#
|
||||
# Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_orbutil_java = \
|
||||
com/sun/corba/se/spi/orbutil/fsm/Action.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/ActionBase.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/Guard.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/GuardBase.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/Input.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/InputImpl.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/State.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/StateEngine.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/StateImpl.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/FSM.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/FSMImpl.java \
|
||||
com/sun/corba/se/spi/orbutil/fsm/FSMTest.java \
|
||||
com/sun/corba/se/spi/orbutil/closure/Closure.java \
|
||||
com/sun/corba/se/spi/orbutil/closure/ClosureFactory.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/Work.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.java \
|
||||
com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.java \
|
||||
com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.java \
|
||||
com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.java \
|
||||
com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.java \
|
||||
com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.java \
|
||||
com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java
|
@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_presentation_rmi_java = \
|
||||
com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.java \
|
||||
com/sun/corba/se/spi/presentation/rmi/DynamicStub.java \
|
||||
com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.java \
|
||||
com/sun/corba/se/spi/presentation/rmi/PresentationManager.java \
|
||||
com/sun/corba/se/spi/presentation/rmi/StubAdapter.java
|
||||
|
@ -0,0 +1,38 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_protocol_java = \
|
||||
com/sun/corba/se/spi/protocol/ClientDelegateFactory.java \
|
||||
com/sun/corba/se/spi/protocol/CorbaClientDelegate.java \
|
||||
com/sun/corba/se/spi/protocol/CorbaMessageMediator.java \
|
||||
com/sun/corba/se/spi/protocol/CorbaProtocolHandler.java \
|
||||
com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.java \
|
||||
com/sun/corba/se/spi/protocol/ForwardException.java \
|
||||
com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java \
|
||||
com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.java \
|
||||
com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.java \
|
||||
com/sun/corba/se/spi/protocol/PIHandler.java \
|
||||
com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java \
|
||||
com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java
|
@ -0,0 +1,29 @@
|
||||
#
|
||||
# Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_resolver_java = \
|
||||
com/sun/corba/se/spi/resolver/Resolver.java \
|
||||
com/sun/corba/se/spi/resolver/LocalResolver.java \
|
||||
com/sun/corba/se/spi/resolver/ResolverDefault.java
|
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_servicecontext_java = \
|
||||
com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/ServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/ServiceContextData.java \
|
||||
com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.java \
|
||||
com/sun/corba/se/spi/servicecontext/ServiceContexts.java \
|
||||
com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.java \
|
||||
com/sun/corba/se/spi/servicecontext/UnknownServiceContext.java
|
||||
|
@ -0,0 +1,43 @@
|
||||
#
|
||||
# Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_transport_java = \
|
||||
com/sun/corba/se/spi/transport/CorbaAcceptor.java \
|
||||
com/sun/corba/se/spi/transport/CorbaConnection.java \
|
||||
com/sun/corba/se/spi/transport/CorbaContactInfo.java \
|
||||
com/sun/corba/se/spi/transport/CorbaContactInfoList.java \
|
||||
com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.java \
|
||||
com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java \
|
||||
com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java \
|
||||
com/sun/corba/se/spi/transport/CorbaTransportManager.java \
|
||||
com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.java \
|
||||
com/sun/corba/se/spi/transport/IORToSocketInfo.java \
|
||||
com/sun/corba/se/spi/transport/IORTransformer.java \
|
||||
com/sun/corba/se/spi/transport/ORBSocketFactory.java \
|
||||
com/sun/corba/se/spi/transport/ReadTimeouts.java \
|
||||
com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java \
|
||||
com/sun/corba/se/spi/transport/SocketInfo.java \
|
||||
com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.java \
|
||||
com/sun/corba/se/spi/transport/TransportDefault.java
|
@ -0,0 +1,67 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
COM_SUN_CORBA_SE_INTERNAL_IDL_TOJAVAPORTABLE_java = \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Arguments.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/AuxGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Compile.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ConstGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/EnumGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ExceptionGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Factories.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ForwardValueGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/GenFactory.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Helper.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Holder.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/InterfaceGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/JavaGenerator.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/MethodGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ModuleGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/NativeGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/NameModifier.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/NameModifierImpl.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/PrimitiveGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/SequenceGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Skeleton.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/StringGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/StructGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Stub.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/TCOffsets.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/TypedefGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/UnionGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Util.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ValueGen.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ValueFactory.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ValueBoxGen24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/ValueGen24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/MethodGen24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/Helper24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/MethodGenClone24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/AttributeGen24.java \
|
||||
com/sun/tools/corba/se/idl/toJavaPortable/DefaultFactory.java
|
31
corba/make/com/sun/corba/minclude/ioser_io.jmk
Normal file
31
corba/make/com/sun/corba/minclude/ioser_io.jmk
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
IOSER_IO_java = \
|
||||
com/sun/corba/se/internal/io/ObjectStreamClass.java \
|
||||
com/sun/corba/se/internal/io/IIOPInputStream.java \
|
||||
com/sun/corba/se/internal/io/IIOPOutputStream.java \
|
||||
com/sun/corba/se/internal/io/LibraryManager.java
|
||||
|
33
corba/make/com/sun/corba/minclude/javax_activity.jmk
Normal file
33
corba/make/com/sun/corba/minclude/javax_activity.jmk
Normal file
@ -0,0 +1,33 @@
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
javax_activity_java = \
|
||||
$(GROUP0)
|
||||
|
||||
GROUP0 = \
|
||||
javax/activity/InvalidActivityException.java \
|
||||
javax/activity/ActivityRequiredException.java \
|
||||
javax/activity/ActivityCompletedException.java
|
||||
|
31
corba/make/com/sun/corba/minclude/javax_rmi.jmk
Normal file
31
corba/make/com/sun/corba/minclude/javax_rmi.jmk
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
javax_rmi_java = \
|
||||
javax/rmi/PortableRemoteObject.java
|
||||
|
||||
|
39
corba/make/com/sun/corba/minclude/javax_rmi_CORBA.jmk
Normal file
39
corba/make/com/sun/corba/minclude/javax_rmi_CORBA.jmk
Normal file
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
javax_rmi_CORBA_java = \
|
||||
javax/rmi/CORBA/Stub.java \
|
||||
javax/rmi/CORBA/StubDelegate.java \
|
||||
javax/rmi/CORBA/Tie.java \
|
||||
javax/rmi/CORBA/Util.java \
|
||||
javax/rmi/CORBA/UtilDelegate.java \
|
||||
javax/rmi/CORBA/ValueHandler.java \
|
||||
javax/rmi/CORBA/ValueHandlerMultiFormat.java \
|
||||
javax/rmi/CORBA/ClassDesc.java \
|
||||
javax/rmi/CORBA/PortableRemoteObjectDelegate.java \
|
||||
javax/rmi/CORBA/GetORBPropertiesFileAction.java \
|
||||
|
35
corba/make/com/sun/corba/minclude/javax_transaction.jmk
Normal file
35
corba/make/com/sun/corba/minclude/javax_transaction.jmk
Normal file
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
javax_transaction_java = \
|
||||
$(GROUP0)
|
||||
|
||||
GROUP0 = \
|
||||
javax/transaction/InvalidTransactionException.java \
|
||||
javax/transaction/TransactionRequiredException.java \
|
||||
javax/transaction/TransactionRolledbackException.java
|
||||
|
263
corba/make/com/sun/corba/minclude/org_omg_CORBA.jmk
Normal file
263
corba/make/com/sun/corba/minclude/org_omg_CORBA.jmk
Normal file
@ -0,0 +1,263 @@
|
||||
#
|
||||
# Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files
|
||||
|
||||
org_omg_CORBA_java_1_2 = \
|
||||
org/omg/CORBA/ARG_IN.java \
|
||||
org/omg/CORBA/ARG_INOUT.java \
|
||||
org/omg/CORBA/ARG_OUT.java \
|
||||
org/omg/CORBA/Any.java \
|
||||
org/omg/CORBA/AnyHolder.java \
|
||||
org/omg/CORBA/BAD_CONTEXT.java \
|
||||
org/omg/CORBA/BAD_INV_ORDER.java \
|
||||
org/omg/CORBA/BAD_OPERATION.java \
|
||||
org/omg/CORBA/BAD_PARAM.java \
|
||||
org/omg/CORBA/BAD_POLICY.java \
|
||||
org/omg/CORBA/BAD_POLICY_TYPE.java \
|
||||
org/omg/CORBA/BAD_POLICY_VALUE.java \
|
||||
org/omg/CORBA/BAD_TYPECODE.java \
|
||||
org/omg/CORBA/BooleanHolder.java \
|
||||
org/omg/CORBA/Bounds.java \
|
||||
org/omg/CORBA/ByteHolder.java \
|
||||
org/omg/CORBA/COMM_FAILURE.java \
|
||||
org/omg/CORBA/CTX_RESTRICT_SCOPE.java \
|
||||
org/omg/CORBA/CharHolder.java \
|
||||
org/omg/CORBA/CompletionStatus.java \
|
||||
org/omg/CORBA/Context.java \
|
||||
org/omg/CORBA/ContextList.java \
|
||||
org/omg/CORBA/Current.java \
|
||||
org/omg/CORBA/DATA_CONVERSION.java \
|
||||
org/omg/CORBA/DefinitionKind.java \
|
||||
org/omg/CORBA/DomainManager.java \
|
||||
org/omg/CORBA/DomainManagerOperations.java \
|
||||
org/omg/CORBA/DoubleHolder.java \
|
||||
org/omg/CORBA/DynAny.java \
|
||||
org/omg/CORBA/DynAnyPackage/Invalid.java \
|
||||
org/omg/CORBA/DynAnyPackage/InvalidSeq.java \
|
||||
org/omg/CORBA/DynAnyPackage/InvalidValue.java \
|
||||
org/omg/CORBA/DynAnyPackage/TypeMismatch.java \
|
||||
org/omg/CORBA/DynArray.java \
|
||||
org/omg/CORBA/DynEnum.java \
|
||||
org/omg/CORBA/DynFixed.java \
|
||||
org/omg/CORBA/DynSequence.java \
|
||||
org/omg/CORBA/DynStruct.java \
|
||||
org/omg/CORBA/DynUnion.java \
|
||||
org/omg/CORBA/DynValue.java \
|
||||
org/omg/CORBA/DynamicImplementation.java \
|
||||
org/omg/CORBA/Environment.java \
|
||||
org/omg/CORBA/ExceptionList.java \
|
||||
org/omg/CORBA/FREE_MEM.java \
|
||||
org/omg/CORBA/FixedHolder.java \
|
||||
org/omg/CORBA/FloatHolder.java \
|
||||
org/omg/CORBA/IDLType.java \
|
||||
org/omg/CORBA/IMP_LIMIT.java \
|
||||
org/omg/CORBA/INITIALIZE.java \
|
||||
org/omg/CORBA/INTERNAL.java \
|
||||
org/omg/CORBA/INTF_REPOS.java \
|
||||
org/omg/CORBA/INVALID_TRANSACTION.java \
|
||||
org/omg/CORBA/INV_FLAG.java \
|
||||
org/omg/CORBA/INV_IDENT.java \
|
||||
org/omg/CORBA/INV_OBJREF.java \
|
||||
org/omg/CORBA/INV_POLICY.java \
|
||||
org/omg/CORBA/IRObject.java \
|
||||
org/omg/CORBA/IntHolder.java \
|
||||
org/omg/CORBA/LongHolder.java \
|
||||
org/omg/CORBA/MARSHAL.java \
|
||||
org/omg/CORBA/NO_IMPLEMENT.java \
|
||||
org/omg/CORBA/NO_MEMORY.java \
|
||||
org/omg/CORBA/NO_PERMISSION.java \
|
||||
org/omg/CORBA/NO_RESOURCES.java \
|
||||
org/omg/CORBA/NO_RESPONSE.java \
|
||||
org/omg/CORBA/NVList.java \
|
||||
org/omg/CORBA/NameValuePair.java \
|
||||
org/omg/CORBA/NamedValue.java \
|
||||
org/omg/CORBA/OBJECT_NOT_EXIST.java \
|
||||
org/omg/CORBA/OBJ_ADAPTER.java \
|
||||
org/omg/CORBA/ORB.java \
|
||||
org/omg/CORBA/ORBPackage/InconsistentTypeCode.java \
|
||||
org/omg/CORBA/ORBPackage/InvalidName.java \
|
||||
org/omg/CORBA/Object.java \
|
||||
org/omg/CORBA/ObjectHolder.java \
|
||||
org/omg/CORBA/OMGVMCID.java \
|
||||
org/omg/CORBA/PERSIST_STORE.java \
|
||||
org/omg/CORBA/PRIVATE_MEMBER.java \
|
||||
org/omg/CORBA/PUBLIC_MEMBER.java \
|
||||
org/omg/CORBA/Policy.java \
|
||||
org/omg/CORBA/PolicyError.java \
|
||||
org/omg/CORBA/Principal.java \
|
||||
org/omg/CORBA/PrincipalHolder.java \
|
||||
org/omg/CORBA/Request.java \
|
||||
org/omg/CORBA/ServerRequest.java \
|
||||
org/omg/CORBA/ServiceDetail.java \
|
||||
org/omg/CORBA/ServiceDetailHelper.java \
|
||||
org/omg/CORBA/ServiceInformation.java \
|
||||
org/omg/CORBA/ServiceInformationHelper.java \
|
||||
org/omg/CORBA/ServiceInformationHolder.java \
|
||||
org/omg/CORBA/SetOverrideType.java \
|
||||
org/omg/CORBA/ShortHolder.java \
|
||||
org/omg/CORBA/StringHolder.java \
|
||||
org/omg/CORBA/StructMember.java \
|
||||
org/omg/CORBA/SystemException.java \
|
||||
org/omg/CORBA/TCKind.java \
|
||||
org/omg/CORBA/TRANSACTION_REQUIRED.java \
|
||||
org/omg/CORBA/TRANSACTION_ROLLEDBACK.java \
|
||||
org/omg/CORBA/TRANSIENT.java \
|
||||
org/omg/CORBA/TypeCode.java \
|
||||
org/omg/CORBA/TypeCodeHolder.java \
|
||||
org/omg/CORBA/TypeCodePackage/BadKind.java \
|
||||
org/omg/CORBA/TypeCodePackage/Bounds.java \
|
||||
org/omg/CORBA/UNKNOWN.java \
|
||||
org/omg/CORBA/UNSUPPORTED_POLICY.java \
|
||||
org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java \
|
||||
org/omg/CORBA/UnionMember.java \
|
||||
org/omg/CORBA/UnknownUserException.java \
|
||||
org/omg/CORBA/UserException.java \
|
||||
org/omg/CORBA/VM_ABSTRACT.java \
|
||||
org/omg/CORBA/VM_CUSTOM.java \
|
||||
org/omg/CORBA/VM_NONE.java \
|
||||
org/omg/CORBA/VM_TRUNCATABLE.java \
|
||||
org/omg/CORBA/ValueMember.java \
|
||||
org/omg/CORBA/WrongTransaction.java \
|
||||
org/omg/CORBA/portable/ApplicationException.java \
|
||||
org/omg/CORBA/portable/Delegate.java \
|
||||
org/omg/CORBA/portable/IDLEntity.java \
|
||||
org/omg/CORBA/portable/InputStream.java \
|
||||
org/omg/CORBA/portable/InvokeHandler.java \
|
||||
org/omg/CORBA/portable/ObjectImpl.java \
|
||||
org/omg/CORBA/portable/OutputStream.java \
|
||||
org/omg/CORBA/portable/RemarshalException.java \
|
||||
org/omg/CORBA/portable/ResponseHandler.java \
|
||||
org/omg/CORBA/portable/ServantObject.java \
|
||||
org/omg/CORBA/portable/Streamable.java \
|
||||
org/omg/CORBA/portable/ValueOutputStream.java \
|
||||
org/omg/CORBA/portable/ValueInputStream.java
|
||||
|
||||
# org/omg/CORBA/AttributeMode.java \
|
||||
# org/omg/CORBA/AttributeModeHelper.java \
|
||||
|
||||
org_omg_CORBA_java_1_3 = \
|
||||
org/omg/CORBA/AnySeqHelper.java \
|
||||
org/omg/CORBA/AnySeqHolder.java \
|
||||
org/omg/CORBA/BooleanSeqHelper.java \
|
||||
org/omg/CORBA/BooleanSeqHolder.java \
|
||||
org/omg/CORBA/CharSeqHelper.java \
|
||||
org/omg/CORBA/CharSeqHolder.java \
|
||||
org/omg/CORBA/CompletionStatusHelper.java \
|
||||
org/omg/CORBA/CurrentOperations.java \
|
||||
org/omg/CORBA/CurrentHelper.java \
|
||||
org/omg/CORBA/CurrentHolder.java \
|
||||
org/omg/CORBA/CustomMarshal.java \
|
||||
org/omg/CORBA/DataInputStream.java \
|
||||
org/omg/CORBA/DataOutputStream.java \
|
||||
org/omg/CORBA/DefinitionKindHelper.java \
|
||||
org/omg/CORBA/DoubleSeqHelper.java \
|
||||
org/omg/CORBA/DoubleSeqHolder.java \
|
||||
org/omg/CORBA/FieldNameHelper.java \
|
||||
org/omg/CORBA/FloatSeqHelper.java \
|
||||
org/omg/CORBA/FloatSeqHolder.java \
|
||||
org/omg/CORBA/IDLTypeHelper.java \
|
||||
org/omg/CORBA/IDLTypeOperations.java \
|
||||
org/omg/CORBA/IRObjectOperations.java \
|
||||
org/omg/CORBA/IdentifierHelper.java \
|
||||
org/omg/CORBA/LongLongSeqHelper.java \
|
||||
org/omg/CORBA/LongLongSeqHolder.java \
|
||||
org/omg/CORBA/LongSeqHelper.java \
|
||||
org/omg/CORBA/LongSeqHolder.java \
|
||||
org/omg/CORBA/NameValuePairHelper.java \
|
||||
org/omg/CORBA/ObjectHelper.java \
|
||||
org/omg/CORBA/OctetSeqHelper.java \
|
||||
org/omg/CORBA/OctetSeqHolder.java \
|
||||
org/omg/CORBA/PolicyOperations.java \
|
||||
org/omg/CORBA/PolicyHelper.java \
|
||||
org/omg/CORBA/PolicyHolder.java \
|
||||
org/omg/CORBA/PolicyTypeHelper.java \
|
||||
org/omg/CORBA/PolicyListHelper.java \
|
||||
org/omg/CORBA/PolicyListHolder.java \
|
||||
org/omg/CORBA/RepositoryIdHelper.java \
|
||||
org/omg/CORBA/SetOverrideTypeHelper.java \
|
||||
org/omg/CORBA/ShortSeqHelper.java \
|
||||
org/omg/CORBA/ShortSeqHolder.java \
|
||||
org/omg/CORBA/StringValueHelper.java \
|
||||
org/omg/CORBA/StructMemberHelper.java \
|
||||
org/omg/CORBA/ULongLongSeqHelper.java \
|
||||
org/omg/CORBA/ULongLongSeqHolder.java \
|
||||
org/omg/CORBA/ULongSeqHelper.java \
|
||||
org/omg/CORBA/ULongSeqHolder.java \
|
||||
org/omg/CORBA/UShortSeqHelper.java \
|
||||
org/omg/CORBA/UShortSeqHolder.java \
|
||||
org/omg/CORBA/UnionMemberHelper.java \
|
||||
org/omg/CORBA/ValueBaseHelper.java \
|
||||
org/omg/CORBA/ValueBaseHolder.java \
|
||||
org/omg/CORBA/ValueMemberHelper.java \
|
||||
org/omg/CORBA/VersionSpecHelper.java \
|
||||
org/omg/CORBA/VisibilityHelper.java \
|
||||
org/omg/CORBA/WCharSeqHelper.java \
|
||||
org/omg/CORBA/WCharSeqHolder.java \
|
||||
org/omg/CORBA/WStringValueHelper.java \
|
||||
org/omg/CORBA/_IDLTypeStub.java \
|
||||
org/omg/CORBA/_PolicyStub.java \
|
||||
org/omg/CORBA/portable/BoxedValueHelper.java \
|
||||
org/omg/CORBA/portable/CustomValue.java \
|
||||
org/omg/CORBA/portable/IndirectionException.java \
|
||||
org/omg/CORBA/portable/StreamableValue.java \
|
||||
org/omg/CORBA/portable/UnknownException.java \
|
||||
org/omg/CORBA/portable/ValueBase.java \
|
||||
org/omg/CORBA/portable/ValueFactory.java
|
||||
|
||||
org_omg_CORBA_java_new = \
|
||||
org/omg/CORBA/LocalObject.java \
|
||||
org/omg/CORBA/ParameterMode.java \
|
||||
org/omg/CORBA/ParameterModeHelper.java \
|
||||
org/omg/CORBA/ParameterModeHolder.java \
|
||||
org/omg/CORBA/PolicyErrorCodeHelper.java \
|
||||
org/omg/CORBA/PolicyErrorHelper.java \
|
||||
org/omg/CORBA/PolicyErrorHolder.java \
|
||||
org/omg/CORBA/StringSeqHelper.java \
|
||||
org/omg/CORBA/StringSeqHolder.java \
|
||||
org/omg/CORBA/UnknownUserExceptionHelper.java \
|
||||
org/omg/CORBA/UnknownUserExceptionHolder.java \
|
||||
org/omg/CORBA/WStringSeqHelper.java \
|
||||
org/omg/CORBA/WStringSeqHolder.java \
|
||||
org/omg/CORBA/WrongTransactionHelper.java \
|
||||
org/omg/CORBA/WrongTransactionHolder.java
|
||||
|
||||
org_omg_CORBA_TSIdentification_java = \
|
||||
org/omg/CORBA/TSIdentification.java \
|
||||
org/omg/CORBA/TSIdentificationPackage/AlreadyIdentified.java \
|
||||
org/omg/CORBA/TSIdentificationPackage/NotAvailable.java
|
||||
|
||||
org_omg_CORBA30_java = \
|
||||
org/omg/CORBA/ACTIVITY_COMPLETED.java \
|
||||
org/omg/CORBA/ACTIVITY_REQUIRED.java \
|
||||
org/omg/CORBA/BAD_QOS.java \
|
||||
org/omg/CORBA/CODESET_INCOMPATIBLE.java \
|
||||
org/omg/CORBA/INVALID_ACTIVITY.java \
|
||||
org/omg/CORBA/REBIND.java \
|
||||
org/omg/CORBA/TIMEOUT.java \
|
||||
org/omg/CORBA/TRANSACTION_MODE.java \
|
||||
org/omg/CORBA/TRANSACTION_UNAVAILABLE.java
|
||||
|
46
corba/make/com/sun/corba/minclude/org_omg_CORBAX.jmk
Normal file
46
corba/make/com/sun/corba/minclude/org_omg_CORBAX.jmk
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# CORBA IDL Generated Files
|
||||
#
|
||||
|
||||
CORBA_java = \
|
||||
org/omg/CORBA/ParameterMode.java \
|
||||
org/omg/CORBA/ParameterModeHelper.java \
|
||||
org/omg/CORBA/ParameterModeHolder.java \
|
||||
org/omg/CORBA/PolicyErrorCodeHelper.java \
|
||||
org/omg/CORBA/PolicyErrorHelper.java \
|
||||
org/omg/CORBA/PolicyErrorHolder.java \
|
||||
org/omg/CORBA/StringSeqHelper.java \
|
||||
org/omg/CORBA/StringSeqHolder.java \
|
||||
org/omg/CORBA/WStringSeqHelper.java \
|
||||
org/omg/CORBA/WStringSeqHolder.java
|
||||
|
||||
CORBA_DUPLICATE_java = \
|
||||
org/omg/CORBA/OctetSeqHelper.java \
|
||||
org/omg/CORBA/OctetSeqHolder.java \
|
||||
org/omg/CORBA/PolicyError.java \
|
||||
org/omg/CORBA/RepositoryIdHelper.java
|
34
corba/make/com/sun/corba/minclude/org_omg_CORBA_2_3.jmk
Normal file
34
corba/make/com/sun/corba/minclude/org_omg_CORBA_2_3.jmk
Normal file
@ -0,0 +1,34 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
org_omg_CORBA_2_3_java = \
|
||||
org/omg/CORBA_2_3/ORB.java \
|
||||
org/omg/CORBA_2_3/portable/InputStream.java \
|
||||
org/omg/CORBA_2_3/portable/OutputStream.java \
|
||||
org/omg/CORBA_2_3/portable/Delegate.java \
|
||||
org/omg/CORBA_2_3/portable/ObjectImpl.java
|
||||
|
86
corba/make/com/sun/corba/minclude/org_omg_CosNaming.jmk
Normal file
86
corba/make/com/sun/corba/minclude/org_omg_CosNaming.jmk
Normal file
@ -0,0 +1,86 @@
|
||||
#
|
||||
# Copyright 1997-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
NS_GENERATED_java = \
|
||||
org/omg/CosNaming/IstringHelper.java \
|
||||
org/omg/CosNaming/Binding.java \
|
||||
org/omg/CosNaming/BindingHelper.java \
|
||||
org/omg/CosNaming/BindingHolder.java \
|
||||
org/omg/CosNaming/BindingIterator.java \
|
||||
org/omg/CosNaming/BindingIteratorPOA.java \
|
||||
org/omg/CosNaming/BindingIteratorOperations.java \
|
||||
org/omg/CosNaming/BindingIteratorHelper.java \
|
||||
org/omg/CosNaming/BindingIteratorHolder.java \
|
||||
org/omg/CosNaming/_BindingIteratorStub.java \
|
||||
org/omg/CosNaming/BindingListHelper.java \
|
||||
org/omg/CosNaming/BindingListHolder.java \
|
||||
org/omg/CosNaming/BindingType.java \
|
||||
org/omg/CosNaming/BindingTypeHelper.java \
|
||||
org/omg/CosNaming/BindingTypeHolder.java \
|
||||
org/omg/CosNaming/NameComponent.java \
|
||||
org/omg/CosNaming/NameComponentHelper.java \
|
||||
org/omg/CosNaming/NameComponentHolder.java \
|
||||
org/omg/CosNaming/NameHelper.java \
|
||||
org/omg/CosNaming/NameHolder.java \
|
||||
org/omg/CosNaming/NamingContext.java \
|
||||
org/omg/CosNaming/NamingContextHelper.java \
|
||||
org/omg/CosNaming/NamingContextHolder.java \
|
||||
org/omg/CosNaming/_NamingContextStub.java \
|
||||
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java \
|
||||
org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java \
|
||||
org/omg/CosNaming/NamingContextPackage/CannotProceed.java \
|
||||
org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java \
|
||||
org/omg/CosNaming/NamingContextPackage/InvalidName.java \
|
||||
org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotEmpty.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFound.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFoundReason.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java \
|
||||
org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java \
|
||||
org/omg/CosNaming/NamingContextPOA.java \
|
||||
org/omg/CosNaming/NamingContextExt.java \
|
||||
org/omg/CosNaming/NamingContextExtOperations.java \
|
||||
org/omg/CosNaming/NamingContextExtHelper.java \
|
||||
org/omg/CosNaming/NamingContextExtHolder.java \
|
||||
org/omg/CosNaming/NamingContextExtPOA.java \
|
||||
org/omg/CosNaming/_NamingContextExtStub.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java \
|
||||
org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java
|
||||
|
||||
|
||||
LEGACY_FILES_java = \
|
||||
org/omg/CosNaming/_NamingContextImplBase.java \
|
||||
org/omg/CosNaming/_BindingIteratorImplBase.java
|
105
corba/make/com/sun/corba/minclude/org_omg_DynamicAny.jmk
Normal file
105
corba/make/com/sun/corba/minclude/org_omg_DynamicAny.jmk
Normal file
@ -0,0 +1,105 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files
|
||||
# Please keep this sorted.
|
||||
#
|
||||
|
||||
DYNANY_GENERATED_java = \
|
||||
org/omg/DynamicAny/DynAny.java \
|
||||
org/omg/DynamicAny/DynAnyFactory.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryOperations.java \
|
||||
org/omg/DynamicAny/DynAnyOperations.java \
|
||||
org/omg/DynamicAny/DynArray.java \
|
||||
org/omg/DynamicAny/DynArrayOperations.java \
|
||||
org/omg/DynamicAny/DynEnum.java \
|
||||
org/omg/DynamicAny/DynEnumOperations.java \
|
||||
org/omg/DynamicAny/DynFixed.java \
|
||||
org/omg/DynamicAny/DynFixedOperations.java \
|
||||
org/omg/DynamicAny/DynSequence.java \
|
||||
org/omg/DynamicAny/DynSequenceOperations.java \
|
||||
org/omg/DynamicAny/DynStruct.java \
|
||||
org/omg/DynamicAny/DynStructOperations.java \
|
||||
org/omg/DynamicAny/DynUnion.java \
|
||||
org/omg/DynamicAny/DynUnionOperations.java \
|
||||
org/omg/DynamicAny/DynValue.java \
|
||||
org/omg/DynamicAny/DynValueOperations.java \
|
||||
org/omg/DynamicAny/NameDynAnyPair.java \
|
||||
org/omg/DynamicAny/NameValuePair.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/InvalidValue.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java \
|
||||
org/omg/DynamicAny/AnySeqHelper.java \
|
||||
org/omg/DynamicAny/DynStructHelper.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryHelper.java \
|
||||
org/omg/DynamicAny/DynUnionHelper.java \
|
||||
org/omg/DynamicAny/DynAnyHelper.java \
|
||||
org/omg/DynamicAny/DynValueHelper.java \
|
||||
org/omg/DynamicAny/DynArrayHelper.java \
|
||||
org/omg/DynamicAny/DynAnySeqHelper.java \
|
||||
org/omg/DynamicAny/DynEnumHelper.java \
|
||||
org/omg/DynamicAny/DynFixedHelper.java \
|
||||
org/omg/DynamicAny/FieldNameHelper.java \
|
||||
org/omg/DynamicAny/NameDynAnyPairHelper.java \
|
||||
org/omg/DynamicAny/DynSequenceHelper.java \
|
||||
org/omg/DynamicAny/NameDynAnyPairSeqHelper.java \
|
||||
org/omg/DynamicAny/NameValuePairHelper.java \
|
||||
org/omg/DynamicAny/NameValuePairSeqHelper.java
|
||||
|
||||
|
||||
DYNANY_HELP_HOLD_java = \
|
||||
org/omg/DynamicAny/AnySeqHolder.java \
|
||||
org/omg/DynamicAny/DynStructHolder.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryHolder.java \
|
||||
org/omg/DynamicAny/DynUnionHolder.java \
|
||||
org/omg/DynamicAny/DynAnyHolder.java \
|
||||
org/omg/DynamicAny/DynValueHolder.java \
|
||||
org/omg/DynamicAny/DynArrayHolder.java \
|
||||
org/omg/DynamicAny/DynAnySeqHolder.java \
|
||||
org/omg/DynamicAny/DynEnumHolder.java \
|
||||
org/omg/DynamicAny/DynFixedHolder.java \
|
||||
org/omg/DynamicAny/DynSequenceHolder.java \
|
||||
org/omg/DynamicAny/NameDynAnyPairHelper.java \
|
||||
org/omg/DynamicAny/NameDynAnyPairHolder.java \
|
||||
org/omg/DynamicAny/NameDynAnyPairSeqHolder.java \
|
||||
org/omg/DynamicAny/NameValuePairHolder.java \
|
||||
org/omg/DynamicAny/NameValuePairSeqHolder.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/InvalidValueHolder.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/TypeMismatchHolder.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHolder.java
|
||||
|
||||
|
||||
DYNANY_TO_DELETE_FILES = \
|
||||
org/omg/DynamicAny/DynValueBoxHelper.java \
|
||||
org/omg/DynamicAny/DynValueCommonHelper.java \
|
||||
org/omg/DynamicAny/_DynValueCommonStub.java \
|
||||
org/omg/DynamicAny/_DynValueBoxStub.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/TypeMismatchHolder.java \
|
||||
org/omg/DynamicAny/DynAnyPackage/InvalidValueHolder.java \
|
||||
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHolder.java
|
71
corba/make/com/sun/corba/minclude/org_omg_IOP.jmk
Normal file
71
corba/make/com/sun/corba/minclude/org_omg_IOP.jmk
Normal file
@ -0,0 +1,71 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# IOP IDL Generated Files
|
||||
#
|
||||
|
||||
IOP_java = \
|
||||
org/omg/IOP/CodeSets.java \
|
||||
org/omg/IOP/ComponentIdHelper.java \
|
||||
org/omg/IOP/IOR.java \
|
||||
org/omg/IOP/IORHelper.java \
|
||||
org/omg/IOP/IORHolder.java \
|
||||
org/omg/IOP/MultipleComponentProfileHelper.java \
|
||||
org/omg/IOP/MultipleComponentProfileHolder.java \
|
||||
org/omg/IOP/ProfileIdHelper.java \
|
||||
org/omg/IOP/RMICustomMaxStreamFormat.java \
|
||||
org/omg/IOP/ServiceContext.java \
|
||||
org/omg/IOP/ServiceContextHelper.java \
|
||||
org/omg/IOP/ServiceContextHolder.java \
|
||||
org/omg/IOP/ServiceContextListHelper.java \
|
||||
org/omg/IOP/ServiceContextListHolder.java \
|
||||
org/omg/IOP/ServiceIdHelper.java \
|
||||
org/omg/IOP/TAG_INTERNET_IOP.java \
|
||||
org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java \
|
||||
org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java \
|
||||
org/omg/IOP/TAG_CODE_SETS.java \
|
||||
org/omg/IOP/TAG_JAVA_CODEBASE.java \
|
||||
org/omg/IOP/TAG_ORB_TYPE.java \
|
||||
org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.java \
|
||||
org/omg/IOP/TAG_POLICIES.java \
|
||||
org/omg/IOP/TaggedComponent.java \
|
||||
org/omg/IOP/TaggedComponentHelper.java \
|
||||
org/omg/IOP/TaggedComponentHolder.java \
|
||||
org/omg/IOP/TaggedProfile.java \
|
||||
org/omg/IOP/TaggedProfileHelper.java \
|
||||
org/omg/IOP/TaggedProfileHolder.java \
|
||||
org/omg/IOP/TransactionService.java
|
||||
|
||||
IOP_TO_DELETE_FILES = \
|
||||
org/omg/IOP/BI_DIR_IIOP.java \
|
||||
org/omg/IOP/ChainBypassCheck.java \
|
||||
org/omg/IOP/ChainBypassInfo.java \
|
||||
org/omg/IOP/FORWARDED_IDENTITY.java \
|
||||
org/omg/IOP/INVOCATION_POLICIES.java \
|
||||
org/omg/IOP/LogicalThreadId.java \
|
||||
org/omg/IOP/SendingContextRunTime.java \
|
||||
org/omg/IOP/UnknownExceptionInfo.java \
|
||||
org/omg/IOP/TaggedComponentSeqHolder.java
|
32
corba/make/com/sun/corba/minclude/org_omg_Messaging.jmk
Normal file
32
corba/make/com/sun/corba/minclude/org_omg_Messaging.jmk
Normal file
@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Messaging IDL Generated Files
|
||||
#
|
||||
|
||||
Messaging_java = \
|
||||
org/omg/Messaging/SYNC_WITH_TRANSPORT.java \
|
||||
org/omg/Messaging/SyncScopeHelper.java
|
@ -0,0 +1,161 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Interceptors IDL Generated Files
|
||||
#
|
||||
|
||||
# List of files that must be present after a build:
|
||||
PI_GENERATED_java = \
|
||||
org/omg/PortableInterceptor/ACTIVE.java \
|
||||
org/omg/PortableInterceptor/AdapterManagerIdHelper.java \
|
||||
org/omg/PortableInterceptor/AdapterNameHelper.java \
|
||||
org/omg/PortableInterceptor/AdapterStateHelper.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInfo.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInfoOperations.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInterceptor.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java \
|
||||
org/omg/PortableInterceptor/Current.java \
|
||||
org/omg/PortableInterceptor/CurrentHelper.java \
|
||||
org/omg/PortableInterceptor/CurrentOperations.java \
|
||||
org/omg/PortableInterceptor/DISCARDING.java \
|
||||
org/omg/PortableInterceptor/ForwardRequest.java \
|
||||
org/omg/PortableInterceptor/ForwardRequestHelper.java \
|
||||
org/omg/PortableInterceptor/HOLDING.java \
|
||||
org/omg/PortableInterceptor/IORInfo.java \
|
||||
org/omg/PortableInterceptor/IORInfoOperations.java \
|
||||
org/omg/PortableInterceptor/IORInterceptor.java \
|
||||
org/omg/PortableInterceptor/IORInterceptorOperations.java \
|
||||
org/omg/PortableInterceptor/IORInterceptor_3_0.java \
|
||||
org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java \
|
||||
org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java \
|
||||
org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java \
|
||||
org/omg/PortableInterceptor/INACTIVE.java \
|
||||
org/omg/PortableInterceptor/Interceptor.java \
|
||||
org/omg/PortableInterceptor/InvalidSlotHelper.java \
|
||||
org/omg/PortableInterceptor/InterceptorOperations.java \
|
||||
org/omg/PortableInterceptor/InvalidSlot.java \
|
||||
org/omg/PortableInterceptor/NON_EXISTENT.java \
|
||||
org/omg/PortableInterceptor/ObjectIdHelper.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceFactory.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceTemplate.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java \
|
||||
org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java \
|
||||
org/omg/PortableInterceptor/ORBIdHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfo.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoOperations.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitializer.java \
|
||||
org/omg/PortableInterceptor/ORBInitializerOperations.java \
|
||||
org/omg/PortableInterceptor/PolicyFactory.java \
|
||||
org/omg/PortableInterceptor/PolicyFactoryOperations.java \
|
||||
org/omg/PortableInterceptor/RequestInfo.java \
|
||||
org/omg/PortableInterceptor/RequestInfoOperations.java \
|
||||
org/omg/PortableInterceptor/SUCCESSFUL.java \
|
||||
org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java \
|
||||
org/omg/PortableInterceptor/USER_EXCEPTION.java \
|
||||
org/omg/PortableInterceptor/LOCATION_FORWARD.java \
|
||||
org/omg/PortableInterceptor/TRANSPORT_RETRY.java \
|
||||
org/omg/PortableInterceptor/ServerIdHelper.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInfo.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInfoOperations.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInterceptor.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java \
|
||||
org/omg/IOP/Codec.java \
|
||||
org/omg/IOP/CodecFactory.java \
|
||||
org/omg/IOP/CodecFactoryHelper.java \
|
||||
org/omg/IOP/CodecFactoryOperations.java \
|
||||
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java \
|
||||
org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java \
|
||||
org/omg/IOP/CodecOperations.java \
|
||||
org/omg/IOP/CodecPackage/FormatMismatch.java \
|
||||
org/omg/IOP/CodecPackage/FormatMismatchHelper.java \
|
||||
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java \
|
||||
org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java \
|
||||
org/omg/IOP/CodecPackage/TypeMismatch.java \
|
||||
org/omg/IOP/CodecPackage/TypeMismatchHelper.java \
|
||||
org/omg/IOP/ENCODING_CDR_ENCAPS.java \
|
||||
org/omg/IOP/Encoding.java \
|
||||
org/omg/Dynamic/Parameter.java
|
||||
|
||||
# Helper and Holder files to be removed:
|
||||
PI_GENERATED_HELP_HOL_java = \
|
||||
org/omg/PortableInterceptor/ClientRequestInfoHelper.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInterceptorHelper.java \
|
||||
org/omg/PortableInterceptor/IORInfoHelper.java \
|
||||
org/omg/PortableInterceptor/IORInterceptorHelper.java \
|
||||
org/omg/PortableInterceptor/InterceptorHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoHelper.java \
|
||||
org/omg/PortableInterceptor/ORBInitializerHelper.java \
|
||||
org/omg/PortableInterceptor/PolicyFactoryHelper.java \
|
||||
org/omg/PortableInterceptor/ReplyStatusHelper.java \
|
||||
org/omg/PortableInterceptor/RequestInfoHelper.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInfoHelper.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInterceptorHelper.java \
|
||||
org/omg/PortableInterceptor/SlotIdHelper.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInfoHolder.java \
|
||||
org/omg/PortableInterceptor/ClientRequestInterceptorHolder.java \
|
||||
org/omg/PortableInterceptor/CurrentHolder.java \
|
||||
org/omg/PortableInterceptor/ForwardRequestHolder.java \
|
||||
org/omg/PortableInterceptor/IORInfoHolder.java \
|
||||
org/omg/PortableInterceptor/IORInterceptorHolder.java \
|
||||
org/omg/PortableInterceptor/InterceptorHolder.java \
|
||||
org/omg/PortableInterceptor/InvalidSlotHolder.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoHolder.java \
|
||||
org/omg/PortableInterceptor/ORBInitializerHolder.java \
|
||||
org/omg/PortableInterceptor/PolicyFactoryHolder.java \
|
||||
org/omg/PortableInterceptor/RequestInfoHolder.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInfoHolder.java \
|
||||
org/omg/PortableInterceptor/ServerRequestInterceptorHolder.java \
|
||||
org/omg/PortableInterceptor/TaggedComponentSeqHolder.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHolder.java \
|
||||
org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHolder.java \
|
||||
org/omg/IOP/CodecPackage/FormatMismatchHolder.java \
|
||||
org/omg/IOP/CodecPackage/InvalidTypeForEncodingHolder.java \
|
||||
org/omg/IOP/CodecPackage/TypeMismatchHolder.java \
|
||||
org/omg/IOP/CodecHelper.java \
|
||||
org/omg/IOP/EncodingFormatHelper.java \
|
||||
org/omg/IOP/EncodingHelper.java \
|
||||
org/omg/IOP/CodecFactoryPackage/UnknownEncodingHolder.java \
|
||||
org/omg/IOP/CodecFactoryHolder.java \
|
||||
org/omg/IOP/CodecHolder.java \
|
||||
org/omg/IOP/EncodingHolder.java \
|
||||
org/omg/IOP/TaggedComponentSeqHelper.java \
|
||||
org/omg/Dynamic/ContextListHelper.java \
|
||||
org/omg/Dynamic/ExceptionListHelper.java \
|
||||
org/omg/Dynamic/ParameterHolder.java \
|
||||
org/omg/Dynamic/ParameterListHolder.java \
|
||||
org/omg/Dynamic/ExceptionListHolder.java \
|
||||
org/omg/Dynamic/ParameterHelper.java \
|
||||
org/omg/Dynamic/ParameterListHelper.java \
|
||||
org/omg/Dynamic/RequestContextHelper.java
|
146
corba/make/com/sun/corba/minclude/org_omg_PortableServer.jmk
Normal file
146
corba/make/com/sun/corba/minclude/org_omg_PortableServer.jmk
Normal file
@ -0,0 +1,146 @@
|
||||
#
|
||||
# Copyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
PortableServer_java = \
|
||||
org/omg/PortableServer/Servant.java \
|
||||
org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java \
|
||||
org/omg/PortableServer/DynamicImplementation.java \
|
||||
org/omg/PortableServer/portable/Delegate.java
|
||||
|
||||
POA_GENERATED_java = \
|
||||
org/omg/PortableServer/AdapterActivator.java \
|
||||
org/omg/PortableServer/AdapterActivatorOperations.java \
|
||||
org/omg/PortableServer/Current.java \
|
||||
org/omg/PortableServer/CurrentHelper.java \
|
||||
org/omg/PortableServer/CurrentOperations.java \
|
||||
org/omg/PortableServer/CurrentPackage/NoContext.java \
|
||||
org/omg/PortableServer/CurrentPackage/NoContextHelper.java \
|
||||
org/omg/PortableServer/ForwardRequest.java \
|
||||
org/omg/PortableServer/ForwardRequestHelper.java \
|
||||
org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java \
|
||||
org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java \
|
||||
org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java \
|
||||
org/omg/PortableServer/IdAssignmentPolicy.java \
|
||||
org/omg/PortableServer/IdAssignmentPolicyOperations.java \
|
||||
org/omg/PortableServer/IdAssignmentPolicyValue.java \
|
||||
org/omg/PortableServer/IdUniquenessPolicy.java \
|
||||
org/omg/PortableServer/IdUniquenessPolicyOperations.java \
|
||||
org/omg/PortableServer/IdUniquenessPolicyValue.java \
|
||||
org/omg/PortableServer/ImplicitActivationPolicy.java \
|
||||
org/omg/PortableServer/ImplicitActivationPolicyOperations.java \
|
||||
org/omg/PortableServer/ImplicitActivationPolicyValue.java \
|
||||
org/omg/PortableServer/LIFESPAN_POLICY_ID.java \
|
||||
org/omg/PortableServer/LifespanPolicy.java \
|
||||
org/omg/PortableServer/LifespanPolicyOperations.java \
|
||||
org/omg/PortableServer/LifespanPolicyValue.java \
|
||||
org/omg/PortableServer/POA.java \
|
||||
org/omg/PortableServer/POAHelper.java \
|
||||
org/omg/PortableServer/POAOperations.java \
|
||||
org/omg/PortableServer/POAManager.java \
|
||||
org/omg/PortableServer/POAManagerOperations.java \
|
||||
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java \
|
||||
org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java \
|
||||
org/omg/PortableServer/POAManagerPackage/State.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterNonExistent.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java \
|
||||
org/omg/PortableServer/POAPackage/InvalidPolicy.java \
|
||||
org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java \
|
||||
org/omg/PortableServer/POAPackage/NoServant.java \
|
||||
org/omg/PortableServer/POAPackage/NoServantHelper.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectNotActive.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java \
|
||||
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java \
|
||||
org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java \
|
||||
org/omg/PortableServer/POAPackage/ServantNotActive.java \
|
||||
org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java \
|
||||
org/omg/PortableServer/POAPackage/WrongAdapter.java \
|
||||
org/omg/PortableServer/POAPackage/WrongAdapterHelper.java \
|
||||
org/omg/PortableServer/POAPackage/WrongPolicy.java \
|
||||
org/omg/PortableServer/POAPackage/WrongPolicyHelper.java \
|
||||
org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java \
|
||||
org/omg/PortableServer/RequestProcessingPolicy.java \
|
||||
org/omg/PortableServer/RequestProcessingPolicyOperations.java \
|
||||
org/omg/PortableServer/RequestProcessingPolicyValue.java \
|
||||
org/omg/PortableServer/ServantActivator.java \
|
||||
org/omg/PortableServer/ServantActivatorHelper.java \
|
||||
org/omg/PortableServer/ServantActivatorOperations.java \
|
||||
org/omg/PortableServer/ServantActivatorPOA.java \
|
||||
org/omg/PortableServer/_ServantActivatorStub.java \
|
||||
org/omg/PortableServer/ServantLocator.java \
|
||||
org/omg/PortableServer/ServantLocatorHelper.java \
|
||||
org/omg/PortableServer/ServantLocatorOperations.java \
|
||||
org/omg/PortableServer/ServantLocatorPOA.java \
|
||||
org/omg/PortableServer/_ServantLocatorStub.java \
|
||||
org/omg/PortableServer/ServantManager.java \
|
||||
org/omg/PortableServer/ServantManagerOperations.java \
|
||||
org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java \
|
||||
org/omg/PortableServer/ServantRetentionPolicy.java \
|
||||
org/omg/PortableServer/ServantRetentionPolicyOperations.java \
|
||||
org/omg/PortableServer/ServantRetentionPolicyValue.java \
|
||||
org/omg/PortableServer/THREAD_POLICY_ID.java \
|
||||
org/omg/PortableServer/ThreadPolicy.java \
|
||||
org/omg/PortableServer/ThreadPolicyOperations.java \
|
||||
org/omg/PortableServer/ThreadPolicyValue.java
|
||||
|
||||
POA_GENERATED_HELP_HOL_java = \
|
||||
org/omg/PortableServer/CurrentPackage/NoContextHolder.java \
|
||||
org/omg/PortableServer/ForwardRequestHolder.java \
|
||||
org/omg/PortableServer/IdAssignmentPolicyValueHelper.java \
|
||||
org/omg/PortableServer/IdAssignmentPolicyValueHolder.java \
|
||||
org/omg/PortableServer/IdUniquenessPolicyValueHelper.java \
|
||||
org/omg/PortableServer/IdUniquenessPolicyValueHolder.java \
|
||||
org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java \
|
||||
org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java \
|
||||
org/omg/PortableServer/LifespanPolicyValueHelper.java \
|
||||
org/omg/PortableServer/LifespanPolicyValueHolder.java \
|
||||
org/omg/PortableServer/ServantRetentionPolicyValueHelper.java \
|
||||
org/omg/PortableServer/ServantRetentionPolicyValueHolder.java \
|
||||
org/omg/PortableServer/ObjectIdHelper.java \
|
||||
org/omg/PortableServer/ObjectIdHolder.java \
|
||||
org/omg/PortableServer/POAListHelper.java \
|
||||
org/omg/PortableServer/POAListHolder.java \
|
||||
org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java \
|
||||
org/omg/PortableServer/POAManagerPackage/StateHelper.java \
|
||||
org/omg/PortableServer/POAManagerPackage/StateHolder.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java \
|
||||
org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java \
|
||||
org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java \
|
||||
org/omg/PortableServer/POAPackage/NoServantHolder.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java \
|
||||
org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java \
|
||||
org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java \
|
||||
org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java \
|
||||
org/omg/PortableServer/POAPackage/WrongAdapterHolder.java \
|
||||
org/omg/PortableServer/POAPackage/WrongPolicyHolder.java \
|
||||
org/omg/PortableServer/RequestProcessingPolicyValueHelper.java \
|
||||
org/omg/PortableServer/RequestProcessingPolicyValueHolder.java \
|
||||
org/omg/PortableServer/ServantActivatorHolder.java \
|
||||
org/omg/PortableServer/ServantLocatorHolder.java \
|
||||
org/omg/PortableServer/ThreadPolicyValueHelper.java \
|
||||
org/omg/PortableServer/ThreadPolicyValueHolder.java
|
30
corba/make/com/sun/corba/minclude/org_omg_SendingContext.jmk
Normal file
30
corba/make/com/sun/corba/minclude/org_omg_SendingContext.jmk
Normal file
@ -0,0 +1,30 @@
|
||||
#
|
||||
# Copyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
org_omg_SendingContext_java = \
|
||||
org/omg/SendingContext/RunTime.java \
|
||||
org/omg/SendingContext/RunTimeOperations.java
|
28
corba/make/com/sun/corba/minclude/sun_corba.jmk
Normal file
28
corba/make/com/sun/corba/minclude/sun_corba.jmk
Normal file
@ -0,0 +1,28 @@
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
sun_corba_java = \
|
||||
sun/corba/BridgePermission.java \
|
||||
sun/corba/Bridge.java
|
48
corba/make/com/sun/corba/se/Makefile
Normal file
48
corba/make/com/sun/corba/se/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building all of java
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../..
|
||||
PRODUCT = se
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
# IDL code generation is moved out to an extra step before the
|
||||
# actual classes are compiled
|
||||
# the files should be compiled in the following order, core to be built
|
||||
# before connection
|
||||
|
||||
# Note that sources generates the logging wrappers, and pept compiles
|
||||
# them, because pept is the earliest build target that can use
|
||||
# the log wrappers. Note that rmi is moved here after pept because
|
||||
# the rmic iiop backend needs some classes that are part of the impl/util
|
||||
# package. These classes use log wrappers, so they must be built after
|
||||
# pept and before rmi.
|
||||
SUBDIRS = sources pept corespi core spi impl rmi
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
43
corba/make/com/sun/corba/se/PortableActivationIDL/Makefile
Normal file
43
corba/make/com/sun/corba/se/PortableActivationIDL/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# Copyright 2000-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
PACKAGE = com.sun.corba.se.PortableActivation
|
||||
PRODUCT = org
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
|
||||
include $(MINCLUDES)com_sun_corba_se_PortableActivationIDL.jmk
|
||||
|
||||
FILES_java=$(com_sun_corba_se_PortableActivationIDL_java)
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
37
corba/make/com/sun/corba/se/connection/FILES_java.gmk
Normal file
37
corba/make/com/sun/corba/se/connection/FILES_java.gmk
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# Copyright 2000-2004 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for connection
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_legacy_connection_java = \
|
||||
com/sun/corba/se/spi/legacy/connection/Connection.java \
|
||||
com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java \
|
||||
com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java \
|
||||
com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java \
|
||||
com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_legacy_connection_java)
|
42
corba/make/com/sun/corba/se/connection/Makefile
Normal file
42
corba/make/com/sun/corba/se/connection/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se.connection
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
|
||||
include FILES_java.gmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
77
corba/make/com/sun/corba/se/core/Makefile
Normal file
77
corba/make/com/sun/corba/se/core/Makefile
Normal file
@ -0,0 +1,77 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se.impl.core
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_corba.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_core.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_dynamicany.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_encoding.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_legacy.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_servicecontext.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_ior.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_orb.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_orbutil.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_protocol.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_resolver.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_transport.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_util.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_io.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_presentation_rmi.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_internal_LegacyFiles.jmk
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
|
||||
FILES_java = $(com_sun_corba_se_impl_corba_java) \
|
||||
$(com_sun_corba_se_impl_core_java) \
|
||||
$(com_sun_corba_se_impl_dynamicany_java) \
|
||||
$(com_sun_corba_se_impl_encoding_java) \
|
||||
$(com_sun_corba_se_impl_legacy_java) \
|
||||
$(com_sun_corba_se_spi_servicecontext_java) \
|
||||
$(com_sun_corba_se_impl_ior_java) \
|
||||
$(com_sun_corba_se_impl_orb_java) \
|
||||
$(com_sun_corba_se_impl_orbutil_java) \
|
||||
$(com_sun_corba_se_impl_protocol_java) \
|
||||
$(com_sun_corba_se_impl_resolver_java) \
|
||||
$(com_sun_corba_se_impl_transport_java) \
|
||||
$(com_sun_corba_se_impl_util_java) \
|
||||
$(com_sun_corba_se_impl_io_java) \
|
||||
$(com_sun_corba_se_impl_presentation_rmi_java) \
|
||||
$(com_sun_corba_se_internal_LegacyFiles_java)
|
||||
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
59
corba/make/com/sun/corba/se/corespi/Makefile
Normal file
59
corba/make/com/sun/corba/se/corespi/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se.impl.corespi
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_ior.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_oa.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_orb.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_protocol.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_resolver.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_transport.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_orbutil.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_presentation_rmi.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_ior_java) \
|
||||
$(com_sun_corba_se_spi_oa_java) \
|
||||
$(com_sun_corba_se_spi_orb_java) \
|
||||
$(com_sun_corba_se_spi_protocol_java) \
|
||||
$(com_sun_corba_se_spi_resolver_java) \
|
||||
$(com_sun_corba_se_spi_transport_java) \
|
||||
$(com_sun_corba_se_spi_orbutil_java) \
|
||||
$(com_sun_corba_se_spi_presentation_rmi_java)
|
||||
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
53
corba/make/com/sun/corba/se/impl/Makefile
Normal file
53
corba/make/com/sun/corba/se/impl/Makefile
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building all of java
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
PRODUCT = impl
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
# order is important
|
||||
|
||||
ifdef STANDALONE_CORBA_WS
|
||||
SUBDIRS = oa naming activation txpoa interceptors logging monitoring
|
||||
else
|
||||
SUBDIRS = oa naming activation interceptors logging monitoring
|
||||
endif
|
||||
|
||||
LOG_GENDIRECTORY = $(GENSRCDIR)/com/sun/corba/se/impl/logging
|
||||
LOG_CLASS_OUTPUTDIRECTORY = $(CLASSBINDIR)/com/sun/corba/se/impl/logging
|
||||
LOGSTRINGS_PROPERTIES = LogStrings.properties
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
||||
# Copy the generated LogStrings.properties to the Classes directory
|
||||
all build:: $(LOG_CLASS_OUTPUTDIRECTORY)/$(LOGSTRINGS_PROPERTIES)
|
||||
|
||||
$(LOG_CLASS_OUTPUTDIRECTORY)/$(LOGSTRINGS_PROPERTIES): $(LOG_GENDIRECTORY)/$(LOGSTRINGS_PROPERTIES)
|
||||
$(install-file)
|
||||
|
34
corba/make/com/sun/corba/se/impl/activation/Makefile
Normal file
34
corba/make/com/sun/corba/se/impl/activation/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
#
|
||||
# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.activation
|
||||
PRODUCT = Activation
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = orbd servertool
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
41
corba/make/com/sun/corba/se/impl/activation/orbd/Makefile
Normal file
41
corba/make/com/sun/corba/se/impl/activation/orbd/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.activation
|
||||
PRODUCT = Activation
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_activation.jmk
|
||||
|
||||
#
|
||||
# Rules.
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.activation
|
||||
PRODUCT = Activation
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_activation.jmk
|
||||
|
||||
#
|
||||
# Rules.
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
44
corba/make/com/sun/corba/se/impl/interceptors/Makefile
Normal file
44
corba/make/com/sun/corba/se/impl/interceptors/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se.impl.interceptors
|
||||
PRODUCT = com
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_interceptors.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
41
corba/make/com/sun/corba/se/impl/logging/Makefile
Normal file
41
corba/make/com/sun/corba/se/impl/logging/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.logging
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_logging.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
41
corba/make/com/sun/corba/se/impl/monitoring/Makefile
Normal file
41
corba/make/com/sun/corba/se/impl/monitoring/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.monitoring
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_monitoring.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
34
corba/make/com/sun/corba/se/impl/naming/Makefile
Normal file
34
corba/make/com/sun/corba/se/impl/naming/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
#
|
||||
# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PRODUCT = se
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = namingutil cosnaming pcosnaming
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
46
corba/make/com/sun/corba/se/impl/naming/cosnaming/Makefile
Normal file
46
corba/make/com/sun/corba/se/impl/naming/cosnaming/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright 1999-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Build the tnameserv executable.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.naming.cosnaming
|
||||
PRODUCT = sun
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files.
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_naming_cosnaming.jmk
|
||||
FILES_java = $(com_sun_corba_se_impl_naming_cosnaming_java)
|
||||
|
||||
#
|
||||
# Rules.
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
41
corba/make/com/sun/corba/se/impl/naming/namingutil/Makefile
Normal file
41
corba/make/com/sun/corba/se/impl/naming/namingutil/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.namingutil
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_naming_namingutil.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
44
corba/make/com/sun/corba/se/impl/naming/pcosnaming/Makefile
Normal file
44
corba/make/com/sun/corba/se/impl/naming/pcosnaming/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
#
|
||||
# Copyright 1999-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Build the Persistent CosNaming Classes
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.naming.pcosnaming
|
||||
PRODUCT = PCosNaming
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_naming_pcosnaming.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
36
corba/make/com/sun/corba/se/impl/oa/Makefile
Normal file
36
corba/make/com/sun/corba/se/impl/oa/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PRODUCT = impl
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
# order is important
|
||||
|
||||
SUBDIRS = poa toa
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
41
corba/make/com/sun/corba/se/impl/oa/poa/Makefile
Normal file
41
corba/make/com/sun/corba/se/impl/oa/poa/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
#
|
||||
# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.oa.poa
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_oa_poa.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
42
corba/make/com/sun/corba/se/impl/oa/toa/Makefile
Normal file
42
corba/make/com/sun/corba/se/impl/oa/toa/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../../..
|
||||
PACKAGE = com.sun.corba.se.impl.oa.toa
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_oa_toa.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
35
corba/make/com/sun/corba/se/interceptor/FILES_java.gmk
Normal file
35
corba/make/com/sun/corba/se/interceptor/FILES_java.gmk
Normal file
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Copyright 2000-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Files for interceptor
|
||||
#
|
||||
|
||||
com_sun_corba_se_spi_legacy_interceptor_java = \
|
||||
com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java \
|
||||
com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java \
|
||||
com/sun/corba/se/spi/legacy/interceptor/UnknownType.java
|
||||
|
||||
FILES_java = $(com_sun_corba_se_spi_legacy_interceptor_java)
|
42
corba/make/com/sun/corba/se/interceptor/Makefile
Normal file
42
corba/make/com/sun/corba/se/interceptor/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright 2000-2002 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se.interceptor
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
|
||||
include FILES_java.gmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
48
corba/make/com/sun/corba/se/pept/Makefile
Normal file
48
corba/make/com/sun/corba/se/pept/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
PACKAGE = com.sun.corba.se.pept
|
||||
PRODUCT = sun
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_pept.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_logging.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_logging.jmk
|
||||
|
||||
FILES_java=\
|
||||
$(com_sun_corba_se_pept_java) \
|
||||
$(com_sun_corba_se_impl_logging_java) \
|
||||
$(com_sun_corba_se_spi_logging_java)
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
39
corba/make/com/sun/corba/se/rmi/Makefile
Normal file
39
corba/make/com/sun/corba/se/rmi/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Build rmi tools, and sun.rmi.* implementation classes
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
SUBDIRS = rmic
|
||||
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
||||
clean clobber::
|
||||
$(RM) -r $(CLASSBINDIR)/sun/rmi $(CLASSBINDIR)/com/sun/rmi
|
52
corba/make/com/sun/corba/se/rmi/rmic/Makefile
Normal file
52
corba/make/com/sun/corba/se/rmi/rmic/Makefile
Normal file
@ -0,0 +1,52 @@
|
||||
#
|
||||
# Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building sun.rmi.rmic.* and the "rmic" command
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = sun.rmi.rmic
|
||||
PRODUCT = sun
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files to compile.
|
||||
#
|
||||
include SUN_RMI_RMIC_IIOP_java.gmk
|
||||
ifdef PARTNERS_CORBA
|
||||
FILES_java = \
|
||||
$(IIOP_java) \
|
||||
$(PARTNERS_EDITION_java)
|
||||
else
|
||||
FILES_java = \
|
||||
$(IIOP_java)
|
||||
endif
|
||||
|
||||
#
|
||||
# Rules.
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
||||
|
@ -0,0 +1,79 @@
|
||||
#
|
||||
# Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
# Generated by IBM JTC-SV tools.genmake
|
||||
# Copyright (c) IBM Corporation 1998.
|
||||
SUN_RMI_RMIC_IIOP_java = \
|
||||
$(Group0)\
|
||||
$(Group1)\
|
||||
$(Group2)\
|
||||
$(Group3)
|
||||
|
||||
Group0 = \
|
||||
sun/rmi/rmic/iiop/AbstractType.java \
|
||||
sun/rmi/rmic/iiop/ArrayType.java \
|
||||
sun/rmi/rmic/iiop/BatchEnvironment.java \
|
||||
sun/rmi/rmic/iiop/ClassType.java \
|
||||
sun/rmi/rmic/iiop/CompoundType.java \
|
||||
sun/rmi/rmic/iiop/Constants.java \
|
||||
sun/rmi/rmic/iiop/DirectoryLoader.java \
|
||||
sun/rmi/rmic/iiop/ClassPathLoader.java \
|
||||
sun/rmi/rmic/iiop/Generator.java \
|
||||
sun/rmi/rmic/iiop/Util.java
|
||||
|
||||
Group1 = \
|
||||
sun/rmi/rmic/iiop/IDLGenerator.java \
|
||||
sun/rmi/rmic/iiop/IDLNames.java \
|
||||
sun/rmi/rmic/iiop/ImplementationType.java \
|
||||
sun/rmi/rmic/iiop/InterfaceType.java \
|
||||
sun/rmi/rmic/iiop/NCClassType.java \
|
||||
sun/rmi/rmic/iiop/NCInterfaceType.java \
|
||||
sun/rmi/rmic/iiop/NameContext.java
|
||||
|
||||
Group2 = \
|
||||
sun/rmi/rmic/iiop/PrimitiveType.java \
|
||||
sun/rmi/rmic/iiop/PrintGenerator.java \
|
||||
sun/rmi/rmic/iiop/RemoteType.java \
|
||||
sun/rmi/rmic/iiop/SpecialClassType.java \
|
||||
sun/rmi/rmic/iiop/SpecialInterfaceType.java \
|
||||
sun/rmi/rmic/iiop/StubGenerator.java \
|
||||
sun/rmi/rmic/iiop/Type.java \
|
||||
sun/rmi/rmic/iiop/ValueType.java
|
||||
|
||||
Group3 = \
|
||||
sun/rmi/rmic/iiop/StaticStringsHash.java \
|
||||
sun/rmi/rmic/iiop/ContextStack.java \
|
||||
sun/rmi/rmic/iiop/ContextElement.java
|
||||
|
||||
|
||||
# rmic has dependency on the following com.sun packages
|
||||
|
||||
REQUIRED_Group = \
|
||||
com/sun/corba/se/impl/util/IdentityHashtable.java \
|
||||
com/sun/corba/se/impl/util/Utility.java \
|
||||
com/sun/corba/se/impl/util/JDKBridge.java \
|
||||
com/sun/corba/se/impl/io/ObjectStreamClass.java \
|
||||
com/sun/corba/se/impl/io/TypeMismatchException.java \
|
||||
com/sun/corba/se/impl/util/RepositoryId.java
|
222
corba/make/com/sun/corba/se/sources/Makefile
Normal file
222
corba/make/com/sun/corba/se/sources/Makefile
Normal file
@ -0,0 +1,222 @@
|
||||
#
|
||||
# Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
|
||||
PACKAGE = com.sun.corba.se
|
||||
PRODUCT = org
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Rules
|
||||
#
|
||||
all: build
|
||||
|
||||
build: portableactivation.idl.compile logwrapper.generate logresource.generate
|
||||
|
||||
clean clobber:: portableactivation.idl.clean
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_PortableActivationIDL.jmk
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_logging.jmk
|
||||
|
||||
#
|
||||
# Dirs
|
||||
#
|
||||
|
||||
SRC_DIR = $(SHARE_SRC)/classes
|
||||
CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
|
||||
PI_IDL_DIR = $(SRC_DIR)/org/omg/PortableInterceptor
|
||||
|
||||
ACTIVATIONFILEDIR = $(GENSRCDIR)/com/sun/corba/se/spi/activation
|
||||
PORTABLEACTIVATIONFILEDIR = $(GENSRCDIR)/com/sun/corba/se/PortableActivationIDL
|
||||
LOG_GENDIRECTORY = $(GENSRCDIR)/com/sun/corba/se/impl/logging
|
||||
|
||||
#
|
||||
# IDLs
|
||||
#
|
||||
|
||||
ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
|
||||
PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
|
||||
|
||||
|
||||
#
|
||||
# .mc files
|
||||
#
|
||||
ACTIVATION.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Activation.mc
|
||||
IOR.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/IOR.mc
|
||||
INTERCEPTORS.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Interceptors.mc
|
||||
NAMING.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Naming.mc
|
||||
OMG.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/OMG.mc
|
||||
ORBUTIL.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/ORBUtil.mc
|
||||
POA.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/POA.mc
|
||||
UTIL.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Util.mc
|
||||
|
||||
MC_GENERATE_CLASS = $(SRC_DIR)/com/sun/tools/corba/se/logutil/scripts/mc.scm -main main make-class
|
||||
MC_GENERATE_LOG_RB = $(SRC_DIR)/com/sun/tools/corba/se/logutil/scripts/mc.scm -main main make-resource
|
||||
|
||||
JSCHEME_GENERATE_CLASS = $(BOOT_JAVA_CMD) jscheme.REPL $(MC_GENERATE_CLASS)
|
||||
JSCHEME_GENERATE_LOG_RB = $(BOOT_JAVA_CMD) jscheme.REPL $(MC_GENERATE_LOG_RB)
|
||||
|
||||
|
||||
#
|
||||
# Activation
|
||||
#
|
||||
|
||||
ACTIVATIONFILES = $(com_sun_corba_se_spi_activation_java:%=$(GENSRCDIR)/%)
|
||||
|
||||
$(ACTIVATIONFILES): $(ACTIVATION.IDL)
|
||||
$(IDLJ) -td $(GENSRCDIR) -i $(ACTIVATIONFILEDIR) -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi $(ACTIVATION.IDL)
|
||||
|
||||
activation.idl.compile: $(ACTIVATIONFILES)
|
||||
|
||||
activation.idl.clean:
|
||||
$(RM) -f $(ACTIVATIONFILES)
|
||||
|
||||
#
|
||||
# PortableActivationIDL
|
||||
#
|
||||
|
||||
PORTABLEACTIVATIONFILES = $(com_sun_corba_se_PortableActivationIDL_java:%=$(GENSRCDIR)/%)
|
||||
|
||||
PORTABLEACTIVATION_INCLUDES = -i $(CORBA_IDL_DIR) -i $(PI_IDL_DIR)
|
||||
|
||||
PORTABLEACTIVATION_PKG_PREFIXES = -pkgPrefix PortableInterceptor org.omg \
|
||||
-pkgPrefix PortableActivationIDL com.sun.corba.se \
|
||||
-pkgPrefix Dynamic org.omg \
|
||||
-pkgPrefix IOP org.omg
|
||||
|
||||
# REVISIT: remove -oldImplBase
|
||||
$(PORTABLEACTIVATIONFILES): $(PORTABLEACTIVATION.IDL)
|
||||
$(IDLJ) -td $(GENSRCDIR) $(PORTABLEACTIVATION_INCLUDES) $(PORTABLEACTIVATION_PKG_PREFIXES) -fall -oldImplBase -corba 3.0 -D CORBA3 $(PORTABLEACTIVATION.IDL)
|
||||
|
||||
portableactivation.idl.compile: $(PORTABLEACTIVATIONFILES)
|
||||
|
||||
portableactivation.idl.clean:
|
||||
$(RM) -f $(PORTABLEACTIVATIONFILES)
|
||||
|
||||
#
|
||||
# Generate LogWrapper classes
|
||||
#
|
||||
logwrapper.generate: \
|
||||
$(LOG_GENDIRECTORY)/ActivationSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/IORSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/InterceptorsSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/NamingSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/OMGSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/ORBUtilSystemException.java \
|
||||
$(LOG_GENDIRECTORY)/POASystemException.java \
|
||||
$(LOG_GENDIRECTORY)/UtilSystemException.java
|
||||
|
||||
$(LOG_GENDIRECTORY)/ActivationSystemException.java : $(ACTIVATION.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/IORSystemException.java : $(IOR.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(IOR.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/InterceptorsSystemException.java : $(INTERCEPTORS.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/NamingSystemException.java : $(NAMING.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(NAMING.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/OMGSystemException.java : $(OMG.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(OMG.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/ORBUtilSystemException.java : $(ORBUTIL.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/POASystemException.java : $(POA.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(POA.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/UtilSystemException.java : $(UTIL.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_CLASS) $(UTIL.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
logresource.generate: $(LOG_GENDIRECTORY)/LogStrings.properties
|
||||
|
||||
$(LOG_GENDIRECTORY)/LogStrings.properties: \
|
||||
$(LOG_GENDIRECTORY)/ActivationSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/IORSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/NamingSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/OMGSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/POASystemException.resource \
|
||||
$(LOG_GENDIRECTORY)/UtilSystemException.resource
|
||||
$(CAT) $(LOG_GENDIRECTORY)/*.resource > $(LOG_GENDIRECTORY)/LogStrings.properties
|
||||
|
||||
$(LOG_GENDIRECTORY)/ActivationSystemException.resource : $(ACTIVATION.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/IORSystemException.resource : $(IOR.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(IOR.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource : $(INTERCEPTORS.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/NamingSystemException.resource : $(NAMING.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(NAMING.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/OMGSystemException.resource : $(OMG.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(OMG.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource : $(ORBUTIL.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/POASystemException.resource : $(POA.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(POA.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
$(LOG_GENDIRECTORY)/UtilSystemException.resource : $(UTIL.MC)
|
||||
$(prep-target)
|
||||
$(JSCHEME_GENERATE_LOG_RB) $(UTIL.MC) $(LOG_GENDIRECTORY)
|
||||
|
||||
|
||||
.PHONY: all build clean clobber \
|
||||
activation.idl.compile activation.idl.clean \
|
||||
portableactivation.idl.compile portableactivation.idl.clean
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Rules.gmk
|
48
corba/make/com/sun/corba/se/spi/Makefile
Normal file
48
corba/make/com/sun/corba/se/spi/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Makefile for building all of java
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../..
|
||||
PRODUCT = spi
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
# IDL code generation is moved out to an extra step before the
|
||||
# actual classes are compiled
|
||||
# the files should be compiled in the following order, core to be built
|
||||
# before connection
|
||||
|
||||
ifdef STANDALONE_CORBA_WS
|
||||
SUBDIRS = activation costransactions encoding extension legacy logging monitoring copyobject
|
||||
else
|
||||
SUBDIRS = activation encoding extension legacy logging monitoring copyobject
|
||||
endif
|
||||
|
||||
all build clean clobber::
|
||||
$(SUBDIRS-loop)
|
||||
|
43
corba/make/com/sun/corba/se/spi/activation/Makefile
Normal file
43
corba/make/com/sun/corba/se/spi/activation/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
#
|
||||
# Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = com.sun.corba.se.spi.activation
|
||||
PRODUCT = org
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_activation.jmk
|
||||
|
||||
FILES_java=$(com_sun_corba_se_spi_activation_java)
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
45
corba/make/com/sun/corba/se/spi/copyobject/Makefile
Normal file
45
corba/make/com/sun/corba/se/spi/copyobject/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Sun designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Sun in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
||||
# CA 95054 USA or visit www.sun.com if you need additional information or
|
||||
# have any questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Build the copyobject files
|
||||
#
|
||||
|
||||
BUILDDIR = ../../../../../..
|
||||
PACKAGE = com.sun.corba.se.spi.copyobject
|
||||
PRODUCT = copyobject
|
||||
|
||||
include $(BUILDDIR)/common/Defs.gmk
|
||||
|
||||
#
|
||||
# Files
|
||||
#
|
||||
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
|
||||
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_copyobject.jmk
|
||||
|
||||
#
|
||||
# Include
|
||||
#
|
||||
include $(BUILDDIR)/common/Classes.gmk
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user