changed definition of subdir only (added prefix ir/)
[libfirm] / ir / adt / Makefile.in
1 # Hey Emacs, this is a -*- makefile -*-
2 #
3 # libFIRM Project
4 #
5 # $Id$
6 #
7
8 top_srcdir := @top_srcdir@
9 srcdir = @srcdir@
10 topdir = ../..
11 subdir := ir/adt
12
13
14 SOURCES = Makefile.in array.c array.h cookies.h debug.c debug.h host.h obst.h \
15            pdeq.c pdeq.h pset.h set.c set.h xmalloc.c
16
17 include $(topdir)/MakeRules
18
19 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug
20 OFILES += pset.o
21
22 include $(top_srcdir)/MakeTargets
23
24 pset.o: set.c pset.h
25         $(COMPILE.c) -DPSET -o $@ $<
26
27 all: subdir.o