1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
put /tmpasm/OFS { }
put /local/librnd/CFLAGS_GENERIC cc/cflags
append /local/librnd/CFLAGS_GENERIC cc/fpic
append /local/librnd/CFLAGS_GENERIC ?/local/librnd/cflags_profile
put /local/rnd/CFLAGS /local/librnd/CFLAGS_GENERIC
uniq /local/rnd/CFLAGS
uniq /local/librnd/CFLAGS_GENERIC
include {src/librnd/scconfig/template/debug.tmpasm}
print [@# generated by ./configure, do not modify
# Compatibility with autotools on DESTDIR - Debian really wants this
# Still keep install_root as well, because that has a better name
Install_root=$(install_root)$(DESTDIR)
# prefix is @/local/prefix@
DOCDIR=$(Install_root)@/local/prefix@/share/doc/librnd4
LIBDIR=$(Install_root)@/local/prefix@/@/local/libarchdir@/librnd4
BINDIR=$(Install_root)@/local/prefix@/bin
DATADIR=$(Install_root)@/local/prefix@/share/librnd4
MAN1DIR=$(Install_root)@/local/prefix@@/local/man1dir@
RM=@/host/fstools/rm@
CP=@/host/fstools/cp@
LN=@/host/fstools/ln@
MKDIR=@/host/fstools/mkdir@
SCCBOX=$(ROOT)/scconfig/sccbox
EXE=@/target/sys/ext_exe@
PCB_RND_HOST_CC=@/host/cc/cc@
PCB_RND_VER=@/local/version@
PCB_RND_VER_MAJOR=@/local/version_major@
PCB_RND_CFLAGS=@/local/librnd/c99flags@ @/local/rnd/CFLAGS@
PCB_RND_C89FLAGS=@/local/librnd/c89flags@ @/local/rnd/CFLAGS@
# hidlib installation directories
HL_LIBDIR=$(Install_root)@/local/prefix@/@/local/libarchdir@
HL_SHAREDIR=$(Install_root)@/local/prefix@/share/librnd4
HL_INCDIR=$(Install_root)@/local/prefix@/include/librnd4/librnd
# used for tests
LIBRND_RDYNAMIC=@cc/rdynamic@
@]
|