Fix for UBSan build
[platform/upstream/doxygen.git] / src / Makefile
1 #
2 # This file was generated from Makefile.in on Sat Aug 11 14:29:47 CEST 2012
3 #
4
5 DOXYGEN   = /Users/dimitri/doxygen
6 TMAKEPATH = /Users/dimitri/doxygen/tmake/lib/macosx-c++
7 ENV       = env TMAKEPATH=$(TMAKEPATH)
8 TMAKE     = /Users/dimitri/doxygen/tmake/bin/tmake
9 MAKE      = /opt/local/bin/gmake
10 PERL      = /opt/local/bin/perl
11 RM        = rm -f
12 CP        = cp
13 VERSION   = 1.8.1.2
14 INSTALL   = /usr/local
15 INSTTOOL  = /opt/local/bin/ginstall
16 DOXYDOCS  = ..
17 DOCDIR    = $(INSTALL)/share/doc/packages/doxygen
18 QTDIR     = /usr
19 HAVE_DOT  = /usr/local/bin/dot
20 MKSPECS   = -spec macx-g++
21
22 #
23 # $Id: Makefile.in,v 1.4 2001/03/19 19:27:39 root Exp $
24 #
25 # Copyright (C) 1997-2012 by Dimitri van Heesch.
26
27 # Permission to use, copy, modify, and distribute this software and its
28 # documentation under the terms of the GNU General Public License is hereby 
29 # granted. No representations are made about the suitability of this software 
30 # for any purpose. It is provided "as is" without express or implied warranty.
31 # See the GNU General Public License for more details.
32
33 # Documents produced by Doxygen are derivative works derived from the
34 # input used in their production; they are not affected by this license.
35
36
37 all: Makefile.libdoxygen Makefile.libdoxycfg Makefile.doxygen Makefile
38         $(MAKE) -f Makefile.libdoxycfg PERL=$(PERL) $@
39         $(MAKE) -f Makefile.libdoxygen PERL=$(PERL) $@
40         $(MAKE) -f Makefile.doxygen    PERL=$(PERL) $@
41
42 Makefile.libdoxygen: libdoxygen.pro libdoxygen.t 
43         $(ENV) $(PERL) $(TMAKE) libdoxygen.pro >Makefile.libdoxygen
44
45 Makefile.libdoxycfg: libdoxycfg.pro libdoxycfg.t 
46         $(ENV) $(PERL) $(TMAKE) libdoxycfg.pro >Makefile.libdoxycfg
47
48 Makefile.doxygen: doxygen.pro 
49         $(ENV) $(PERL) $(TMAKE) doxygen.pro >Makefile.doxygen
50
51 tmake: 
52         $(ENV) $(PERL) $(TMAKE) libdoxygen.pro >Makefile.libdoxygen
53         $(ENV) $(PERL) $(TMAKE) libdoxycfg.pro >Makefile.libdoxycfg
54         $(ENV) $(PERL) $(TMAKE) doxygen.pro >Makefile.doxygen
55
56 clean: Makefile.libdoxygen Makefile.libdoxycfg Makefile.doxygen 
57         $(MAKE) -f Makefile.libdoxygen clean 
58         $(MAKE) -f Makefile.libdoxycfg clean 
59         $(MAKE) -f Makefile.doxygen    clean 
60
61 distclean: clean
62         -$(RM) scanner.cpp code.cpp config.cpp pre.cpp ce_lex.cpp \
63                ce_parse.cpp ce_parse.h tag.cpp commentscan.cpp \
64                declinfo.cpp defargs.cpp commentcnv.cpp doctokenizer.cpp \
65                pycode.cpp pyscanner.cpp fortrancode.cpp fortranscanner.cpp \
66                vhdlscanner.cpp vhdlcode.cpp tclscanner.cpp vhdlparser.h \
67                vhdlparser.cpp index_xsd.h compound_xsd.h layout_default.h \
68                header_html.h footer_html.h search_functions_php.h search_opensearch_php.h \
69                search_js.h search_css.h doxygen_css.h navtree_js.h navindex_js.h resize_js.h \
70                jquery_fx_js.h jquery_p1_js.h jquery_p2_js.h \
71                jquery_p3_js.h jquery_ui_js.h navtree_css.h svgpan_js.h dynsections_js.h \
72                doxygen_bst.h bib2xhtml.h configoptions.cpp
73
74 FORCE: