Revision 20964,
1.1 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20963,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | noinst_PROGRAMS = test-dialog test-preview simple |
---|
2 | |
---|
3 | INCLUDES = \ |
---|
4 | -I$(top_srcdir) \ |
---|
5 | $(LIBGNOMEPRINTUI_CFLAGS) \ |
---|
6 | -DWE_ARE_LIBGNOMEPRINT_INTERNALS \ |
---|
7 | -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ |
---|
8 | -DBINDIR=\""$(bindir)"\" \ |
---|
9 | -DDATADIR=\""$(datadir)"\" \ |
---|
10 | -DG_DISABLE_DEPRECATED \ |
---|
11 | -DGDK_DISABLE_DEPRECATED \ |
---|
12 | -DGDK_PIXBUF_DISABLE_DEPRECATED |
---|
13 | |
---|
14 | if EXAMPLES_USE_LOCAL_LIBGNOMEPRINT |
---|
15 | libgnomeprint_local=$(top_builddir)/../libgnomeprint/libgnomeprint/libgnomeprint-2-2.la |
---|
16 | else |
---|
17 | libgnomeprint_local= |
---|
18 | endif |
---|
19 | |
---|
20 | ## including ../../libngomeprint/libgnomeprint/libgnomeprint-2.la is not very robust |
---|
21 | ## but it allows us to not have to make install in libgnomeprint to test new stuff |
---|
22 | printui_libs = \ |
---|
23 | $(top_builddir)/libgnomeprintui/libgnomeprintui-2-2.la \ |
---|
24 | $(libgnomeprint_local) \ |
---|
25 | $(LIBGNOMEPRINTUI_LIBS) \ |
---|
26 | -lpopt |
---|
27 | |
---|
28 | test_dialog_SOURCES = test-dialog.c |
---|
29 | test_dialog_LDFLAGS = |
---|
30 | test_dialog_DEPENDENCIES = $(DEPS) |
---|
31 | test_dialog_LDADD = $(printui_libs) |
---|
32 | |
---|
33 | test_preview_SOURCES = test-preview.c |
---|
34 | test_preview_LDFLAGS = |
---|
35 | test_preview_DEPENDENCIES = $(DEPS) |
---|
36 | test_preview_LDADD = $(printui_libs) |
---|
37 | |
---|
38 | simple_SOURCES = simple.c |
---|
39 | simple_LDFLAGS = |
---|
40 | simple_DEPENDENCIES = $(DEPS) |
---|
41 | simple_LDADD = $(printui_libs); |
---|
Note: See
TracBrowser
for help on using the repository browser.