mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
14 lines
416 B
Makefile
14 lines
416 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS=foreign
|
|
|
|
DISTCLEANFILES=ffitarget.h
|
|
noinst_HEADERS=ffi_common.h ffi_cfi.h tramp.h
|
|
EXTRA_DIST=ffi.h.in
|
|
|
|
# Where generated headers like ffitarget.h get installed.
|
|
gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
|
|
toollibffidir := $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
|
|
|
|
toollibffi_HEADERS = ffi.h ffitarget.h
|