From f5f9d6ff43b16a70d1df673bbc6db42338e377c9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 4 Jan 2016 23:10:35 +0100 Subject: add deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 23 +++++++++++++++++++++++ Makefile.in | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 DEPENDENCIES diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..6e27604 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,23 @@ +RUNTIME DEPENDENCIES: + + libc + + +BUILD DEPENDENCIES: + + make + coreutils + libc + cc + texinfo>=4.11 (opt-out, for info, pdf, dvi, ps, and html manuals) + texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) + + texinfo<4.11 can be used if '@frenchspacing on' is removed. + + +INSTALL DEPENDENCIES: + + make + coreutils + texinfo (opt-out, for dir-entry of info manual) + diff --git a/Makefile.in b/Makefile.in index d784fa2..1e25495 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,7 +57,8 @@ _CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' _COPYING = COPYING # Used by mk/dist.mk -_EVERYTHING = $(__EVERYTHING_ALL_COMMON) src/libhaiku.c src/libhaiku.h +_EVERYTHING = $(__EVERYTHING_ALL_COMMON) src/libhaiku.c src/libhaiku.h \ + DEPENDENCIES # }} -- cgit v1.2.3-70-g09d2