source: trunk/third/libglade/Makefile.am @ 17111

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 
1if GNOME_SUPPORT
2THE_FLAGS = $(GNOME_INCLUDEDIR)
3THE_LIBS  = glade/libglade-gnome.la glade/libglade.la $(GNOME_LIBDIR) $(GNOMEUI_LIBS)
4libglade_gnome_pc = libglade-gnome.pc
5else
6THE_FLAGS = $(GTK_CFLAGS)
7THE_LIBS  = glade/libglade.la $(GTK_LIBS)
8libglade_gnome_pc =
9endif
10
11if BONOBO_SUPPORT
12libglade_bonobo_pc = libglade-bonobo.pc
13else
14libglade_bonobo_pc =
15endif
16
17if GNOMEDB_SUPPORT
18libglade_gnomedb_pc = libglade-gnomedb.pc
19else
20libglade_gnomedb_pc =
21endif
22
23INCLUDES = $(THE_FLAGS) $(XML_CFLAGS)
24
25EXTRA_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
43bin_SCRIPTS = libglade-config libglade-xgettext
44noinst_PROGRAMS = test-libglade
45test_libglade_LDADD = $(THE_LIBS) $(XML_LIBS)
46SUBDIRS = intl macros glade doc
47
48m4datadir = $(datadir)/aclocal
49m4data_DATA = libglade.m4
50
51confexecdir = $(libdir)
52confexec_DATA = libgladeConf.sh
53
54pkgconfigdir = $(libdir)/pkgconfig
55pkgconfig_DATA = libglade.pc $(libglade_gnome_pc) $(libglade_bonobo_pc) \
56  $(libglade_gnomedb_pc)
57
58test_libglade_SOURCES = test-libglade.c
Note: See TracBrowser for help on using the repository browser.