# # Project: libFIRM # File name: ir/adt/Makefile.in # Purpose: # Author: Boris Boesler, Till Riedel # Modified by: # Created: # CVS-ID: $Id$ # Copyright: (c) 1999-2003 Universität Karlsruhe # Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. subdir := ir/adt disable_libiberty := @disable_libiberty@ SOURCES = Makefile.in \ array.c array.h cookies.h debug.c debug.h host.h obst.h \ pdeq.c pdeq.h pset.h set.c set.h pmap.h pmap.c eset.h eset.c \ misc.h xmalloc.h ifeq ($(disable_libiberty),no) SOURCES += xmalloc.c endif include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug OFILES += pset.o include $(top_srcdir)/MakeTargets pset.o: set.c pset.h $(COMPILE.c) -DPSET -o $@ $< all: subdir.o