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