corba/make/com/sun/corba/se/sources/Makefile
author ohair
Tue, 25 May 2010 15:52:11 -0700
changeset 5555 b2b5ed3f0d0d
parent 2711 56edbef7d472
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
#
5555
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
     2
# Copyright (c) 2000, 2009, Oracle and/or its affiliates. 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
5555
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5555
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
4
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
#
5555
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
b2b5ed3f0d0d 6943119: Rebrand source copyright notices
ohair
parents: 2711
diff changeset
    23
# questions.
4
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
all: build
02bb8761fcce Initial load
duke
parents:
diff changeset
    37
02bb8761fcce Initial load
duke
parents:
diff changeset
    38
build: portableactivation.idl.compile logwrapper.generate logresource.generate 
02bb8761fcce Initial load
duke
parents:
diff changeset
    39
02bb8761fcce Initial load
duke
parents:
diff changeset
    40
clean clobber:: portableactivation.idl.clean
02bb8761fcce Initial load
duke
parents:
diff changeset
    41
02bb8761fcce Initial load
duke
parents:
diff changeset
    42
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    43
# Files
02bb8761fcce Initial load
duke
parents:
diff changeset
    44
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    45
CORBA_JMK_DIRECTORY=$(TOPDIR)/make/com/sun/corba/minclude/
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
include $(CORBA_JMK_DIRECTORY)com_sun_corba_se_impl_logging.jmk
02bb8761fcce Initial load
duke
parents:
diff changeset
    48
2711
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 2306
diff changeset
    49
FILES_java += com/sun/corba/se/org/omg/CORBA/ORB.java
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 2306
diff changeset
    50
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    51
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    52
# Dirs
02bb8761fcce Initial load
duke
parents:
diff changeset
    53
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    54
02bb8761fcce Initial load
duke
parents:
diff changeset
    55
SRC_DIR = $(SHARE_SRC)/classes
02bb8761fcce Initial load
duke
parents:
diff changeset
    56
CORBA_IDL_DIR = $(SRC_DIR)/org/omg/PortableServer
02bb8761fcce Initial load
duke
parents:
diff changeset
    57
PI_IDL_DIR = $(SRC_DIR)/org/omg/PortableInterceptor
02bb8761fcce Initial load
duke
parents:
diff changeset
    58
02bb8761fcce Initial load
duke
parents:
diff changeset
    59
ACTIVATIONFILEDIR         = $(GENSRCDIR)/com/sun/corba/se/spi/activation
02bb8761fcce Initial load
duke
parents:
diff changeset
    60
PORTABLEACTIVATIONFILEDIR = $(GENSRCDIR)/com/sun/corba/se/PortableActivationIDL
02bb8761fcce Initial load
duke
parents:
diff changeset
    61
LOG_GENDIRECTORY          = $(GENSRCDIR)/com/sun/corba/se/impl/logging
02bb8761fcce Initial load
duke
parents:
diff changeset
    62
02bb8761fcce Initial load
duke
parents:
diff changeset
    63
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    64
# IDLs
02bb8761fcce Initial load
duke
parents:
diff changeset
    65
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    66
02bb8761fcce Initial load
duke
parents:
diff changeset
    67
ACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/spi/activation/activation.idl
02bb8761fcce Initial load
duke
parents:
diff changeset
    68
PORTABLEACTIVATION.IDL = $(SRC_DIR)/com/sun/corba/se/PortableActivationIDL/activation.idl
02bb8761fcce Initial load
duke
parents:
diff changeset
    69
02bb8761fcce Initial load
duke
parents:
diff changeset
    70
02bb8761fcce Initial load
duke
parents:
diff changeset
    71
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    72
# .mc files
02bb8761fcce Initial load
duke
parents:
diff changeset
    73
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    74
ACTIVATION.MC   = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Activation.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    75
IOR.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/IOR.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    76
INTERCEPTORS.MC = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Interceptors.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    77
NAMING.MC       = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Naming.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    78
OMG.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/OMG.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    79
ORBUTIL.MC      = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/ORBUtil.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    80
POA.MC          = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/POA.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    81
UTIL.MC         = $(SRC_DIR)/com/sun/corba/se/spi/logging/data/Util.mc
02bb8761fcce Initial load
duke
parents:
diff changeset
    82
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 2192
diff changeset
    83
