jdk/make/java/net/Makefile
changeset 6525 56be41b86ef8
parent 5780 3f7be5f312ae
child 7668 d4a77089c587
equal deleted inserted replaced
6521:3b995fa42e90 6525:56be41b86ef8
    42     ifeq ($(ARCH_DATA_MODEL), 32)
    42     ifeq ($(ARCH_DATA_MODEL), 32)
    43 	FILES_c += NetworkInterface_win9x.c
    43 	FILES_c += NetworkInterface_win9x.c
    44     endif
    44     endif
    45     FILES_c += NTLMAuthSequence.c
    45     FILES_c += NTLMAuthSequence.c
    46     FILES_c += NetworkInterface_winXP.c
    46     FILES_c += NetworkInterface_winXP.c
       
    47 else
       
    48     FILES_c += SdpSupport.c
    47 endif
    49 endif
    48 
    50 
    49 FILES_export = \
    51 FILES_export = \
    50     java/net/Socket.java \
    52     java/net/Socket.java \
    51     java/net/SocketOptions.java \
    53     java/net/SocketOptions.java \
    82 endif
    84 endif
    83 
    85 
    84 #
    86 #
    85 # Find platform specific native code
    87 # Find platform specific native code
    86 #
    88 #
    87 vpath %.c $(PLATFORM_SRC)/native/sun/net/dns $(PLATFORM_SRC)/native/sun/net/www/protocol/http/ntlm $(PLATFORM_SRC)/native/sun/net/spi
    89 vpath %.c $(PLATFORM_SRC)/native/sun/net/dns $(PLATFORM_SRC)/native/sun/net/www/protocol/http/ntlm \
       
    90     $(PLATFORM_SRC)/native/sun/net/sdp $(PLATFORM_SRC)/native/sun/net/spi
    88 
    91 
    89 #
    92 #
    90 # Include rules
    93 # Include rules
    91 #
    94 #
    92 include $(BUILDDIR)/common/Mapfile-vers.gmk
    95 include $(BUILDDIR)/common/Mapfile-vers.gmk