added get_tarval_plus_inf() and get_tarval_minus_inf(), removed get_tarval_inf()
[libfirm] / ir / tv / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/tv/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/tv
17
18 INSTALL_HEADERS = tv.h
19
20 SOURCES = $(INSTALL_HEADERS)
21
22 SOURCES += Makefile.in tv.c tv_t.h strcalc.c strcalc.h fltcalc.c fltcalc.h
23
24 include $(topdir)/MakeRules
25
26 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/adt   \
27             -I$(top_srcdir)/ir/ident  -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/debug \
28             -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/external \
29             -I$(topdir)/ir/config
30
31 tv.o: tv.h tv.c fltcalc.h fltcalc.c strcalc.h strcalc.c
32
33 fltcalc.o: fltcalc.h fltcalc.c strcalc.h strcalc.c
34
35 strcalc.o: strcalc.h strcalc.c
36
37 include $(top_srcdir)/MakeTargets
38
39 all: subdir.o