doxygen.pro.in 2.09 KB
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1
#
2
# 
Dimitri van Heesch's avatar
Dimitri van Heesch committed
3
#
Dimitri van Heesch's avatar
Dimitri van Heesch committed
4
# Copyright (C) 1997-2014 by Dimitri van Heesch.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
5 6 7 8 9 10 11
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby 
# granted. No representations are made about the suitability of this software 
# for any purpose. It is provided "as is" without express or implied warranty.
# See the GNU General Public License for more details.
#
Dimitri van Heesch's avatar
Dimitri van Heesch committed
12 13
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
Dimitri van Heesch's avatar
Dimitri van Heesch committed
14 15 16
#
# TMake project file for doxygen

17
TEMPLATE     =	app.t
18
CONFIG       =	console warn_on $extraopts
19 20
HEADERS      =	doxygen.h 
SOURCES      =	main.cpp 
21
unix:LIBS                  += -L../lib -ldoxygen -lvhdlparser -ldoxycfg -lqtools -lmd5 -lpthread %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%%
22
win32:INCLUDEPATH          += .
23 24
win32-mingw:LIBS           += -L../lib -ldoxygen -ldoxycfg -lvhdlparser -lqtools -lmd5 -lpthread -llibiconv -lole32 %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%%
win32-msvc:LIBS            += qtools.lib md5.lib doxygen.lib doxycfg.lib vhdlparser.lib shell32.lib iconv.lib
25
win32-msvc:TMAKE_LFLAGS    += /LIBPATH:..\lib
26
win32-borland:LIBS         += qtools.lib md5.lib doxygen.lib doxycfg.lib vhdlparser.lib shell32.lib iconv.lib
27
win32-borland:TMAKE_LFLAGS += -L..\lib -L$(BCB)\lib\psdk
28
win32:TMAKE_CXXFLAGS       += -DQT_NODLL
29
win32-g++:LIBS             = -L../lib -ldoxygen -ldoxycfg -lvhdlparser -lqtools -lmd5 -liconv -lpthread %%SQLITE3_LIBS%% %%LIBCLANG_LIBS%% -Wl,--as-needed -lole32
30
win32-g++:TMAKE_CXXFLAGS   += -fno-exceptions -fno-rtti
31
DEPENDPATH                 += ../generated_src/doxygen
32
INCLUDEPATH                += ../qtools ../libmd5 . ../vhdlparser
33 34
DESTDIR                    =  ../bin
TARGET                     =  doxygen
35 36
unix:TARGETDEPS            =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
win32:TARGETDEPS           =  ..\lib\doxygen.lib ..\lib\doxycfg.lib
37
win32-g++:TARGETDEPS       =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
38
win32-mingw:TARGETDEPS     =  ../lib/libdoxygen.a ../lib/libdoxycfg.a
39
OBJECTS_DIR                =  ../objects/doxygen
40