Changeset 234


Ignore:
Timestamp:
Jan 10, 2011, 1:56:01 PM (15 years ago)
Author:
dmik
Message:

jdk/make: We don't need a manual make.depend for GCC as we already generate .dep files.

Location:
trunk/openjdk/jdk/make/sun/awt
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/awt/Makefile

    r231 r234  
    129129      # If on Solaris 11 (or dlfcn.h has unknown_control_flow pragmas in it)
    130130      #   we trigger a SS11 bug that causes the compiler to crash (bug 6343678)
    131       #   Here we check to see if we need this workaround and change the opt 
     131      #   Here we check to see if we need this workaround and change the opt
    132132      #   settings for this one file.
    133133      USE_WORKAROUND:=$(shell $(GREP) unknown_control_flow /usr/include/dlfcn.h)
     
    157157
    158158# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SOLARIS/LINUX
    159 endif # PLATFORM 
     159endif # PLATFORM
    160160
    161161# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv SOLARIS-SPARC
     
    167167  INLINE_VIS = $(PLATFORM_SRC)/native/sun/awt/medialib/vis_$(ARCH_DATA_MODEL).il
    168168  CFLAGS_sparcv9 = -DMLIB_OS64BIT
    169  
     169
    170170  CFLAGS += $(CFLAGS_$(ARCH)) -DMLIB_ADD_SUFF $(INLINE_VIS) \
    171171            -I$(SHARE_SRC)/native/sun/awt/medialib \
     
    214214#
    215215# If make.depend is not working correctly, then it can be omitted
    216 # if you always build from a clean workspace. 
     216# if you always build from a clean workspace.
    217217
    218218include make.depend
     
    221221
    222222# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
    223 endif # PLATFORM
    224 
    225 ifeq ($(PLATFORM), os2)
    226 # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv OS/2
    227 #
    228 # Additional dependencies.
    229 #
    230 # If make.depend is not working correctly, then it can be omitted
    231 # if you always build from a clean workspace.
    232 
    233 include make.depend.gmk
    234 
    235 # required additional rules:
    236 
    237 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OS/2
    238223endif # PLATFORM
    239224
     
    250235
    251236ifndef OPENJDK
    252 clobber clean:: dgalib.clean 
     237clobber clean:: dgalib.clean
    253238endif
    254239
     
    313298clean:: awt.clean
    314299
    315 awt.clean: 
    316         $(RM) $(TEMPDIR)/awt.ico 
    317         $(RM) $(TEMPDIR)/awt.res 
    318         $(RM) $(TEMPDIR)/hand.cur 
     300awt.clean:
     301        $(RM) $(TEMPDIR)/awt.ico
     302        $(RM) $(TEMPDIR)/awt.res
     303        $(RM) $(TEMPDIR)/hand.cur
    319304        $(RM) $(TEMPDIR)/check.bmp
    320305# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WINDOWS
     
    334319clean:: awt.clean
    335320
    336 awt.clean: 
    337         $(RM) $(TEMPDIR)/awt.ico 
    338         $(RM) $(TEMPDIR)/awt.res 
    339         $(RM) $(TEMPDIR)/hand.cur 
     321awt.clean:
     322        $(RM) $(TEMPDIR)/awt.ico
     323        $(RM) $(TEMPDIR)/awt.res
     324        $(RM) $(TEMPDIR)/hand.cur
    340325        $(RM) $(TEMPDIR)/check.bmp
    341326# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OS/2
     
    435420_FONTCONFIGS = \
    436421        fontconfig.properties \
    437         fontconfig.98.properties 
     422        fontconfig.98.properties
    438423
    439424FONTCONFIGS_SRC_PREFIX =
     
    544529
    545530# FIXME: awt shouldn't have to see the VM's private headers.
    546 # FIXME: if you re-order this list, the build breaks, possibly because 
     531# FIXME: if you re-order this list, the build breaks, possibly because
    547532#        of filename collision. Such a collision, if present, is pure
    548533#        evil. Need to investigate this.
     
    598583
    599584# FIXME: awt shouldn't have to see the VM's private headers.
    600 # FIXME: if you re-order this list, the build breaks, possibly because 
     585# FIXME: if you re-order this list, the build breaks, possibly because
    601586#        of filename collision. Such a collision, if present, is pure
    602587#        evil. Need to investigate this.
     
    652637            -I$(OPENWIN_HOME)/include \
    653638            -I$(OPENWIN_HOME)/include/X11/extensions \
    654             -I$(PLATFORM_SRC)/native/$(PKGDIR)/font 
     639            -I$(PLATFORM_SRC)/native/$(PKGDIR)/font
    655640endif
    656641CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/debug \
Note: See TracChangeset for help on using the changeset viewer.