Typo fixed.
[libfirm] / ir / ana / 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/ana
12
13 INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h
14
15 SOURCES = $(INSTALL_HEADERS)
16
17 SOURCES += Makefile.in \
18                 irouts.c irdom_t.h irdom.c  cgana.c     \
19                 irloop_t.h irbackedge.c irbackedge_t.h irscc.c
20
21 include $(topdir)/MakeRules
22
23 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common  \
24                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \
25                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st
26
27 include $(top_srcdir)/MakeTargets
28
29 all: subdir.o