open-src/font/Makefile.inc
changeset 606 068c11b419c9
parent 561 3c2df35483af
child 837 ee480af8e87c
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile.inc	1.7	08/10/06
    31 # @(#)Makefile.inc	1.8	09/01/14
    32 #
    32 #
    33 
    33 
    34 ### Makefile settings/rules common to all X.Org font modules
    34 ### Makefile settings/rules common to all X.Org font modules
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    60 MODTYPE_CONFIG_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
    60 MODTYPE_CONFIG_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
    61 	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)"
    61 	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)"
    62 
    62 
    63 # Environment variable options needed when building
    63 # Environment variable options needed when building
    64 MODTYPE_BUILD_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
    64 MODTYPE_BUILD_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
    65 	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)" \
    65 	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)"
    66 	PROTODIR="$(PROTODIR)"
       
    67 
    66 
    68 ### Include common rulesets
    67 ### Include common rulesets
    69 include $(TOP)/common/Makefile.inc
    68 include $(TOP)/common/Makefile.inc
    70 
    69