beta-0.89.2
[luatex.git] / source / libs / pixman / pixman-src / Makefile.win32
blobc3ca3bc59a7fef77fe974c311889e6d76c180b45
1 default: all
3 top_srcdir = .
4 include $(top_srcdir)/Makefile.win32.common
6 all: pixman test
8 pixman:
9         @$(MAKE) -C pixman -f Makefile.win32
11 test:
12         @$(MAKE) -C test -f Makefile.win32
14 clean_r:
15         @$(MAKE) -C pixman -f Makefile.win32 clean
16         @$(MAKE) -C test   -f Makefile.win32 clean
18 check:
19         @$(MAKE) -C test -f Makefile.win32 check
22 clean: clean_r
25 .PHONY: all pixman test clean check