mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-03 10:28:21 +02:00
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.
13 lines
261 B
Text
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
|