Skip to content
Snippets Groups Projects
Commit 1c3c1c3e authored by Christian Engwer's avatar Christian Engwer
Browse files

Das Erstellen der Doxygen Dependencies war etwas haarig. Jetzt

uebrnimmt das ein Perl Skript

[[Imported from SVN: r18]]
parent 0438199f
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,8 @@ all: doxygen-tag ...@@ -5,13 +5,8 @@ all: doxygen-tag
doxygen_DEPS = $(shell: cat $(DEPDIR)/doxygen.Po) doxygen_DEPS = $(shell: cat $(DEPDIR)/doxygen.Po)
doxygen_FILES = Doxyfile doxy-header.html doxy-footer.html dune-doxy.css doxygen_FILES = Doxyfile doxy-header.html doxy-footer.html dune-doxy.css
$(DEPDIR)/doxygen.Po: $(DEPDIR)/doxygen.Po: Doxyfile
if [ ! -d $(DEPDIR) ]; then mkdir $(DEPDIR); fi ./Doxydep $< $@
echo > $@
for d in $$(grep '^INPUT ' Doxyfile | cut -d '=' -f 2); do \
for p in $$(grep '^FILE_PATTERNS ' Doxyfile | cut -d '=' -f 2); \
do find "$$d" -name "$$p" -exec echo doxygen-tag: \{\} \; >> $@ ; \
done; done
doxygen-tag: $(doxygen_FILES) $(doxygen_DEPS) doxygen-tag: $(doxygen_FILES) $(doxygen_DEPS)
doxygen doxygen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment