mirror of
https://github.com/php-win-ext/libffi.git
synced 2026-03-24 09:02:19 +01:00
10 lines
208 B
Makefile
10 lines
208 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS=foreign
|
|
|
|
DISTCLEANFILES=ffitarget.h
|
|
noinst_HEADERS=ffi_common.h ffi_cfi.h
|
|
EXTRA_DIST=ffi.h.in
|
|
|
|
nodist_include_HEADERS = ffi.h ffitarget.h
|