fixed warnigns
[libfirm] / ir / ana / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/ana/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/ana
17
18 INSTALL_HEADERS = irouts.h trouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h  \
19                 callgraph.h rta.h interval_analysis.h                                   \
20                 field_temperature.h execution_frequency.h irextbb.h irconsconfirm.h \
21                 analyze_irg_args.h height.h \
22                 cdep.h execfreq.h irmemory.h absgraph.h dfs.h irlivechk.h
23
24 SOURCES = $(INSTALL_HEADERS)
25
26 SOURCES += Makefile.in \
27                 irouts.c trouts.c irdom_t.h irdom.c cgana.c     rta.c  \
28                 irloop_t.h irbackedge.c irbackedge_t.h irscc.c ircfscc.c        \
29                 irtypeinfo.c irsimpletype.c interval_analysis.c                 \
30                 callgraph.c field_temperature.c execution_frequency.c phiclass.c \
31                 irextbb.c irextbb_t.h irconsconfirm.c analyze_irg_args.c \
32                 compute_loop_info.c compute_loop_info.h height.c \
33                 cdep.c execfreq.c irextbb2.c irmemory.c dfs.c absgraph.c irlivechk.c
34
35 include $(topdir)/MakeRules
36
37 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common  \
38                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \
39                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
40                 -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \
41                 -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch -I$(HOME)/local/include
42
43 include $(top_srcdir)/MakeTargets
44
45 all: subdir.o