Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git] / Externals / config.mk
1 #
2 #
3 #
4 -include ../../Makefile.cfg
5
6 ifeq ($(ARCH),x86)
7  BFD := i586
8 else ifeq ($(ARCH),x86_64)
9  BFD := x86_64
10 else
11  $(error No BFD translation for $(ARCH) in Externals/config.mk)
12 endif
13
14 OUTDIR=$(ACESSDIR)/Externals/Output/$(ARCH)
15 BUILD_OUTDIR=$(OUTDIR)-BUILD
16 SYSROOT=$(ACESSDIR)/Externals/Output/sysroot-$(BFD)
17
18 PATH:=$(BUILD_OUTDIR)/bin:$(PATH)
19 INCLUDE_DIR=$(SYSROOT)/usr/include
20
21 # Runtime Options
22 PREFIX=/Acess/usr/
23 EPREFIX=$(PREFIX)
24 HOST=$(BFD)-pc-acess2
25
26 PARLEVEL ?= 1
27

UCC git Repository :: git.ucc.asn.au