summaryrefslogtreecommitdiff
path: root/dmake/startup/tos/macros.mk
blob: 1023dfc9acd17d4e963e2d72671ebe1904b3f683 (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
# Define Atari TOS specific macros.
#

# Process environment-specific refinements, if any.
.IF $(OSENVIRONMENT)
   .INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSENVIRONMENT)$/macros.mk
.ENDIF

# Set default to GCC Compiler.
CPP   *:= /gnu/lib/cpp
CC    *:= gcc
"C++" *:= g++
AS    *:= gas
YACC  *:= bison
LEX   *:= flex
RM    *:= /bin/rm

# Common flag settings
ARFLAGS *= -rvs

# Other appropriate macro settings.
A            *:= .olb
SHELLFLAGS   *:=
GROUPSUFFIX  *:= .bat