From c088a1a455393eeb16f16012db0f030061eef9d2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 14 Feb 2005 15:55:47 +0000 Subject: [PATCH] Added irargs.c [r5124] --- ir/ir/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index fca0d89b5..606b1c0f3 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -26,9 +26,15 @@ SOURCES += Makefile.in \ ircons.c ircons_t.h irgmod.c irgraph_t.h irnode.c iropt.c iropt_t.h irvrfy.c \ irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h \ irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf_t.h \ - irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c \ + irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c \ pseudo_irg.c irhooks.c iredges.c +ifeq ($(with_libcore),no) +SOURCES += irprintf.c +else +SOURCES += irargs.c +endif + include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -- 2.20.1