projects
/
framework
/
graphics
/
cairo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tizen 2.0 Release
[framework/graphics/cairo.git]
/
test
/
pdiff
/
Makefile.win32
1
top_srcdir = ../..
2
include $(top_srcdir)/build/Makefile.win32.common
3
4
SOURCES = \
5
lpyramid.c \
6
pdiff.c \
7
$(NULL)
8
9
OBJECTS = $(patsubst %.c, $(CFG)/%-static.obj, $(SOURCES))
10
11
all: $(CFG)/pdiff.lib
12
13
$(CFG)/pdiff.lib: $(OBJECTS)
14
@$(AR) $(CAIRO_ARFLAGS) -OUT:$@ $(OBJECTS)