X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile;h=c6fac71e950f0432f150f7d6dfa16977a9a8973d;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=9673c4d400f9275d4b73ca72b86f7a065ad4a310;hpb=3d16844cfe86402baf7e82c87facf630ee336b73;p=libfirm diff --git a/ir/ir/Makefile b/ir/ir/Makefile index 9673c4d40..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 ir_op_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)