pixman: Branch 'wide-composite'

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Oct 19 16:05:00 PDT 2007


 pixman/Makefile.am |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit f72aa0670b263f8e33f85363f71a9094f1c6c1f4
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Oct 15 16:59:06 2007 -0700

    Fix srcdir != dstdir and the clean target.

diff --git a/pixman/Makefile.am b/pixman/Makefile.am
index ee52bfa..bff74b6 100644
--- a/pixman/Makefile.am
+++ b/pixman/Makefile.am
@@ -1,6 +1,8 @@
 EXTRA_DIST = gen.pl formats.pl pixman-access-handcode.c
 pixman-access.c: gen.pl formats.pl pixman-access-handcode.c
-	perl gen.pl > pixman-access.c
+	target=`pwd`/$@; \
+	cd $(srcdir); \
+	perl $(srcdir)/gen.pl > $$target
 
 lib_LTLIBRARIES = libpixman-1.la
 libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
@@ -21,6 +23,8 @@ libpixman_1_la_SOURCES =		\
 	pixman-compute-region.c \
 	pixman-timer.c
 
+CLEANFILES = pixman-access.c
+
 libpixmanincludedir = $(includedir)/pixman-1/
 libpixmaninclude_HEADERS = pixman.h
 


More information about the xorg-commit mailing list