summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..0da5a4e
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,30 @@
+
+# general package info
+VERSION = @PACKAGE_VERSION@
+PACKAGE = @PACKAGE_NAME@
+
+# toolchain
+CC = @CC@
+LDFLAGS = @LDFLAGS@
+CFLAGS = @CFLAGS@
+DEFS = @DEFS@
+CPPFLAGS = @CPPFLAGS@ $(DEFS)
+
+# dependencies
+twin_CFLAGS = @twin_CFLAGS@
+twin_LDFLAGS = @twin_LIBS@
+
+# other programs
+INSTALL = @INSTALL@
+
+# paths
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+sbindir = @sbindir@
+datarootdir = @datarootdir@
+datadir = @datadir@
+pkgdatadir = ${datadir}/${PACKAGE}
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+
+include $(top_srcdir)/rules.mk
OpenPOWER on IntegriCloud