Fix for UBSan build
[platform/upstream/doxygen.git] / qtools / 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-2000 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
36 all: Makefile.qtools Makefile
37         $(MAKE) -f Makefile.qtools    $@
38
39 Makefile.qtools: qtools.pro 
40         $(ENV) $(PERL) $(TMAKE) qtools.pro >Makefile.qtools
41
42 tmake: 
43         $(ENV) $(PERL) $(TMAKE) qtools.pro >Makefile.qtools
44
45 clean: Makefile.qtools 
46         $(MAKE) -f Makefile.qtools    clean 
47
48 distclean: clean
49
50 FORCE: