]> andersk Git - moira.git/commitdiff
add mk_cmds KREL1
authorjtkohl <jtkohl>
Mon, 23 Jan 1989 17:36:39 +0000 (17:36 +0000)
committerjtkohl <jtkohl>
Mon, 23 Jan 1989 17:36:39 +0000 (17:36 +0000)
util/imake.includes/Imake.rules

index 7aff9fc12ddc060ee8af2c32f9989edd4ce09df5..1a983041a978669b31421a038cd5fd61f8d1771b 100644 (file)
@@ -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
  */
This page took 0.118016 seconds and 5 git commands to generate.