summaryrefslogtreecommitdiff
path: root/Build/basedef.mk
blob: a762983068f2597282350bd7d10d11e42e954bc8 (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
# Add inputs and outputs from these tool invocations to the build variables


OS_NAME := $(shell $(UNAME))


#ifeq ($(origin BUILD_CONFIG), undefined)
BUILD_CONFIG ?= Debug
#endif

#ifeq ($(origin ARCH), undefined)
ARCH ?= i386
#endif

#ifeq ($(origin PROJPATH), undefined)
PROJPATH ?= .
#endif


#ifeq ($(origin PROJ_PATH), undefined)
PROJ_PATH ?= $(PROJPATH)
#endif

#ifeq ($(strip $(OUTPUT_DIR)),)
#OUTPUT_DIR ?= $(PROJ_PATH)/$(BUILD_CONFIG)
#endif

#ifeq ($(strip $(BUILD_ARCH)),)
BUILD_ARCH ?= $(ARCH)
#endif

#ifeq ($(strip $(ENVENTOR_PATH)),)
ENVENTOR_PATH ?= $(SDK_TOOLPATH)/enventor
#endif