Print this page


Split Close
Expand all
Collapse all
          --- old/make/sun/font/t2k/Makefile
          +++ new/make/sun/font/t2k/Makefile
↓ open down ↓ 91 lines elided ↑ open up ↑
  92   92  #
  93   93  # setup the list of libraries to link in...
  94   94  ifneq ($(PLATFORM), windows)
  95   95    OTHER_LDLIBS  +=  $(LIBM) $(LIBCXX) -lfontmanager
  96   96    ifeq ($(PLATFORM), linux)
  97   97      ifeq ("$(CC_VER_MAJOR)", "3")
  98   98        OTHER_LDLIBS  += -Wl,-Bstatic -lgcc_eh -Wl,-Bdynamic
  99   99      endif                           
 100  100    else
 101  101      ifeq ($(PLATFORM), solaris)
 102      -      OTHER_LDLIBS += -lawt -L$(LIBDIR)/$(LIBARCH)/xawt -lmawt
      102 +      OTHER_LDLIBS += -lawt -lawt_xawt
 103  103      endif
 104  104    endif
 105  105  endif
 106  106  
 107  107  
 108  108  # set up compile flags..
 109  109  
 110  110  CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR) \
 111  111              -I$(CLOSED_SRC)/share/native/$(PKGDIR)/t2k \
 112  112              -I$(CLOSED_SRC)/share/native/$(PKGDIR) \
 113  113              -I$(SHARE_SRC)/share/native/$(PKGDIR) \
 114  114              -I$(PLATFORM_SRC)/native/$(PKGDIR) \
 115  115              -I$(SHARE_SRC)/native/sun/java2d/loops \
 116  116              -I$(SHARE_SRC)/native/sun/java2d/pipe \
 117  117              -I$(PLATFORM_SRC)/native/sun/java2d \
 118  118              -I$(SHARE_SRC)/native/sun/java2d \
 119  119              -I$(TEMPDIR)/../fontmanager/CClassHeaders
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX