make/common/IdlCompilation.gmk
author ihse
Fri, 16 Jan 2015 16:02:09 +0100
changeset 28902 0c09b47449c8
parent 27592 af7df0dd5ff7
child 28905 cbee1de9e3e7
permissions -rw-r--r--
8069064: Various improvements and fixes in build system Reviewed-by: erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     1
#
27592
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
     2
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     4
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    10
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    15
# accompanied this code).
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    16
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    20
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    23
# questions.
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    24
#
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    25
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    26
PREFIXES=-pkgPrefix CORBA org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    27
    -pkgPrefix CosNaming org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    28
    -pkgPrefix CosTransactions org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    29
    -pkgPrefix CosTSInteroperation org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    30
    -pkgPrefix DynamicAny org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    31
    -pkgPrefix Dynamic org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    32
    -pkgPrefix IOP org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    33
    -pkgPrefix Messaging org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    34
    -pkgPrefix PortableInterceptor org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    35
    -pkgPrefix PortableServer org.omg \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    36
    -pkgPrefix activation com.sun.corba.se.spi \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    37
    -pkgPrefix GIOP com.sun.corba.se \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    38
    -pkgPrefix PortableActivationIDL com.sun.corba.se \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    39
    -pkgPrefix messages com.sun.corba.se
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    40
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    41
define add_idl_package
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    42
  # param 1 = MYPACKAGE
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    43
  # param 2 = src root
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    44
  # param 3 = gensrc root
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    45
  # param 4 = source idl to compile
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    46
  # param 5 = target idl package
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    47
  # param 6 = delete these files that were output from the idlj
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    48
  # param 7 = idls that match these patterns should be compiled with -oldImplBase
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    49
  # param 8 = the idlj command
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    50
  # Save the generated java files to a temporary directory so
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    51
  # that we can find them and create proper dependencies.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    52
  # After that, we move them to the real gensrc target dir.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    53
  $4_TMPDIR:=tmp___$(subst /,_,$(patsubst $2/%,%,$4))___
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    54
  ifneq ($$(filter $7,$4),)
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    55
    $4_OLDIMPLBASE:=-oldImplBase
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    56
    $4_OLDIMPLBASE_MSG:=with -oldImplBase
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    57
  endif
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    58
  $5 : $4
13133
701e61c32ece 7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents: 13132
diff changeset
    59
	$(MKDIR) -p $3/$$($4_TMPDIR)
701e61c32ece 7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents: 13132
diff changeset
    60
	$(RM) -rf $3/$$($4_TMPDIR)
701e61c32ece 7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents: 13132
diff changeset
    61
	$(MKDIR) -p $(dir $5)
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    62
	$(ECHO) $(LOG_INFO) Compiling IDL $(patsubst $2/%,%,$4)
26127
5ca6c50438a8 8056064: Fix corba locale build problem on windows
erikj
parents: 25884
diff changeset
    63
	$8 -td $3/$$($4_TMPDIR) \
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    64
	    -i $2/org/omg/CORBA \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    65
	    -i $2/org/omg/PortableInterceptor \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    66
	    -i $2/org/omg/PortableServer \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    67
	    -D CORBA3 -corba 3.0 \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    68
	    -fall \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    69
	    $$($4_OLDIMPLBASE) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    70
	    $(PREFIXES) \
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    71
	    $4
13133
701e61c32ece 7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents: 13132
diff changeset
    72
	$(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6)
