X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=f7f50ca6ac76535de862f640af7557c9875d65dc;hb=ae52b69dfadbd0835e01f55167d979cb6a9a6305;hp=6bac107e10b8b12ce2fce35e02886e54703202e2;hpb=3edf904c2ea99fa197aee442539b7dcbcf1489e4;p=cparser diff --git a/Makefile b/Makefile index 6bac107..f7f50ca 100644 --- a/Makefile +++ b/Makefile @@ -29,19 +29,20 @@ 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 \ + 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 +50,7 @@ SOURCES := \ driver/firm_codegen.c \ driver/firm_opt.c \ driver/gen_firm_asm.c \ + preprocessor.c OBJECTS = $(SOURCES:%.c=build/%.o)