cairo/Makefile.win32
Andrea Canciani f9b50cec2b build: Improve dependencies in win32 Makefiles
Test targets now explicitly depend on the cairo library and build it
appropriately.

Phony targets depend on inform, so that they print a warning if the
environment is not set up appropriately.
2011-06-20 10:24:21 +02:00

13 lines
261 B
Text

# Do not edit this file.
# Edit build/Makefile.win32.common for customization
top_srcdir = .
include $(top_srcdir)/build/Makefile.win32.common
all: cairo
cairo: inform
@$(MAKE) -C src -f Makefile.win32
test: inform
@$(MAKE) -C test -f Makefile.win32 test