boilerplate: Add generation of constructors on win32

cairo-boilerplate-constructors.c is one of the sources required to
build the boilerplate.

This file is generated by a script, invoked by the appropriate make
target during the build.
This commit is contained in:
Andrea Canciani 2011-06-14 16:15:57 +02:00
parent 45665c0d48
commit 510f0f391c

View file

@ -11,10 +11,13 @@ HEADERS = \
SOURCES = \
$(enabled_cairo_boilerplate_sources) \
cairo-boilerplate-constructors.c \
$(NULL)
OBJECTS = $(patsubst %.c, $(CFG)/%-static.obj, $(SOURCES))
cairo-boilerplate-constructors.c: Makefile.sources Makefile.win32 $(enabled_cairo_boilerplate_sources) make-cairo-boilerplate-constructors.sh
sh ./make-cairo-boilerplate-constructors.sh $(enabled_cairo_boilerplate_sources) > $@
all: $(CFG)/boiler.lib