Added ILP module. Integrated it. Some old TODOs in heuristic.
[libfirm] / ir / be / Makefile.in
index 1303dda..bc68ce9 100644 (file)
@@ -15,14 +15,15 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/be
 
-INSTALL_HEADERS = be.h
+INSTALL_HEADERS = be.h bearch.h bearch_obj.def
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in besched.h belistsched.h belistsched.c \
        beutil.h bemain.c besched.c bemain.c belive.c belive.h benumb.h \
        benumb_t.h benumb.c bechordal.c bera.c beutil.c phistat.c \
-       bephiopt.c bephicongr.c bephicoal.c domtree.c
+       bephiopt.c bephicoal.c bephicoalilp.c bera.h bechordalspill.c \
+       beasm_dump_globals.c beasm_asm_gnu.c bearch.h bearch.c
 
 include $(topdir)/MakeRules