fb93740b4ff5039d4a81d2612497604694605975
[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
14 SOURCES := Makefile.in \
15                 entity.c entity_t.h mangle.h type.h typewalk.c \
16                 entity.h mangle.c type.c type_or_entity.h typewalk.h
17
18 INSTALL_HEADERS = $(filter %.h,$(SOURCES))
19
20 include $(topdir)/MakeRules
21
22 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
23                 -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv
24
25 include $(top_srcdir)/MakeTargets
26
27 all: subdir.o