10 lines
215 B
Makefile
10 lines
215 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS=foreign
|
|
|
|
DISTCLEANFILES=ffitarget.h
|
|
EXTRA_DIST=ffi.h.in ffi_common.h
|
|
|
|
includesdir = $(DESTDIR)$(includedir)
|
|
includes_HEADERS = ffi.h ffitarget.h
|