Change the translation of the "Help" menu item to "?", so that the menu can be displa...
[reactos.git] / rosapps / smartpdf / poppler / test / Makefile.am
1 if BUILD_GTK_TEST
2
3 if BUILD_SPLASH_OUTPUT
4
5 gtk_splash_test = \
6 gtk-splash-test
7
8 splash_includes = \
9 -I$(top_srcdir)/splash
10
11 endif
12
13 if BUILD_CAIRO_OUTPUT
14
15 gtk_cairo_test = \
16 gtk-cairo-test
17
18 pdf_inspector = \
19 pdf_inspector
20
21 cairo_includes = \
22 $(CAIRO_CFLAGS) \
23 $(FREETYPE_CFLAGS)
24
25 endif
26
27 endif
28
29
30 INCLUDES = \
31 -I$(top_srcdir) \
32 -I$(top_srcdir)/poppler \
33 -I$(top_srcdir)/glib \
34 -I$(top_builddir)/glib \
35 $(cairo_includes) \
36 $(GTK_TEST_CFLAGS) \
37 $(FONTCONFIG_CFLAGS)
38
39 noinst_PROGRAMS = $(gtk_splash_test) $(gtk_cairo_test) $(pdf_inspector)
40
41 gtk_splash_test_SOURCES = \
42 gtk-splash-test.cc
43
44 gtk_splash_test_LDADD = \
45 $(top_builddir)/poppler/libpoppler.la \
46 $(GTK_TEST_LIBS)
47
48 gtk_cairo_test_SOURCES = \
49 gtk-cairo-test.cc
50
51 gtk_cairo_test_LDADD = \
52 $(top_builddir)/poppler/libpoppler.la \
53 $(top_builddir)/glib/libpoppler-glib.la \
54 $(CAIRO_LIBS) \
55 $(GTK_TEST_LIBS) \
56 $(FONTCONFIG_LIBS)
57
58 pdf_inspector_SOURCES = \
59 pdf-inspector.cc
60
61 pdf_inspector_LDADD = \
62 $(top_builddir)/poppler/libpoppler.la \
63 $(top_builddir)/poppler/libpoppler-cairo.la \
64 $(CAIRO_LIBS) \
65 $(FREETYPE_LIBS) \
66 $(GTK_TEST_LIBS)
67
68 EXTRA_DIST = \
69 pdf-operators.c