From 12ce5fd6c82ce0d8317a2abd355776590051e056 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 26 Oct 2005 13:05:20 +0000 Subject: [PATCH] added [r6812] --- ir/lower/Makefile.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 ir/lower/Makefile.in diff --git a/ir/lower/Makefile.in b/ir/lower/Makefile.in new file mode 100644 index 000000000..df2bbb959 --- /dev/null +++ b/ir/lower/Makefile.in @@ -0,0 +1,35 @@ +# +# Project: libFIRM +# File name: ir/lower/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/lower + +INSTALL_HEADERS = lower_intrinsics.h + +SOURCES = $(INSTALL_HEADERS) + +SOURCES += Makefile.in \ + lower_intrinsics.c + +include $(topdir)/MakeRules + +CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ + -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ + -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \ + -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external \ + -I$(topdir)/ir/config + +include $(top_srcdir)/MakeTargets + +all: subdir.o -- 2.20.1