Added interprocedural view.
[libfirm] / ir / ir / Makefile.in
index b659917..a4c5a30 100644 (file)
@@ -12,7 +12,7 @@ subdir := ir/ir
 
 INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \
                irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h   \
-               irgopt.h old_fctnames.h
+               irgopt.h old_fctnames.h ircgcons.h ircgopt.h
 
 SOURCES = $(INSTALL_HEADERS)
 
@@ -20,7 +20,7 @@ SOURCES += Makefile.in \
                ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
                irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h        \
                irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h  \
-               irop_t.h irprog_t.h iropt_dbg.c
+               irop_t.h irprog_t.h iropt_dbg.c ircgcons.c ircgopt.c
 
 
 include $(topdir)/MakeRules