First Import of XML reading procs --flo
[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 libxml is integrated:
15 LIBXML2         ?= invalid
16
17 top_srcdir := @top_srcdir@
18 srcdir = @srcdir@
19 topdir = ../..
20 subdir := ir/external
21
22 INSTALL_HEADERS = read.h
23
24 SOURCES = $(INSTALL_HEADERS)
25
26 SOURCES +=      Makefile.in \
27                 read.c
28
29 include $(topdir)/MakeRules
30
31 CPPFLAGS +=     -I$(top_srcdir)/ir/tr \
32                                 -I$(LIBXML2)/include/libxml2
33
34 include $(top_srcdir)/MakeTargets
35
36 all: subdir.o