- icc 11 defines __ptr32
[cparser] / Makefile
index 8d020eb..395c693 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ SOURCES := \
        adt/obstack_printf.c \
        adt/strset.c \
        adt/xmalloc.c \
+       attribute.c \
+       parser.c \
        ast.c \
        ast2firm.c \
        diagnostic.c \
@@ -42,7 +44,6 @@ SOURCES := \
        lexer.c \
        main.c \
        mangle.c \
-       parser.c \
        preprocessor.c \
        symbol_table.c \
        token.c \
@@ -92,7 +93,7 @@ REVISION ?= $(shell svnversion -n .)
        @echo "===> DEPEND"
        @rm -f $@ && touch $@ && makedepend -p "$@ build/" -Y -f $@ -- $(CPPFLAGS) -- $(SOURCES) 2> /dev/null && rm $@.bak
 
-DIRS = build build/adt build/driver build/wrappergen build/cpb build/cpb/adt build/cpb/driver build/cpb2 build/cpb2/adt build/cpb2/driver build/cpbe build/cpbe/adt build/cpbe/driver
+DIRS = build build/adt build/driver build/wrappergen build/cpb build/cpb/adt build/cpb/driver build/cpb/wrappergen build/cpb2 build/cpb2/adt build/cpb2/driver build/cpb2/wrappergen build/cpbe build/cpbe/adt build/cpbe/driver build/cpbe2/wrappergen
 UNUSED := $(shell mkdir -p $(DIRS))
 
 $(GOAL): $(OBJECTS) $(LIBFIRM_FILE)