common/makefiles/JavaCompilation.gmk

changeset 972
f3697e0783e2
parent 971
584dc2e95e04
parent 871
b098ee22aa97
equal deleted inserted replaced
971:584dc2e95e04 972:f3697e0783e2
1 # 1 #
2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2011, 2013, 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
33 33
34 # When you read this source. Remember that $(sort ...) has the side effect 34 # When you read this source. Remember that $(sort ...) has the side effect
35 # of removing duplicates. It is actually this side effect that is 35 # of removing duplicates. It is actually this side effect that is
36 # desired whenever sort is used below! 36 # desired whenever sort is used below!
37 37
38 ifeq (,$(_MAKEBASE_GMK)) 38 ifeq (,$(_MAKEBASE_GMK))
39 $(error You must include MakeBase.gmk prior to including JavaCompilation.gmk) 39 $(error You must include MakeBase.gmk prior to including JavaCompilation.gmk)
40 endif 40 endif
41 41
42 FALSE_FIND_PATTERN:=-name FILE_NAME_THAT_DOESNT_EXIST 42 FALSE_FIND_PATTERN:=-name FILE_NAME_THAT_DOESNT_EXIST
43 43
44 define SetupJavaCompiler 44 define SetupJavaCompiler
45 # param 1 is for example GENERATE_OLD_BYTECODE or GENERATE_NEW_JDKBYTECODE 45 # param 1 is for example GENERATE_OLD_BYTECODE or GENERATE_NEW_JDKBYTECODE
46 # This is the name of the compiler setup. 46 # This is the name of the compiler setup.
47 # param 2-9 are named args. 47 # param 2-9 are named args.
48 # JVM:=The jvm used to run the javac/javah command 48 # JVM:=The jvm used to run the javac/javah command
49 # JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out 49 # JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out
50 # FLAGS:=Flags to be supplied to javac 50 # FLAGS:=Flags to be supplied to javac
51 # SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here 51 # SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here
52 # SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above. 52 # SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above.
53 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE)) 53 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE))
54 $(call LogSetupMacroEntry,SetupJavaCompiler($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)) 54 $(call LogSetupMacroEntry,SetupJavaCompiler($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
55 $(if $(16),$(error Internal makefile error: Too many arguments to SetupJavaCompiler, please update JavaCompilation.gmk)) 55 $(if $(16),$(error Internal makefile error: Too many arguments to SetupJavaCompiler, please update JavaCompilation.gmk))
56 56
57 # The port file contains the tcp/ip on which the server listens 57 # The port file contains the tcp/ip on which the server listens
58 # and the cookie necessary to talk to the server. 58 # and the cookie necessary to talk to the server.
59 $1_SJAVAC_PORTFILE:=$$($1_SERVER_DIR)/server.port 59 $1_SJAVAC_PORTFILE:=$$($1_SERVER_DIR)/server.port
60 # You can use a different JVM to run the background javac server. 60 # You can use a different JVM to run the background javac server.
61 ifeq ($$($1_SERVER_JVM),) 61 ifeq ($$($1_SERVER_JVM),)
62 # It defaults to the same JVM that is used to start the javac command. 62 # It defaults to the same JVM that is used to start the javac command.
63 $1_SERVER_JVM:=$$($1_JVM) 63 $1_SERVER_JVM:=$$($1_JVM)
64 endif 64 endif
65 endef 65 endef
66 66
67 define SetupArchive 67 define SetupArchive
68 # param 1 is for example ARCHIVE_MYPACKAGE 68 # param 1 is for example ARCHIVE_MYPACKAGE
69 # param 2 are the dependecies 69 # param 2 are the dependecies
70 # param 3,4,5,6,7,8,9 are named args. 70 # param 3,4,5,6,7,8,9 are named args.
71 # SRCS:=List of directories in where to find files to add to archive 71 # SRCS:=List of directories in where to find files to add to archive
72 # SUFFIXES:=File suffixes to include in jar 72 # SUFFIXES:=File suffixes to include in jar
73 # INCLUDES:=List of directories/packages in SRCS that should be included 73 # INCLUDES:=List of directories/packages in SRCS that should be included
74 # EXCLUDES:=List of directories/packages in SRCS that should be excluded 74 # EXCLUDES:=List of directories/packages in SRCS that should be excluded
75 # EXCLUDE_FILES:=List of files in SRCS that should be excluded 75 # EXCLUDE_FILES:=List of files in SRCS that should be excluded
76 # EXTRA_FILES:=List of files in SRCS that should be included regardless of suffix match. 76 # EXTRA_FILES:=List of files in SRCS that should be included regardless of suffix match.
77 # JAR:=Jar file to create 77 # JAR:=Jar file to create
78 # MANIFEST:=Optional manifest file template. 78 # MANIFEST:=Optional manifest file template.
79 # JARMAIN:=Optional main class to add to manifest 79 # JARMAIN:=Optional main class to add to manifest
80 # JARINDEX:=true means generate the index in the jar file. 80 # JARINDEX:=true means generate the index in the jar file.
81 # SKIP_METAINF:=Set to prevent contents of an META-INF directory to be automatically 81 # SKIP_METAINF:=Set to prevent contents of an META-INF directory to be automatically
82 # added to the archive. 82 # added to the archive.
83 # EXTRA_MANIFEST_ATTR:=Extra attribute to add to manifest. 83 # EXTRA_MANIFEST_ATTR:=Extra attribute to add to manifest.
84 # CHECK_COMPRESS_JAR Check the COMPRESS_JAR variable 84 # CHECK_COMPRESS_JAR Check the COMPRESS_JAR variable
85 85
86 # NOTE: $2 is dependencies, not a named argument! 86 # NOTE: $2 is dependencies, not a named argument!
87 $(foreach i,3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE)) 87 $(foreach i,3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE))
88 $(call LogSetupMacroEntry,SetupArchive($1),<dependencies>,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)) 88 $(call LogSetupMacroEntry,SetupArchive($1),<dependencies>,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
89 $(if $(findstring $(LOG_LEVEL),debug trace), $(info *[2] <dependencies> = $(strip $2))) 89 $(if $(findstring $(LOG_LEVEL),trace), $(info *[2] <dependencies> = $(strip $2)))
90 $(if $(16),$(error Internal makefile error: Too many arguments to SetupArchive, please update JavaCompilation.gmk)) 90 $(if $(16),$(error Internal makefile error: Too many arguments to SetupArchive, please update JavaCompilation.gmk))
91 91
92 $1_JARMAIN:=$(strip $$($1_JARMAIN)) 92 $1_JARMAIN:=$(strip $$($1_JARMAIN))
93 $1_JARNAME:=$$(notdir $$($1_JAR)) 93 $1_JARNAME:=$$(notdir $$($1_JAR))
94 $1_MANIFEST_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_manifest 94 $1_MANIFEST_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_manifest
95 $1_DELETESS_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_deletess 95 $1_DELETESS_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_deletess
96 $1_DELETES_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_deletes 96 $1_DELETES_FILE:=$$(dir $$($1_JAR))_the.$$($1_JARNAME)_deletes
97 $1_BIN:=$$(dir $$($1_JAR)) 97 $1_BIN:=$$(dir $$($1_JAR))
98 98
99 ifeq (,$$($1_SUFFIXES)) 99 ifeq (,$$($1_SUFFIXES))
100 # No suffix was set, default to classes. 100 # No suffix was set, default to classes.
101 $1_SUFFIXES:=.class 101 $1_SUFFIXES:=.class
102 endif 102 endif
103 # Convert suffixes to a find expression 103 # Convert suffixes to a find expression
104 $1_FIND_PATTERNS:=$(FALSE_FIND_PATTERN) $$(patsubst %,$(SPACE)-o$(SPACE)-name$(SPACE)$(DQUOTE)*%$(DQUOTE),$$($1_SUFFIXES)) 104 $1_FIND_PATTERNS:=$(FALSE_FIND_PATTERN) $$(patsubst %,$(SPACE)-o$(SPACE)-name$(SPACE)$(DQUOTE)*%$(DQUOTE),$$($1_SUFFIXES))
105 # On windows, a lot of includes/excludes risk making the command line too long, so 105 # On windows, a lot of includes/excludes risk making the command line too long, so
106 # writing the grep patterns to files. 106 # writing the grep patterns to files.
107 ifneq (,$$($1_INCLUDES)) 107 ifneq (,$$($1_INCLUDES))
108 $1_GREP_INCLUDE_PATTERNS:=$$(foreach src,$$($1_SRCS),\ 108 $1_GREP_INCLUDE_PATTERNS:=$$(foreach src,$$($1_SRCS), \
109 $$(addprefix $$(src)/,$$($1_INCLUDES))) 109 $$(addprefix $$(src)/,$$($1_INCLUDES)))
110 # If there are a lot of include patterns, output to file to shorten command lines 110 # If there are a lot of include patterns, output to file to shorten command lines
111 ifeq ($$(word 20,$$($1_GREP_INCLUDE_PATTERNS)),) 111 ifeq ($$(word 20,$$($1_GREP_INCLUDE_PATTERNS)),)
112 $1_GREP_INCLUDES:=| $(GREP) $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_INCLUDE_PATTERNS)) 112 $1_GREP_INCLUDES:=| $(GREP) $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_INCLUDE_PATTERNS))
113 else
114 $1_GREP_INCLUDE_OUTPUT:=$(RM) $$($1_BIN)/_the.$$($1_JARNAME)_include && \
115 $$(strip $$(call ListPathsSafely,$1_GREP_INCLUDE_PATTERNS,\n, \
116 >> $$($1_BIN)/_the.$$($1_JARNAME)_include))
117 $1_GREP_INCLUDES:=| $(GREP) -f $$($1_BIN)/_the.$$($1_JARNAME)_include
118 endif
119 endif
120 ifneq (,$$($1_EXCLUDES)$$($1_EXCLUDE_FILES))
121 $1_GREP_EXCLUDE_PATTERNS:=$$(foreach src,$$($1_SRCS),$$(addprefix $$(src)/,\
122 $$($1_EXCLUDES) $$($1_EXCLUDE_FILES)))
123 # If there are a lot of include patterns, output to file to shorten command lines
124 ifeq ($$(word 20,$$($1_GREP_EXCLUDE_PATTERNS)),)
125 $1_GREP_EXCLUDES:=| $(GREP) -v $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_EXCLUDE_PATTERNS))
126 else
127 $1_GREP_EXCLUDE_OUTPUT=$(RM) $$($1_BIN)/_the.$$($1_JARNAME)_exclude && \
128 $$(strip $$(call ListPathsSafely,$1_GREP_EXCLUDE_PATTERNS,\n, \
129 >> $$($1_BIN)/_the.$$($1_JARNAME)_exclude))
130 $1_GREP_EXCLUDES:=| $(GREP) -v -f $$($1_BIN)/_the.$$($1_JARNAME)_exclude
131 endif
132 endif
133
134 # Check if this jar needs to have its index generated.
135 ifneq (,$$($1_JARINDEX))
136 $1_JARINDEX = (cd $$(dir $$@) && $(JAR) -i $$(notdir $$@))
137 else 113 else
138 $1_JARINDEX = true 114 $1_GREP_INCLUDE_OUTPUT:=$(RM) $$($1_BIN)/_the.$$($1_JARNAME)_include $$(NEWLINE) \
139 endif 115 $$(call ListPathsSafely,$1_GREP_INCLUDE_PATTERNS,\n, \
140 # When this macro is run in the same makefile as the java compilation, dependencies are 116 >> $$($1_BIN)/_the.$$($1_JARNAME)_include)
141 # transfered in make variables. When the macro is run in a different makefile than the 117 $1_GREP_INCLUDES:=| $(GREP) -f $$($1_BIN)/_the.$$($1_JARNAME)_include
142 # java compilation, the dependencies need to be found in the filesystem. 118 endif
143 ifneq (,$2) 119 endif
144 $1_DEPS:=$2 120 ifneq (,$$($1_EXCLUDES)$$($1_EXCLUDE_FILES))
121 $1_GREP_EXCLUDE_PATTERNS:=$$(foreach src,$$($1_SRCS),$$(addprefix $$(src)/, \
122 $$($1_EXCLUDES) $$($1_EXCLUDE_FILES)))
123 # If there are a lot of include patterns, output to file to shorten command lines
124 ifeq ($$(word 20,$$($1_GREP_EXCLUDE_PATTERNS)),)
125 $1_GREP_EXCLUDES:=| $(GREP) -v $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_EXCLUDE_PATTERNS))
145 else 126 else
146 $1_DEPS:=$$(filter $$(addprefix %,$$($1_SUFFIXES)),\ 127 $1_GREP_EXCLUDE_OUTPUT=$(RM) $$($1_BIN)/_the.$$($1_JARNAME)_exclude $$(NEWLINE) \
147 $$(call CacheFind,$$($1_SRCS))) 128 $$(call ListPathsSafely,$1_GREP_EXCLUDE_PATTERNS,\n, \
148 ifneq (,$$($1_GREP_INCLUDE_PATTERNS)) 129 >> $$($1_BIN)/_the.$$($1_JARNAME)_exclude)
149 $1_DEPS:=$$(filter $$(addsuffix %,$$($1_GREP_INCLUDE_PATTERNS)),$$($1_DEPS)) 130 $1_GREP_EXCLUDES:=| $(GREP) -v -f $$($1_BIN)/_the.$$($1_JARNAME)_exclude
150 endif 131 endif
151 ifneq (,$$($1_GREP_EXCLUDE_PATTERNS)) 132 endif
152 $1_DEPS:=$$(filter-out $$(addsuffix %,$$($1_GREP_EXCLUDE_PATTERNS)),$$($1_DEPS)) 133
153 endif 134 # Check if this jar needs to have its index generated.
154 # The subst of \ is needed because $ has to be escaped with \ in EXTRA_FILES for the command 135 ifneq (,$$($1_JARINDEX))
155 # lines, but not here for use in make dependencies. 136 $1_JARINDEX = (cd $$(dir $$@) && $(JAR) -i $$(notdir $$@))
156 $1_DEPS+=$$(subst \,,$$(foreach src,$$($1_SRCS),$$(addprefix $$(src)/,$$($1_EXTRA_FILES)))) 137 else
157 ifeq (,$$($1_SKIP_METAINF)) 138 $1_JARINDEX = true
158 $1_DEPS+=$$(call CacheFind,$$(wildcard $$(addsuffix /META-INF,$$($1_SRCS)))) 139 endif
159 endif 140 # When this macro is run in the same makefile as the java compilation, dependencies are
160 endif 141 # transfered in make variables. When the macro is run in a different makefile than the
161 142 # java compilation, the dependencies need to be found in the filesystem.
162 # Utility macros, to make the shell script receipt somewhat easier to dechipher. 143 ifneq (,$2)
163 144 $1_DEPS:=$2
164 # The capture contents macro finds all files (matching the patterns, typically 145 else
165 # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar. 146 $1_DEPS:=$$(filter $$(addprefix %,$$($1_SUFFIXES)), \
166 # NOTICE: please leave the parentheses space separated otherwise the AIX build will break! 147 $$(call CacheFind,$$($1_SRCS)))
167 $1_CAPTURE_CONTENTS=$$(foreach src,$$($1_SRCS),\ 148 ifneq (,$$($1_GREP_INCLUDE_PATTERNS))
168 ( ( $(FIND) $$(src) -type f -a \( $$($1_FIND_PATTERNS) \) -a -newer $$@ $$($1_GREP_INCLUDES) \ 149 $1_DEPS:=$$(filter $$(addsuffix %,$$($1_GREP_INCLUDE_PATTERNS)),$$($1_DEPS))
169 $$($1_GREP_EXCLUDES) | $(SED) 's|$$(src)/||g' &&\ 150 endif
170 $(ECHO) $$(subst $$(src)/,,$$($1_EXTRA_FILES) ) ) > \ 151 ifneq (,$$($1_GREP_EXCLUDE_PATTERNS))
171 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE) ) 152 $1_DEPS:=$$(filter-out $$(addsuffix %,$$($1_GREP_EXCLUDE_PATTERNS)),$$($1_DEPS))
172 # The capture metainf macro finds all files below the META-INF directory that are newer than the jar-file. 153 endif
154 # The subst of \ is needed because $ has to be escaped with \ in EXTRA_FILES for the command
155 # lines, but not here for use in make dependencies.
156 $1_DEPS+=$$(subst \,,$$(foreach src,$$($1_SRCS),$$(addprefix $$(src)/,$$($1_EXTRA_FILES))))
173 ifeq (,$$($1_SKIP_METAINF)) 157 ifeq (,$$($1_SKIP_METAINF))
174 $1_CAPTURE_METAINF =$$(foreach src,$$($1_SRCS),($(FIND) $$(src)/META-INF -type f -a -newer $$@ 2> /dev/null | $(SED) 's|$$(src)/||g' >> $$(src)/_the.$$($1_JARNAME)_contents ) $$(NEWLINE)) 158 $1_DEPS+=$$(call CacheFind,$$(wildcard $$(addsuffix /META-INF,$$($1_SRCS))))
175 endif 159 endif
176 # The capture deletes macro finds all deleted files and concatenates them. The resulting file 160 endif
177 # tells us what to remove from the jar-file. 161
178 $1_CAPTURE_DELETES=$$(foreach src,$$($1_SRCS),($(FIND) $$(src) -name _the.package.deleted -newer $$@ -exec $(SED) 's|$$(src)||g' \{\} >> $$($1_DELETES_FILE) \;) $$(NEWLINE)) 162 # Utility macros, to make the shell script receipt somewhat easier to decipher.
179 # The update contents macro updates the jar file with the previously capture contents. 163
180 # Use 'wc -w' to see if the contents file is empty. 164 # The capture contents macro finds all files (matching the patterns, typically
181 $1_UPDATE_CONTENTS=$$(foreach src,$$($1_SRCS),\ 165 # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar.
182 (cd $$(src) && \ 166 # NOTICE: please leave the parentheses space separated otherwise the AIX build will break!
183 if [ "`$(WC) -w _the.$$($1_JARNAME)_contents | $(AWK) '{ print $$$$1 }'`" -gt "0" ]; then \ 167 $1_CAPTURE_CONTENTS=$$(foreach src,$$($1_SRCS), \
184 $(ECHO) " updating" `$(WC) -l _the.$$($1_JARNAME)_contents | $(AWK) '{ print $$$$1 }'` files && \ 168 ( ( $(FIND) $$(src) -type f -a \( $$($1_FIND_PATTERNS) \) -a -newer $$@ $$($1_GREP_INCLUDES) \
185 $(JAR) $$($1_JAR_UPDATE_OPTIONS) $$@ @_the.$$($1_JARNAME)_contents; \ 169 $$($1_GREP_EXCLUDES) | $(SED) 's|$$(src)/||g' && \
186 fi) $$(NEWLINE)) 170 $(ECHO) $$(subst $$(src)/,,$$($1_EXTRA_FILES) ) ) > \
187 # The s-variants of the above macros are used when the jar is created from scratch. 171 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE) )
188 # NOTICE: please leave the parentheses space separated otherwise the AIX build will break! 172 # The capture metainf macro finds all files below the META-INF directory that are newer than the jar-file.
189 $1_SCAPTURE_CONTENTS=$$(foreach src,$$($1_SRCS),\ 173 ifeq (,$$($1_SKIP_METAINF))
190 ( ( $(FIND) $$(src) -type f -a \( $$($1_FIND_PATTERNS) \) $$($1_GREP_INCLUDES) \ 174 $1_CAPTURE_METAINF =$$(foreach src,$$($1_SRCS),($(FIND) $$(src)/META-INF -type f -a -newer $$@ 2> /dev/null | $(SED) 's|$$(src)/||g' >> $$(src)/_the.$$($1_JARNAME)_contents ) $$(NEWLINE))
191 $$($1_GREP_EXCLUDES) | $(SED) 's|$$(src)/||g' &&\ 175 endif
192 $$(subst $$(src)/,,$(ECHO) $$($1_EXTRA_FILES) ) ) > \ 176 # The capture deletes macro finds all deleted files and concatenates them. The resulting file
193 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE) ) 177 # tells us what to remove from the jar-file.
194 178 $1_CAPTURE_DELETES=$$(foreach src,$$($1_SRCS),($(FIND) $$(src) -name _the.package.deleted -newer $$@ -exec $(SED) 's|$$(src)||g' \{\} >> $$($1_DELETES_FILE) \;) $$(NEWLINE))
195 ifeq (,$$($1_SKIP_METAINF)) 179 # The update contents macro updates the jar file with the previously capture contents.
196 $1_SCAPTURE_METAINF=$$(foreach src,$$($1_SRCS),\ 180 # Use 'wc -w' to see if the contents file is empty.
197 ($(FIND) $$(src)/META-INF -type f 2> /dev/null | $(SED) 's|$$(src)/||g' >> \ 181 $1_UPDATE_CONTENTS=$$(foreach src,$$($1_SRCS), \
198 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE)) 182 (cd $$(src) && \
199 endif 183 if [ "`$(WC) -w _the.$$($1_JARNAME)_contents | $(AWK) '{ print $$$$1 }'`" -gt "0" ]; then \
200 $1_SUPDATE_CONTENTS=$$(foreach src,$$($1_SRCS),\ 184 $(ECHO) " updating" `$(WC) -l _the.$$($1_JARNAME)_contents | $(AWK) '{ print $$$$1 }'` files && \
201 (cd $$(src) && $(JAR) $$($1_JAR_UPDATE_OPTIONS) $$@ @$$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE)) 185 $(JAR) $$($1_JAR_UPDATE_OPTIONS) $$@ @_the.$$($1_JARNAME)_contents; \
202 186 fi) $$(NEWLINE))
203 # Use a slightly shorter name for logging, but with enough path to identify this jar. 187 # The s-variants of the above macros are used when the jar is created from scratch.
204 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_JAR)) 188 # NOTICE: please leave the parentheses space separated otherwise the AIX build will break!
205 189 $1_SCAPTURE_CONTENTS=$$(foreach src,$$($1_SRCS), \
206 ifneq (,$$($1_CHECK_COMPRESS_JAR)) 190 ( ( $(FIND) $$(src) -type f -a \( $$($1_FIND_PATTERNS) \) $$($1_GREP_INCLUDES) \
207 $1_JAR_CREATE_OPTIONS := c0fm 191 $$($1_GREP_EXCLUDES) | $(SED) 's|$$(src)/||g' && \
208 $1_JAR_UPDATE_OPTIONS := u0f 192 $$(subst $$(src)/,,$(ECHO) $$($1_EXTRA_FILES) ) ) > \
209 ifeq ($(COMPRESS_JARS), true) 193 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE) )
210 $1_JAR_CREATE_OPTIONS := cfm 194
211 $1_JAR_UPDATE_OPTIONS := uf 195 ifeq (,$$($1_SKIP_METAINF))
212 endif 196 $1_SCAPTURE_METAINF=$$(foreach src,$$($1_SRCS), \
213 else 197 ($(FIND) $$(src)/META-INF -type f 2> /dev/null | $(SED) 's|$$(src)/||g' >> \
214 $1_JAR_CREATE_OPTIONS := cfm 198 $$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE))
215 $1_JAR_UPDATE_OPTIONS := uf 199 endif
216 endif 200 $1_SUPDATE_CONTENTS=$$(foreach src,$$($1_SRCS), \
217 201 (cd $$(src) && $(JAR) $$($1_JAR_UPDATE_OPTIONS) $$@ @$$(src)/_the.$$($1_JARNAME)_contents) $$(NEWLINE))
218 # Here is the rule that creates/updates the jar file. 202
219 $$($1_JAR) : $$($1_DEPS) 203 # Use a slightly shorter name for logging, but with enough path to identify this jar.
204 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_JAR))
205
206 ifneq (,$$($1_CHECK_COMPRESS_JAR))
207 $1_JAR_CREATE_OPTIONS := c0fm
208 $1_JAR_UPDATE_OPTIONS := u0f
209 ifeq ($(COMPRESS_JARS), true)
210 $1_JAR_CREATE_OPTIONS := cfm
211 $1_JAR_UPDATE_OPTIONS := uf
212 endif
213 else
214 $1_JAR_CREATE_OPTIONS := cfm
215 $1_JAR_UPDATE_OPTIONS := uf
216 endif
217
218 # Here is the rule that creates/updates the jar file.
219 $$($1_JAR) : $$($1_DEPS)
220 $(MKDIR) -p $$($1_BIN) 220 $(MKDIR) -p $$($1_BIN)
221 $$($1_GREP_INCLUDE_OUTPUT) 221 $$($1_GREP_INCLUDE_OUTPUT)
222 $$($1_GREP_EXCLUDE_OUTPUT) 222 $$($1_GREP_EXCLUDE_OUTPUT)
223 $$(if $$($1_MANIFEST),\ 223 $$(if $$($1_MANIFEST), \
224 $(SED) -e "s#@@RELEASE@@#$(RELEASE)#" \ 224 $(SED) -e "s#@@RELEASE@@#$(RELEASE)#" \
225 -e "s#@@COMPANY_NAME@@#$(COMPANY_NAME)#" $$($1_MANIFEST) > $$($1_MANIFEST_FILE) \ 225 -e "s#@@COMPANY_NAME@@#$(COMPANY_NAME)#" $$($1_MANIFEST) > $$($1_MANIFEST_FILE) \
226 ,\ 226 , \
227 $(RM) $$($1_MANIFEST_FILE) && $(TOUCH) $$($1_MANIFEST_FILE)) 227 $(RM) $$($1_MANIFEST_FILE) && $(TOUCH) $$($1_MANIFEST_FILE))
228 $$(if $$($1_JARMAIN),$(ECHO) "Main-Class: $$(strip $$($1_JARMAIN))" >> $$($1_MANIFEST_FILE)) 228 $$(if $$($1_JARMAIN),$(ECHO) "Main-Class: $$(strip $$($1_JARMAIN))" >> $$($1_MANIFEST_FILE))
229 $$(if $$($1_EXTRA_MANIFEST_ATTR),$(PRINTF) "$$($1_EXTRA_MANIFEST_ATTR)\n" >> $$($1_MANIFEST_FILE)) 229 $$(if $$($1_EXTRA_MANIFEST_ATTR),$(PRINTF) "$$($1_EXTRA_MANIFEST_ATTR)\n" >> $$($1_MANIFEST_FILE))
230 $$(if $$(wildcard $$@),\ 230 $$(if $$(wildcard $$@), \
231 $(ECHO) Modifying $$($1_NAME) $$(NEWLINE)\ 231 $(ECHO) Modifying $$($1_NAME) $$(NEWLINE) \
232 $$($1_CAPTURE_CONTENTS) \ 232 $$($1_CAPTURE_CONTENTS) \
233 $$($1_CAPTURE_METAINF) \ 233 $$($1_CAPTURE_METAINF) \
234 $(RM) $$($1_DELETES_FILE) $$(NEWLINE)\ 234 $(RM) $$($1_DELETES_FILE) $$(NEWLINE) \
235 $$($1_CAPTURE_DELETES) \ 235 $$($1_CAPTURE_DELETES) \
236 $(CAT) $$($1_DELETES_FILE) > $$($1_DELETESS_FILE) $$(NEWLINE)\ 236 $(CAT) $$($1_DELETES_FILE) > $$($1_DELETESS_FILE) $$(NEWLINE) \
237 if [ -s $$($1_DELETESS_FILE) ]; then \ 237 if [ -s $$($1_DELETESS_FILE) ]; then \
238 $(ECHO) " deleting" `$(WC) -l $$($1_DELETESS_FILE) | $(AWK) '{ print $$$$1 }'` files && \ 238 $(ECHO) " deleting" `$(WC) -l $$($1_DELETESS_FILE) | $(AWK) '{ print $$$$1 }'` files && \
239 $(ZIP) -q -d $$@ `$(CAT) $$($1_DELETESS_FILE)` ; \ 239 $(ZIP) -q -d $$@ `$(CAT) $$($1_DELETESS_FILE)` ; \
240 fi $$(NEWLINE) \ 240 fi $$(NEWLINE) \
241 $$($1_UPDATE_CONTENTS) true $$(NEWLINE) \ 241 $$($1_UPDATE_CONTENTS) true $$(NEWLINE) \
242 $$($1_JARINDEX) && true \ 242 $$($1_JARINDEX) && true \
243 ,\ 243 , \
244 $(ECHO) Creating $$($1_NAME) && $(JAR) $$($1_JAR_CREATE_OPTIONS) $$@ $$($1_MANIFEST_FILE) $$(NEWLINE) \ 244 $(ECHO) Creating $$($1_NAME) && $(JAR) $$($1_JAR_CREATE_OPTIONS) $$@ $$($1_MANIFEST_FILE) $$(NEWLINE) \
245 $$($1_SCAPTURE_CONTENTS) \ 245 $$($1_SCAPTURE_CONTENTS) \
246 $$($1_SCAPTURE_METAINF) \ 246 $$($1_SCAPTURE_METAINF) \
247 $$($1_SUPDATE_CONTENTS) \ 247 $$($1_SUPDATE_CONTENTS) \
248 $$($1_JARINDEX) && true ) 248 $$($1_JARINDEX) && true )
249 249
250 endef 250 endef
251 251
252 define SetupZipArchive 252 define SetupZipArchive
253 # param 1 is for example ZIP_MYSOURCE 253 # param 1 is for example ZIP_MYSOURCE
254 # param 2,3,4,5,6,7,8,9 are named args. 254 # param 2,3,4,5,6,7,8,9 are named args.
255 # SRC,ZIP,INCLUDES,INCLUDE_FILES,EXCLUDES,EXCLUDE_FILES,SUFFIXES,EXTRA_DEPS 255 # SRC,ZIP,INCLUDES,INCLUDE_FILES,EXCLUDES,EXCLUDE_FILES,SUFFIXES,EXTRA_DEPS
256 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE)) 256 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE))
257 $(call LogSetupMacroEntry,SetupZipArchive($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)) 257 $(call LogSetupMacroEntry,SetupZipArchive($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
258 $(if $(16),$(error Internal makefile error: Too many arguments to SetupZipArchive, please update JavaCompilation.gmk)) 258 $(if $(16),$(error Internal makefile error: Too many arguments to SetupZipArchive, please update JavaCompilation.gmk))
259 259
260 # To avoid running find over too large sets of files, which causes make to crash 260 # To avoid running find over too large sets of files, which causes make to crash
261 # on some configurations (cygwin), use INCLUDES and INCLUDE_FILES to build a set 261 # on some configurations (cygwin), use INCLUDES and INCLUDE_FILES to build a set
262 # of directories to run find in, if available. 262 # of directories to run find in, if available.
263 ifneq ($$($1_INCLUDES)$$($1_INCLUDE_FILES),) 263 ifneq ($$($1_INCLUDES)$$($1_INCLUDE_FILES),)
264 $1_FIND_LIST := $$(wildcard $$(foreach i,$$($1_SRC),\ 264 $1_FIND_LIST := $$(wildcard $$(foreach i,$$($1_SRC), \
265 $$(addprefix $$i/,$$($1_INCLUDES) $$($1_INCLUDE_FILES)))) 265 $$(addprefix $$i/,$$($1_INCLUDES) $$($1_INCLUDE_FILES))))
266 else
267 $1_FIND_LIST := $$($1_SRC)
268 endif
269
270 # Find all files in the source tree.
271 $1_ALL_SRCS := $$(call not-containing,_the.,$$(call CacheFind,$$($1_FIND_LIST)))
272
273 # Filter on suffixes if set
274 ifneq ($$($1_SUFFIXES),)
275 $1_ALL_SRCS := $$(filter $$(addprefix %, $$($1_SUFFIXES)), $$($1_ALL_SRCS))
276 endif
277
278 ifneq ($$($1_INCLUDES),)
279 ifneq ($$($1_SUFFIXES),)
280 $1_ZIP_INCLUDES := $$(foreach s,$$($1_SUFFIXES), \
281 $$(addprefix -i$(SPACE)$(DQUOTE),$$(addsuffix /*$$s$(DQUOTE),$$($1_INCLUDES))))
266 else 282 else
267 $1_FIND_LIST := $$($1_SRC) 283 $1_ZIP_INCLUDES := $$(addprefix -i$(SPACE)$(DQUOTE),$$(addsuffix /*$(DQUOTE),$$($1_INCLUDES)))
268 endif 284 endif
269 285 endif
270 # Find all files in the source tree. 286 ifneq ($$($1_INCLUDE_FILES),)
271 $1_ALL_SRCS := $$(call not-containing,_the.,\ 287 $1_ZIP_INCLUDES += $$(addprefix -i$(SPACE),$$($1_INCLUDE_FILES))
272 $$(filter $$(addprefix %,$$($1_SUFFIXES)),$$(call CacheFind,$$($1_FIND_LIST)))) 288 endif
273 289 ifneq ($$($1_EXCLUDES),)
274 ifneq ($$($1_INCLUDES),) 290 $1_SRC_EXCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_EXCLUDES))))
275 ifneq ($$($1_SUFFIXES),) 291 $1_ZIP_EXCLUDES := $$(addprefix -x$(SPACE)$(DQUOTE),$$(addsuffix /*$(DQUOTE),$$($1_EXCLUDES)))
276 $1_ZIP_INCLUDES := $$(foreach s,$$($1_SUFFIXES),\ 292 $1_ALL_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_SRCS))
277 $$(addprefix -i$(SPACE)$(DQUOTE),$$(addsuffix /*$$s$(DQUOTE),$$($1_INCLUDES)))) 293 endif
278 else 294
279 $1_ZIP_INCLUDES := $$(addprefix -i$(SPACE)$(DQUOTE),$$(addsuffix /*$(DQUOTE),$$($1_INCLUDES))) 295 # Use a slightly shorter name for logging, but with enough path to identify this zip.
280 endif 296 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_ZIP))
281 endif 297
282 ifneq ($$($1_INCLUDE_FILES),) 298 # Now $1_ALL_SRCS should contain all sources that are going to be put into the zip.
283 $1_ZIP_INCLUDES += $$(addprefix -i$(SPACE),$$($1_INCLUDE_FILES)) 299 # I.e. the zip -i and -x options should match the filtering done in the makefile.
284 endif 300 # Explicitly excluded files can be given with absolute path. The patsubst solution
285 ifneq ($$($1_EXCLUDES),) 301 # isn't perfect but the likelyhood of an absolute path to match something in a src
286 $1_SRC_EXCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_EXCLUDES)))) 302 # dir is very small.
287 $1_ZIP_EXCLUDES := $$(addprefix -x$(SPACE)$(DQUOTE),$$(addsuffix /*$(DQUOTE),$$($1_EXCLUDES))) 303 # If zip has nothing to do, it returns 12 and would fail the build. Check for 12
288 $1_ALL_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_SRCS)) 304 # and only fail if it's not.
289 endif 305 $$($1_ZIP) : $$($1_ALL_SRCS) $$($1_EXTRA_DEPS)
290 306 $(MKDIR) -p $$(@D)
291 # Use a slightly shorter name for logging, but with enough path to identify this zip. 307 $(ECHO) Updating $$($1_NAME)
292 $1_NAME:=$$(subst $$(OUTPUT_ROOT)/,,$$($1_ZIP)) 308 $$(foreach i,$$($1_SRC),(cd $$i && $(ZIP) -qru $$@ . $$($1_ZIP_INCLUDES) $$($1_ZIP_EXCLUDES) -x \*_the.\* $$(addprefix -x$(SPACE),$$(patsubst $$i/%,%,$$($1_EXCLUDE_FILES))) || test "$$$$?" = "12" )$$(NEWLINE)) true
293 309 $(TOUCH) $$@
294 # Now $1_ALL_SRCS should contain all sources that are going to be put into the zip.
295 # I.e. the zip -i and -x options should match the filtering done in the makefile.
296 # Explicitly excluded files can be given with absolute path. The patsubst solution
297 # isn't perfect but the likelyhood of an absolute path to match something in a src
298 # dir is very small.
299 # If zip has nothing to do, it returns 12 and would fail the build. Check for 12
300 # and only fail if it's not.
301 $$($1_ZIP) : $$($1_ALL_SRCS) $$($1_EXTRA_DEPS)
302 $(MKDIR) -p $$(@D)
303 $(ECHO) Updating $$($1_NAME)
304 $$(foreach i,$$($1_SRC),(cd $$i && $(ZIP) -qru $$@ . $$($1_ZIP_INCLUDES) $$($1_ZIP_EXCLUDES) -x \*_the.\* $$(addprefix -x$(SPACE),$$(patsubst $$i/%,%,$$($1_EXCLUDE_FILES))) || test "$$$$?" = "12" )$$(NEWLINE)) true
305 $(TOUCH) $$@
306 endef 310 endef
307 311
308 define add_file_to_copy 312 define add_file_to_copy
309 # param 1 = BUILD_MYPACKAGE 313 # param 1 = BUILD_MYPACKAGE
310 # parma 2 = The source file to copy. 314 # parma 2 = The source file to copy.
311 $2_TARGET:=$2 315 $2_TARGET:=$2
312 # Remove the source prefix. 316 # Remove the source prefix.
313 $$(foreach i,$$($1_SRC),$$(eval $$(call remove_string,$$i,$2_TARGET))) 317 $$(foreach i,$$($1_SRC),$$(eval $$(call remove_string,$$i,$2_TARGET)))
314 # Now we can setup the depency that will trigger the copying. 318 # Now we can setup the depency that will trigger the copying.
315 $$($1_BIN)$$($2_TARGET) : $2 319 $$($1_BIN)$$($2_TARGET) : $2
316 $(MKDIR) -p $$(@D) 320 $(MKDIR) -p $$(@D)
317 $(CP) $$< $$@ 321 $(CP) $$< $$@
318 $(CHMOD) -f ug+w $$@ 322 $(CHMOD) -f ug+w $$@
319 323
320 # And do not forget this target 324 # And do not forget this target
321 $1_ALL_COPY_TARGETS += $$($1_BIN)$$($2_TARGET) 325 $1_ALL_COPY_TARGETS += $$($1_BIN)$$($2_TARGET)
322 endef 326 endef
323 327
324 328
325 # This macro is used only for properties files that are to be 329 # This macro is used only for properties files that are to be
326 # copied over to the classes directory in cleaned form: 330 # copied over to the classes directory in cleaned form:
327 # Previously this was inconsistently done in different repositories. 331 # Previously this was inconsistently done in different repositories.
328 # This is the new clean standard. Though it is to be superseded by 332 # This is the new clean standard. Though it is to be superseded by
329 # a standard annotation processor from with sjavac. 333 # a standard annotation processor from with sjavac.
330 define add_file_to_copy_and_clean 334 define add_file_to_copy_and_clean
331 # param 1 = BUILD_MYPACKAGE 335 # param 1 = BUILD_MYPACKAGE
332 # parma 2 = The source file to copy and clean. 336 # parma 2 = The source file to copy and clean.
333 $2_TARGET:=$2 337 $2_TARGET:=$2
334 # Remove the source prefix. 338 # Remove the source prefix.
335 $$(foreach i,$$($1_SRC),$$(eval $$(call remove_string,$$i,$2_TARGET))) 339 $$(foreach i,$$($1_SRC),$$(eval $$(call remove_string,$$i,$2_TARGET)))
336 # Now we can setup the depency that will trigger the copying. 340 # Now we can setup the depency that will trigger the copying.
337 $$($1_BIN)$$($2_TARGET) : $2 341 $$($1_BIN)$$($2_TARGET) : $2
338 $(MKDIR) -p $$(@D) 342 $(MKDIR) -p $$(@D)
339 $(CAT) $$< | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' -e 's/#.*/#/g' \ 343 $(CAT) $$< | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' -e 's/#.*/#/g' \
340 | $(SED) -f "$(SRC_ROOT)/common/makefiles/support/unicode2x.sed" \ 344 | $(SED) -f "$(SRC_ROOT)/common/makefiles/support/unicode2x.sed" \
341 | $(SED) -e '/^#/d' -e '/^$$$$/d' \ 345 | $(SED) -e '/^#/d' -e '/^$$$$/d' \
342 -e :a -e '/\\$$$$/N; s/\\\n//; ta' \ 346 -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
343 -e 's/^[ \t]*//;s/[ \t]*$$$$//' \ 347 -e 's/^[ \t]*//;s/[ \t]*$$$$//' \
344 -e 's/\\=/=/' | LANG=C $(SORT) > $$@ 348 -e 's/\\=/=/' | LANG=C $(SORT) > $$@
345 $(CHMOD) -f ug+w $$@ 349 $(CHMOD) -f ug+w $$@
346 350
347 # And do not forget this target 351 # And do not forget this target
348 $1_ALL_COPY_CLEAN_TARGETS += $$($1_BIN)$$($2_TARGET) 352 $1_ALL_COPY_CLEAN_TARGETS += $$($1_BIN)$$($2_TARGET)
349 endef 353 endef
350 354
351 define remove_string 355 define remove_string
352 $2 := $$(subst $1,,$$($2)) 356 $2 := $$(subst $1,,$$($2))
353 endef 357 endef
354 358
355 define replace_space_with_pathsep 359 define replace_space_with_pathsep
356 $1:=$(subst $(SPACE),$(PATH_SEP),$(strip $(patsubst %,%,$2))) 360 $1:=$(subst $(SPACE),$(PATH_SEP),$(strip $(patsubst %,%,$2)))
357 endef 361 endef
358 362
359 define SetupJavaCompilation 363 define SetupJavaCompilation
360 # param 1 is for example BUILD_MYPACKAGE 364 # param 1 is for example BUILD_MYPACKAGE
361 # param 2,3,4,5,6,7,8 are named args. 365 # param 2,3,4,5,6,7,8 are named args.
362 # SETUP:=must point to a previously setup java compiler, for example: SETUP:=BOOTJAVAC 366 # SETUP:=must point to a previously setup java compiler, for example: SETUP:=BOOTJAVAC
363 # JVM:=path to ..bin/java 367 # JVM:=path to ..bin/java
364 # ADD_JAVAC_FLAGS:=javac flags to append to the default ones. 368 # ADD_JAVAC_FLAGS:=javac flags to append to the default ones.
365 # SRC:=one or more directories to search for sources 369 # SRC:=one or more directories to search for sources
366 # BIN:=store classes here 370 # BIN:=store classes here
367 # INCLUDES:=myapp.foo means will only compile java files in myapp.foo or any of its sub-packages. 371 # INCLUDES:=myapp.foo means will only compile java files in myapp.foo or any of its sub-packages.
368 # EXCLUDES:=myapp.foo means will do not compile java files in myapp.foo or any of its sub-packages. 372 # EXCLUDES:=myapp.foo means will do not compile java files in myapp.foo or any of its sub-packages.
369 # COPY:=.prp means copy all prp files to the corresponding package in BIN. 373 # COPY:=.prp means copy all prp files to the corresponding package in BIN.
370 # CLEAN:=.properties means copy and clean all properties file to the corresponding package in BIN. 374 # CLEAN:=.properties means copy and clean all properties file to the corresponding package in BIN.
371 # COPY_FILES:=myapp/foo/setting.txt means copy this file over to the package myapp/foo 375 # COPY_FILES:=myapp/foo/setting.txt means copy this file over to the package myapp/foo
372 # SRCZIP:=Create a src.zip based on the found sources and copied files. 376 # SRCZIP:=Create a src.zip based on the found sources and copied files.
373 # INCLUDE_FILES:="com/sun/SolarisFoobar.java" means only compile this file! 377 # INCLUDE_FILES:="com/sun/SolarisFoobar.java" means only compile this file!
374 # EXCLUDE_FILES:="com/sun/SolarisFoobar.java" means do not compile this particular file! 378 # EXCLUDE_FILES:="com/sun/SolarisFoobar.java" means do not compile this particular file!
375 # "SolarisFoobar.java" means do not compile SolarisFoobar, wherever it is found. 379 # "SolarisFoobar.java" means do not compile SolarisFoobar, wherever it is found.
376 # JAVAC_SOURCE_PATH_UGLY_OVERRIDE:=Don't use this. This forces an explicit -sourcepath to javac. 380 # JAVAC_SOURCE_PATH_OVERRIDE:=This forces an explicit -sourcepath to javac instead of the complete
377 # Its only here until we cleanup some nasty source code pasta in the jdk. 381 # source roots from SRC. This is sometimes needed when compiling specific subsets of the source.
378 # HEADERS:=path to directory where all generated c-headers are written. 382 # HEADERS:=path to directory where all generated c-headers are written.
379 # DEPENDS:=Extra dependecy 383 # DEPENDS:=Extra dependecy
380 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE)) 384 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NEWLINE))
381 $(call LogSetupMacroEntry,SetupJavaCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15)) 385 $(call LogSetupMacroEntry,SetupJavaCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
382 $(if $(16),$(error Internal makefile error: Too many arguments to SetupJavaCompilation, please update JavaCompilation.gmk)) 386 $(if $(16),$(error Internal makefile error: Too many arguments to SetupJavaCompilation, please update JavaCompilation.gmk))
383 387
384 # Extract the info from the java compiler setup. 388 # Extract the info from the java compiler setup.
385 $1_JVM := $$($$($1_SETUP)_JVM) 389 $1_JVM := $$($$($1_SETUP)_JVM)
386 $1_JAVAC := $$($$($1_SETUP)_JAVAC) 390 $1_JAVAC := $$($$($1_SETUP)_JAVAC)
387 $1_FLAGS := $$($$($1_SETUP)_FLAGS) $(JAVAC_FLAGS) $$($1_ADD_JAVAC_FLAGS) 391 $1_FLAGS := $$($$($1_SETUP)_FLAGS) $(JAVAC_FLAGS) $$($1_ADD_JAVAC_FLAGS)
388 ifeq ($$($1_JAVAC),) 392 ifeq ($$($1_JAVAC),)
389 $$(error The Java compilation $1 refers to a non-existant java compiler setup $$($1_SETUP)) 393 $$(error The Java compilation $1 refers to a non-existant java compiler setup $$($1_SETUP))
390 endif 394 endif
391 $1_SJAVAC_PORTFILE := $$($$($1_SETUP)_SJAVAC_PORTFILE) 395 $1_SJAVAC_PORTFILE := $$($$($1_SETUP)_SJAVAC_PORTFILE)
392 $1_SERVER_JVM := $$($$($1_SETUP)_SERVER_JVM) 396 $1_SERVER_JVM := $$($$($1_SETUP)_SERVER_JVM)
393 397
394 # Handle addons and overrides. 398 # Handle addons and overrides.
395 $1_SRC:=$$(call ADD_SRCS,$$($1_SRC)) 399 $1_SRC:=$$(call ADD_SRCS,$$($1_SRC))
396 # Make sure the dirs exist. 400 # Make sure the dirs exist.
397 $$(foreach d,$$($1_SRC), $$(if $$(wildcard $$d),,$$(error SRC specified to SetupJavaCompilation $1 contains missing directory $$d))) 401 $$(foreach d,$$($1_SRC), $$(if $$(wildcard $$d),,$$(error SRC specified to SetupJavaCompilation $1 contains missing directory $$d)))
398 $$(eval $$(call MakeDir,$$($1_BIN))) 402 $$(eval $$(call MakeDir,$$($1_BIN)))
399 # Find all files in the source trees. 403 # Find all files in the source trees.
400 $1_ALL_SRCS += $$(filter-out $(OVR_SRCS),$$(call CacheFind,$$($1_SRC))) 404 $1_ALL_SRCS += $$(filter-out $(OVR_SRCS),$$(call CacheFind,$$($1_SRC)))
401 # Extract the java files. 405 # Extract the java files.
402 ifneq ($$($1_EXCLUDE_FILES),) 406 ifneq ($$($1_EXCLUDE_FILES),)
403 $1_EXCLUDE_FILES_PATTERN:=$$(addprefix %,$$($1_EXCLUDE_FILES)) 407 $1_EXCLUDE_FILES_PATTERN:=$$(addprefix %,$$($1_EXCLUDE_FILES))
404 endif 408 endif
405 $1_SRCS := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$(filter %.java,$$($1_ALL_SRCS))) 409 $1_SRCS := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$(filter %.java,$$($1_ALL_SRCS)))
406 ifneq ($$($1_INCLUDE_FILES),) 410 ifneq ($$($1_INCLUDE_FILES),)
407 $1_INCLUDE_FILES:=$$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$($1_INCLUDE_FILES))) 411 $1_INCLUDE_FILES:=$$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$($1_INCLUDE_FILES)))
408 $1_SRCS := $$(filter $$($1_INCLUDE_FILES), $$($1_SRCS)) 412 $1_SRCS := $$(filter $$($1_INCLUDE_FILES), $$($1_SRCS))
409 endif 413 endif
410 414
411 # Now we have a list of all java files to compile: $$($1_SRCS) 415 # Now we have a list of all java files to compile: $$($1_SRCS)
412 416
413 # Create the corresponding smart javac wrapper command line. 417 # Create the corresponding smart javac wrapper command line.
414 $1_SJAVAC_ARGS:=$$(addprefix -x ,$$(addsuffix .*,$$(subst /,.,$$($1_EXCLUDES)))) \ 418 $1_SJAVAC_ARGS:=$$(addprefix -x ,$$(addsuffix .*,$$(subst /,.,$$($1_EXCLUDES)))) \
415 $$(addprefix -i ,$$(addsuffix .*,$$(subst /,.,$$($1_INCLUDES)))) \ 419 $$(addprefix -i ,$$(addsuffix .*,$$(subst /,.,$$($1_INCLUDES)))) \
416 $$(addprefix -xf *,$$(strip $$($1_EXCLUDE_FILES))) \ 420 $$(addprefix -xf *,$$(strip $$($1_EXCLUDE_FILES))) \
417 $$(addprefix -if *,$$(strip $$($1_INCLUDE_FILES))) \ 421 $$(addprefix -if *,$$(strip $$($1_INCLUDE_FILES))) \
418 -src "$$(subst $$(SPACE),$$(PATH_SEP),$$(strip $$($1_SRC)))" 422 -src "$$(subst $$(SPACE),$$(PATH_SEP),$$(strip $$($1_SRC)))"
419 423
420 # Prepend the source/bin path to the filter expressions. 424 # Prepend the source/bin path to the filter expressions.
421 ifneq ($$($1_INCLUDES),) 425 ifneq ($$($1_INCLUDES),)
422 $1_SRC_INCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_INCLUDES)))) 426 $1_SRC_INCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_INCLUDES))))
423 $1_SRCS := $$(filter $$($1_SRC_INCLUDES),$$($1_SRCS)) 427 $1_SRCS := $$(filter $$($1_SRC_INCLUDES),$$($1_SRCS))
424 endif 428 endif
425 ifneq ($$($1_EXCLUDES),) 429 ifneq ($$($1_EXCLUDES),)
426 $1_SRC_EXCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_EXCLUDES)))) 430 $1_SRC_EXCLUDES := $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$(addsuffix /%,$$($1_EXCLUDES))))
427 $1_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_SRCS)) 431 $1_SRCS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_SRCS))
428 endif 432 endif
429 433
430 # Find all files to be copied from source to bin. 434 # Find all files to be copied from source to bin.
431 ifneq (,$$($1_COPY)) 435 ifneq (,$$($1_COPY))
432 # Search for all files to be copied. 436 # Search for all files to be copied.
433 $1_ALL_COPIES := $$(filter $$(addprefix %,$$($1_COPY)),$$($1_ALL_SRCS)) 437 $1_ALL_COPIES := $$(filter $$(addprefix %,$$($1_COPY)),$$($1_ALL_SRCS))
434 # Copy these explicitly 438 # Copy these explicitly
435 $1_ALL_COPIES += $$($1_COPY_FILES) 439 $1_ALL_COPIES += $$($1_COPY_FILES)
436 # Copy must also respect filters. 440 # Copy must also respect filters.
437 ifneq (,$$($1_INCLUDES)) 441 ifneq (,$$($1_INCLUDES))
438 $1_ALL_COPIES := $$(filter $$($1_SRC_INCLUDES),$$($1_ALL_COPIES)) 442 $1_ALL_COPIES := $$(filter $$($1_SRC_INCLUDES),$$($1_ALL_COPIES))
439 endif 443 endif
440 ifneq (,$$($1_EXCLUDES)) 444 ifneq (,$$($1_EXCLUDES))
441 $1_ALL_COPIES := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_COPIES)) 445 $1_ALL_COPIES := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_COPIES))
442 endif 446 endif
443 ifneq (,$$($1_EXCLUDE_FILES)) 447 ifneq (,$$($1_EXCLUDE_FILES))
444 $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$($1_ALL_COPIES)) 448 $1_ALL_COPIES := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$($1_ALL_COPIES))
445 endif 449 endif
446 # All files below META-INF are always copied. 450 # All files below META-INF are always copied.
447 $1_ALL_COPIES += $$(filter $$(addsuffix /META-INF%,$$($1_SRC)),$$($1_ALL_SRCS)) 451 $1_ALL_COPIES += $$(filter $$(addsuffix /META-INF%,$$($1_SRC)),$$($1_ALL_SRCS))
448 ifneq (,$$($1_ALL_COPIES)) 452 ifneq (,$$($1_ALL_COPIES))
449 # Yep, there are files to be copied! 453 # Yep, there are files to be copied!
450 $1_ALL_COPY_TARGETS:= 454 $1_ALL_COPY_TARGETS:=
451 $$(foreach i,$$($1_ALL_COPIES),$$(eval $$(call add_file_to_copy,$1,$$i))) 455 $$(foreach i,$$($1_ALL_COPIES),$$(eval $$(call add_file_to_copy,$1,$$i)))
452 # Now we can depend on $$($1_ALL_COPY_TARGETS) to copy all files! 456 # Now we can depend on $$($1_ALL_COPY_TARGETS) to copy all files!
453 endif 457 endif
454 endif 458 endif
455 459
456 # Find all property files to be copied and cleaned from source to bin. 460 # Find all property files to be copied and cleaned from source to bin.
457 ifneq (,$$($1_CLEAN)) 461 ifneq (,$$($1_CLEAN))
458 # Search for all files to be copied. 462 # Search for all files to be copied.
459 $1_ALL_CLEANS := $$(filter $$(addprefix %,$$($1_CLEAN)),$$($1_ALL_SRCS)) 463 $1_ALL_CLEANS := $$(filter $$(addprefix %,$$($1_CLEAN)),$$($1_ALL_SRCS))
460 # Copy and clean must also respect filters. 464 # Copy and clean must also respect filters.
461 ifneq (,$$($1_INCLUDES)) 465 ifneq (,$$($1_INCLUDES))
462 $1_ALL_CLEANS := $$(filter $$($1_SRC_INCLUDES),$$($1_ALL_CLEANS)) 466 $1_ALL_CLEANS := $$(filter $$($1_SRC_INCLUDES),$$($1_ALL_CLEANS))
463 endif 467 endif
464 ifneq (,$$($1_EXCLUDES)) 468 ifneq (,$$($1_EXCLUDES))
465 $1_ALL_CLEANS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_CLEANS)) 469 $1_ALL_CLEANS := $$(filter-out $$($1_SRC_EXCLUDES),$$($1_ALL_CLEANS))
466 endif 470 endif
467 ifneq (,$$($1_EXCLUDE_FILES)) 471 ifneq (,$$($1_EXCLUDE_FILES))
468 $1_ALL_CLEANS := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$($1_ALL_CLEANS)) 472 $1_ALL_CLEANS := $$(filter-out $$($1_EXCLUDE_FILES_PATTERN),$$($1_ALL_CLEANS))
469 endif 473 endif
470 ifneq (,$$($1_ALL_CLEANS)) 474 ifneq (,$$($1_ALL_CLEANS))
471 # Yep, there are files to be copied and cleaned! 475 # Yep, there are files to be copied and cleaned!
472 $1_ALL_COPY_CLEAN_TARGETS:= 476 $1_ALL_COPY_CLEAN_TARGETS:=
473 $$(foreach i,$$($1_ALL_CLEANS),$$(eval $$(call add_file_to_copy_and_clean,$1,$$i))) 477 $$(foreach i,$$($1_ALL_CLEANS),$$(eval $$(call add_file_to_copy_and_clean,$1,$$i)))
474 # Now we can depend on $$($1_ALL_COPY_CLEAN_TARGETS) to copy all files! 478 # Now we can depend on $$($1_ALL_COPY_CLEAN_TARGETS) to copy all files!
475 endif 479 endif
476 endif 480 endif
477 481
478 # Prep the source paths. 482 # Prep the source paths.
479 ifneq ($$($1_JAVAC_SOURCE_PATH_UGLY_OVERRIDE),) 483 ifneq ($$($1_JAVAC_SOURCE_PATH_OVERRIDE),)
480 $$(eval $$(call replace_space_with_pathsep,$1_SRCROOTSC,$$($1_JAVAC_SOURCE_PATH_UGLY_OVERRIDE))) 484 $$(eval $$(call replace_space_with_pathsep,$1_SRCROOTSC,$$($1_JAVAC_SOURCE_PATH_OVERRIDE)))
481 else 485 else
482 $$(eval $$(call replace_space_with_pathsep,$1_SRCROOTSC,$$($1_SRC))) 486 $$(eval $$(call replace_space_with_pathsep,$1_SRCROOTSC,$$($1_SRC)))
483 endif 487 endif
484 488
485 # Create a sed expression to remove the source roots and to replace / with . 489 # Create a sed expression to remove the source roots and to replace / with .
486 # and remove .java at the end. 490 # and remove .java at the end.
487 $1_REWRITE_INTO_CLASSES:=$$(foreach i,$$($1_SRC),-e 's|$$i/||g') -e 's|/|.|g' -e 's|.java$$$$||g' 491 $1_REWRITE_INTO_CLASSES:=$$(foreach i,$$($1_SRC),-e 's|$$i/||g') -e 's|/|.|g' -e 's|.java$$$$||g'
488 492
489 ifeq ($$($1_DISABLE_SJAVAC)x$$(ENABLE_SJAVAC),xyes) 493 ifeq ($$($1_DISABLE_SJAVAC)x$$(ENABLE_SJAVAC),xyes)
490 ifneq (,$$($1_HEADERS)) 494 ifneq (,$$($1_HEADERS))
491 $1_HEADERS_ARG := -h $$($1_HEADERS) 495 $1_HEADERS_ARG := -h $$($1_HEADERS)
492 endif 496 endif
493 497
494 # Using sjavac to compile. 498 # Using sjavac to compile.
495 $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/javac_state 499 $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/javac_state
496 500
497 # Create SJAVAC variable form JAVAC variable. Expects $1_JAVAC to be 501 # Create SJAVAC variable form JAVAC variable. Expects $1_JAVAC to be
498 # "bootclasspathprepend -cp .../javac.jar com.sun.tools.javac.Main" 502 # "bootclasspathprepend -cp .../javac.jar com.sun.tools.javac.Main"
499 # and javac is simply replaced with sjavac. 503 # and javac is simply replaced with sjavac.
500 $1_SJAVAC:=$$(subst com.sun.tools.javac.Main,com.sun.tools.sjavac.Main,$$($1_JAVAC)) 504 $1_SJAVAC:=$$(subst com.sun.tools.javac.Main,com.sun.tools.sjavac.Main,$$($1_JAVAC))
501 505
502 # Set the $1_REMOTE to spawn a background javac server. 506 # Set the $1_REMOTE to spawn a background javac server.
503 $1_REMOTE:=--server:portfile=$$($1_SJAVAC_PORTFILE),id=$1,sjavac=$$(subst $$(SPACE),%20,$$(subst $$(COMMA),%2C,$$(strip $$($1_SERVER_JVM) $$($1_SJAVAC)))) 507 $1_REMOTE:=--server:portfile=$$($1_SJAVAC_PORTFILE),id=$1,sjavac=$$(subst $$(SPACE),%20,$$(subst $$(COMMA),%2C,$$(strip $$($1_SERVER_JVM) $$($1_SJAVAC))))
504 508
505 $$($1_BIN)/javac_state: $$($1_SRCS) $$($1_DEPENDS) 509 $$($1_BIN)/javac_state: $$($1_SRCS) $$($1_DEPENDS)
506 $(MKDIR) -p $$(@D) 510 $(MKDIR) -p $$(@D)
507 $$(call ListPathsSafely,$1_SRCS,\n, >> $$($1_BIN)/_the.batch.tmp) 511 $$(call ListPathsSafely,$1_SRCS,\n, >> $$($1_BIN)/_the.$1_batch.tmp)
508 $(ECHO) Compiling $1 512 $(ECHO) Compiling $1
509 ($$($1_JVM) $$($1_SJAVAC) \ 513 ($$($1_JVM) $$($1_SJAVAC) \
510 $$($1_REMOTE) \ 514 $$($1_REMOTE) \
511 -j $(JOBS) \ 515 -j $(JOBS) \
512 --permit-unidentified-artifacts \ 516 --permit-unidentified-artifacts \
513 --permit-sources-without-package \ 517 --permit-sources-without-package \
514 --compare-found-sources $$($1_BIN)/_the.batch.tmp \ 518 --compare-found-sources $$($1_BIN)/_the.$1_batch.tmp \
515 --log=$(LOG_LEVEL) \ 519 --log=$(LOG_LEVEL) \
516 $$($1_SJAVAC_ARGS) \ 520 $$($1_SJAVAC_ARGS) \
517 $$($1_FLAGS) \ 521 $$($1_FLAGS) \
518 $$($1_HEADERS_ARG) \ 522 $$($1_HEADERS_ARG) \
519 -d $$($1_BIN) && \ 523 -d $$($1_BIN) && \
520 $(MV) $$($1_BIN)/_the.batch.tmp $$($1_BIN)/_the.batch) 524 $(MV) $$($1_BIN)/_the.$1_batch.tmp $$($1_BIN)/_the.$1_batch)
521 else 525 else
522 # Using plain javac to batch compile everything. 526 # Using plain javac to batch compile everything.
523 $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.batch 527 $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.$1_batch
524 528
525 # When buliding in batch, put headers in a temp dir to filter out those that actually 529 # When building in batch, put headers in a temp dir to filter out those that actually
526 # changed before copying them to the real header dir. 530 # changed before copying them to the real header dir.
527 ifneq (,$$($1_HEADERS)) 531 ifneq (,$$($1_HEADERS))
528 $1_HEADERS_ARG := -h $$($1_HEADERS).tmp 532 $1_HEADERS_ARG := -h $$($1_HEADERS).tmp
529 533
530 $$($1_HEADERS)/_the.headers: $$($1_BIN)/_the.batch 534 $$($1_HEADERS)/_the.$1_headers: $$($1_BIN)/_the.$1_batch
531 $(MKDIR) -p $$(@D) 535 $(MKDIR) -p $$(@D)
532 for f in `ls $$($1_HEADERS).tmp`; do \ 536 for f in `ls $$($1_HEADERS).tmp`; do \
533 if [ ! -f "$$($1_HEADERS)/$$$$f" ] || [ "`$(DIFF) $$($1_HEADERS)/$$$$f $$($1_HEADERS).tmp/$$$$f`" != "" ]; then \ 537 if [ ! -f "$$($1_HEADERS)/$$$$f" ] || [ "`$(DIFF) $$($1_HEADERS)/$$$$f $$($1_HEADERS).tmp/$$$$f`" != "" ]; then \
534 $(CP) -f $$($1_HEADERS).tmp/$$$$f $$($1_HEADERS)/$$$$f; \ 538 $(CP) -f $$($1_HEADERS).tmp/$$$$f $$($1_HEADERS)/$$$$f; \
535 fi; \ 539 fi; \
536 done 540 done
537 $(RM) -r $$($1_HEADERS).tmp 541 $(RM) -r $$($1_HEADERS).tmp
538 $(TOUCH) $$@ 542 $(TOUCH) $$@
539 543
540 $1 += $$($1_HEADERS)/_the.headers 544 $1 += $$($1_HEADERS)/_the.$1_headers
541 endif 545 endif
542 546
543 # When not using sjavac, pass along all sources to javac using an @file. 547 # When not using sjavac, pass along all sources to javac using an @file.
544 $$($1_BIN)/_the.batch: $$($1_SRCS) $$($1_DEPENDS) 548 $$($1_BIN)/_the.$1_batch: $$($1_SRCS) $$($1_DEPENDS)
545 $(MKDIR) -p $$(@D) 549 $(MKDIR) -p $$(@D)
546 $(RM) $$($1_BIN)/_the.batch $$($1_BIN)/_the.batch.tmp 550 $(RM) $$($1_BIN)/_the.$1_batch $$($1_BIN)/_the.$1_batch.tmp
547 $$(call ListPathsSafely,$1_SRCS,\n, >> $$($1_BIN)/_the.batch.tmp) 551 $$(call ListPathsSafely,$1_SRCS,\n, >> $$($1_BIN)/_the.$1_batch.tmp)
548 $(ECHO) Compiling `$(WC) $$($1_BIN)/_the.batch.tmp | $(TR) -s ' ' | $(CUT) -f 2 -d ' '` files for $1 552 $(ECHO) Compiling `$(WC) $$($1_BIN)/_the.$1_batch.tmp | $(TR) -s ' ' | $(CUT) -f 2 -d ' '` files for $1
549 ($$($1_JVM) $$($1_JAVAC) $$($1_FLAGS) \ 553 ($$($1_JVM) $$($1_JAVAC) $$($1_FLAGS) \
550 -implicit:none -sourcepath "$$($1_SRCROOTSC)" \ 554 -implicit:none -sourcepath "$$($1_SRCROOTSC)" \
551 -d $$($1_BIN) $$($1_HEADERS_ARG) @$$($1_BIN)/_the.batch.tmp && \ 555 -d $$($1_BIN) $$($1_HEADERS_ARG) @$$($1_BIN)/_the.$1_batch.tmp && \
552 $(MV) $$($1_BIN)/_the.batch.tmp $$($1_BIN)/_the.batch) 556 $(MV) $$($1_BIN)/_the.$1_batch.tmp $$($1_BIN)/_the.$1_batch)
553 557
554 endif 558 endif
555 559
556 # Check if a jar file was specified, then setup the rules for the jar. 560 # Check if a jar file was specified, then setup the rules for the jar.
557 ifneq (,$$($1_JAR)) 561 ifneq (,$$($1_JAR))
558 # If no suffixes was explicitly set for this jar file. 562 # If no suffixes was explicitly set for this jar file.
559 # Use class and the cleaned/copied properties file suffixes as the default 563 # Use class and the cleaned/copied properties file suffixes as the default
560 # for the types of files to be put into the jar. 564 # for the types of files to be put into the jar.
561 ifeq (,$$($1_SUFFIXES)) 565 ifeq (,$$($1_SUFFIXES))
562 $1_SUFFIXES:=.class $$($1_CLEAN) $$($1_COPY) 566 $1_SUFFIXES:=.class $$($1_CLEAN) $$($1_COPY)
563 endif 567 endif
564 568
565 $$(eval $$(call SetupArchive,ARCHIVE_$1,$$($1),\ 569 $$(eval $$(call SetupArchive,ARCHIVE_$1,$$($1), \
566 SRCS:=$$($1_BIN),\ 570 SRCS:=$$($1_BIN), \
567 SUFFIXES:=$$($1_SUFFIXES),\ 571 SUFFIXES:=$$($1_SUFFIXES), \
568 EXCLUDE:=$$($1_EXCLUDES),\ 572 EXCLUDE:=$$($1_EXCLUDES), \
569 INCLUDES:=$$($1_INCLUDES),\ 573 INCLUDES:=$$($1_INCLUDES), \
570 EXTRA_FILES:=$$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS),\ 574 EXTRA_FILES:=$$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS), \
571 JAR:=$$($1_JAR),\ 575 JAR:=$$($1_JAR), \
572 JARMAIN:=$$($1_JARMAIN),\ 576 JARMAIN:=$$($1_JARMAIN), \
573 MANIFEST:=$$($1_MANIFEST),\ 577 MANIFEST:=$$($1_MANIFEST), \
574 EXTRA_MANIFEST_ATTR:=$$($1_EXTRA_MANIFEST_ATTR),\ 578 EXTRA_MANIFEST_ATTR:=$$($1_EXTRA_MANIFEST_ATTR), \
575 JARINDEX:=$$($1_JARINDEX),\ 579 JARINDEX:=$$($1_JARINDEX), \
576 HEADERS:=$$($1_HEADERS),\ 580 HEADERS:=$$($1_HEADERS), \
577 SETUP:=$$($1_SETUP))) 581 SETUP:=$$($1_SETUP)))
578 endif 582 endif
579 583
580 # Check if a srczip was specified, then setup the rules for the srczip. 584 # Check if a srczip was specified, then setup the rules for the srczip.
581 ifneq (,$$($1_SRCZIP)) 585 ifneq (,$$($1_SRCZIP))
582 $$(eval $$(call SetupZipArchive,ARCHIVE_$1,\ 586 $$(eval $$(call SetupZipArchive,ARCHIVE_$1, \
583 SRC:=$$($1_SRC),\ 587 SRC:=$$($1_SRC), \
584 ZIP:=$$($1_SRCZIP),\ 588 ZIP:=$$($1_SRCZIP), \
585 INCLUDES:=$$($1_INCLUDES),\ 589 INCLUDES:=$$($1_INCLUDES), \
586 EXCLUDES:=$$($1_EXCLUDES),\ 590 EXCLUDES:=$$($1_EXCLUDES), \
587 EXCLUDE_FILES:=$$($1_EXCLUDE_FILES))) 591 EXCLUDE_FILES:=$$($1_EXCLUDE_FILES)))
588 endif 592 endif
589 593
590 endef 594 endef

mercurial