From 824d0a361f368aba0fce7f361ff86dda36d6e51f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 Feb 2000 12:27:24 +0000 Subject: Add new Makefiles to Makefile list. 2000-02-09 Christopher James Lahey * configure.in: Add new Makefiles to Makefile list. * e-util/Makefile.am: Add canvas utilities to libeutil. * widgets/e-text/Makefile.am: Build libetext. * widgets/e-minicard/Makefile.am: Build libeminicard and test programs. * widgets/Makefile.am: Remove all e-text and e-minicard code and add them to the SUBDIRS list. svn path=/trunk/; revision=1706 --- addressbook/gui/minicard/Makefile.am | 47 ++++++++++++++++++++++++++++++++++++ addressbook/gui/widgets/Makefile.am | 47 ++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 addressbook/gui/minicard/Makefile.am create mode 100644 addressbook/gui/widgets/Makefile.am (limited to 'addressbook') diff --git a/addressbook/gui/minicard/Makefile.am b/addressbook/gui/minicard/Makefile.am new file mode 100644 index 0000000000..0790577ad1 --- /dev/null +++ b/addressbook/gui/minicard/Makefile.am @@ -0,0 +1,47 @@ +INCLUDES = \ + -I$(top_srcdir)/widgets/e-text \ + -I$(top_srcdir)/e-util \ + $(GNOME_INCLUDEDIR) + +noinst_LIBRARIES = \ + libeminicard.a + +libeminicard_a_SOURCES = \ + e-minicard.c \ + e-minicard.h \ + e-minicard-label.c \ + e-minicard-label.h \ + e-reflow.c \ + e-reflow.h + +noinst_PROGRAMS = \ + minicard-label-test \ + minicard-test \ + reflow-test + +minicard_label_test_SOURCES = \ + test-minicard-label.c + +minicard_label_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a + +minicard_test_SOURCES = \ + test-minicard.c + +minicard_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a + +reflow_test_SOURCES = \ + test-reflow.c + +reflow_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am new file mode 100644 index 0000000000..0790577ad1 --- /dev/null +++ b/addressbook/gui/widgets/Makefile.am @@ -0,0 +1,47 @@ +INCLUDES = \ + -I$(top_srcdir)/widgets/e-text \ + -I$(top_srcdir)/e-util \ + $(GNOME_INCLUDEDIR) + +noinst_LIBRARIES = \ + libeminicard.a + +libeminicard_a_SOURCES = \ + e-minicard.c \ + e-minicard.h \ + e-minicard-label.c \ + e-minicard-label.h \ + e-reflow.c \ + e-reflow.h + +noinst_PROGRAMS = \ + minicard-label-test \ + minicard-test \ + reflow-test + +minicard_label_test_SOURCES = \ + test-minicard-label.c + +minicard_label_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a + +minicard_test_SOURCES = \ + test-minicard.c + +minicard_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a + +reflow_test_SOURCES = \ + test-reflow.c + +reflow_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libeminicard.a \ + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/e-text/libetext.a -- cgit v1.2.3