use classify_Const()
[libfirm] / ir / stat / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/stat/Makefile.in
4 # Purpose:
5 # Author:      Boris Boesler, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 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 # do we want statistics
18 enable_statistics := @enable_statistics@
19
20 SOURCES =       Makefile.in \
21                 firmstat.c
22
23 ifeq ($(enable_statistics),yes)
24 SOURCES += firmstat_t.h pattern.c pattern.h dags.c dags.h counter.h \
25            pattern_dmp.c pattern_dmp.h distrib.c stat_dmp.h stat_dmp.c \
26            const_stat.c
27 endif
28
29
30 include $(topdir)/MakeRules
31
32 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
33                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
34                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
35                 -I$(top_srcdir)/ir/external -I$(topdir)/ir/config
36
37 include $(top_srcdir)/MakeTargets
38
39 all: subdir.o