]> rtime.felk.cvut.cz Git - omk.git/commitdiff
xxx_IDLFLAGS variable can be used to specify custom IDL flags for different files
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Oct 2008 20:29:00 +0000 (20:29 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 14 Oct 2008 20:29:00 +0000 (20:29 +0000)
darcs-hash:20081014202909-f2ef6-12141c88a54276d51064e7773d59aa3f468ffe7c.gz

snippets/linux

index 97cf6bf026ba051a38a63dd1b245f053e11c72c2..57f43b87037c56b2df4f304caf3586e4744f3dd7 100644 (file)
@@ -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     $$@"
 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
 
 
 endef