added Load/Store addres counter
[libfirm] / ir / st / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/st/Makefile.in
4 # Purpose:
5 # Author:      Florian Liekweg, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 2001-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/st
17
18 INSTALL_HEADERS =
19
20 SOURCES = $(INSTALL_HEADERS)
21
22 SOURCES += Makefile.in st.c exc.c st.h exc.h bs.h
23
24
25 include $(topdir)/MakeRules
26
27 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr \
28             -I$(top_srcdir)/ir/ident  -I$(top_srcdir)/ir/adt \
29             -I$(top_srcdir)/ir/ir     -I$(top_srcdir)/ir/tv  \
30             -I$(top_srcdir)/ir/ana    -I$(top_srcdir)/ir/debug
31
32 include $(top_srcdir)/MakeTargets
33
34 all: subdir.o