actually iterate
[libfirm] / ir / external / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/external/Makefile.in
4 # Purpose:
5 # Author:      Florian Liekweg
6 # Modified by:
7 # Created:
8 # CVS-ID:      $Id$
9 # Copyright:   (c) 1999-2003 Universität Karlsruhe
10 # Licence:     This file is protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11 #
12
13 # set LIBXML2 to the installation directory of libxml2
14 # temporary fix until libxml2 is integrated:
15 LIBXML2         ?= /usr/public/libxml2
16
17 top_srcdir := @top_srcdir@
18 srcdir = @srcdir@
19 topdir = ../..
20 subdir := ir/external
21
22 INSTALL_HEADERS = read.h pseudo_irg.h
23
24 SOURCES = $(INSTALL_HEADERS)
25
26 SOURCES +=      Makefile.in \
27                 read.c pseudo_irg.c
28
29 include $(topdir)/MakeRules
30
31 CPPFLAGS +=     -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
32                 -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
33                 -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
34                 -I$(top_srcdir)/ir/stat  -I$(LIBXML2)/include/libxml2
35
36 include $(top_srcdir)/MakeTargets
37
38 all: subdir.o