Added Exception marking support --flo
[libfirm] / ir / st / 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/tr
12
13 INSTALL_HEADERS = st.h
14
15 SOURCES = $(INSTALL_HEADERS)
16
17 SOURCES += Makefile.in \
18                         st.c \
19                 st.h
20
21
22 include $(topdir)/MakeRules
23
24 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr \
25                         -I$(top_srcdir)/ir/ident  -I$(top_srcdir)/ir/adt \
26                         -I$(top_srcdir)/ir/ir     -I$(top_srcdir)/ir/tv
27
28 include $(top_srcdir)/MakeTargets
29
30 all: subdir.o