all the autoconfig stuff
[libfirm] / ir / ir / 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
12
13
14 SOURCES := Makefile.in \
15                 ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c         \
16                 ircons.h irgmod.h irgwalk.c irnode.h iropt.h irvrfy.h           \
17                 irdump.c irgopt.c irgwalk.h irnode_t.h iropt_t.h old_fctnames.h \
18                 irdump.h irgopt.h irmode.c irop.c irprog.c                      \
19                 irflag.c irgraph.c irmode.h irop.h irprog.h                     \
20                 irflag.h irgraph.h irmode_t.h irop_t.h irprog_t.h
21
22 INSTALL_HEADERS = $(filter %.h,$(SOURCES))
23
24 include $(topdir)/MakeRules
25
26 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common  \
27                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \
28                 -I$(top_srcdir)/ir/debug
29
30 include $(top_srcdir)/MakeTargets
31
32 all: subdir.o