fixed bitfield loads: mode must be adjustedir/lower/lower_hl.c
[libfirm] / ir / lower / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/lower/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/lower
17
18 SOURCES =       Makefile.in \
19                 lower_intrinsics.c lower_calls.c lower_dw.c lower_hl.c
20
21 include $(topdir)/MakeRules
22
23 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir   -I$(top_srcdir)/ir/common  \
24                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr   -I$(top_srcdir)/ir/tv \
25                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana  -I$(top_srcdir)/ir/st \
26                 -I$(top_srcdir)/ir/arch  -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \
27                 -I$(top_srcdir)/ir/opt -I$(topdir)/ir/config
28
29 include $(top_srcdir)/MakeTargets
30
31 all: subdir.o