mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
5aba82da8f
2001-06-07 Havoc Pennington <hp@redhat.com> * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables * gmodule-2.0.pc.in: add gmodule_supported variable * glib-2.0.pc.in: add glib_genmarshal, gobject_query, glib_mkenums variables * configure.in: put G_MODULE_SUPPORTED value into .pc files * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST 2001-06-07 Havoc Pennington <hp@redhat.com> * pango/Makefile.am: add libpango.la to _DEPENDENCIES for the other libs * configure.in: use AM_PATH_GLIB_2_0 * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: dist the .pc.in files 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Havoc Pennington <hp@redhat.com> * tests/Makefile.am: add missing -I flag * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc. * configure.in: use pkg-config to see if GModule is supported; fix to properly turn on included loaders when GModule isn't supported; don't use AC_CHECK_LIB when libs are not installed yet * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * Makefile.am (SUBDIRS): add m4macros subdir * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in dependencies also.
110 lines
2.4 KiB
Makefile
110 lines
2.4 KiB
Makefile
## Makefile.am for gtk+/tests
|
|
|
|
INCLUDES = @STRIP_BEGIN@ \
|
|
-I$(top_srcdir) \
|
|
-I$(top_builddir)/gdk \
|
|
-I$(top_srcdir)/gdk \
|
|
-DGTK_DISABLE_COMPAT_H \
|
|
@GTK_DEBUG_FLAGS@ \
|
|
@GTK_DEP_CFLAGS@ \
|
|
@STRIP_END@
|
|
|
|
DEPS = \
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
|
|
$(top_builddir)/gdk/@gdktargetlib@ \
|
|
$(top_builddir)/gtk/@gtktargetlib@
|
|
|
|
LDADDS = @STRIP_BEGIN@ \
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-1.3.la \
|
|
$(top_builddir)/gdk/@gdktargetlib@ \
|
|
$(top_builddir)/gtk/@gtktargetlib@ \
|
|
@STRIP_END@
|
|
|
|
if USE_X11
|
|
testsocket_programs = testsocket testsocket_child
|
|
endif
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
simple \
|
|
testcalendar \
|
|
testdnd \
|
|
testgtk \
|
|
testinput \
|
|
testrgb \
|
|
testselection \
|
|
$(testsocket_programs) \
|
|
testtext \
|
|
testtextbuffer \
|
|
testtreeview \
|
|
testtreefocus \
|
|
testtreecolumns \
|
|
testtreesort \
|
|
treestoretest
|
|
|
|
simple_DEPENDENCIES = $(TEST_DEPS)
|
|
testcalendar_DEPENDENCIES = $(TEST_DEPS)
|
|
testdnd_DEPENDENCIES = $(TEST_DEPS)
|
|
testgtk_DEPENDENCIES = $(TEST_DEPS)
|
|
testinput_DEPENDENCIES = $(TEST_DEPS)
|
|
testrgb_DEPENDENCIES = $(TEST_DEPS)
|
|
testselection_DEPENDENCIES = $(TEST_DEPS)
|
|
testsocket_DEPENDENCIES = $(DEPS)
|
|
testsocket_child_DEPENDENCIES = $(DEPS)
|
|
testtext_DEPENDENCIES = $(TEST_DEPS)
|
|
testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
|
|
testtreeview_DEPENDENCIES = $(DEPS)
|
|
testtreefocus_DEPENDENCIES = $(DEPS)
|
|
testtreecolumns_DEPENDENCIES = $(DEPS)
|
|
testtreesort_DEPENDENCIES = $(DEPS)
|
|
treestoretest_DEPENDENCIES = $(TEST_DEPS)
|
|
|
|
simple_LDADD = $(LDADDS)
|
|
testcalendar_LDADD = $(LDADDS)
|
|
testdnd_LDADD = $(LDADDS)
|
|
testgtk_LDADD = $(LDADDS)
|
|
testinput_LDADD = $(LDADDS)
|
|
testrgb_LDADD = $(LDADDS)
|
|
testselection_LDADD = $(LDADDS)
|
|
testsocket_LDADD = $(LDADDS)
|
|
testsocket_child_LDADD = $(LDADDS)
|
|
testtextbuffer_LDADD = $(LDADDS)
|
|
testtreeview_LDADD = $(LDADDS)
|
|
testtreefocus_LDADD = $(LDADDS)
|
|
testtreecolumns_LDADD = $(LDADDS)
|
|
testtreesort_LDADD = $(LDADDS)
|
|
testtext_LDADD = $(LDADDS)
|
|
treestoretest_LDADD = $(LDADDS)
|
|
|
|
testgtk_SOURCES = \
|
|
prop-editor.c \
|
|
testgtk.c
|
|
|
|
testtreeview_SOURCES = \
|
|
prop-editor.c \
|
|
testtreeview.c
|
|
|
|
testtext_SOURCES = \
|
|
prop-editor.c \
|
|
testtext.c
|
|
|
|
EXTRA_DIST += @STRIP_BEGIN@ \
|
|
prop-editor.h \
|
|
testgtk.1 \
|
|
testgtkrc \
|
|
testgtkrc2 \
|
|
circles.xbm \
|
|
3DRings.xpm \
|
|
FilesQueue.xpm \
|
|
Modeller.xpm \
|
|
check-y.xpm \
|
|
check-n.xpm \
|
|
marble.xpm \
|
|
test.xpm \
|
|
check-y.xpm \
|
|
check-n.xpm \
|
|
test.xpm \
|
|
@STRIP_END@
|
|
|
|
|