--- a/Makefile Wed Jul 11 09:53:27 2007 +0200
+++ b/Makefile Thu Jul 12 11:24:32 2007 +0200
@@ -1,6 +1,6 @@
# include the system specific Makefile
-#include ../../Makefile.$(shell uname)
-
+include Makefile.$(shell uname)
+
default: all
all: iec2cc iec2iec
@@ -25,18 +25,8 @@
# make something everywhere (ie, in all Makefiles that have that target)
find . -depth -mindepth 2 -maxdepth 2 -name Makefile -printf %h\\n | xargs -i make -C{} $@
-
-
-#get warnings, debugging information and optimization
-CXXFLAGS = -Wall -pedantic -Wpointer-arith -Wwrite-strings
-# CXXFLAGS += -Werror
-CXXFLAGS += -ggdb -O3 -funroll-loops
-# Note: if the optimizer crashes, we'll leave out the -O3 for those files
-
CXXFLAGS += -I.
-
-
LIBS = absyntax/absyntax.o absyntax/visitor.o
LIBS += stage1_2/stage1_2.o stage1_2/iec.y.o stage1_2/iec.flex.o