4c3adb4ffdf92c37c5eea2628a690f816d0a080a
[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 CommonLDADD = ${top_builddir}/src/libotf.la
28
29 otflist_SOURCE = otflist.c
30 otflist_LDADD = ${CommonLDADD}
31
32 otfdump_SOURCE = otfdump.c
33 otfdump_LDADD = ${CommonLDADD}
34
35 otfview_SOURCE = otfview.c
36 otfview_LDADD = ${CommonLDADD}
37 otfview_LDFLAGS = ${X_LIBS} ${X_PRE_LIBS} @X11_XT_XAW_XMU@ ${X_EXTRA_LIBS}
38
39 otftobdf_SOURCE = otftobdf.c
40 otftobdf_LDADD = ${CommonLDADD}