X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=firmjni%2FMakefile.in;h=868baca624a65e99425b234018932f602d288e15;hb=e2945231b932b2abb26e819cd8b5ce0fd58b0175;hp=dc9aa7893d0b0c01be16f35c12a0bc16a7eeec92;hpb=e3acc036bba983525b5a093260af7c338f558199;p=libfirm diff --git a/firmjni/Makefile.in b/firmjni/Makefile.in index dc9aa7893..868baca62 100644 --- a/firmjni/Makefile.in +++ b/firmjni/Makefile.in @@ -51,7 +51,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt \ -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/stat \ - -I$(topdir)/ir/config \ + -I$(top_srcdir)/ir/arch -I$(topdir)/ir/config \ -I$(topdir) LDFLAGS += -L$(libdir) @@ -65,7 +65,7 @@ LDFLAGS += -lcore endif ifeq ($(enable_external_effects),yes) -LDFLAGS += -lxml +LDFLAGS += -lxml2 endif ifeq ($(disable_libiberty),yes) @@ -91,7 +91,8 @@ FIRM_PATH_HEADERS=common/firm.h common/firm_common.h \ ir/ircons.h ir/ircgcons.h ir/irflag.h ir/irvrfy.h ir/irdump.h \ ir/iropt.h ir/irgopt.h ir/ircgopt.h \ ana/irouts.h ana/irdom.h ana/irloop.h ana/cgana.h \ - ir/irgmod.h tr/typegmod.h opt/tailrec.h + ir/irgmod.h tr/typegmod.h opt/tailrec.h arch/archop.h \ + ana/irextbb.h FIRM_SOURCE_DIR_HEADERS=$(addprefix $(SOURCE_DIR)/,$(FIRM_HEADERS))