jdk/make/sun/security/ec/Makefile
changeset 17491 7a33824ec8c5
parent 14316 f7665c887b97
equal deleted inserted replaced
17467:374c1cceefff 17491:7a33824ec8c5
   123 # Java files
   123 # Java files
   124 #
   124 #
   125 AUTO_FILES_JAVA_DIRS = $(PKGDIR)
   125 AUTO_FILES_JAVA_DIRS = $(PKGDIR)
   126 
   126 
   127 #
   127 #
   128 # Exclude the sources that get built by ../other/Makefile
       
   129 #
       
   130 AUTO_JAVA_PRUNE = \
       
   131     ECParameters.java \
       
   132     ECPrivateKeyImpl.java \
       
   133     ECPublicKeyImpl.java \
       
   134     NamedCurve.java
       
   135 
       
   136 #
       
   137 # Some licensees do not get the native ECC sources, but we still need to
   128 # Some licensees do not get the native ECC sources, but we still need to
   138 # be able to build "all" for them.  Check here to see if the sources are
   129 # be able to build "all" for them.  Check here to see if the sources are
   139 # available.  If not, then skip them.
   130 # available.  If not, then skip them.
   140 #
   131 #
   141 
   132