typos fixed
[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 enable_libcore := @enable_libcore@
19
20 INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h  \
21                 irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h   \
22                 irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h \
23                 pseudo_irg.h irhooks.h iredges.h
24
25 SOURCES = $(INSTALL_HEADERS)
26
27 SOURCES +=      Makefile.in \
28                 ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \
29                 irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h     \
30                 irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf_t.h \
31                 irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c \
32                 pseudo_irg.c irhooks.c iredges.c irprintf.c irvrfy_t.h
33
34 ifeq ($(enable_libcore),yes)
35 SOURCES +=      irargs.c
36 endif
37
38 include $(topdir)/MakeRules
39
40 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
41                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
42                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
43                 -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config \
44                 -I$(top_srcdir)/ir/opt   -I$(top_srcdir)/ir/arch
45
46 include $(top_srcdir)/MakeTargets
47
48 all: subdir.o