office-gobmx/dmake/startup/tos/macros.mk
Jens-Heiner Rechtien b501a54cf9 initial import
2000-09-22 14:33:37 +00:00

24 lines
478 B
Makefile

# 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