Fix for UBSan build
[platform/upstream/doxygen.git] / src / doxygen.pro
1 #
2 # This file was generated from doxygen.pro.in on Sat Aug 11 14:29:47 CEST 2012
3 #
4
5 #
6 # $Id: doxygen.pro.in,v 1.6 2001/03/19 19:27:40 root Exp $
7 #
8 # Copyright (C) 1997-2012 by Dimitri van Heesch.
9 #
10 # Permission to use, copy, modify, and distribute this software and its
11 # documentation under the terms of the GNU General Public License is hereby 
12 # granted. No representations are made about the suitability of this software 
13 # for any purpose. It is provided "as is" without express or implied warranty.
14 # See the GNU General Public License for more details.
15 #
16 # Documents produced by Doxygen are derivative works derived from the
17 # input used in their production; they are not affected by this license.
18 #
19 # TMake project file for doxygen
20
21 TEMPLATE     =  app.t
22 CONFIG       =  console warn_on debug
23 HEADERS      =  doxygen.h 
24 SOURCES      =  main.cpp 
25 unix:LIBS                  += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread
26 win32:INCLUDEPATH          += .
27 win32-mingw:LIBS           += -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -lpthread
28 win32-msvc:LIBS            += qtools.lib md5.lib doxygen.lib doxycfg.lib shell32.lib iconv.lib
29 win32-msvc:TMAKE_LFLAGS    += /LIBPATH:..\lib
30 win32-borland:LIBS         += qtools.lib md5.lib doxygen.lib doxycfg.lib shell32.lib iconv.lib
31 win32-borland:TMAKE_LFLAGS += -L..\lib -L$(BCB)\lib\psdk
32 win32:TMAKE_CXXFLAGS       += -DQT_NODLL
33 win32-g++:LIBS             = -L../lib -ldoxygen -ldoxycfg -lqtools -lmd5 -liconv -lpthread
34 win32-g++:TMAKE_CXXFLAGS   += -fno-exceptions -fno-rtti
35 INCLUDEPATH                += ../qtools ../libmd5 .
36 DESTDIR                    =  ../bin
37 TARGET                     =  doxygen
38 unix:TARGETDEPS            =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
39 win32:TARGETDEPS           =  ..\lib\doxygen.lib ..\lib\doxycfg.lib
40 win32-g++:TARGETDEPS       =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
41 win32-mingw:TARGETDEPS     =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
42 OBJECTS_DIR                =  ../objects
43
44 TMAKE_MOC = /usr/bin/moc