X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2FMakefile.in;h=070a8c7c1671206292fdba1461468c2ce5f395bd;hb=2d09549421b49587d4680a94dab277646e9fef44;hp=98ddbb2f47a40352ff2f3b3a13f2fe5fe0ff226a;hpb=544e945d851bf69e520a6d675bbc7e31f8919320;p=libfirm diff --git a/ir/adt/Makefile.in b/ir/adt/Makefile.in index 98ddbb2f4..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 := adt +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