summaryrefslogtreecommitdiff
path: root/Makefile.win32
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-22 23:41:07 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-22 23:41:07 -0400
commitfba0211ed6f649b9d61a9f2b3d83096dd801cb14 (patch)
treeb2d8ccc8f028ca27c0d1973a33a238d42ad222bf /Makefile.win32
parent0bedbe78fe236cc9dabec87dea0f71714acfb76a (diff)
[Makefile.win32] Add makefile rules to generate cairo-features.h
Diffstat (limited to 'Makefile.win32')
-rw-r--r--Makefile.win325
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.win32 b/Makefile.win32
index 1e80365c..b527fcf4 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -1,15 +1,12 @@
top_srcdir = .
include $(top_srcdir)/build/Makefile.win32.common
+include $(top_srcdir)/build/Makefile.win32.features-h
SUBDIRS = src
TEST_SUBDIRS = boilerplate test
all: inform cairo
-src/cairo-features.h:
- @echo Warning: creating default cairo-features.h
- @cp src/cairo-features-win32.h src/cairo-features.h
-
cairo: src/cairo-features.h
@list='$(SUBDIRS)'; for f in $$list ; do \
echo making all in $$f... ; \