]> matita.cs.unibo.it Git - helm.git/blob - helm/gtkmathview-bonobo/test/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / gtkmathview-bonobo / test / Makefile.am
1
2 noinst_PROGRAMS = viewer
3
4 viewer_SOURCES = \
5   main.c \
6   $(top_srcdir)/src/GtkMathView-common.c \
7   $(top_srcdir)/src/GtkMathView-stubs.c
8
9 viewer_LDADD = \
10   $(BONOBOUI_LIBS) \
11   $(BONOBO_LIBS) \
12   $(GNOMEUI_LIBS)
13
14 AM_CFLAGS = \
15  -DPREFIX=\""$(prefix)"\" \
16  -DSYSCONFDIR=\""$(sysconfdir)"\" \
17  -DDATADIR=\""$(datadir)"\" \
18  -DLIBDIR=\""$(datadir)"\"
19
20 INCLUDES = \
21   $(BONOBOUI_CFLAGS) \
22   $(BONOBO_CFLAGS) \
23   $(GNOMEUI_CFLAGS) \
24   -I$(top_srcdir)/src
25