aboutsummaryrefslogtreecommitdiff
path: root/pixman
diff options
context:
space:
mode:
Diffstat (limited to 'pixman')
-rw-r--r--pixman/pixman/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pixman/pixman/makefile b/pixman/pixman/makefile
index 1ec9b8e16..bcb47221b 100644
--- a/pixman/pixman/makefile
+++ b/pixman/pixman/makefile
@@ -29,6 +29,7 @@ CSRCS = \
pixman-region16.c \
pixman-region32.c \
pixman-solid-fill.c \
+ pixman-srgb.c \
pixman-timer.c \
pixman-trap.c \
pixman-utils.c \
@@ -41,6 +42,9 @@ BUILT_SOURCES = \
pixman-combine64.h \
$(NULL)
+$(OBJDIR)\pixman-srgb.c: make-srgb.pl
+ perl make-srgb.pl > $@
+
$(OBJDIR)\pixman-combine32.c : pixman-combine.c.template $(OBJDIR)\pixman-combine32.h make-combine.pl
perl make-combine.pl 8 < pixman-combine.c.template > $@
$(OBJDIR)\pixman-combine32.h : pixman-combine.h.template make-combine.pl