Added the bearch files to the makefile
[libfirm] / ir / be / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/ir/Makefile.in
4 # Purpose:
5 # Author:      Boris Boesler, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 1999-2003 Universität 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 bearch_obj.def
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 phistat.c \
25         bephiopt.c bephicoal.c bera.h bechordalspill.c \
26         beasm_dump_globals.c beasm_asm_gnu.c bearch.h bearch.c
27
28 include $(topdir)/MakeRules
29
30 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
31                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
32                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
33                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/ana2 \
34                 -I$(topdir)/ir/config
35
36 include $(top_srcdir)/MakeTargets
37
38 all: subdir.o