this file is replaced by Makefile.in. this much more conform
[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 := tr
12
13 INSTALL_HEADERS = mangle.h type.h entity.h type_or_entity.h typewalk.h
14
15 SOURCES = $(INSTALL_HEADERS)
16
17 SOURCES += Makefile.in \
18                 entity.c entity_t.h typewalk.c mangle.c type.c
19
20
21 include $(topdir)/MakeRules
22
23 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
24                 -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv
25
26 include $(top_srcdir)/MakeTargets
27
28 all: subdir.o