make/com/sun/nio/sctp/Makefile

Print this page

        

*** 45,62 **** include $(BUILDDIR)/common/Library.gmk # # Find platform-specific C source files # ! vpath %.c $(PLATFORM_SRC)/native/sun/nio/ch # # Include nio.h, net_util.h, sun_nio_ch_IOStatus.h, etc # OTHER_INCLUDES += \ -I$(SHARE_SRC)/native/sun/nio/ch \ -I$(SHARE_SRC)/native/java/net \ -I$(PLATFORM_SRC)/native/java/net \ -I$(CLASSHDRDIR)/../../../../java/java.nio/nio/CClassHeaders ifeq ($(PLATFORM), linux) COMPILER_WARNINGS_FATAL=true --- 45,64 ---- include $(BUILDDIR)/common/Library.gmk # # Find platform-specific C source files # ! vpath %.c $(PLATFORM_SRC)/native/sun/nio/ch/sctp # # Include nio.h, net_util.h, sun_nio_ch_IOStatus.h, etc # OTHER_INCLUDES += \ -I$(SHARE_SRC)/native/sun/nio/ch \ + -I$(SHARE_SRC)/native/sun/nio/ch/sctp \ -I$(SHARE_SRC)/native/java/net \ + -I$(PLATFORM_SRC)/native/sun/nio/ch \ -I$(PLATFORM_SRC)/native/java/net \ -I$(CLASSHDRDIR)/../../../../java/java.nio/nio/CClassHeaders ifeq ($(PLATFORM), linux) COMPILER_WARNINGS_FATAL=true
*** 73,79 **** endif # ifneq windows clean clobber:: $(RM) -r $(CLASSDESTDIR)/com/sun/nio/sctp ! $(RM) -r $(CLASSDESTDIR)/sun/nio/ch --- 75,81 ---- endif # ifneq windows clean clobber:: $(RM) -r $(CLASSDESTDIR)/com/sun/nio/sctp ! $(RM) -r $(CLASSDESTDIR)/sun/nio/ch/sctp