typo fixed
[libfirm] / ir / common / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/common/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/common
17
18 INSTALL_HEADERS := firm_types.h firm_common.h firm.h firmwalk.h statistics.h debug.h
19
20 SOURCES = $(INSTALL_HEADERS)
21
22 SOURCES += Makefile.in                                          \
23         error.c firm_common.c firm.c firmwalk.c                 \
24         error.h firm_common_t.h statistics.c debug.c old_fctnames.h \
25         irtools.c irtools.h
26
27 include $(topdir)/MakeRules
28
29 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \
30                 -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \
31                 -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \
32                 -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \
33                 -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/lower -I$(top_srcdir)/ir/arch \
34                 -I$(topdir)/ir/config
35
36 include $(top_srcdir)/MakeTargets
37
38 all: subdir.o