# Common makefile settings for wxWindows programs
# This file is included by all the other makefiles, thus changes
# made here take effect everywhere (except where overriden).
+# RCS-ID: $Id$
#
########################### Programs #################################
# Replace this with your own path if necessary
-WXDIR = /home/jacs/wx2
+WXDIR = $(WXWIN)
# C++ compiler
CC = g++
########################## Compiler flags #############################
# Misc options
-OPTIONS = -D__WXDEBUG__ # -DDEBUG='$(DEBUG)' # -DWXDEBUG
+OPTIONS = -D__WXDEBUG__
COPTIONS =
DEBUGFLAGS = -ggdb
INCLUDE =