*** empty log message ***
[m17n/libotf.git] / example / Makefile.am
1 bin_PROGRAMS = otfdump otfdraw
2
3 INCLUDES = `freetype-config --cflags`
4 CommonLDADD = ${top_builddir}/src/libotf.la
5 CommonLDFLAGS = -all-static
6
7
8 otfdump_SOURCE = otfdump.c
9 otfdump_LDADD = ${CommonLDADD}
10 otfdump_LDFLAGS = ${CommonLDFLAGS}
11
12 otfdraw_SOURCE = otfdraw
13 otfdraw_LDADD = ${CommonLDADD}
14 otfdraw_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 ${CommonLDFLAGS}
15
16 # We should not install any programs in this directory.
17
18 install-binPROGRAMS:
19
20 uninstall-binPROGRAMS: