diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:34:06 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:34:06 (GMT) |
commit | f18128845407f8612668950e112c2d5c3e0ff5be (patch) | |
tree | 43e0b215b5d3d2b436509cbb1cd22102aef61b1d /examples/Makefile.windows | |
parent | daf91dc906e217e81f77f491e0abf505a91289b8 (diff) | |
download | Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.zip Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.gz Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.bz2 |
mods for doxygen-0.49-990829
Diffstat (limited to 'examples/Makefile.windows')
-rw-r--r-- | examples/Makefile.windows | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/examples/Makefile.windows b/examples/Makefile.windows deleted file mode 100644 index da7cd09..0000000 --- a/examples/Makefile.windows +++ /dev/null @@ -1,93 +0,0 @@ -DOXYDIR = ..\bin - -all: class/html/index.html \ - define/html/index.html \ - enum/html/index.html \ - file/html/index.html \ - func/html/index.html \ - page/html/index.html \ - relates/html/index.html \ - author/html/index.html \ - par/html/index.html \ - overload/html/index.html \ - example/html/index.html \ - include/html/index.html \ - qtstyle/html/index.html \ - jdstyle/html/index.html \ - structcmd/html/index.html \ - autolink/html/index.html \ - tag/html/index.html \ - resdefine/html/index.html \ - restypedef/html/index.html \ - afterdoc/html/index.html - -clean: - deltree /y class define enum file - deltree /y func page relates author - deltree /y par overload example include qtstyle - deltree /y jdstyle structcmd autolink tag resdefine - deltree /y restypedef - -class/html/index.html: class.h class.cfg - $(DOXYDIR)\doxygen class.cfg - -define/html/index.html: define.h define.cfg - $(DOXYDIR)\doxygen define.cfg - -enum/html/index.html: enum.h enum.cfg - $(DOXYDIR)\doxygen enum.cfg - -file/html/index.html: file.h file.cfg - $(DOXYDIR)\doxygen file.cfg - -func/html/index.html: func.h func.cfg - $(DOXYDIR)\doxygen func.cfg - -page/html/index.html: page.doc page.cfg - $(DOXYDIR)\doxygen page.cfg - -relates/html/index.html: relates.cpp relates.cfg - $(DOXYDIR)\doxygen relates.cfg - -author/html/index.html: author.cpp author.cfg - $(DOXYDIR)\doxygen author.cfg - -par/html/index.html: par.cpp par.cfg - $(DOXYDIR)\doxygen par.cfg - -overload/html/index.html: overload.cpp overload.cfg - $(DOXYDIR)\doxygen overload.cfg - -example/html/index.html: example.cpp example_test.cpp example.cfg - $(DOXYDIR)\doxygen example.cfg - -include/html/index.html: include.cpp example_test.cpp include.cfg - $(DOXYDIR)\doxygen include.cfg - -qtstyle/html/index.html: qtstyle.cpp qtstyle.cfg - $(DOXYDIR)\doxygen qtstyle.cfg - -jdstyle/html/index.html: jdstyle.cpp jdstyle.cfg - $(DOXYDIR)\doxygen jdstyle.cfg - -structcmd/html/index.html: structcmd.h structcmd.cfg - $(DOXYDIR)\doxygen structcmd.cfg - -autolink/html/index.html: autolink.cpp autolink.cfg - $(DOXYDIR)\doxygen autolink.cfg - -tag/html/index.html: tag.cpp tag.cfg - $(DOXYDIR)\doxygen tag.cfg - cd tag\html - echo perl installdox -lexample.tag@../../example/html >runperl.bat - runperl.bat - cd ..\.. - -resdefine/html/index.html: resdefine.cpp resdefine.cfg - $(DOXYDIR)\doxygen resdefine.cfg - -restypedef/html/index.html: restypedef.cpp restypedef.cfg - $(DOXYDIR)\doxygen restypedef.cfg - -afterdoc/html/index.html: afterdoc.h afterdoc.cfg - $(DOXYDIR)\doxygen afterdoc.cfg |