corba/make/sun/rmi/corbalogsources/Makefile
author martin
Mon, 07 Dec 2009 15:32:26 -0800
changeset 4354 3a70dde80b3b
parent 2306 70ca22b481e1
child 5555 b2b5ed3f0d0d
permissions -rw-r--r--
6905029: Broken links in Deflater and DeflaterOutputStream javadoc Summary: Fix syntax errors in @links Reviewed-by: alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
#
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
     2
# Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
02bb8761fcce Initial load
duke
parents:
diff changeset
     4
#
02bb8761fcce Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
02bb8761fcce Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
02bb8761fcce Initial load
duke
parents:
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
02bb8761fcce Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
02bb8761fcce Initial load
duke
parents:
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
02bb8761fcce Initial load
duke
parents:
diff changeset
    10
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
02bb8761fcce Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
02bb8761fcce Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
02bb8761fcce Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
02bb8761fcce Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
02bb8761fcce Initial load
duke
parents:
diff changeset
    16
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
02bb8761fcce Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
02bb8761fcce Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
02bb8761fcce Initial load
duke
parents:
diff changeset
    20
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
02bb8761fcce Initial load
duke
parents:
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
02bb8761fcce Initial load
duke
parents:
diff changeset
    23
# have any questions.
02bb8761fcce Initial load
duke
parents:
diff changeset
    24
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    25
02bb8761fcce Initial load
duke
parents:
diff changeset
    26
BUILDDIR = ../../..
02bb8761fcce Initial load
duke
parents:
diff changeset
    27
02bb8761fcce Initial load
duke
parents:
diff changeset
    28
PACKAGE = com.sun.corba.se
02bb8761fcce Initial load
duke
parents:
diff changeset
    29
PRODUCT = org
02bb8761fcce Initial load
duke
parents:
diff changeset
    30
02bb8761fcce Initial load
duke
parents:
diff changeset
    31
include $(BUILDDIR)/common/Defs.gmk
02bb8761fcce Initial load
duke
parents:
diff changeset
    32
02bb8761fcce Initial load
duke
parents:
diff changeset
    33
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    34
# Rules
02bb8761fcce Initial load
duke
parents:
diff changeset
    35
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    36
build: logwrapper.generate logresource.generate activation.idl.compile portableactivation.idl.compile 
02bb8761fcce Initial load
duke
parents:
diff changeset
    37
02bb8761fcce Initial load
duke
parents:
diff changeset
    38
clean clobber:: activation.idl.clean portableactivation.idl.clean
02bb8761fcce Initial load
duke
parents:
diff changeset
    39
02bb8761fcce Initial load
duke
parents:
diff changeset
    40
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    41
# Files
02bb8761fcce Initial load
duke
parents:
diff changeset
    42
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    43
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
02bb8761fcce Initial load
duke
parents:
diff changeset
    44
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_spi_activation.jmk
02bb8761fcce Initial load
duke
parents:
diff changeset
    45
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_logging.jmk
02bb8761fcce Initial load
duke
parents:
diff changeset
    46
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_PortableActivationIDL.jmk
02bb8761fcce Initial load
duke
parents:
diff changeset
    47
02bb8761fcce Initial load
duke
parents:
diff changeset
    48
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    49
# Dirs
02bb8761fcce Initial load
duke
parents:
diff changeset
    50
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    51
02bb8761fcce Initial load
duke
parents:
diff changeset
    52
SRC_DIR = $(SHARE_SRC)/classes
02bb8761fcce Initial load
duke
parents:
diff changeset
    53
CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
02bb8761fcce Initial load
duke
parents:
diff changeset
    54
PI_IDL_DIR = $(SRC_DIR)/org/omg/PortableInterceptor
02bb8761fcce Initial load
duke
parents:
diff changeset
    55
02bb8761fcce Initial load
duke
parents:
diff changeset
    56
ACTIVATIONFILEDIR = $(GENSRCDIR)/com/sun/corba/se/spi/activation
02bb8761fcce Initial load
duke
parents:
diff changeset
    57
LOG_GENDIRECTORY  = $(GENSRCDIR)/com/sun/corba/se/impl/logging
02bb8761fcce Initial load
duke
parents:
diff changeset
    58