MC_GENERATE_CLASS = make-class
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 2192
diff changeset
    84
MC_GENERATE_LOG_RB = make-resource 
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    85
2306
70ca22b481e1 6695776: corba jscheme jar files in repository could be built from source
tbell
parents: 2192
diff changeset
    86
JSCHEME_GENERATE_CLASS = $(BOOT_JAVA_CMD) 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: 2192
diff changeset
    87
JSCHEME_GENERATE_LOG_RB = $(BOOT_JAVA_CMD) com.sun.tools.corba.se.logutil.MC $(MC_GENERATE_LOG_RB) 
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    88
02bb8761fcce Initial load
duke
parents:
diff changeset
    89
02bb8761fcce Initial load
duke
parents:
diff changeset
    90
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    91
# Activation 
02bb8761fcce Initial load
duke
parents:
diff changeset
    92
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    93
02bb8761fcce Initial load
duke
parents:
diff changeset
    94
ACTIVATIONFILES = $(com_sun_corba_se_spi_activation_java:%=$(GENSRCDIR)/%)
02bb8761fcce Initial load
duke
parents:
diff changeset
    95
02bb8761fcce Initial load
duke
parents:
diff changeset
    96
$(ACTIVATIONFILES): $(ACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
    97
	$(IDLJ) -td $(GENSRCDIR) -i $(ACTIVATIONFILEDIR) -fall -oldImplBase -pkgPrefix activation com.sun.corba.se.spi $(ACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
    98
02bb8761fcce Initial load
duke
parents:
diff changeset
    99
activation.idl.compile: $(ACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   100
02bb8761fcce Initial load
duke
parents:
diff changeset
   101
activation.idl.clean:
02bb8761fcce Initial load
duke
parents:
diff changeset
   102
	$(RM) -f $(ACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   103
02bb8761fcce Initial load
duke
parents:
diff changeset
   104
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   105
# PortableActivationIDL
02bb8761fcce Initial load
duke
parents:
diff changeset
   106
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   107
02bb8761fcce Initial load
duke
parents:
diff changeset
   108
PORTABLEACTIVATIONFILES = $(com_sun_corba_se_PortableActivationIDL_java:%=$(GENSRCDIR)/%)
02bb8761fcce Initial load
duke
parents:
diff changeset
   109
02bb8761fcce Initial load
duke
parents:
diff changeset
   110
PORTABLEACTIVATION_INCLUDES = -i $(CORBA_IDL_DIR) -i $(PI_IDL_DIR)
02bb8761fcce Initial load
duke
parents:
diff changeset
   111
02bb8761fcce Initial load
duke
parents:
diff changeset
   112
PORTABLEACTIVATION_PKG_PREFIXES = -pkgPrefix PortableInterceptor org.omg \
02bb8761fcce Initial load
duke
parents:
diff changeset
   113
    -pkgPrefix PortableActivationIDL com.sun.corba.se \
02bb8761fcce Initial load
duke
parents:
diff changeset
   114
    -pkgPrefix Dynamic org.omg \
02bb8761fcce Initial load
duke
parents:
diff changeset
   115
    -pkgPrefix IOP org.omg
02bb8761fcce Initial load
duke
parents:
diff changeset
   116
02bb8761fcce Initial load
duke
parents:
diff changeset
   117
# REVISIT: remove -oldImplBase
02bb8761fcce Initial load
duke
parents:
diff changeset
   118
$(PORTABLEACTIVATIONFILES): $(PORTABLEACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   119
	$(IDLJ) -td $(GENSRCDIR) $(PORTABLEACTIVATION_INCLUDES) $(PORTABLEACTIVATION_PKG_PREFIXES) -fall -oldImplBase -corba 3.0 -D CORBA3 $(PORTABLEACTIVATION.IDL)
02bb8761fcce Initial load
duke
parents:
diff changeset
   120
02bb8761fcce Initial load
duke
parents:
diff changeset
   121
portableactivation.idl.compile: $(PORTABLEACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   122
02bb8761fcce Initial load
duke
parents:
diff changeset
   123
portableactivation.idl.clean:
02bb8761fcce Initial load
duke
parents:
diff changeset
   124
	$(RM) -f $(PORTABLEACTIVATIONFILES)
02bb8761fcce Initial load
duke
parents:
diff changeset
   125
02bb8761fcce Initial load
duke
parents:
diff changeset
   126
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   127
# Generate LogWrapper classes
02bb8761fcce Initial load
duke
parents:
diff changeset
   128
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   129
logwrapper.generate: \
02bb8761fcce Initial load
duke
parents:
diff changeset
   130
	$(LOG_GENDIRECTORY)/ActivationSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   131
	$(LOG_GENDIRECTORY)/IORSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   132
	$(LOG_GENDIRECTORY)/InterceptorsSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   133
	$(LOG_GENDIRECTORY)/NamingSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   134
	$(LOG_GENDIRECTORY)/OMGSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   135
	$(LOG_GENDIRECTORY)/ORBUtilSystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   136
	$(LOG_GENDIRECTORY)/POASystemException.java \
02bb8761fcce Initial load
duke
parents:
diff changeset
   137
	$(LOG_GENDIRECTORY)/UtilSystemException.java
02bb8761fcce Initial load
duke
parents:
diff changeset
   138
02bb8761fcce Initial load
duke
parents:
diff changeset
   139
$(LOG_GENDIRECTORY)/ActivationSystemException.java : $(ACTIVATION.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   140
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   141
	$(JSCHEME_GENERATE_CLASS) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   142
02bb8761fcce Initial load
duke
parents:
diff changeset
   143
$(LOG_GENDIRECTORY)/IORSystemException.java : $(IOR.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   144
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   145
	$(JSCHEME_GENERATE_CLASS) $(IOR.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   146
02bb8761fcce Initial load
duke
parents:
diff changeset
   147
$(LOG_GENDIRECTORY)/InterceptorsSystemException.java : $(INTERCEPTORS.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   148
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   149
	$(JSCHEME_GENERATE_CLASS) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   150
02bb8761fcce Initial load
duke
parents:
diff changeset
   151
$(LOG_GENDIRECTORY)/NamingSystemException.java : $(NAMING.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   152
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   153
	$(JSCHEME_GENERATE_CLASS) $(NAMING.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   154
02bb8761fcce Initial load
duke
parents:
diff changeset
   155
$(LOG_GENDIRECTORY)/OMGSystemException.java : $(OMG.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   156
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   157
	$(JSCHEME_GENERATE_CLASS) $(OMG.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   158
02bb8761fcce Initial load
duke
parents:
diff changeset
   159
$(LOG_GENDIRECTORY)/ORBUtilSystemException.java : $(ORBUTIL.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   160
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   161
	$(JSCHEME_GENERATE_CLASS) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   162
02bb8761fcce Initial load
duke
parents:
diff changeset
   163
$(LOG_GENDIRECTORY)/POASystemException.java : $(POA.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   164
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   165
	$(JSCHEME_GENERATE_CLASS) $(POA.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   166
02bb8761fcce Initial load
duke
parents:
diff changeset
   167
$(LOG_GENDIRECTORY)/UtilSystemException.java : $(UTIL.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   168
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   169
	$(JSCHEME_GENERATE_CLASS) $(UTIL.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   170
02bb8761fcce Initial load
duke
parents:
diff changeset
   171
logresource.generate: $(LOG_GENDIRECTORY)/LogStrings.properties
02bb8761fcce Initial load
duke
parents:
diff changeset
   172
02bb8761fcce Initial load
duke
parents:
diff changeset
   173
$(LOG_GENDIRECTORY)/LogStrings.properties: \
02bb8761fcce Initial load
duke
parents:
diff changeset
   174
		$(LOG_GENDIRECTORY)/ActivationSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   175
		$(LOG_GENDIRECTORY)/IORSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   176
		$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   177
		$(LOG_GENDIRECTORY)/NamingSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   178
		$(LOG_GENDIRECTORY)/OMGSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   179
		$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   180
		$(LOG_GENDIRECTORY)/POASystemException.resource \
02bb8761fcce Initial load
duke
parents:
diff changeset
   181
		$(LOG_GENDIRECTORY)/UtilSystemException.resource
02bb8761fcce Initial load
duke
parents:
diff changeset
   182
	$(CAT) $(LOG_GENDIRECTORY)/*.resource > $(LOG_GENDIRECTORY)/LogStrings.properties
02bb8761fcce Initial load
duke
parents:
diff changeset
   183
02bb8761fcce Initial load
duke
parents:
diff changeset
   184
$(LOG_GENDIRECTORY)/ActivationSystemException.resource : $(ACTIVATION.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   185
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   186
	$(JSCHEME_GENERATE_LOG_RB) $(ACTIVATION.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   187
02bb8761fcce Initial load
duke
parents:
diff changeset
   188
$(LOG_GENDIRECTORY)/IORSystemException.resource : $(IOR.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   189
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   190
	$(JSCHEME_GENERATE_LOG_RB) $(IOR.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   191
02bb8761fcce Initial load
duke
parents:
diff changeset
   192
$(LOG_GENDIRECTORY)/InterceptorsSystemException.resource : $(INTERCEPTORS.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   193
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   194
	$(JSCHEME_GENERATE_LOG_RB) $(INTERCEPTORS.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   195
02bb8761fcce Initial load
duke
parents:
diff changeset
   196
$(LOG_GENDIRECTORY)/NamingSystemException.resource : $(NAMING.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   197
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   198
	$(JSCHEME_GENERATE_LOG_RB) $(NAMING.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   199
02bb8761fcce Initial load
duke
parents:
diff changeset
   200
$(LOG_GENDIRECTORY)/OMGSystemException.resource : $(OMG.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   201
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   202
	$(JSCHEME_GENERATE_LOG_RB) $(OMG.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   203
02bb8761fcce Initial load
duke
parents:
diff changeset
   204
$(LOG_GENDIRECTORY)/ORBUtilSystemException.resource : $(ORBUTIL.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   205
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   206
	$(JSCHEME_GENERATE_LOG_RB) $(ORBUTIL.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   207
02bb8761fcce Initial load
duke
parents:
diff changeset
   208
$(LOG_GENDIRECTORY)/POASystemException.resource : $(POA.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   209
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   210
	$(JSCHEME_GENERATE_LOG_RB) $(POA.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   211
02bb8761fcce Initial load
duke
parents:
diff changeset
   212
$(LOG_GENDIRECTORY)/UtilSystemException.resource : $(UTIL.MC)
02bb8761fcce Initial load
duke
parents:
diff changeset
   213
	$(prep-target)
02bb8761fcce Initial load
duke
parents:
diff changeset
   214
	$(JSCHEME_GENERATE_LOG_RB) $(UTIL.MC) $(LOG_GENDIRECTORY)
02bb8761fcce Initial load
duke
parents:
diff changeset
   215
02bb8761fcce Initial load
duke
parents:
diff changeset
   216
02bb8761fcce Initial load
duke
parents:
diff changeset
   217
.PHONY: all build clean clobber \
02bb8761fcce Initial load
duke
parents:
diff changeset
   218
	activation.idl.compile activation.idl.clean \
02bb8761fcce Initial load
duke
parents:
diff changeset
   219
	portableactivation.idl.compile portableactivation.idl.clean
02bb8761fcce Initial load
duke
parents:
diff changeset
   220
02bb8761fcce Initial load
duke
parents:
diff changeset
   221
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   222
# Include
02bb8761fcce Initial load
duke
parents:
diff changeset
   223
#
02bb8761fcce Initial load
duke
parents:
diff changeset
   224
include $(BUILDDIR)/common/Rules.gmk