From: jtkohl Date: Mon, 23 Jan 1989 17:36:39 +0000 (+0000) Subject: add mk_cmds X-Git-Tag: KREL1 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/refs/tags/KREL1?ds=sidebyside add mk_cmds --- diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index 7aff9fc1..1a983041 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -211,6 +211,12 @@ clean:: @@\ @@\ depend:: concat(src,.h) +#define mk_cmds(tbl) @@\ +concat(tbl,.o): concat(tbl,.ct) @@\ + $(MAKE_COMMANDS) concat(tbl,.ct) @@\ +clean:: @@\ + $(RM) concat(src,.o) + /* * Rule for building some random object module */