
# Makefile macros.  See `Makefile' for explanations.

CPLUSPLUS	= g++
CC		= gcc

# Location of Xerces XML parser library:
XERCES_INC	= -I ./xerces_include
XERCES_LIB	= -L$(LIB) -lxerces-c1_5_1-macosx

# Additional defines:
SYS_DEFS	+=

# Need to use old Compaq assembler:
SYS_OPT		+=

SYS_LANG	+=

SYS_INCS	+=

SYS_LINK	+=

SYS_LIBS	+= 

SYS_WARN	+= -ansi -pedantic -Wno-long-long
