Warn about reference address as bool in condition of ?: and if (), too, not only...
[cparser] / Makefile
index 6bac107..8a75c20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,19 +29,21 @@ SOURCES := \
        adt/obstack_printf.c \
        adt/xmalloc.c \
        ast.c \
-       ast2firm.c \
        diagnostic.c \
        entitymap.c \
        format_check.c \
        lexer.c \
        main.c \
-       parser.c \
+       mangle.c \
+       walk_statements.c \
        symbol_table.c \
        token.c \
        type.c \
        types.c \
        type_hash.c \
        warning.c \
+       parser.c \
+       ast2firm.c \
        write_fluffy.c \
        write_caml.c \
        driver/firm_cmdline.c \
@@ -49,6 +51,7 @@ SOURCES := \
        driver/firm_codegen.c \
        driver/firm_opt.c \
        driver/gen_firm_asm.c \
+       preprocessor.c
 
 OBJECTS = $(SOURCES:%.c=build/%.o)