diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:35:18 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:35:18 (GMT) |
commit | 1d4e23de96d6e6065089a909ccba321fe5fa7f28 (patch) | |
tree | 67d769a18bd88b3e568049ab61b14c44926c4e9c /examples | |
parent | ee8333a5d2ecf84deeb5d05ed8b23c212729cdac (diff) | |
download | Doxygen-1d4e23de96d6e6065089a909ccba321fe5fa7f28.zip Doxygen-1d4e23de96d6e6065089a909ccba321fe5fa7f28.tar.gz Doxygen-1d4e23de96d6e6065089a909ccba321fe5fa7f28.tar.bz2 |
mods for doxygen-0.49-990901
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index f37e22d..fcf7c83 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,4 +1,3 @@ -DOXYDIR = ../bin all: class/html/index.html \ define/html/index.html \ @@ -27,63 +26,63 @@ clean: autolink tag restypedef afterdoc template class/html/index.html: class.h class.cfg - $(DOXYDIR)/doxygen class.cfg + $(DOXYGEN)/bin/doxygen class.cfg define/html/index.html: define.h define.cfg - $(DOXYDIR)/doxygen define.cfg + $(DOXYGEN)/bin/doxygen define.cfg enum/html/index.html: enum.h enum.cfg - $(DOXYDIR)/doxygen enum.cfg + $(DOXYGEN)/bin/doxygen enum.cfg file/html/index.html: file.h file.cfg - $(DOXYDIR)/doxygen file.cfg + $(DOXYGEN)/bin/doxygen file.cfg func/html/index.html: func.h func.cfg - $(DOXYDIR)/doxygen func.cfg + $(DOXYGEN)/bin/doxygen func.cfg page/html/index.html: page.doc page.cfg - $(DOXYDIR)/doxygen page.cfg + $(DOXYGEN)/bin/doxygen page.cfg relates/html/index.html: relates.cpp relates.cfg - $(DOXYDIR)/doxygen relates.cfg + $(DOXYGEN)/bin/doxygen relates.cfg author/html/index.html: author.cpp author.cfg - $(DOXYDIR)/doxygen author.cfg + $(DOXYGEN)/bin/doxygen author.cfg par/html/index.html: par.cpp par.cfg - $(DOXYDIR)/doxygen par.cfg + $(DOXYGEN)/bin/doxygen par.cfg overload/html/index.html: overload.cpp overload.cfg - $(DOXYDIR)/doxygen overload.cfg + $(DOXYGEN)/bin/doxygen overload.cfg example/html/index.html: example.cpp example_test.cpp example.cfg - $(DOXYDIR)/doxygen example.cfg + $(DOXYGEN)/bin/doxygen example.cfg include/html/index.html: include.cpp example_test.cpp include.cfg - $(DOXYDIR)/doxygen include.cfg + $(DOXYGEN)/bin/doxygen include.cfg qtstyle/html/index.html: qtstyle.cpp qtstyle.cfg - $(DOXYDIR)/doxygen qtstyle.cfg + $(DOXYGEN)/bin/doxygen qtstyle.cfg jdstyle/html/index.html: jdstyle.cpp jdstyle.cfg - $(DOXYDIR)/doxygen jdstyle.cfg + $(DOXYGEN)/bin/doxygen jdstyle.cfg structcmd/html/index.html: structcmd.h structcmd.cfg - $(DOXYDIR)/doxygen structcmd.cfg + $(DOXYGEN)/bin/doxygen structcmd.cfg autolink/html/index.html: autolink.cpp autolink.cfg - $(DOXYDIR)/doxygen autolink.cfg + $(DOXYGEN)/bin/doxygen autolink.cfg tag/html/index.html: tag.cpp tag.cfg - $(DOXYDIR)/doxygen tag.cfg + $(DOXYGEN)/bin/doxygen tag.cfg sed -e "1,1s.perl.$(PERL).g" tag/html/installdox >tag/html/installdox.perl cd tag/html ; $(PERL) installdox.perl -lexample.tag@../../example/html restypedef/html/index.html: restypedef.cpp restypedef.cfg - $(DOXYDIR)/doxygen restypedef.cfg + $(DOXYGEN)/bin/doxygen restypedef.cfg afterdoc/html/index.html: afterdoc.h afterdoc.cfg - $(DOXYDIR)/doxygen afterdoc.cfg + $(DOXYGEN)/bin/doxygen afterdoc.cfg template/html/index.html: templ.cpp templ.cfg - $(DOXYDIR)/doxygen templ.cfg + $(DOXYGEN)/bin/doxygen templ.cfg |