signed/unsigned warning fixed
[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 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 gvn_pre.h opt_frame.h \
22                 opt_osr.h condeval.h ldst2.h convopt.h
23
24 SOURCES = $(INSTALL_HEADERS)
25
26 SOURCES +=      Makefile.in \
27                 cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c \
28                 loop_unrolling.c ifconv.c scalar_replace.c funccall.c \
29                 opt_polymorphy.c return.c tropt.c opt_confirms.c opt_confirms.h \
30                 escape_ana.c proc_cloning.c gvn_pre.c opt_frame.c \
31                 opt_osr.c condeval.c ldst2.c convopt.c
32
33 include $(topdir)/MakeRules
34
35 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
36                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
37                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
38                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config
39
40 include $(top_srcdir)/MakeTargets
41
42 all: subdir.o