File: extconf.rb

package info (click to toggle)
stfl 0.22-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 408 kB
  • sloc: ansic: 3,344; makefile: 109; perl: 95; ruby: 83; python: 73
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (6)
1
2
3
4
5
require 'mkmf'
`swig -ruby stfl.i`
$LIBS << " ../libstfl.a -lncursesw"
$CFLAGS << " -I.. -fPIC"
create_makefile('stfl')