make/common/JavaCompilation.gmk
changeset 33437 1cf150337073
parent 33055 3676b99f33cf
child 33438 35cd6a1619df
equal deleted inserted replaced
33436:c6d79360ecff 33437:1cf150337073
   684     $1 += $$($1_JAR)
   684     $1 += $$($1_JAR)
   685   endif
   685   endif
   686 
   686 
   687   # Check if a srczip was specified, then setup the rules for the srczip.
   687   # Check if a srczip was specified, then setup the rules for the srczip.
   688   ifneq (,$$($1_SRCZIP))
   688   ifneq (,$$($1_SRCZIP))
   689     $$(eval $$(call SetupZipArchive,ARCHIVE_$1, \
   689     $$(eval $$(call SetupZipArchive, ZIP_ARCHIVE_$1, \
   690         SRC:=$$($1_SRC), \
   690         SRC:=$$($1_SRC), \
   691         ZIP:=$$($1_SRCZIP), \
   691         ZIP:=$$($1_SRCZIP), \
   692         INCLUDES:=$$($1_INCLUDES), \
   692         INCLUDES:=$$($1_INCLUDES), \
   693         EXCLUDES:=$$($1_EXCLUDES), \
   693         EXCLUDES:=$$($1_EXCLUDES), \
   694         EXCLUDE_FILES:=$$($1_EXCLUDE_FILES)))
   694         EXCLUDE_FILES:=$$($1_EXCLUDE_FILES)))