~ubuntu-branches/ubuntu/lucid/gauche-c-wrapper/lucid

« back to all changes in this revision

Viewing changes to libffi/include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2008-04-07 09:15:03 UTC
  • Revision ID: james.westby@ubuntu.com-20080407091503-wu0h414koe95kj4i
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this with automake to create Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS=foreign
 
4
 
 
5
DISTCLEANFILES=ffitarget.h
 
6
EXTRA_DIST=ffi.h.in ffi_common.h
 
7
 
 
8
hackdir=$(includedir)
 
9
 
 
10
hack_DATA=ffi.h
 
11