[Gd-chatter] r11033 - trunk/libraries/utilities/getopt

cgay at gwydiondylan.org cgay at gwydiondylan.org
Wed Dec 6 05:57:13 CET 2006


Author: cgay
Date: Wed Dec  6 05:57:12 2006
New Revision: 11033

Added:
   trunk/libraries/utilities/getopt/Makegen   (contents, props changed)
Log:
job: 7335
Reinstate Makegen files needed by GD.

Added: trunk/libraries/utilities/getopt/Makegen
==============================================================================
--- (empty file)
+++ trunk/libraries/utilities/getopt/Makegen	Wed Dec  6 05:57:12 2006
@@ -0,0 +1,20 @@
+&makegen_include("../common-Makegen");
+
+$D2CFLAGS         # added by update-libdirs
+    = $d2c_runtime
+    . ' -L../common-dylan'
+    . ' -L../format'
+    . ' -L../format-out'
+    . ' -L../io'
+    . ' -L../print'
+    . ' -L../standard-io'
+    . ' -L../streams'
+    . ' -L../table-ext'
+    . ' -L../../d2c/runtime/random'
+    . ' -L../../d2c/runtime/threads';
+
+&emit_library_rule(
+    'getopt', '$(BUILDROOT)/force.timestamp', '', 'compile',
+    'install'
+);
+



More information about the chatter mailing list