mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
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.
14 lines
361 B
Plaintext
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)
|