added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:05:20 +0000 (13:05 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:05:20 +0000 (13:05 +0000)
[r6812]

ir/lower/Makefile.in [new file with mode: 0644]

diff --git a/ir/lower/Makefile.in b/ir/lower/Makefile.in
new file mode 100644 (file)
index 0000000..df2bbb9
--- /dev/null
@@ -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