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