[ease/libraries: 4/138] [build] Clean up build files a bit.



commit 47b5c56477143168ec329c855418c6f6cc00c95b
Author: Nate Stedman <natesm gmail com>
Date:   Fri Jul 2 15:41:06 2010 -0400

    [build] Clean up build files a bit.

 configure.ac        |   28 ++++++++++++++++++++++++++++
 libease/Makefile.am |   29 ++---------------------------
 src/Makefile.am     |   29 ++---------------------------
 3 files changed, 32 insertions(+), 54 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5bf62e5..86606f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,34 @@ pkg_modules="clutter-gtk-0.10 >= 0.10 gee-1.0 >= 0.5.0 clutter-gst-1.0 >= 1.0.0
 
 EASE_PACKAGES="--pkg glib-2.0 --pkg gtk+-2.0 --pkg clutter-1.0 --pkg gdk-2.0 --pkg libxml-2.0 --pkg gee-1.0 --pkg clutter-gtk-0.10 --pkg cogl-1.0 --pkg gio-2.0 --pkg clutter-gst-1.0 --pkg libarchive --pkg gmodule-2.0"
 
+EASE_CFLAGS="\`pkg-config --cflags \
+	glib-2.0 \
+	gtk+-2.0 \
+	clutter-1.0 \
+	gdk-2.0 \
+	gee-1.0 \
+	clutter-gtk-0.10 \
+	cogl-1.0 \
+	gio-2.0 \
+	clutter-gst-1.0 \
+	json-glib-1.0 \
+	libarchive \
+	gmodule-2.0 \`"
+
+EASE_LDFLAGS="\`pkg-config --libs \
+	glib-2.0 \
+	gtk+-2.0 \
+	clutter-1.0 \
+	gdk-2.0 \
+	gee-1.0 \
+	clutter-gtk-0.10 \
+	cogl-1.0 \
+	gio-2.0 \
+	clutter-gst-1.0 \
+	json-glib-1.0 \
+	libarchive \
+	gmodule-2.0 \`"
+
 PKG_CHECK_MODULES(EASE, [$pkg_modules])
 
 AC_SUBST(EASE_CFLAGS)
diff --git a/libease/Makefile.am b/libease/Makefile.am
index c9f1834..5736da5 100644
--- a/libease/Makefile.am
+++ b/libease/Makefile.am
@@ -78,33 +78,8 @@ libease_0_1_la_VALAFLAGS = \
 	-g \
 	$(NULL)
 
-libease_0_1_la_CFLAGS = `pkg-config --cflags \
-	glib-2.0 \
-	gtk+-2.0 \
-	clutter-1.0 \
-	gdk-2.0 \
-	gee-1.0 \
-	clutter-gtk-0.10 \
-	cogl-1.0 \
-	gio-2.0 \
-	clutter-gst-1.0 \
-	json-glib-1.0 \
-	libarchive \
-	gmodule-2.0 `
-	
-libease_0_1_la_LDFLAGS = `pkgconfig --libs \
-	glib-2.0 \
-	gtk+-2.0 \
-	clutter-1.0 \
-	gdk-2.0 \
-	gee-1.0 \
-	clutter-gtk-0.10 \
-	cogl-1.0 \
-	gio-2.0 \
-	clutter-gst-1.0 \
-	json-glib-1.0 \
-	libarchive \
-	gmodule-2.0 `
+libease_0_1_la_CFLAGS = $(EASE_CFLAGS)
+libease_0_1_la_LDFLAGS = $(EASE_LDFLAGS)
 
 # header installation
 libease_includedir=$(includedir)/ease-0.1/
diff --git a/src/Makefile.am b/src/Makefile.am
index 8ecbd88..4af3623 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,30 +11,5 @@ ease_LDADD = \
 	$(EASE_LIBS) \
 	$(NULL)
 	
-ease_CFLAGS = `pkg-config --cflags \
-	glib-2.0 \
-	gtk+-2.0 \
-	clutter-1.0 \
-	gdk-2.0 \
-	gee-1.0 \
-	clutter-gtk-0.10 \
-	cogl-1.0 \
-	gio-2.0 \
-	clutter-gst-1.0 \
-	json-glib-1.0 \
-	libarchive \
-	gmodule-2.0 `
-	
-ease_LDFLAGS = `pkgconfig --libs \
-	glib-2.0 \
-	gtk+-2.0 \
-	clutter-1.0 \
-	gdk-2.0 \
-	gee-1.0 \
-	clutter-gtk-0.10 \
-	cogl-1.0 \
-	gio-2.0 \
-	clutter-gst-1.0 \
-	json-glib-1.0 \
-	libarchive \
-	gmodule-2.0 `
+ease_CFLAGS = $(EASE_CFLAGS)
+ease_LDFLAGS = $(EASE_LDFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]