Revision 17111,
1.2 KB
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17110,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | if GNOME_SUPPORT |
---|
2 | THE_FLAGS = $(GNOME_INCLUDEDIR) |
---|
3 | THE_LIBS = glade/libglade-gnome.la glade/libglade.la $(GNOME_LIBDIR) $(GNOMEUI_LIBS) |
---|
4 | libglade_gnome_pc = libglade-gnome.pc |
---|
5 | else |
---|
6 | THE_FLAGS = $(GTK_CFLAGS) |
---|
7 | THE_LIBS = glade/libglade.la $(GTK_LIBS) |
---|
8 | libglade_gnome_pc = |
---|
9 | endif |
---|
10 | |
---|
11 | if BONOBO_SUPPORT |
---|
12 | libglade_bonobo_pc = libglade-bonobo.pc |
---|
13 | else |
---|
14 | libglade_bonobo_pc = |
---|
15 | endif |
---|
16 | |
---|
17 | if GNOMEDB_SUPPORT |
---|
18 | libglade_gnomedb_pc = libglade-gnomedb.pc |
---|
19 | else |
---|
20 | libglade_gnomedb_pc = |
---|
21 | endif |
---|
22 | |
---|
23 | INCLUDES = $(THE_FLAGS) $(XML_CFLAGS) |
---|
24 | |
---|
25 | EXTRA_DIST = \ |
---|
26 | libgladeConf.sh \ |
---|
27 | libglade.spec.in \ |
---|
28 | libglade.spec \ |
---|
29 | test.glade \ |
---|
30 | simple.glade \ |
---|
31 | example.glade \ |
---|
32 | custom.glade \ |
---|
33 | gnome-widgets.glade \ |
---|
34 | dialogs.glade \ |
---|
35 | libglade.m4 \ |
---|
36 | libglade-xgettext \ |
---|
37 | libglade.pc.in \ |
---|
38 | libglade-gnome.pc.in \ |
---|
39 | libglade-bonobo.pc.in \ |
---|
40 | config.h.win32 \ |
---|
41 | makefile.mingw |
---|
42 | |
---|
43 | bin_SCRIPTS = libglade-config libglade-xgettext |
---|
44 | noinst_PROGRAMS = test-libglade |
---|
45 | test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS) |
---|
46 | SUBDIRS = intl macros glade doc |
---|
47 | |
---|
48 | m4datadir = $(datadir)/aclocal |
---|
49 | m4data_DATA = libglade.m4 |
---|
50 | |
---|
51 | confexecdir = $(libdir) |
---|
52 | confexec_DATA = libgladeConf.sh |
---|
53 | |
---|
54 | pkgconfigdir = $(libdir)/pkgconfig |
---|
55 | pkgconfig_DATA = libglade.pc $(libglade_gnome_pc) $(libglade_bonobo_pc) \ |
---|
56 | $(libglade_gnomedb_pc) |
---|
57 | |
---|
58 | test_libglade_SOURCES = test-libglade.c |
---|
Note: See
TracBrowser
for help on using the repository browser.