mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 03:39:29 +08:00
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
|