mirror of
https://github.com/libffi/libffi.git
synced 2026-01-28 10:54:09 +00:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS=foreign
|
|
|
|
DISTCLEANFILES=ffitarget.h
|
|
noinst_HEADERS=ffi_common.h ffi_cfi.h tramp.h
|
|
EXTRA_DIST=ffi.h.in
|
|
|
|
nodist_include_HEADERS = ffi.h ffitarget.h
|