allow specification of names for in parameters in spec file
[libfirm] / ir / ana2 / 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/ana2
17
18 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h \
19         pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h pto_mod.h \
20         qset.h gnu_ext.h
21
22 SOURCES = $(INSTALL_HEADERS)
23
24 SOURCES += Makefile.in \
25            ecg.c irmemwalk.c lset.c typalise.c \
26            pto.c \
27            pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c \
28            pto_mod.c \
29            qset.c
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                 -I$(top_srcdir)/ir/opt   -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \
37                 -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch
38
39 include $(top_srcdir)/MakeTargets
40
41 all: subdir.o