Include ir/opt in includes
[libfirm] / ir / ana / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/ana/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/ana
17
18 INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h rta.h
19
20 SOURCES = $(INSTALL_HEADERS)
21
22 SOURCES += Makefile.in \
23                 irouts.c irdom_t.h irdom.c cgana.c      rta.c \
24                 irloop_t.h irbackedge.c irbackedge_t.h irscc.c ircfscc.c irtypeinfo.c irsimpletype.c
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                  -I$(top_srcdir)/ir/opt
32
33 include $(top_srcdir)/MakeTargets
34
35 all: subdir.o