# Settings for the GNU C++ compiler for Mac OS/X (tested with 10.4 and 10.5).
# No support for graphics in this compilation setting.

SYSLIB  = -lpthread
SYSLIBG = -lpthread
SYSINCL =
CXX = g++
COMPILE = $(CXX) -O2 -ansi -pedantic -Wall
LINK    = $(CXX)
LINKGUI = $(CXX)
MAKELIB = ar cru
IDXLIB  = ranlib
REMOVE  = rm -f
MKDIR   = mkdir
EXE     = 
LIBEXT  = .a
OBJEXT  = .o

