]> git.ozlabs.org Git - petitboot/blobdiff - Makefile.in
autoconfiscate
[petitboot] / Makefile.in
diff --git a/Makefile.in b/Makefile.in
new file mode 100644 (file)
index 0000000..0da5a4e
--- /dev/null
@@ -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