From 96b4d0cea5045770e2343908c40cbfc6ebb4ac1e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 15:11:56 +0200 Subject: build: refactor tool specific flags into /Makefile To get the normal Makefile a bit cleaner, push the tool specific build options into /Makefile. Signed-off-by: Daniel Borkmann --- mausezahn/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mausezahn') diff --git a/mausezahn/Makefile b/mausezahn/Makefile index ab892c6..0f97c34 100644 --- a/mausezahn/Makefile +++ b/mausezahn/Makefile @@ -64,3 +64,8 @@ mausezahn-objs = str.o \ staging/llist.o \ staging/directmops.o \ staging/mausezahn.o + +mausezahn-eflags = -O2 -I. -I.. \ + -DVERSION_STRING=\"$(VERSION_STRING)\" \ + -DPREFIX_STRING=\"$(PREFIX)\" \ + -DVERSION_LONG=\"$(VERSION_LONG)\" -- cgit v1.2.3-54-g00ecf