added routines to free memory
[libfirm] / ir / ir / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/ir/Makefile.in
4 # Purpose:
5 # Author:      Boris Boesler, Till Riedel
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 1999-2003 Universität Karlsruhe
10 # Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11 #
12
13 top_srcdir := @top_srcdir@
14 srcdir = @srcdir@
15 topdir = ../..
16 subdir := ir/ir
17
18 INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h  \
19                 irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h   \
20                 irgopt.h old_fctnames.h ircgcons.h ircgopt.h
21
22 SOURCES = $(INSTALL_HEADERS)
23
24 SOURCES +=      Makefile.in \
25                 ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
26                 irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h        \
27                 irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h  \
28                 irop_t.h irprog_t.h ircgcons.c ircgopt.c
29
30
31 include $(topdir)/MakeRules
32
33 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
34                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
35                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st
36
37 include $(top_srcdir)/MakeTargets
38
39 all: subdir.o