9 lines
189 B
Makefile
9 lines
189 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
EXTRA_DIST = ffi.h.in ffi_common.h ffi_mips.h
|
|
|
|
hackdir=$(includedir)
|
|
|
|
hack_DATA=fficonfig.h ffi.h ffi_mips.h
|