LOG_CLASS_OUTPUTDIRECTORY = $(CLASSBINDIR)/com/sun/corba/se/impl/logging
02bb8761fcce Initial load
duke
parents:
diff changeset
    59
LOGSTRINGS_PROPERTIES     = LogStrings.properties
02bb8761fcce Initial load
duke
parents:
diff changeset
    60
PORTABLEACTIVATIONFILEDIR = $(GENSRCDIR)/com/sun/corba/se/PortableActivationIDL
02bb8761fcce Initial load
duke
parents:
diff changeset
    61
02bb8761fcce Initial load
duke
parents:
diff changeset
    62
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    63
# IDLs
02bb8761fcce Initial load
duke
parents:
diff changeset
    64
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    65
02bb8761fcce Initial load
duke
parents:
diff changeset
    66
ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
02bb8761fcce Initial load
duke
parents:
diff changeset
    67
PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
02bb8761fcce Initial load
duke
parents:
diff changeset
    68
02bb8761fcce Initial load
duke
parents:
diff changeset
    69
ACTIVATION.MC   = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Activation.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    70
IOR.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/IOR.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    71
INTERCEPTORS.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Interceptors.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    72
NAMING.MC       = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Naming.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    73
OMG.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/OMG.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    74
ORBUTIL.MC      = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/ORBUtil.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    75
POA.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/POA.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    76
UTIL.MC         = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Util.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    77
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    78
MC_GENERATE_CLASS = make-class
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    79
MC_GENERATE_LOG_RB = make-resource 
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    80
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    81
MC_CLASSPATH=$(BUILDTOOLJARDIR)/MC.jar
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    82
MCJ_GENERATE_CLASS = $(BOOT_JAVA_CMD) \
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    83
    -cp "$(MC_CLASSPATH)" com.sun.tools.corba.se.logutil.MC $(MC_GENERATE_CLASS) 
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    84
MCJ_GENERATE_LOG_RB = $(BOOT_JAVA_CMD) \
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
    85
    -cp "$(MC_CLASSPATH)" com.sun.tools.corba.se.logutil.MC $(MC_GENERATE_LOG_RB) 
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    86
02bb8761fcce Initial load
duke
parents:
diff changeset
    87
02bb8761fcce Initial load
duke
parents:
diff changeset
    88
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    89
# Generate LogWrapper classes
02bb8761fcce Initial load
duke
parents:
diff changeset
    90
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    91
logwrapper.generate: \
02bb8761fcce Initial load
duke
parents:
diff changeset
    92
	$(LOG_GENDIRECTORY) \
02bb8761fcce Initial load
duke
parents:
diff changeset
    93
	$(LOG_GENDIRECTORY)/ActivationSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    94
	$(LOG_GENDIRECTORY)/IORSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    95
	$(LOG_GENDIRECTORY)/InterceptorsSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    96
	$(LOG_GENDIRECTORY)/NamingSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    97
	$(LOG_GENDIRECTORY)/OMGSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    98
	$(LOG_GENDIRECTORY)/ORBUtilSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
    99
	$(LOG_GENDIRECTORY)/POASystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   100
	$(LOG_GENDIRECTORY)/UtilSystemException.java
02bb8761fcce Initial load
duke
parents:
diff changeset
   101
02bb8761fcce Initial load
duke
parents:
diff changeset
   102
$(LOG_GENDIRECTORY):
02bb8761fcce Initial load
duke
parents:
diff changeset
   103
	$(MKDIR) -p $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   104
02bb8761fcce Initial load
duke
parents:
diff changeset
   105
