summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:35:18 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:35:18 (GMT)
commit79bf453de665e12ad859d8e24ddbec7ffbdb8e24 (patch)
tree67d769a18bd88b3e568049ab61b14c44926c4e9c /examples
parentf18128845407f8612668950e112c2d5c3e0ff5be (diff)
downloadDoxygen-79bf453de665e12ad859d8e24ddbec7ffbdb8e24.zip
Doxygen-79bf453de665e12ad859d8e24ddbec7ffbdb8e24.tar.gz
Doxygen-79bf453de665e12ad859d8e24ddbec7ffbdb8e24.tar.bz2
mods for doxygen-0.49-990901
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in41
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