File: README_Makefile.md

package info (click to toggle)
mbrola 3.02b%2Bdfsg-4
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 760 kB
  • sloc: ansic: 5,366; sh: 206; makefile: 169
file content (31 lines) | stat: -rw-r--r-- 745 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
IMPORTANT: most of machine dependant moves are kept in Misc/common.h

Please check the following #defines, some of which can be set in the Makefile

depending on your OS you must define:

    TARGET_OS_MAC
    TARGET_OS_DOS
    TARGET_OS_SUN4
    TARGET_OS_VMS
    TARGET_OS_BEOS

If your system is not listed above, then it may be handled directly with:

    __i386
    __powerpc__
    __sparc

If not, then you have to manually define one of those:

    LITTLE_ENDIAN
or

    BIG_ENDIAN

If you are able to handle signals, then #define SIGNAL (able to reset the
mbrola engine on the fly with SIG_USR1).

If you want to build the library mode instead of Standalone then `#define LIBRARY`

If you want to build a Windows DLL, then `#define DLL`