removed warnings
[libfirm] / ir / tr / 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 = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h   \
14         typegmod.h trvrfy.h
15
16 SOURCES = $(INSTALL_HEADERS)
17
18 SOURCES += Makefile.in \
19                 entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h    \
20                 typewalk.c typegmod.c typegmod_t.h trvrfy.h trvrfy.c
21
22
23 include $(topdir)/MakeRules
24
25 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
26             -I$(top_srcdir)/ir/debug  -I$(top_srcdir)/ir/ir    -I$(top_srcdir)/ir/tv  \
27             -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana
28
29 include $(top_srcdir)/MakeTargets
30
31 all: subdir.o