Added beirgmod and benode
[libfirm] / ir / be / Makefile.in
index 49b2f28..42908c7 100644 (file)
@@ -6,7 +6,7 @@
 # Modified by:
 # Created:
 # CVS-ID:      $Id$
-# Copyright:   (c) 1999-2003 Universität Karlsruhe
+# Copyright:   (c) 1999-2003 Universitt Karlsruhe
 # Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
 #
 
@@ -15,14 +15,17 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/be
 
-INSTALL_HEADERS = be.h
+INSTALL_HEADERS = be.h bearch.h
 
 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 bephicoal.c bera.h bechordalspill.c
+       benumb_t.h benumb.c bechordal.c bera.c beutil.c \
+       bera.h bechordalspill.c beasm_dump_globals.c beasm_asm_gnu.c \
+       sp_matrix.c becopyoptmain.c becopyopt.c becopyheur.c \
+       becopyilp.c becopystat.c bearch_firm.c bearch.c bechordal_draw.c \
+       bechordal_draw.h beirgmod.c beirgmod.h benode.c benode.h lpp_rzcpx.c
 
 include $(topdir)/MakeRules