jdk/make/sun/security/Makefile
changeset 3856 47b5ce137a2b
parent 3492 e549cea58864
child 4917 c98da2209f8c
equal deleted inserted replaced
3855:653df3a7256d 3856:47b5ce137a2b
    58   ifneq ($(ARCH_DATA_MODEL), 64)
    58   ifneq ($(ARCH_DATA_MODEL), 64)
    59     MSCAPI = mscapi
    59     MSCAPI = mscapi
    60   endif
    60   endif
    61 endif
    61 endif
    62 
    62 
    63 SUBDIRS = ec other action util tools jgss krb5 smartcardio $(PKCS11) \
    63 # Build in-tree elliptic curve crypto provider only when
    64           $(JGSS_WRAPPER) $(MSCAPI)
    64 # DISABLE_INTREE_EC is not set
       
    65 INTREE_EC = ec
       
    66 ifdef DISABLE_INTREE_EC
       
    67   INTREE_EC =
       
    68 endif
       
    69 
       
    70 SUBDIRS = $(INTREE_EC) other action util tools jgss krb5 smartcardio \
       
    71 	  $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI)
    65 
    72 
    66 all build clean clobber::
    73 all build clean clobber::
    67 	$(SUBDIRS-loop)
    74 	$(SUBDIRS-loop)
    68 
    75 
    69 clean::
    76 clean::