Mercurial > MadButterfly
changeset 164:3fec69d26be3
* use enviroment to adopt M4FLAGS
author | "Mat <MatLinuxer2@gmail.com>" |
---|---|
date | Mon, 20 Oct 2008 16:27:45 +0800 |
parents | 7d700e5f82ba |
children | e959ed450b67 |
files | examples/tank/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/tank/Makefile Mon Oct 20 14:25:31 2008 +0800 +++ b/examples/tank/Makefile Mon Oct 20 16:27:45 2008 +0800 @@ -7,7 +7,7 @@ SVG2CODE= ../../tools/svg2code.py MB_C_HEADER= ../../tools/mb_c_header.m4 M4 = m4 -M4FLAGS = -I /usr/local/share/mb +M4FLAGS ?= -I /usr/local/share/mb LDFLAGS += LIBS += -lmbfly -lX11 -L/usr/local/lib `pkg-config --libs cairo` CFLAGS += -I/usr/local/include `pkg-config --cflags cairo` -I../../src