jdk/make/sun/awt/Makefile

Print this page




 547 
 548 ifeq ($(MILESTONE), internal)
 549   CPPFLAGS += -DINTERNAL_BUILD
 550 endif
 551 
 552 #
 553 # Useful variables that name parts of the src tree.
 554 #
 555 WINAWT_native        = $(PLATFORM_SRC)/native/sun/windows
 556 WINAWT_COMMON_native = $(PLATFORM_SRC)/native/sun/awt_common
 557 
 558 # FIXME: awt shouldn't have to see the VM's private headers.
 559 # FIXME: if you re-order this list, the build breaks, possibly because 
 560 #        of filename collision. Such a collision, if present, is pure
 561 #        evil. Need to investigate this.
 562 
 563 OTHER_INCLUDES += -I$(CLASSHDRDIR)/../../java/jvm \
 564         -I$(OBJDIR) \
 565         -I$(SHARE_SRC)/native/common \
 566         -I$(WINAWT_native) \
 567         -I$(DXSDK_INCLUDE_PATH) \
 568         -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
 569         -I$(SHARE_SRC)/native/sun/awt/image \
 570         -I$(SHARE_SRC)/native/sun/java2d/loops \
 571         -I$(SHARE_SRC)/native/sun/java2d \
 572         -I$(PLATFORM_SRC)/native/sun/java2d \
 573         -I$(SHARE_SRC)/native/sun/java2d/opengl \
 574         -I$(PLATFORM_SRC)/native/sun/java2d/d3d \
 575         -I$(PLATFORM_SRC)/native/sun/java2d/opengl \
 576         -I$(PLATFORM_SRC)/native/sun/java2d/windows \
 577         -I$(SHARE_SRC)/native/sun/font \
 578         -I$(SHARE_SRC)/native/sun/java2d/pipe \
 579         -I$(SHARE_SRC)/native/sun/dc/path \
 580         -I$(SHARE_SRC)/native/sun/dc/doe \
 581         -I$(SHARE_SRC)/native/sun/awt/debug \
 582         -I$(PLATFORM_SRC)/native/sun/awt
 583 #       -I$(WINAWT_COMMON_native)
 584 
 585 # this is only required for compiling )/native/sun/awt/medialib/*.c files
 586 #
 587 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib




 547 
 548 ifeq ($(MILESTONE), internal)
 549   CPPFLAGS += -DINTERNAL_BUILD
 550 endif
 551 
 552 #
 553 # Useful variables that name parts of the src tree.
 554 #
 555 WINAWT_native        = $(PLATFORM_SRC)/native/sun/windows
 556 WINAWT_COMMON_native = $(PLATFORM_SRC)/native/sun/awt_common
 557 
 558 # FIXME: awt shouldn't have to see the VM's private headers.
 559 # FIXME: if you re-order this list, the build breaks, possibly because 
 560 #        of filename collision. Such a collision, if present, is pure
 561 #        evil. Need to investigate this.
 562 
 563 OTHER_INCLUDES += -I$(CLASSHDRDIR)/../../java/jvm \
 564         -I$(OBJDIR) \
 565         -I$(SHARE_SRC)/native/common \
 566         -I$(WINAWT_native) \

 567         -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
 568         -I$(SHARE_SRC)/native/sun/awt/image \
 569         -I$(SHARE_SRC)/native/sun/java2d/loops \
 570         -I$(SHARE_SRC)/native/sun/java2d \
 571         -I$(PLATFORM_SRC)/native/sun/java2d \
 572         -I$(SHARE_SRC)/native/sun/java2d/opengl \
 573         -I$(PLATFORM_SRC)/native/sun/java2d/d3d \
 574         -I$(PLATFORM_SRC)/native/sun/java2d/opengl \
 575         -I$(PLATFORM_SRC)/native/sun/java2d/windows \
 576         -I$(SHARE_SRC)/native/sun/font \
 577         -I$(SHARE_SRC)/native/sun/java2d/pipe \
 578         -I$(SHARE_SRC)/native/sun/dc/path \
 579         -I$(SHARE_SRC)/native/sun/dc/doe \
 580         -I$(SHARE_SRC)/native/sun/awt/debug \
 581         -I$(PLATFORM_SRC)/native/sun/awt
 582 #       -I$(WINAWT_COMMON_native)
 583 
 584 # this is only required for compiling )/native/sun/awt/medialib/*.c files
 585 #
 586 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib