X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2FMakefile.in;h=070a8c7c1671206292fdba1461468c2ce5f395bd;hb=2d09549421b49587d4680a94dab277646e9fef44;hp=fdf50cf7c499055bf8fd1fc5857a24afcaeeee5d;hpb=179e203f3113587410b7de2b04d3eb5b587abb22;p=libfirm diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index fdf50cf7c..070a8c7c1 100644 --- a/ir/adt/Makefile.in +++ b/ir/adt/Makefile.in @@ -1,18 +1,29 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# 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 host.h obst.h pdeq.c pdeq.h pset.h \ + set.c set.h pmap.h pmap.c eset.h eset.c xmalloc.h -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 xmalloc.c +ifeq ($(disable_libiberty),no) +SOURCES += xmalloc.c +endif include $(topdir)/MakeRules