File: build.data

package info (click to toggle)
tclxml 1%3A3.2.7-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,028 kB
  • sloc: ansic: 11,995; tcl: 6,842; sh: 463; makefile: 12
file content (28 lines) | stat: -rwxr-xr-x 1,029 bytes parent folder | download | duplicates (8)
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
# build.data --
#

    macro exec_prefix            {${prefix}}
    macro program_transform_name {s,x,x,}
    macro bindir                 {${exec_prefix}/bin}
    macro sbindir                {${exec_prefix}/sbin}
    macro libexecdir             {${exec_prefix}/libexec}
    macro datadir                {${prefix}/share}
    macro sysconfdir             {${prefix}/etc}
    macro sharedstatedir         {${prefix}/com}
    macro localstatedir          {${prefix}/var}
    macro libdir                 {${exec_prefix}/lib}
    macro includedir             {${prefix}/include}
    macro infodir                {${prefix}/info}
    macro mandir                 {${prefix}/man}

    macro PACKAGE {tclxml}
    macro VERSION {$::Installer::Version}

    macro OBJEXT {obj}

    macro RELPATH            {..}
    macro TCLXML_LIB_FILE    {tclxml.dll}
    macro expat_TCL_LIB_FILE {tclexpat.dll}
    macro BUILD_expat        {yes}
    macro expat_TCL_LIB_NAME {tclexpat}
    macro BUILD_xerces       {no}