summaryrefslogtreecommitdiff
path: root/build.mak.txt
blob: 93c30ec18be287e3f4b29080a37acf3a07c93dbd (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Build configurations:
#
# MACHINE_NAME values: 
#	- i386 (generic x86)
#	- sparc
#	- alpha
#
# OS_NAME values:
#	- win32 (generic windows)
#	- linux
#	- sunos
#
# CC_NAME values:
#	- gcc
#	- msvc
#
# HOST_NAME values:
#	- win32 (Windows command line)
#	- mingw (Windows, mingw)
#	- unix
#

#
# PalmOS 6 cross-compile, cygwin
#
#export MACHINE_NAME := m68k
#export OS_NAME := palmos
#export CC_NAME := gcc
#export HOST_NAME := mingw

#
# Win32, mingw
#
#export MACHINE_NAME := i386
#export OS_NAME := win32
#export CC_NAME := gcc
#export HOST_NAME := mingw

#
# Linux i386, gcc
#
export MACHINE_NAME := i386
export OS_NAME := linux
export CC_NAME := gcc
export HOST_NAME := unix

#
# Linux KERNEL i386, gcc
#
#export MACHINE_NAME := i386
#export OS_NAME := linux-kernel
#export CC_NAME := gcc
#export HOST_NAME := unix
#export PJPROJECT_DIR := /usr/src/pjproject-0.3
##export KERNEL_DIR = /usr/src/linux
#export KERNEL_DIR = /usr/src/uml/linux
#export KERNEL_ARCH = ARCH=um

#
# SunOS, sparc, gcc
#
#export MACHINE_NAME := sparc
#export OS_NAME := sunos
#export CC_NAME := gcc
#export HOST_NAME := unix