File: INSTALL.im

package info (click to toggle)
icmake 7.12.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,776 kB
  • ctags: 1,494
  • sloc: ansic: 7,785; makefile: 3,724; sh: 302; cpp: 95
file content (31 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download | duplicates (3)
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
/*
    The locations of the binaries, the man pages and the documentation
    ==================================================================
 
    The settings in this file are according to the Debian File Standard
    Change them according to your tastes if you think they should be
    different. 

    All locations are relative to a specifiable base-directory.

        BINDIR      the binary programs and scripts
        SKELDIR     the icmstart-script skeleton files
        MANDIR      the base directory of man-pages (under MANDIR/man1 and
                    MANDIR/man2) 
        LIBDIR      icmake's support programs
        CONFDIR     the system-wide configuration files (AUTHOR, VERSION, 
                    icmstart.rc)
        DOCDIR      various doc-files (e.g., changelog)
        DOCDOCDIR   more extensive documentation (icmake.ps, examples)
*/

// Define EXTENSION as ".exe" when compiling for CYGWIN
//#define EXTENSION   ".exe"

#define BINDIR      "usr/bin"
#define SKELDIR     "usr/share/icmake"
#define MANDIR      "usr/share/man"
#define LIBDIR      "usr/lib/icmake"
#define CONFDIR     "etc/icmake"
#define DOCDIR      "usr/share/doc/icmake"
#define DOCDOCDIR   "usr/share/doc/icmake-doc"