X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=4329a0c416e62aa7bd79364ccc9295a33c863a87;hb=46b5a81b33d38442ddff26d75f4c8ba61742aa1e;hp=5d4927201383671f47e4c3d5afccf82e8be1f9cb;hpb=f062f87dcbff697ad020ffe5777549f25b82b849;p=libfirm diff --git a/Makefile.in b/Makefile.in index 5d4927201..4329a0c41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,12 +16,7 @@ topdir := . # subdirectory under topdir subdir := . -prefix := @prefix@ -exec_prefix := @exec_prefix@ -bindir = $(exec_prefix)/bin -datadir = $(prefix)/lib - -subdirs := ir ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana +subdirs := ir ir/adt ir/debug ir/tv ir/common ir/ident ir/ir ir/tr ir/ana ir/st SOURCES := Makefile.in MakeRules.in MakeTargets\ aclocal.m4 config.h.in\ @@ -51,17 +46,13 @@ testprograms: libfirm.a $(MAKE) -C testprograms -# generate program documentation +# gernerate program documentation .PHONY: autodoc -autodoc: autodoc_xref $(AUTODOCDIR) $(GLOBALXREFFILE) autodoc_html $(INDEXFILE) - -$(GLOBALXREFFILE): $(addsuffix /$(LOCALXREFSFILE), $(subdirs)) .xrefs -# cat $^ > $@ - $(RM) $@ - find $(PWD) -name "*.xref" -print > $@ +autodoc: $(AUTODOCDIR) $(AUTODOCINDEXFILE) -$(INDEXFILE): $(GLOBALXREFFILE) - $(AUTODOC) $(GLOBALXREFFILE) $@ INDEX HTML +.PHONY: $(AUTDOCINDEXFILE) +$(AUTODOCINDEXFILE): $(CFILES) $(HFILES) + $(AUTODOC) $(srcdir)/$(AUTODOCFILE) #${srcdir}/configure: configure.in aclocal.m4 @@ -82,3 +73,12 @@ stamp-h: config.h.in config.status config.status: configure ./config.status --recheck + +test:: + $(MAKE) -C testprograms test; + +test-reference:: + $(MAKE) -C testprograms reference; + +test-clean: + $(MAKE) -C testprograms realclean