Fix for UBSan build
[platform/upstream/doxygen.git] / doc / 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 #
24 # Copyright (C) 1997-2012 by Dimitri van Heesch.
25 #
26 # Permission to use, copy, modify, and distribute this software and its
27 # documentation under the terms of the GNU General Public License is hereby 
28 # granted. No representations are made about the suitability of this software 
29 # for any purpose. It is provided "as is" without express or implied warranty.
30 # See the GNU General Public License for more details.
31 #
32 # Documents produced by Doxygen are derivative works derived from the
33 # input used in their production; they are not affected by this license.
34
35 all: language FORCE
36         DOXYGEN_DOCDIR=$(DOXYDOCS); \
37         export DOXYGEN_DOCDIR; \
38         VERSION=$(VERSION) ; \
39         export VERSION; \
40         $(DOXYGEN)/bin/doxygen
41         @rm -f ../latex/refman.tex
42         @cp doxygen_logo*.gif ../html
43         @cp Makefile.latex ../latex/Makefile
44         @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen_manual.tex >../latex/doxygen_manual.tex
45         @sed -e "s/\$$VERSION/$(VERSION)/g" doxygen.sty >../latex/doxygen.sty 
46         @epstopdf doxygen_logo.eps --outfile=../latex/doxygen_logo.pdf
47
48 clean: 
49         rm -rf ../html ../latex *.bak 
50
51 language: language.doc 
52
53 language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py
54         python translator.py
55
56 FORCE: