makefile updates
[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 SOURCES =       Makefile.in besched.h belistsched.h belistsched.c \
19         beutil.h bemain.c besched.c bemain.c belive.c belive.h \
20         bechordal.c bera.c beutil.c beirg.c beirg.h \
21         bera.h bechordal_main.c beschedregpress.c beschedtrace.c beschedtrivial.c \
22         beschedrand.c becopyopt.c becopyheur.c becopyheur2.c becopyheur4.c becopyilp.c becopyilp1.c \
23         becopyilp2.c beifg.c becopystat.c bearch.c bechordal_draw.c \
24         bechordal_draw.h beirgmod.c beirgmod.h benode.c benode_t.h \
25         bessadestr.c beifg_std.c bespill.c bespillbelady.c \
26         beuses.c beuses.h belower.c belower.h beraextern.c \
27         beabi.c beabi.h beabi_t.h benodesets.c benodesets.h \
28         bemachnode.c bemachnode.h beinsn.c bestat.h bestat.c \
29         beschedregpress.c beschedtrace.c beschedtrivial.c \
30         beschedmris.h beschedmris.c bespillmorgan.c bespillmorgan.h \
31         beverify.h beverify.c bepressurestat.c bepressurestat.h \
32         bessadestrsimple.c beifg_clique.c beifg_list.c beifg_pointer.c \
33         bejavacoal.c becopyheur3.c bespillremat.c \
34         bespillslots.h bespillslots.c beprofile.c \
35         be_dbgout.h bestabs.c beschedrss.c \
36         beblocksched.h beblocksched.c bespilloptions.c bespilloptions.h \
37         beilpsched.c beilpsched.h bemachine.c bemachine.h \
38         bemodule.c bemodule.h beloopana.c beloopana.h \
39         begnuas.c begnuas.h beemitter.c beemitter.h bedomfront.c bestate.c \
40         bessaconstr.c bessaconstr.h bestate.c bestate.h bespilldaemel.c
41
42
43
44 include $(topdir)/MakeRules
45
46 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
47                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
48                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
49                 -I$(top_srcdir)/ir/stat  -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
50                 -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower \
51                 -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
52
53 include $(top_srcdir)/MakeTargets
54
55 all: subdir.o