open-src/font/Makefile
changeset 306 008074c76022
parent 253 88e5aa1fb5f9
child 372 010a9497c63b
equal deleted inserted replaced
305:51550e22e75c 306:008074c76022
     1 # Makefile for X Consolidation Open Source font modules
     1 # Makefile for X Consolidation Open Source font modules
     2 #
     2 #
     3 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
     4 # Use subject to license terms.
     4 # Use subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    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	1.4	07/11/16
    31 # @(#)Makefile	1.5	08/02/05 SMI
    32 #
    32 #
    33 ###############################################################################
    33 ###############################################################################
    34 
    34 
    35 OS_SUBDIRS = \
    35 OS_SUBDIRS = \
    36 	encodings \
    36 	encodings \
       
    37 	sun-aliases \
    37 	bitstream-vera \
    38 	bitstream-vera \
    38 	deja-vu
    39 	deja-vu \
       
    40 	adobe-utopia-type1 \
       
    41 	bh-type1 \
       
    42 	bitstream-type1 \
       
    43 	ibm-type1 \
       
    44 	xfree86-type1
    39 
    45 
    40 # Need to install to proto area by default for inter-package dependencies to
    46 # Need to install to proto area by default for inter-package dependencies to
    41 # work right.
    47 # work right.
    42 all: install
    48 all: install
    43 
    49