X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=5c2023f98d858a0f439f12756fbd03ea509bfb36;hb=eda9d668d0e8c8246015b4c5e743316a6a835a23;hp=606b1c0f37e570624e12e0b327bf565cabe096f5;hpb=c088a1a455393eeb16f16012db0f030061eef9d2;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 606b1c0f3..5c2023f98 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -15,10 +15,12 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ir +enable_libcore := @enable_libcore@ + INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \ irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h \ irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h \ - pseudo_irg.h irhooks.h iredges.h pnc.h + pseudo_irg.h irhooks.h iredges.h iredgekinds.h SOURCES = $(INSTALL_HEADERS) @@ -27,11 +29,10 @@ SOURCES += Makefile.in \ 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 \ - pseudo_irg.c irhooks.c iredges.c + pseudo_irg.c irhooks.c iredges.c irprintf.c irvrfy_t.h irphase.c irphase_t.h \ + irnodeset.c -ifeq ($(with_libcore),no) -SOURCES += irprintf.c -else +ifeq ($(enable_libcore),yes) SOURCES += irargs.c endif @@ -40,7 +41,8 @@ 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/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config + -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external -I$(topdir)/ir/config \ + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch include $(top_srcdir)/MakeTargets