open-src/font/Makefile.bdf
changeset 1171 d941ec5f3d1f
parent 1043 16f3a9b8588b
equal deleted inserted replaced
1170:b37bd85cfb53 1171:d941ec5f3d1f
     1 # -*- Makefile -*- rules common to most X.Org bdf/pcf font modules
     1 # -*- Makefile -*- rules common to most X.Org bdf/pcf font modules
     2 #
     2 #
     3 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    55         iso8859-4       \
    55         iso8859-4       \
    56         iso8859-9       \
    56         iso8859-9       \
    57         iso8859-10      \
    57         iso8859-10      \
    58         iso8859-13      \
    58         iso8859-13      \
    59         iso8859-14      \
    59         iso8859-14      \
    60         iso8859-15      \
    60         iso8859-15
    61         iso8859-16
       
    62 
    61 
    63 misc_BDF_SUBDIR_ENCODINGS = \
    62 misc_BDF_SUBDIR_ENCODINGS = \
    64 	$(ALL_BDF_SUBDIR_ENCODINGS) \
    63 	$(ALL_BDF_SUBDIR_ENCODINGS) \
    65         iso8859-5       \
    64         iso8859-5       \
    66         iso8859-7       \
    65         iso8859-7       \
    67         iso8859-8	\
    66         iso8859-8	\
    68         iso8859-11
    67         iso8859-11      \
       
    68         iso8859-16
    69 100dpi_BDF_SUBDIR_ENCODINGS = $(ALL_BDF_SUBDIR_ENCODINGS)
    69 100dpi_BDF_SUBDIR_ENCODINGS = $(ALL_BDF_SUBDIR_ENCODINGS)
    70 75dpi_BDF_SUBDIR_ENCODINGS = $(ALL_BDF_SUBDIR_ENCODINGS)
    70 75dpi_BDF_SUBDIR_ENCODINGS = $(ALL_BDF_SUBDIR_ENCODINGS)
    71 BDF_SUBDIR_ENCODINGS = $($(FONTSUBDIR)_BDF_SUBDIR_ENCODINGS)
    71 BDF_SUBDIR_ENCODINGS = $($(FONTSUBDIR)_BDF_SUBDIR_ENCODINGS)
    72 
    72 
    73 BUILD_TYPES = core $(BDF_SUBDIR_ENCODINGS)
    73 BUILD_TYPES = core $(BDF_SUBDIR_ENCODINGS)