*** empty log message ***
[libfirm] / ir / ir / Makefile
index 844e21a..7a823e2 100644 (file)
@@ -22,15 +22,15 @@ X_INCLUDES  =
 SHELL       = /bin/sh
 MAKE        = /usr/bin/make
 
-MEMBERS         = ircons.m irdump.m irflag.m irgmod.m irgraph.m \
-           irgwalk.m irmode.m irnode.m irop.m iropt.m irvrfy.m
+MEMBERS         = ircons.m irdump.m irflag.m irgmod.m irgraph.m irgopt.m \
+           irgwalk.m irmode.m irnode.m irop.m iropt.m irprog.m irvrfy.m
 
 CFILES = $(MEMBERS:.m=.c)
 
 HFILES = $(MEMBERS:.m=.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
+           set.h tune.h tv.h type.h xprintf.h xp_help.h irnode2.h
 
 OFILES = $(MEMBERS:%.m=../objects/%.o)