Removed old and unused debug.[ch] support
[libfirm] / ir / adt / Makefile.in
1 #
2 # Project:     libFIRM
3 # File name:   ir/adt/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/adt
17 disable_libiberty := @disable_libiberty@
18
19
20 SOURCES = Makefile.in                                                   \
21         array.c array.h cookies.h host.h obst.h pdeq.c pdeq.h pset.h    \
22         set.c set.h pmap.h pmap.c eset.h eset.c xmalloc.h
23
24 ifeq ($(disable_libiberty),no)
25 SOURCES += xmalloc.c
26 endif
27
28 include $(topdir)/MakeRules
29
30 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug
31 OFILES += pset.o
32
33 include $(top_srcdir)/MakeTargets
34
35 pset.o: set.c pset.h
36         $(COMPILE.c) -DPSET -o $@ $<
37
38 all: subdir.o