X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2FMakefile.in;h=9ab5e289d4fb2ff836c913ed4940fc1b88f03958;hb=74d9d0ca89a1a85e96c1c951151ff3e9f79b42f3;hp=df51fe35313431438f1d24fa83adc57cbe720f4e;hpb=9766ef78efbcd8c61c9a81b493627000e2b9eb37;p=libfirm diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index df51fe353..9ab5e289d 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -13,21 +13,25 @@ top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. -subdir := ir/ana +subdir := ir/ana2 -INSTALL_HEADERS = pto.h ecg.h \ +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 qset.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ - pto.c ecg.c + ecg.c irmemwalk.c lset.c typalise.c \ + pto.c \ + pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c \ + qset.c 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/stat + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat include $(top_srcdir)/MakeTargets