X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=0da5a4e4920be8bdd33270c8141513b0993a8a12;hp=0000000000000000000000000000000000000000;hb=000a92b4fa909c432732ac3ed8f28eeeaeac70ee;hpb=e518d1d16c16781d6824ece2ee0ddd1ac2339703 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