testsuite for flating point module
[libfirm] / ir / tv / Makefile.in
1 # Hey Emacs, this is a -*- makefile -*-
2 #
3 # libFIRM Project
4 #
5 # $Id$
6 #
7
8 top_srcdir := @top_srcdir@
9 srcdir = @srcdir@
10 topdir = ../..
11 subdir := ir/tv
12
13 INSTALL_HEADERS = tv.h
14
15 SOURCES = $(INSTALL_HEADERS)
16
17 SOURCES += Makefile.in tv.c tv_t.h strcalc.c strcalc.h fltcalc.c fltcalc.h
18
19 include $(topdir)/MakeRules
20
21 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/adt \
22             -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/debug \
23             -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/ana \
24
25 include $(top_srcdir)/MakeTargets
26
27 all: subdir.o