- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/be/Makefile.in
4 # Purpose:
5 # Author:      Boris Boesler, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 1999-2005 Universitaet Karlsruhe
10 # Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11 #
12
13 top_srcdir := @top_srcdir@
14 srcdir = @srcdir@
15 topdir = ../..
16 subdir := ir/be
17
18 INSTALL_HEADERS = be.h bearch.h
19
20 SOURCES = $(INSTALL_HEADERS)
21
22 SOURCES +=      Makefile.in besched.h belistsched.h belistsched.c \
23         beutil.h bemain.c besched.c bemain.c belive.c belive.h benumb.h \
24         benumb_t.h benumb.c bechordal.c bera.c beutil.c \
25         bera.h bechordal_main.c beschedregpress.c beschedtrace.c beschedtrivial.c \
26         beschedrand.c becopyopt.c becopyheur.c becopyheur2.c becopyilp.c becopyilp1.c \
27         becopyilp2.c beifg.c becopystat.c bearch.c bechordal_draw.c \
28         bechordal_draw.h beirgmod.c beirgmod.h benode.c benode_t.h \
29         bessadestr.c beifg_std.c bespill.c bespillbelady.c \
30         beuses.c beuses.h belower.c belower.h beraextern.c \
31         beabi.c beabi.h beabi_t.h benodesets.c benodesets.h \
32         bemachnode.c bemachnode.h beinsn.c bestat.h bestat.c \
33         beschedregpress.c beschedtrace.c beschedtrivial.c \
34         beschedmris.h beschedmris.c bespillmorgan.c bespillmorgan.h \
35         beverify.h beverify.c bepressurestat.c bepressurestat.h \
36         bessadestrsimple.c beifg_clique.c beifg_list.c beifg_pointer.c \
37         bejavacoal.c becopyheur3.c bespillcost.c bespillremat.c \
38         bespillslots.h bespillslots.c beprofile.c \
39         bestatevent.h bestatevent.c be_dbgout.h bestabs.c beschedrss.c
40
41
42 include $(topdir)/MakeRules
43
44 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
45                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
46                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
47                 -I$(top_srcdir)/ir/stat  -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
48                 -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower \
49                 -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
50
51 include $(top_srcdir)/MakeTargets
52
53 all: subdir.o