make/BuildCorba.gmk

changeset 1692
b90a8fc589af
parent 544
9729f9862eb4
child 1708
c30c82c9fb50
equal deleted inserted replaced
1689:9cb338e57d31 1692:b90a8fc589af
1 # 1 #
2 # Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
172 172
173 $(eval $(call SetupJavaCompilation,BUILD_CORBA, \ 173 $(eval $(call SetupJavaCompilation,BUILD_CORBA, \
174 SETUP := GENERATE_NEWBYTECODE, \ 174 SETUP := GENERATE_NEWBYTECODE, \
175 SRC := $(CORBA_TOPDIR)/src/share/classes $(CORBA_OUTPUTDIR)/gensrc $(CORBA_OUTPUTDIR)/logwrappers, \ 175 SRC := $(CORBA_TOPDIR)/src/share/classes $(CORBA_OUTPUTDIR)/gensrc $(CORBA_OUTPUTDIR)/logwrappers, \
176 EXCLUDES := com/sun/corba/se/PortableActivationIDL \ 176 EXCLUDES := com/sun/corba/se/PortableActivationIDL \
177 com/sun/tools/corba/se/logutil, \ 177 com/sun/tools/corba/se/logutil \
178 sun/misc, \
178 EXCLUDE_FILES := com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java \ 179 EXCLUDE_FILES := com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java \
179 com/sun/corba/se/spi/presentation/rmi/StubWrapper.java \ 180 com/sun/corba/se/spi/presentation/rmi/StubWrapper.java \
180 com/sun/org/omg/CORBA/IDLTypeOperations.java \ 181 com/sun/org/omg/CORBA/IDLTypeOperations.java \
181 com/sun/org/omg/CORBA/IRObjectOperations.java \ 182 com/sun/org/omg/CORBA/IRObjectOperations.java \
182 org/omg/PortableInterceptor/UNKNOWN.java \ 183 org/omg/PortableInterceptor/UNKNOWN.java \

mercurial