From: Michal Sojka Date: Tue, 14 Oct 2008 20:29:00 +0000 (+0000) Subject: xxx_IDLFLAGS variable can be used to specify custom IDL flags for different files X-Git-Tag: v0.1-sssa~26 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/0e585717e9aa6ad72fb7e7b0d341afdd08d86a82 xxx_IDLFLAGS variable can be used to specify custom IDL flags for different files darcs-hash:20081014202909-f2ef6-12141c88a54276d51064e7773d59aa3f468ffe7c.gz --- diff --git a/snippets/linux b/snippets/linux index 97cf6bf..57f43b8 100644 --- a/snippets/linux +++ b/snippets/linux @@ -251,7 +251,7 @@ endef define COMPILE_idl_template $(2).c $(2)-stubs.c $(2)-skels.c $(2)-common.c $(2).h: $(1) @$(QUIET_CMD_ECHO) " IDL $$@" - $(Q) $$(idl_COMPILE) $(1) + $(Q) $$(idl_COMPILE) $$($(2)_IDLFLAGS) $(1) endef