jdk/make/sun/nio/Makefile
changeset 4115 e09be02771b6
parent 3052 5c9886498f31
child 4341 2af5eacd4b24
equal deleted inserted replaced
4113:e2d47cad2647 4115:e09be02771b6
    41 #
    41 #
    42 # Files
    42 # Files
    43 #
    43 #
    44 include FILES_java.gmk
    44 include FILES_java.gmk
    45 AUTO_FILES_JAVA_DIRS = sun/nio/cs/ext
    45 AUTO_FILES_JAVA_DIRS = sun/nio/cs/ext
    46 
       
    47 # Exclude a few sources on windows
       
    48 ifeq ($(PLATFORM), windows)
       
    49   AUTO_JAVA_PRUNE = sun/nio/cs/ext/COMPOUND_TEXT.java         \
       
    50                     sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java \
       
    51                     sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java \
       
    52                     sun/nio/cs/ext/CompoundTextSupport.java
       
    53 endif # PLATFORM
       
    54 
    46 
    55 # For Cygwin, command line arguments that are paths must be converted to
    47 # For Cygwin, command line arguments that are paths must be converted to
    56 # windows style paths. These paths cannot be used as targets, however, because 
    48 # windows style paths. These paths cannot be used as targets, however, because 
    57 # the ":" in them  will interfere with GNU Make rules, generating "multiple
    49 # the ":" in them  will interfere with GNU Make rules, generating "multiple
    58 # target pattern" errors.
    50 # target pattern" errors.