File: Makefile.conf.in

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (45 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download
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@


@]