$(LOG_GENDIRECTORY)/ActivationSystemException.java : $(ACTIVATION.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   106
	$(MCJ_GENERATE_CLASS) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   107
02bb8761fcce Initial load
duke
parents:
diff changeset
   108
$(LOG_GENDIRECTORY)/IORSystemException.java : $(IOR.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   109
	$(MCJ_GENERATE_CLASS) $(IOR.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   110
02bb8761fcce Initial load
duke
parents:
diff changeset
   111
$(LOG_GENDIRECTORY)/InterceptorsSystemException.java : $(INTERCEPTORS.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   112
	$(MCJ_GENERATE_CLASS) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   113
02bb8761fcce Initial load
duke
parents:
diff changeset
   114
$(LOG_GENDIRECTORY)/NamingSystemException.java : $(NAMING.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   115
	$(MCJ_GENERATE_CLASS) $(NAMING.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   116
02bb8761fcce Initial load
duke
parents:
diff changeset
   117
$(LOG_GENDIRECTORY)/OMGSystemException.java : $(OMG.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   118
	$(MCJ_GENERATE_CLASS) $(OMG.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   119
02bb8761fcce Initial load
duke
parents:
diff changeset
   120
$(LOG_GENDIRECTORY)/ORBUtilSystemException.java : $(ORBUTIL.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   121
	$(MCJ_GENERATE_CLASS) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   122
02bb8761fcce Initial load
duke
parents:
diff changeset
   123
$(LOG_GENDIRECTORY)/POASystemException.java : $(POA.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   124
	$(MCJ_GENERATE_CLASS) $(POA.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   125
02bb8761fcce Initial load
duke
parents:
diff changeset
   126
$(LOG_GENDIRECTORY)/UtilSystemException.java : $(UTIL.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   127
	$(MCJ_GENERATE_CLASS) $(UTIL.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   128
02bb8761fcce Initial load
duke
parents:
diff changeset
   129
logresource.generate: $(LOG_GENDIRECTORY)/LogStrings.properties
02bb8761fcce Initial load
duke
parents:
diff changeset
   130
02bb8761fcce Initial load
duke
parents:
diff changeset
   131
$(LOG_GENDIRECTORY)/LogStrings.properties: \
02bb8761fcce Initial load
duke
parents:
diff changeset
   132
		$(LOG_GENDIRECTORY) \
02bb8761fcce Initial load
duke
parents:
diff changeset
   133
		$(LOG_GENDIRECTORY)/ActivationSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   134
		$(LOG_GENDIRECTORY)/IORSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   135
		$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   136
		$(LOG_GENDIRECTORY)/NamingSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   137
		$(LOG_GENDIRECTORY)/OMGSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   138
		$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   139
		$(LOG_GENDIRECTORY)/POASystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   140
		$(LOG_GENDIRECTORY)/UtilSystemException.resource
02bb8761fcce Initial load
duke
parents:
diff changeset
   141
	$(CAT) $(LOG_GENDIRECTORY)/*.resource > $(LOG_GENDIRECTORY)/LogStrings.properties
02bb8761fcce Initial load
duke
parents:
diff changeset
   142
02bb8761fcce Initial load
duke
parents:
diff changeset
   143
$(LOG_GENDIRECTORY)/ActivationSystemException.resource : $(ACTIVATION.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   144
	$(MCJ_GENERATE_LOG_RB) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   145
02bb8761fcce Initial load
duke
parents:
diff changeset
   146
$(LOG_GENDIRECTORY)/IORSystemException.resource : $(IOR.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   147
	$(MCJ_GENERATE_LOG_RB) $(IOR.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   148
02bb8761fcce Initial load
duke
parents:
diff changeset
   149
$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource : $(INTERCEPTORS.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   150
	$(MCJ_GENERATE_LOG_RB) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   151
02bb8761fcce Initial load
duke
parents:
diff changeset
   152
$(LOG_GENDIRECTORY)/NamingSystemException.resource : $(NAMING.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   153
	$(MCJ_GENERATE_LOG_RB) $(NAMING.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   154
02bb8761fcce Initial load
duke
parents:
diff changeset
   155
$(LOG_GENDIRECTORY)/OMGSystemException.resource : $(OMG.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   156
	$(MCJ_GENERATE_LOG_RB) $(OMG.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   157
02bb8761fcce Initial load
duke
parents:
diff changeset
   158
$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource : $(ORBUTIL.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   159
	$(MCJ_GENERATE_LOG_RB) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   160
02bb8761fcce Initial load
duke
parents:
diff changeset
   161
$(LOG_GENDIRECTORY)/POASystemException.resource : $(POA.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   162
	$(MCJ_GENERATE_LOG_RB) $(POA.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   163
02bb8761fcce Initial load
duke
parents:
diff changeset
   164
$(LOG_GENDIRECTORY)/UtilSystemException.resource : $(UTIL.MC)
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 4
diff changeset
   165
	$(MCJ_GENERATE_LOG_RB) $(UTIL.MC) $(LOG_GENDIRECTORY)
4
02bb8761fcce Initial load
duke
parents:
diff changeset
   166
02bb8761fcce Initial load
duke
parents:
diff changeset
   167
02bb8761fcce Initial load
duke
parents:
diff changeset
   168
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   169
# Activation
02bb8761fcce Initial load
duke
parents:
diff changeset
   170
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   171
02bb8761fcce Initial load
duke
parents:
diff changeset
   172
ACTIVATIONFILES = $(com_sun_corba_se_spi_activation_java:%=$(GENSRCDIR)/%)
02bb8761fcce Initial load
duke
parents:
diff changeset
   173
02bb8761fcce Initial load
duke
parents:
diff changeset
   174
$(ACTIVATIONFILES): $(ACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   175
	$(IDLJ) -td $(GENSRCDIR) -i $(ACTIVATIONFILEDIR) -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi $(ACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   176
02bb8761fcce Initial load
duke
parents:
diff changeset
   177
activation.idl.compile: $(ACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   178
02bb8761fcce Initial load
duke
parents:
diff changeset
   179
activation.idl.clean: 
02bb8761fcce Initial load
duke
parents:
diff changeset
   180
	$(RM) -f $(ACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   181
02bb8761fcce Initial load
duke
parents:
diff changeset
   182
02bb8761fcce Initial load
duke
parents:
diff changeset
   183
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   184
# PortableActivationIDL
02bb8761fcce Initial load
duke
parents:
diff changeset
   185
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   186
02bb8761fcce Initial load
duke
parents:
diff changeset
   187
PORTABLEACTIVATIONFILES = $(com_sun_corba_se_PortableActivationIDL_java:%=$(GENSRCDIR)/%)
02bb8761fcce Initial load
duke
parents:
diff changeset
   188
02bb8761fcce Initial load
duke
parents:
diff changeset
   189
PORTABLEACTIVATION_INCLUDES = -i $(CORBA_IDL_DIR) -i $(PI_IDL_DIR)
02bb8761fcce Initial load
duke
parents:
diff changeset
   190
02bb8761fcce Initial load
duke
parents:
diff changeset
   191
PORTABLEACTIVATION_PKG_PREFIXES = -pkgPrefix PortableInterceptor org.omg \
02bb8761fcce Initial load
duke
parents:
diff changeset
   192
    -pkgPrefix PortableActivationIDL com.sun.corba.se \
02bb8761fcce Initial load
duke
parents:
diff changeset
   193
    -pkgPrefix Dynamic org.omg \
02bb8761fcce Initial load
duke
parents:
diff changeset
   194
    -pkgPrefix IOP org.omg
02bb8761fcce Initial load
duke
parents:
diff changeset
   195
02bb8761fcce Initial load
duke
parents:
diff changeset
   196
# REVISIT: remove -oldImplBase
02bb8761fcce Initial load
duke
parents:
diff changeset
   197
$(PORTABLEACTIVATIONFILES): $(PORTABLEACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   198
	$(IDLJ) -td $(GENSRCDIR) $(PORTABLEACTIVATION_INCLUDES) $(PORTABLEACTIVATION_PKG_PREFIXES) -fall -oldImplBase -corba 3.0 -D CORBA3 $(PORTABLEACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   199
02bb8761fcce Initial load
duke
parents:
diff changeset
   200
portableactivation.idl.compile: $(PORTABLEACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   201
02bb8761fcce Initial load
duke
parents:
diff changeset
   202
portableactivation.idl.clean:
02bb8761fcce Initial load
duke
parents:
diff changeset
   203
	$(RM) -f $(PORTABLEACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   204
02bb8761fcce Initial load
duke
parents:
diff changeset
   205
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   206
# Include
02bb8761fcce Initial load
duke
parents:
diff changeset
   207
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   208
include $(BUILDDIR)/common/Rules.gmk