16579
7e2a683462f9 8011372: Remove -p from cp in IdleCompilation.gmk
erikj
parents: 15392
diff changeset
    73
	$(CP) -r $3/$$($4_TMPDIR)/* $3
15392
28d8aefeedd3 8006933: Need to use nawk on Solaris to avoid awk limitations
tbell
parents: 15051
diff changeset
    74
	($(CD) $3/$$($4_TMPDIR) && $(FIND) . -type f | $(SED) 's!\./!$3/!g' | $(NAWK) '{ print $$$$1 ": $4" }' > $5)
13133
701e61c32ece 7182051: Update of latest build-infra Makefiles (missing files)
erikj
parents: 13132
diff changeset
    75
	$(RM) -rf $3/$$($4_TMPDIR)
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    76
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    77
27592
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    78
# Setup make rules for creating an IDL compilation.
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    79
#
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    80
# Parameter 1 is the name of the rule. This name is used as variable prefix,
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    81
# and the targets generated are listed in a variable by that name.
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    82
#
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    83
# Remaining parameters are named arguments. These include:
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    84
#   IDLJ
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    85
#   SRC
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    86
#   BIN
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    87
#   INCLUDES
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    88
#   EXCLUDES
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    89
#   OLDIMPLBASES
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    90
#   DELETES
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
    91
define SetupIdlCompilation
27592
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    92
  $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    93
  $(call EvalDebugWrapper,$(strip $1),$(call SetupIdlCompilationInner,$(strip $1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)))
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    94
endef
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    95
af7df0dd5ff7 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse
parents: 26127
diff changeset
    96
define SetupIdlCompilationInner
28902
0c09b47449c8 8069064: Various improvements and fixes in build system
ihse
parents: 27592
diff changeset
    97
  $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $(strip $($i)),$1_$(strip $($i)))$(NEWLINE))
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    98
  $(call LogSetupMacroEntry,SetupIdlCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
    99
  $(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
13132
bd88bb8dd3af 7181504: Update of latest build-infra Makefiles
erikj
parents: 12258
diff changeset
   100
20363
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   101
  # Find all existing java files and existing class files.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   102
  $$(eval $$(call MakeDir,$$($1_BIN)))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   103
  $1_SRCS := $$(shell find $$($1_SRC) -name "*.idl")
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   104
  $1_BINS := $$(shell find $$($1_BIN) -name "*.java")
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   105
  # Prepend the source/bin path to the filter expressions.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   106
  $1_SRC_INCLUDES := $$(addprefix $$($1_SRC)/,$$($1_INCLUDES))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   107
  $1_SRC_EXCLUDES := $$(addprefix $$($1_SRC)/,$$($1_EXCLUDES))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   108
  $1_BIN_INCLUDES := $$(addprefix $$($1_BIN)/,$$($1_INCLUDES))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   109
  $1_BIN_EXCLUDES := $$(addprefix $$($1_BIN)/,$$($1_EXCLUDES))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   110
  $1_OLDIMPLBASES := $$(addprefix $$($1_SRC)/,$$($1_OLDIMPLBASES))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   111
  # Now remove unwanted java/class files.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   112
  $1_SRCS := $$(filter $$($1_SRC_INCLUDES),$$($1_SRCS))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   113
  $1_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_SRCS))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   114
  $1_BINS := $$(filter $$($1_BIN_INCLUDES),$$($1_BINS))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   115
  $1_BINS := $$(filter-out $$($1_BIN_EXCLUDES),$$($1_BINS))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   116
  $1 := $$(sort $$(patsubst $$($1_SRC)/%.idl,$$($1_BIN)/%.idl.d,$$($1_SRCS)))
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   117
  # Now create the dependencies for each idl target.
fa7663fc5d50 8001931: The new build system whitespace cleanup
ihse
parents: 19262
diff changeset
   118
  $$(foreach p,$$($1),$$(eval $$(call add_idl_package,$1,$$($1_SRC),$$($1_BIN),$$(patsubst $$($1_BIN)/%.idl.d,$$($1_SRC)/%.idl,$$p),$$p,$$($1_DELETES),$$($1_OLDIMPLBASES),$$($1_IDLJ))))
12258
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   119
endef
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   120
6ec26f6cc53e 7074397: Build infrastructure changes (makefile re-write)
ohair
parents:
diff changeset
   121
.SUFFIXES: .java .class .package