Retro68/gcc/libffi/man/Makefile.am

9 lines
207 B
Makefile
Raw Normal View History

2012-03-27 23:13:14 +00:00
## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS=foreign
2014-09-21 17:33:12 +00:00
EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
2012-03-27 23:13:14 +00:00
2014-09-21 17:33:12 +00:00
man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
2012-03-27 23:13:14 +00:00