c2f627196eddf27ab099cd3308234567156a13fb
[libfirm] / ir / tr / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/tr/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/tr
17
18 INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h   \
19         typegmod.h trvrfy.h type_identify.h
20
21 SOURCES = $(INSTALL_HEADERS)
22
23 SOURCES += Makefile.in \
24                 entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h    \
25                 typewalk.c typegmod.c trvrfy.h trvrfy.c type_identify.c
26
27
28 include $(topdir)/MakeRules
29
30 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
31             -I$(top_srcdir)/ir/debug  -I$(top_srcdir)/ir/ir    -I$(top_srcdir)/ir/tv  \
32             -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana   -I$(top_srcdir)/ir/opt \
33             -I$(top_srcdir)/ir/arch   -I$(top_srcdir)/ir/stat  -I$(top_srcdir)/ir/external \
34             -I$(topdir)/ir/config
35
36 include $(top_srcdir)/MakeTargets
37
38 all: subdir.o