Fix for UBSan build
[platform/upstream/doxygen.git] / examples / Makefile.win.in
1 DOXYDIR = ..\bin
2
3 all: class/html/index.html \
4      define/html/index.html \
5      enum/html/index.html \
6      file/html/index.html \
7      func/html/index.html \
8      page/html/index.html \
9      relates/html/index.html \
10      author/html/index.html \
11      par/html/index.html \
12      overload/html/index.html \
13      example/html/index.html \
14      include/html/index.html \
15      qtstyle/html/index.html \
16      jdstyle/html/index.html \
17      structcmd/html/index.html \
18      autolink/html/index.html \
19      restypedef/html/index.html \
20      afterdoc/html/index.html \
21      template/html/index.html \
22      tag/html/index.html \
23      group/html/index.html \
24      diagrams/html/index.html \
25      memgrp/html/index.html \
26      docstring/html/index.html \
27      pyexample/html/index.html \
28      tclexample/html/index.html \
29      mux/html/index.html \
30      manual/html/index.html
31
32 clean:
33         del /s/y class define enum file pyexample tclexample docstring
34         del /s/y func page relates author
35         del /s/y par overload example include qtstyle 
36         del /s/y jdstyle structcmd autolink resdefine mux manual
37         del /s/y restypedef afterdoc template tag group diagrams memgrp
38
39 class/html/index.html: class.h class.cfg
40         $(DOXYDIR)\doxygen class.cfg
41
42 define/html/index.html: define.h define.cfg
43         $(DOXYDIR)\doxygen define.cfg
44
45 enum/html/index.html: enum.h enum.cfg
46         $(DOXYDIR)\doxygen enum.cfg
47
48 file/html/index.html: file.h file.cfg
49         $(DOXYDIR)\doxygen file.cfg
50
51 func/html/index.html: func.h func.cfg
52         $(DOXYDIR)\doxygen func.cfg
53
54 page/html/index.html: page.doc page.cfg
55         $(DOXYDIR)\doxygen page.cfg
56
57 relates/html/index.html: relates.cpp relates.cfg
58         $(DOXYDIR)\doxygen relates.cfg
59
60 author/html/index.html: author.cpp author.cfg
61         $(DOXYDIR)\doxygen author.cfg
62
63 par/html/index.html: par.cpp par.cfg
64         $(DOXYDIR)\doxygen par.cfg
65
66 overload/html/index.html: overload.cpp overload.cfg
67         $(DOXYDIR)\doxygen overload.cfg
68
69 example/html/index.html: example.cpp example_test.cpp example.cfg 
70         $(DOXYDIR)\doxygen example.cfg
71
72 include/html/index.html: include.cpp example_test.cpp include.cfg 
73         $(DOXYDIR)\doxygen include.cfg
74
75 qtstyle/html/index.html: qtstyle.cpp qtstyle.cfg 
76         $(DOXYDIR)\doxygen qtstyle.cfg
77
78 jdstyle/html/index.html: jdstyle.cpp jdstyle.cfg 
79         $(DOXYDIR)\doxygen jdstyle.cfg
80
81 structcmd/html/index.html: structcmd.h structcmd.cfg 
82         $(DOXYDIR)\doxygen structcmd.cfg
83
84 autolink/html/index.html: autolink.cpp autolink.cfg 
85         $(DOXYDIR)\doxygen autolink.cfg
86
87 tag/html/index.html: tag.cpp tag.cfg 
88         $(DOXYDIR)\doxygen tag.cfg
89
90 restypedef/html/index.html: restypedef.cpp restypedef.cfg 
91         $(DOXYDIR)\doxygen restypedef.cfg
92
93 afterdoc/html/index.html: afterdoc.h afterdoc.cfg
94         $(DOXYDIR)\doxygen afterdoc.cfg
95
96 template/html/index.html: templ.cpp templ.cfg
97         $(DOXYDIR)\doxygen templ.cfg
98
99 group/html/index.html: group.cpp group.cfg
100         $(DOXYDIR)\doxygen group.cfg
101
102 memgrp/html/index.html: memgrp.cpp memgrp.cfg
103         $(DOXYDIR)\doxygen memgrp.cfg
104
105 pyexample/html/index.html: pyexample.py pyexample.cfg
106         $(DOXYDIR)\doxygen pyexample.cfg
107
108 tclexample/html/index.html: tclexample.tcl tclexample.cfg
109         $(DOXYDIR)\doxygen tclexample.cfg
110
111 mux/html/index.html: mux.vhdl mux.cfg
112         $(DOXYDIR)\doxygen mux.cfg
113
114 manual/html/index.html: manual.c manual.cfg
115         $(DOXYDIR)\doxygen manual.cfg
116
117 docstring/html/index.html: docstring.py docstring.cfg
118         $(DOXYDIR)\doxygen docstring.cfg
119         
120 diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg
121         $(DOXYDIR)\doxygen diagrams.cfg
122