X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile;h=c6fac71e950f0432f150f7d6dfa16977a9a8973d;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=db63ae9f931294ab7ea126d234708883665366ea;hpb=d9a55909a7237a1cc5466b4c07851b41cac5ae3e;p=libfirm diff --git a/ir/ir/Makefile b/ir/ir/Makefile index db63ae9f9..c6fac71e9 100644 --- a/ir/ir/Makefile +++ b/ir/ir/Makefile @@ -29,12 +29,13 @@ MEMBERS = $(DISTRIBMEMBERS) CFILES = $(MEMBERS:.m=.c) HFILES = $(MEMBERS:.m=.h) -HFILES += irnode_t.h irgraph_t.h irop_t.h +HFILES += irnode_t.h irgraph_t.h ir_prog.h irop_t.h irmode_t.h HFILES += array.h common.h cookies.h debug.h entity.h gmp.h \ host.h ident.h label.h misc.h obst.h pdeq.h pset.h \ set.h tune.h tv.h type.h xprintf.h xp_help.h irnode2.h DISTRIB = $(DISTRIBMEMBERS:.m=.h) +DISTRIB += old_fctnames.h OFILES = $(MEMBERS:%.m=../objects/%.o) @@ -66,6 +67,7 @@ clean: rm -f $(OFILES) $(DFILES) realclean: clean - rm -f $(TARGET) *.flc TAGS + rm -f $(TARGET) *.flc TAGS \#* + rm -rf auto/ -include $(DFILES)