Files
mercury/extras/graphics/mercury_cairo/tutorial/Mercury.options
Julien Fischer ddc85017b5 Add makefiles and Mercury.options files for the cairo binding and examples.
extras/graphics/mercury_cairo/Cairo.options:
	System specific build variables for the cairo binding.
	(The current values are for the MacPorts port of cairo.)

extras/graphics/mercury_cairo/Mercury.options:
	Options for building and installing libmercury_cairo.

extras/graphics/mercury_cairo/samples/Makefile:
extras/graphics/mercury_cairo/samples/Mercury.options:
extras/graphics/mercury_cairo/tutorial/Makefile:
extras/graphics/mercury_cairo/tutorial/Mercury.options:
	Stuff for building the tutorial examples and the samples.

extras/graphics/mercury_cairo/*/.cvsignore:
	Ignore generated files.
2010-09-07 15:18:35 +00:00

14 lines
361 B
Plaintext

include ../Cairo.options
# Where is the mercury_cairo library installed?
# The current value works when it is installed in the parent directory.
# You will need to modify it if that is not the case.
#
MERCURY_CAIRO_DIR=../lib/mercury
MCFLAGS = \
--ml mercury_cairo \
--mld $(MERCURY_CAIRO_DIR) \
--cflags $(CAIRO_CFLAGS) \
--ld-flags $(CAIRO_LDFLAGS)