summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-11 15:49:09 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-11 15:49:09 -0400
commitde5b8bce37f2ddb87fca7ae6b844eec7fbbbc7e9 (patch)
tree9d1d49b0b786518457a8cb6b226463955b9110fc /src
parent66f0d56a8a2c8dd3b4678d495d5652bfdfd690ea (diff)
Makefile.am cleanup
Use a common build/Makefile.am.common file.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c8dccc5..61ea4f8b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,6 @@
+include $(top_srcdir)/build/Makefile.am.common
include $(srcdir)/Makefile.am.config
-EXTRA_DIST =
-CLEANFILES =
-DISTCLEANFILES =
-MAINTAINERCLEANFILES =
-BUILT_SOURCES =
-
AM_CPPFLAGS = -I$(srcdir) $(CAIRO_CFLAGS)
if OS_WIN32
@@ -71,7 +66,6 @@ TESTS_ENVIRONMENT = \
all_cairo_files="$(all_cairo_files)" \
enabled_cairo_files="$(enabled_cairo_files)" \
$(NULL)
-TESTS =
TESTS_SH = \
check-def.sh \
check-plt.sh \
@@ -86,7 +80,7 @@ TESTS += check-link
endif
EXTRA_DIST += $(TESTS_SH) check-has-hidden-symbols.c
-check_PROGRAMS = check-link
+check_PROGRAMS += check-link
check_link_LDADD = libcairo.la
CLEANFILES += check-link
@@ -95,7 +89,6 @@ CLEANFILES += check-link
# cairo has been compiled with symbol hiding.
.c.i: $(cairoinclude_HEADERS) $(nodist_cairoinclude_HEADERS) cairoint.h $(top_builddir)/config.h
$(CPP) -DHAVE_CONFIG_H -I$(top_builddir) -I. $(AM_CPPFLAGS) $< -o $@
-CLEANFILES += *.i *.s
SPARSE = sparse
sparse: