*** empty log message ***
[m17n/libotf.git] / example / Makefile.am
1 bin_PROGRAMS = otfdump otfdraw otfview
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} -lefence
11
12 otfdraw_SOURCE = otfdraw.c
13 otfdraw_LDADD = ${CommonLDADD}
14 otfdraw_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -ldl ${CommonLDFLAGS}
15
16 otfview_SOURCE = otfview.c
17 otfview_LDADD = ${CommonLDADD}
18 otfview_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -ldl ${CommonLDFLAGS}
19
20 # We should not install any programs in this directory.
21
22 install-binPROGRAMS:
23
24 uninstall-binPROGRAMS: