misc/libfreetype/builds/unix/unix-def.in
author koda
Mon, 25 Apr 2011 01:46:54 +0200
changeset 5172 88f2e05288ba
permissions -rw-r--r--
aaand let's add freetype as well while we are at it other smaller changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
# FreeType 2 configuration rules templates for Unix + configure
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
# Copyright 1996-2000, 2002, 2004, 2006, 2008 by
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
# David Turner, Robert Wilhelm, and Werner Lemberg.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
# This file is part of the FreeType project, and may only be used, modified,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
# and distributed under the terms of the FreeType project license,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
# indicate that you have read the license and understand and accept it
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    13
# fully.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    14
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    15
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    16
TOP_DIR := $(shell cd $(TOP_DIR); pwd)
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    17
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    18
DELETE    := @RMF@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    19
DELDIR    := @RMDIR@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    20
CAT       := cat
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    21
SEP       := /
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    22
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    23
# this is used for `make distclean' and `make install'
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    24
OBJ_BUILD ?= $(BUILD_DIR)
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    25
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    26
# don't use `:=' here since the path stuff will be included after this file
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    27
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    28
FTSYS_SRC = @FTSYS_SRC@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    29
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    30
INSTALL         := @INSTALL@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    31
INSTALL_DATA    := @INSTALL_DATA@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    32
INSTALL_PROGRAM := @INSTALL_PROGRAM@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    33
INSTALL_SCRIPT  := @INSTALL_SCRIPT@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    34
MKINSTALLDIRS   := $(BUILD_DIR)/mkinstalldirs
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    35
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    36
DISTCLEAN += $(OBJ_BUILD)/config.cache    \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    37
             $(OBJ_BUILD)/config.log      \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    38
             $(OBJ_BUILD)/config.status   \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    39
             $(OBJ_BUILD)/unix-def.mk     \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    40
             $(OBJ_BUILD)/unix-cc.mk      \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    41
             $(OBJ_BUILD)/ftconfig.h      \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    42
             $(OBJ_BUILD)/freetype-config \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    43
             $(OBJ_BUILD)/freetype2.pc    \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    44
             $(LIBTOOL)                   \
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    45
             $(OBJ_BUILD)/Makefile
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    46
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    47
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    48
# Standard installation variables.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    49
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    50
prefix       := @prefix@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    51
exec_prefix  := @exec_prefix@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    52
libdir       := @libdir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    53
bindir       := @bindir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    54
includedir   := @includedir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    55
datarootdir  := @datarootdir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    56
datadir      := @datadir@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    57
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    58
version_info := @version_info@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    59
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    60
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    61
# The directory where all library files are placed.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    62
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    63
# By default, this is the same as $(OBJ_DIR); however, this can be changed
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    64
# to suit particular needs.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    65
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    66
LIB_DIR := $(OBJ_DIR)
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    67
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    68
# The BASE_SRC macro lists all source files that should be included in
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    69
# src/base/ftbase.c.  When configure sets up CFLAGS to build ftmac.c,
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    70
# ftmac.c should be added to BASE_SRC.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    71
ftmac_c := @ftmac_c@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    72
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    73
# The SYSTEM_ZLIB macro is defined if the user wishes to link dynamically
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    74
# with its system wide zlib. If SYSTEM_ZLIB is 'yes', the zlib part of the
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    75
# ftgzip module is not compiled in.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    76
SYSTEM_ZLIB := @SYSTEM_ZLIB@
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    77
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    78
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    79
# The NO_OUTPUT macro is appended to command lines in order to ignore
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    80
# the output of some programs.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    81
#
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    82
NO_OUTPUT := 2> /dev/null
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    83
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    84
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    85
# EOF