]> git.ozlabs.org Git - petitboot/blob - Makefile.in
autoconfiscate
[petitboot] / Makefile.in
1
2 # general package info
3 VERSION = @PACKAGE_VERSION@
4 PACKAGE = @PACKAGE_NAME@
5
6 # toolchain
7 CC = @CC@
8 LDFLAGS = @LDFLAGS@
9 CFLAGS = @CFLAGS@
10 DEFS = @DEFS@
11 CPPFLAGS = @CPPFLAGS@ $(DEFS)
12
13 # dependencies
14 twin_CFLAGS = @twin_CFLAGS@
15 twin_LDFLAGS = @twin_LIBS@
16
17 # other programs
18 INSTALL = @INSTALL@
19
20 # paths
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23 sbindir = @sbindir@
24 datarootdir = @datarootdir@
25 datadir = @datadir@
26 pkgdatadir = ${datadir}/${PACKAGE}
27 srcdir = @srcdir@
28 top_srcdir = @top_srcdir@
29
30 include $(top_srcdir)/rules.mk