X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=b977c7d8b6b87b062ef1e340a514718155c03645;hb=b519dd6a1e6d85e843eff533be787d1f138a07ff;hp=32b0a15b66afc1bd477628fc55da0e2486fa1ac4;hpb=d423a8e8c07e7a43a35a79eda59cd2721b26fffd;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 32b0a15b6..b977c7d8b 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -15,24 +15,27 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/ir -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 +enable_libcore := @enable_libcore@ -SOURCES = $(INSTALL_HEADERS) - -SOURCES += Makefile.in \ +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.h \ - irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c + 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 irarch.c \ + pseudo_irg.c irhooks.c iredges.c irprintf.c irvrfy_t.h irphase.c irphase_t.h \ + irnodeset.c + +ifeq ($(enable_libcore),yes) +SOURCES += irargs.c +endif 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$(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