summaryrefslogtreecommitdiff
path: root/ext/racc/cparse/extconf.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:20:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:20:31 +0000
commit890521d11783ac21503052e2a5f86c4ddfc6a9d8 (patch)
tree134204cbe7c93dfef4023d4095275e05fabb28e5 /ext/racc/cparse/extconf.rb
parentd444859d4a2664de66b53d33c29fbf6cd6ddef81 (diff)
racc runtime imported.
* lib/racc/parser.rb: new file. * ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files. * lib/README: add racc/parser.rb. * ext/Setup*: add racc/cparse. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/racc/cparse/extconf.rb')
-rw-r--r--ext/racc/cparse/extconf.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb
new file mode 100644
index 0000000000..dd953a7e15
--- /dev/null
+++ b/ext/racc/cparse/extconf.rb
@@ -0,0 +1,4 @@
+# $Id$
+
+require 'mkmf'
+create_makefile 'racc/cparse'