# Makefile macros.  See `Makefile' for explanations.

CPLUSPLUS	= g++
CC		= gcc

# Location of Xerces XML parser library:
XERCES_INC	= -Ixerces_include
XERCES_LIB	= -L$(LIB) -lxerces-c1_5_1-alpha -lpthread -lrt

# Additional defines:
SYS_DEFS	+=

SYS_OPT		+=

# Need to use old Compaq assembler:
SYS_LANG	+= -mieee-with-inexact -Wa,-oldas

SYS_DEBUG	+=

SYS_INCS	+=

SYS_LINK	+=

SYS_LIBS	+= -lexc

SYS_WARN	+= -ansi -pedantic

MAKEDEPEND_OPTS  = -gstabs
