X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2FMakefile.in;h=6f77d0478d983b199dbc8f72cf18d095dbd6e641;hb=ff0e8d7fcb34481652f0bf521ba04b1eca5e2106;hp=ec1a82cb33382a50e22981699905b971b15212ec;hpb=ddc1fa7b3f4453a2ee7c4ee7de0e07a68a61918b;p=libfirm diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index ec1a82cb3..6f77d0478 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -17,7 +17,7 @@ subdir := ir/ana2 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h \ pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h pto_mod.h \ - qset.h + qset.h gnu_ext.h SOURCES = $(INSTALL_HEADERS) @@ -33,7 +33,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/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ + -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch include $(top_srcdir)/MakeTargets