Typo fixed.
[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 disable_libiberty := @disable_libiberty@
13
14
15 SOURCES = Makefile.in array.c array.h cookies.h debug.c debug.h host.h obst.h \
16            pdeq.c pdeq.h pset.h set.c set.h pmap.h pmap.c eset.h eset.c
17
18 ifeq ($(disable_libiberty),no)
19 SOURCES += xmalloc.c
20 endif
21
22 include $(topdir)/MakeRules
23
24 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug
25 OFILES += pset.o
26
27 include $(top_srcdir)/MakeTargets
28
29 pset.o: set.c pset.h
30         $(COMPILE.c) -DPSET -o $@ $<
31
32 all: subdir.o