# # # # Copyright (C) 1997-2002 by Dimitri van Heesch. # # 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. # # Documents produced by Doxygen are derivative works derived from the # input used in their production; they are not affected by this license. # # TMake project file for doxygen TEMPLATE = libdoxygen.t CONFIG = console warn_on staticlib $extraopts HEADERS = bufstr.h \ classdef.h \ classlist.h \ code.h \ constexp.h \ cppvalue.h \ debug.h \ defgen.h \ doxygen.h \ scanner.h \ doc.h \ dot.h \ doxygen.h \ entry.h \ example.h \ filedef.h \ filename.h \ formula.h \ ftvhelp.h \ groupdef.h \ htmlgen.h \ htmlhelp.h \ image.h \ index.h \ instdox.h \ language.h \ latexgen.h \ logos.h \ mangen.h \ memberdef.h \ membergroup.h \ memberlist.h \ membername.h \ message.h \ namespacedef.h \ outputgen.h \ outputlist.h \ packagedef.h \ page.h \ pngenc.h \ pre.h \ qtbc.h \ reflist.h \ rtfgen.h \ scanner.h \ searchindex.h \ section.h \ sortdict.h \ suffixtree.h \ tagreader.h \ translator.h \ translator_adapter.h \ translator_br.h \ translator_cn.h \ translator_cz.h \ translator_de.h \ translator_en.h \ translator_es.h \ translator_fi.h \ translator_fr.h \ translator_gr.h \ translator_hr.h \ translator_hu.h \ translator_it.h \ translator_jp.h \ translator_kr.h \ translator_nl.h \ translator_no.h \ translator_pl.h \ translator_pt.h \ translator_ro.h \ translator_ru.h \ translator_se.h \ translator_si.h \ treeview.h \ unistd.h \ util.h \ version.h \ xmlgen.h SOURCES = ce_lex.cpp \ ce_parse.cpp \ classdef.cpp \ classlist.cpp \ code.cpp \ cppvalue.cpp \ debug.cpp \ defgen.cpp \ declinfo.cpp \ defargs.cpp \ define.cpp \ definition.cpp \ diagram.cpp \ doc.cpp \ dot.cpp \ doxygen.cpp \ entry.cpp \ filedef.cpp \ filename.cpp \ formula.cpp \ ftvhelp.cpp \ groupdef.cpp \ htmlgen.cpp \ htmlhelp.cpp \ image.cpp \ index.cpp \ instdox.cpp \ language.cpp \ latexgen.cpp \ logos.cpp \ mangen.cpp \ memberdef.cpp \ membergroup.cpp \ memberlist.cpp \ membername.cpp \ message.cpp \ namespacedef.cpp \ outputgen.cpp \ outputlist.cpp \ packagedef.cpp \ pngenc.cpp \ pre.cpp \ reflist.cpp \ rtfgen.cpp \ scanner.cpp \ searchindex.cpp \ suffixtree.cpp \ tagreader.cpp \ translator.cpp \ util.cpp \ version.cpp \ xmlgen.cpp win32:TMAKE_CXXFLAGS += -DQT_NODLL win32-msvc:TMAKE_CXXFLAGS += -Zm200 INCLUDEPATH += ../qtools INCLUDEPATH += ../libpng win32:INCLUDEPATH += . DESTDIR = ../lib TARGET = doxygen OBJECTS_DIR = ../objects