*** empty log message ***
[m17n/libotf.git] / example / Makefile.am
1 # Makefile.am -- example level Makefile for libotf.
2 # Copyright (C) 2003, 2004
3 #   National Institute of Advanced Industrial Science and Technology (AIST)
4 #   Registration Number H15PRO167
5
6 # This file is part of libotf.
7
8 # Libotf is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU Lesser General Public License as published
10 # by the Free Software Foundation; either version 2.1 of the License, or
11 # (at your option) any later version.
12
13 # Libotf is distributed in the hope that it will be useful, but WITHOUT
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
16 # License for more details.
17
18 # You should have received a copy of the GNU Lesser General Public
19 # License along with this library, in a file named COPYING; if not,
20 # write to the Free Software Foundation, Inc., 59 Temple Place, Suite
21 # 330, Boston, MA 02111-1307, USA
22
23 ## Process this file with Automake to create Makefile.in
24
25 bin_PROGRAMS = otfdump otfview otflist otftobdf
26
27 INCLUDES = `freetype-config --cflags`
28 CommonLDADD = ${top_builddir}/src/libotf.la
29 CommonLDFLAGS = -all-static
30
31 otflist_SOURCE = otflist.c
32 otflist_LDADD = ${CommonLDADD}
33 otflist_LDFLAGS = `freetype-config --libs` ${CommonLDFLAGS}
34
35 otfdump_SOURCE = otfdump.c
36 otfdump_LDADD = ${CommonLDADD}
37 otfdump_LDFLAGS = ${CommonLDFLAGS}
38
39 otfview_SOURCE = otfview.c
40 otfview_LDADD = ${CommonLDADD}
41 otfview_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -lXt -lXaw -lXmu -ldl -static
42
43 otftobdf_SOURCE = otftobdf.c
44 otftobdf_LDADD = ${CommonLDADD}
45 otftobdf_LDFLAGS = `freetype-config --libs` -static