summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
blob: cd8ab6599931ea4ab5c32c709ef9be73b836fb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# define destination locations
#

PYTHONLIBDIR = /usr/lib/anaconda
RUNTIMEDIR = /usr/lib/anaconda-runtime
ANACONDADATADIR = /usr/share/anaconda
PYTHON = python1.5
PYTHONINCLUDE = /usr/include/python1.5

ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))

#
# define options
#
JAPANESE=1

# define product name to be imported into the loader and anywhere else
# that needs the proper name of the product
PRODUCTNAME="Red Hat Linux"