jdk/make/javax/crypto/Makefile
changeset 14006 f3680f57ce55
parent 10336 0bb1999251f8
child 14342 8435a30053c1
equal deleted inserted replaced
14005:b2531e8d8b8b 14006:f3680f57ce55
   156 # be able to build "all" for them.  Check here to see if the sources were
   156 # be able to build "all" for them.  Check here to see if the sources were
   157 # available.  If not, then we don't need to continue this rule.
   157 # available.  If not, then we don't need to continue this rule.
   158 #
   158 #
   159 
   159 
   160 ifdef OPENJDK
   160 ifdef OPENJDK
   161 all: build-jar install-jar build-policy install-limited
   161 ifdef UNLIMITED_CRYPTO
       
   162 POLICY = install-unlimited
       
   163 else
       
   164 POLICY = install-limited
       
   165 endif
       
   166 all: build-jar install-jar build-policy $(POLICY)
   162 else  # OPENJDK
   167 else  # OPENJDK
   163 ifeq ($(strip $(FILES_java)),)
   168 ifeq ($(strip $(FILES_java)),)
   164 all:
   169 all:
   165 	$(no-source-warning)
   170 	$(no-source-warning)
   166 else  # FILES_java/policy files available
   171 else  # FILES_java/policy files available