X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=4813d46be06da99420a06703000505e5f484f8ce;hb=e323c6671f6d84c7fa66c187b53224bbf155192b;hp=6e9b81b317bc692c6f5fd8dd1b1f9a6652c9b13a;hpb=5e8ca4935de6ec9274a6e008cd7a146a0d4c7dbc;p=libfirm diff --git a/Makefile.in b/Makefile.in index 6e9b81b31..4813d46be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,33 +26,15 @@ subdirs := ir ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\ config.guess config.sub configure.in \ - stamp-h.in install-sh README + stamp-h.in install-sh README configure INSTALL_LIBS = libfirm.a GENFILES := stamp-h config.log config.cache - -# init -ARCHIVEDISTFILES := testprograms/Makefile.in \ - testprograms/array-heap_example.c testprograms/if_example.c \ - testprograms/array-stack_example.c testprograms/if_while_example.c \ - testprograms/call_str_example.c testprograms/inheritance_example.c \ - testprograms/cond_example.c testprograms/irr_cf_example.c \ - testprograms/const_eval_example.c testprograms/irr_loop_example.c \ - testprograms/dead_block_example.c testprograms/memory_example.c \ - testprograms/empty.c testprograms/oo_program_example.c \ - testprograms/global_var_example.c testprograms/three_cfpred_example.c \ - testprograms/if_else_example.c testprograms/while_example.c \ - -DISTFILES = $(addprefix ../, $(ARCHIVEDISTFILES)) - # config.status config.h.in $(srcdir)/stamp-h.in include $(topdir)/MakeRules -DISTFILES += $(addprefix $(srcdir)/, configure) -ARCHIVEDISTFILES += $(addprefix $(subdir)/, configure) - XOFILES += $(addsuffix /subdir.o, $(subdirs)) include $(top_srcdir)/MakeTargets