X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=28924499a75bcd091a4e078d8c155f88d7cebf3a;hb=87392eb493d2b353e16517776db5df0a828e1a90;hp=825a88b1fd60fa383cddd81de236c1eb3823b992;hpb=cbdf128174a9ffd92f603d363cefccc13fc3d742;p=libfirm diff --git a/Makefile.in b/Makefile.in index 825a88b1f..28924499a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,13 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# Top level Makefile -# $Id$ +# Project: libFIRM +# File name: Makefile.in +# Purpose: Top level Makefile +# Author: Till Riedel +# Modified by: +# Created: +# CVS-ID: $Id$ +# Copyright: (c) 2002-2003 Universität Karlsruhe +# Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # @@ -15,15 +19,17 @@ srcdir := @srcdir@ topdir := . # subdirectory under topdir subdir := . +# do we want statistics +enable_statistics := @enable_statistics@ -subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st +subdirs := ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st ir/stat SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\ config.guess config.sub configure.in \ stamp-h.in install-sh README configure -INSTALL_LIBS = libfirm.a libfirm.so +INSTALL_LIBS = libfirm.a GENFILES := stamp-h config.log config.cache # config.status config.h.in $(srcdir)/stamp-h.in @@ -37,9 +43,13 @@ include $(top_srcdir)/MakeTargets # add target firmjni if configured with --enable-firmjni all: firm -firm: config.h Makefile libfirm.a +firm: libfirm.a + +$(OFILES): config.h Makefile + +$(XOFILES): subdir_all -libfirm.a: subdir_all $(XOFILES) $(OFILES) +libfirm.a: $(XOFILES) $(OFILES) $(AR) $(ARFLAGS) $@.new $(XOFILES) $(OFILES) $(RANLIB) $@.new mv -f $@.new $@