diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 15:11:56 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 15:11:56 +0200 |
commit | 96b4d0cea5045770e2343908c40cbfc6ebb4ac1e (patch) | |
tree | b1447867ee4779fa2e7b9f0c6fb0c742f1f1f6bc /mausezahn/Makefile | |
parent | 043db4056d88e175ccd22f02ccbd6be41560d309 (diff) |
build: refactor tool specific flags into <tool>/Makefile
To get the normal Makefile a bit cleaner, push the tool specific
build options into <tool>/Makefile.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'mausezahn/Makefile')
-rw-r--r-- | mausezahn/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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)\" |