Edit

kc3-lang/libffi/include/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Richard Henderson
    Date : 2014-11-13 13:50:39
    Hash : 5d69d57a
    Message : configure: Move target source selection into configure.host This eliminates the AM_CONDITIONAL ugliness, which eliminates just a bit of extra boilerplate for a new target. At the same time, properly categorize the EXTRA_DIST files into SOURCES and HEADERS, for the generation of ctags.

  • include/Makefile.am
  • ## 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
    
    includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
    nodist_includes_HEADERS = ffi.h ffitarget.h