jdk/make/sun/font/Makefile
changeset 8583 15dea0fdc2ea
parent 7668 d4a77089c587
child 9035 1255eb81cc2f
equal deleted inserted replaced
8471:fd444c61e7ed 8583:15dea0fdc2ea
    26 #
    26 #
    27 # Makefile for building all of font tools
    27 # Makefile for building all of font tools
    28 #
    28 #
    29 
    29 
    30 BUILDDIR = ../..
    30 BUILDDIR = ../..
    31 MODULE  = font
       
    32 PACKAGE = sun.font
    31 PACKAGE = sun.font
    33 LIBRARY = fontmanager
    32 LIBRARY = fontmanager
    34 PRODUCT = sun
    33 PRODUCT = sun
    35 
    34 
    36 # Indicate we want the C++ compiler to do the linking.
    35 # Indicate we want the C++ compiler to do the linking.
   134 
   133 
   135 library:: $(FREETYPE_LIB)
   134 library:: $(FREETYPE_LIB)
   136 
   135 
   137 $(FREETYPE_LIB):
   136 $(FREETYPE_LIB):
   138 	$(CP) $(FREETYPE_LIB_PATH)/$(LIB_PREFIX)freetype.$(LIBRARY_SUFFIX) $@
   137 	$(CP) $(FREETYPE_LIB_PATH)/$(LIB_PREFIX)freetype.$(LIBRARY_SUFFIX) $@
   139 	$(install-module-file)
       
   140 endif
   138 endif
   141 
   139 
   142 #ifeq ($(PLATFORM), solaris)
   140 #ifeq ($(PLATFORM), solaris)
   143 #  FILES_reorder += reorder-$(ARCH)
   141 #  FILES_reorder += reorder-$(ARCH)
   144 #endif
   142 #endif