opt_confirms.h is now global visible
[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/ir
17
18 INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h \
19                 loop_unrolling.h funccall.h opt_polymorphy.h ifconv.h \
20                 return.h tropt.h scalar_replace.h escape_ana.h \
21                 proc_cloning.h  opt_confirms.h
22
23 SOURCES = $(INSTALL_HEADERS)
24
25 SOURCES +=      Makefile.in \
26                 cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c \
27                 loop_unrolling.c ifconv.c scalar_replace.c funccall.c \
28                 opt_polymorphy.c return.c tropt.c opt_confirms.c \
29                 escape_ana.c proc_cloning.c
30
31 include $(topdir)/MakeRules
32
33 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
34                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
35                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
36                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config
37
38 include $(top_srcdir)/MakeTargets
39
40 all: subdir.o