makefile updates
[libfirm] / ir / opt / 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-2004 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/opt
17
18 SOURCES =       Makefile.in \
19                 cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c \
20                 loop_unrolling.c ifconv.c scalar_replace.c funccall.c \
21                 opt_polymorphy.c return.c tropt.c opt_confirms.c opt_confirms.h \
22                 escape_ana.c proc_cloning.c gvn_pre.c opt_frame.c \
23                 opt_osr.c condeval.c ldst2.c convopt.c
24
25 include $(topdir)/MakeRules
26
27 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
28                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
29                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
30                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config
31
32 include $(top_srcdir)/MakeTargets
33
34 all: subdir.o