2017-02-12 04:31:25 +00:00
|
|
|
# frozen_string_literal: true
|
2010-08-14 10:12:13 +00:00
|
|
|
$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
|
2014-11-21 03:04:10 +00:00
|
|
|
$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h.
|
2009-06-16 23:56:48 +00:00
|
|
|
create_makefile('objspace')
|