Added Goetz' proposal to replace loads of constant entities by their constants
[libfirm] / ir / ana / Makefile.in
index 636fe51..c63c107 100644 (file)
@@ -15,16 +15,16 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ana
 
-INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h rta.h  \
-               callgraph.h
+INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h  \
+               callgraph.h field_temperature.h rta.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
-               irouts.c irdom_t.h irdom.c cgana.c      rta.c \
+               irouts.c irdom_t.h irdom.c cgana.c      rta.c  \
                irloop_t.h irbackedge.c irbackedge_t.h irscc.c ircfscc.c        \
                irtypeinfo.c irsimpletype.c                                     \
-               callgraph.c
+               callgraph.c field_temperature.c
 
 include $(topdir)/MakeRules