Fix for UBSan build
[platform/upstream/doxygen.git] / src / Makefile.in
1
2 #
3 # $Id: Makefile.in,v 1.4 2001/03/19 19:27:39 root Exp $
4 #
5 # Copyright (C) 1997-2012 by Dimitri van Heesch.
6
7 # Permission to use, copy, modify, and distribute this software and its
8 # documentation under the terms of the GNU General Public License is hereby 
9 # granted. No representations are made about the suitability of this software 
10 # for any purpose. It is provided "as is" without express or implied warranty.
11 # See the GNU General Public License for more details.
12
13 # Documents produced by Doxygen are derivative works derived from the
14 # input used in their production; they are not affected by this license.
15
16
17 all: Makefile.libdoxygen Makefile.libdoxycfg Makefile.doxygen Makefile
18         $(MAKE) -f Makefile.libdoxycfg PERL=$(PERL) $@
19         $(MAKE) -f Makefile.libdoxygen PERL=$(PERL) $@
20         $(MAKE) -f Makefile.doxygen    PERL=$(PERL) $@
21
22 Makefile.libdoxygen: libdoxygen.pro libdoxygen.t 
23         $(ENV) $(PERL) $(TMAKE) libdoxygen.pro >Makefile.libdoxygen
24
25 Makefile.libdoxycfg: libdoxycfg.pro libdoxycfg.t 
26         $(ENV) $(PERL) $(TMAKE) libdoxycfg.pro >Makefile.libdoxycfg
27
28 Makefile.doxygen: doxygen.pro 
29         $(ENV) $(PERL) $(TMAKE) doxygen.pro >Makefile.doxygen
30
31 tmake: 
32         $(ENV) $(PERL) $(TMAKE) libdoxygen.pro >Makefile.libdoxygen
33         $(ENV) $(PERL) $(TMAKE) libdoxycfg.pro >Makefile.libdoxycfg
34         $(ENV) $(PERL) $(TMAKE) doxygen.pro >Makefile.doxygen
35
36 clean: Makefile.libdoxygen Makefile.libdoxycfg Makefile.doxygen 
37         $(MAKE) -f Makefile.libdoxygen clean 
38         $(MAKE) -f Makefile.libdoxycfg clean 
39         $(MAKE) -f Makefile.doxygen    clean 
40
41 distclean: clean
42         -$(RM) scanner.cpp code.cpp config.cpp pre.cpp ce_lex.cpp \
43                ce_parse.cpp ce_parse.h tag.cpp commentscan.cpp \
44                declinfo.cpp defargs.cpp commentcnv.cpp doctokenizer.cpp \
45                pycode.cpp pyscanner.cpp fortrancode.cpp fortranscanner.cpp \
46                vhdlscanner.cpp vhdlcode.cpp tclscanner.cpp vhdlparser.h \
47                vhdlparser.cpp index_xsd.h compound_xsd.h layout_default.h \
48                header_html.h footer_html.h search_functions_php.h search_opensearch_php.h \
49                search_js.h search_css.h doxygen_css.h navtree_js.h navindex_js.h resize_js.h \
50                jquery_fx_js.h jquery_p1_js.h jquery_p2_js.h \
51                jquery_p3_js.h jquery_ui_js.h navtree_css.h svgpan_js.h dynsections_js.h \
52                doxygen_bst.h bib2xhtml.h configoptions.cpp
53
54 FORCE: