From 5e8ca4935de6ec9274a6e008cd7a146a0d4c7dbc Mon Sep 17 00:00:00 2001 From: Boris Boesler Date: Wed, 14 Mar 2001 16:32:28 +0000 Subject: [PATCH] minor things [r142] --- MakeTargets | 8 ++++++++ Makefile.in | 5 ++++- TODO | 5 +++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/MakeTargets b/MakeTargets index bd30fb399..e5d3cedbe 100644 --- a/MakeTargets +++ b/MakeTargets @@ -84,8 +84,16 @@ $(LIBDIR): $(LIBDIR) $(INCLUDEDIR): $(INCLUDEDIR) mkdir -p $@ +# generated the directory where all the generated documentation is $(AUTODOCDIR): mkdir $@ +# print some help +.PHONY: help +help: + @echo "possible targets are:" + @echo "[$(targets)]" + @echo "but not all of them should be used or make sense" + # include dependencies -include .depend diff --git a/Makefile.in b/Makefile.in index 3324899b2..6e9b81b31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ 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 + stamp-h.in install-sh README INSTALL_LIBS = libfirm.a @@ -50,6 +50,9 @@ DISTFILES = $(addprefix ../, $(ARCHIVEDISTFILES)) include $(topdir)/MakeRules +DISTFILES += $(addprefix $(srcdir)/, configure) +ARCHIVEDISTFILES += $(addprefix $(subdir)/, configure) + XOFILES += $(addsuffix /subdir.o, $(subdirs)) include $(top_srcdir)/MakeTargets diff --git a/TODO b/TODO index 5d9e81c9c..7b11fb33b 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ 14.3.2001 Boris - make dist should create an archive which has the directory libfirm/ - as top-level + - make dist should create an archive which has the directory libfirm/ + as top-level + - Datei 'Copyright' oder 'Copying' mit entsprechendem Copyrightverweis *********** old stuff *********** -- 2.20.1