summaryrefslogtreecommitdiff
path: root/lib/GNUmakefile
blob: 32526d2c5433a706fbccb25708f752a6573b1cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Makefile for the fontutils library.
# 
# Copyright (C) 1992, 1993, 2004 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

library = lib

# If this gives you trouble, just remove it.  The system malloc will
# probably work well enough.
#malloc = gmalloc

# The headers are in the `include' directory, so don't use `c_and_h'.

c_only = $(malloc) bb-list bb-outline bitmap bounding-box		\
charcode charspec cmdline concat concat3 concat4 concat5 dlsym edge 	\
encoding float-ok fmod file-input file-output filename fix-num font 	\
hexify identity integer-ok libfile line list logreport 	\
make-prefix math now numtoa pathsrch rand report safe-free scaled-num 	\
spline statistics str-lcase str-to-bit substring varstring vector 	\
xmessage xopendir xrename \
atou concatn dir extend-fname find-suffix hash make-suffix rm-suffix \
xcalloc xfopen xfseek xftell xmalloc xrealloc xstrdup str-list

include ../data/defs.make
include ../data/defslib.make

include M.depend