Added copyright headers
[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 array.c array.h cookies.h debug.c debug.h host.h obst.h \
21            pdeq.c pdeq.h pset.h set.c set.h pmap.h pmap.c eset.h eset.c
22
23 ifeq ($(disable_libiberty),no)
24 SOURCES += xmalloc.c
25 endif
26
27 include $(topdir)/MakeRules
28
29 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug
30 OFILES += pset.o
31
32 include $(top_srcdir)/MakeTargets
33
34 pset.o: set.c pset.h
35         $(COMPILE.c) -DPSET -o $@ $<
36
37 all: subdir.o