libdoxygen.pro.in 5.67 KB
#
# 
#
# Copyright (C) 1997-2014 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      =	arguments.h \
                bufstr.h \
		cite.h \
		clangparser.h \
                classdef.h \
                classlist.h \
                cmdmapper.h \
                code.h \
		commentcnv.h \
		commentscan.h \
		condparser.h \
                config.h \
		context.h \
		constexp.h \
		cppvalue.h \
		debug.h \
                declinfo.h \
                defargs.h \
                defgen.h \
                define.h \
                definition.h \
                diagram.h \
                dirdef.h \
                docparser.h \
		docsets.h \
                doctokenizer.h \
                docvisitor.h \
		dot.h \
		doxygen.h \
		eclipsehelp.h \
		entry.h \
		example.h \
		filedef.h \
		filename.h \
		fileparser.h \
		formula.h \
		ftextstream.h \
		ftvhelp.h \
		groupdef.h \
		htags.h \
		htmlattrib.h \
                htmldocvisitor.h \
		htmlgen.h \
		htmlhelp.h \
		htmlentity.h \
		image.h \
		index.h \
		language.h \
                latexdocvisitor.h \
		latexgen.h \
                layout.h \
		logos.h \
		mandocvisitor.h \
		mangen.h \
		sqlite3gen.h \
		markdown.h \
                marshal.h \
		memberdef.h \
		membergroup.h \
		memberlist.h \
		membername.h \
		message.h \
                msc.h \
                dia.h \
		namespacedef.h \
                objcache.h \
		outputgen.h \
		outputlist.h \
		pagedef.h \
		perlmodgen.h \
		lodepng.h \
		plantuml.h \
		pre.h \
                printdocvisitor.h \
                pycode.h \
                pyscanner.h \
                fortrancode.h \
                fortranscanner.h \
                dbusxmlscanner.h \
		qhp.h \
		qhpxmlwriter.h \
		reflist.h \
                rtfdocvisitor.h \
		rtfgen.h \
		rtfstyle.h \
		scanner.h \
		searchindex.h \
		section.h \
		sortdict.h \
                store.h \
		tagreader.h \
		tclscanner.h \
		template.h \
                textdocvisitor.h \
		tooltip.h \
		translator.h \
		translator_adapter.h \
		util.h \
		version.h \
		vhdlcode.h \
		vhdldocgen.h \
		xmldocvisitor.h \
                xmlgen.h \
                docbookvisitor.h \
                docbookgen.h \
		vhdljjparser.h 
		

SOURCES      =	arguments.cpp \
		cite.cpp \
		clangparser.cpp \
		classdef.cpp \
		classlist.cpp \
                cmdmapper.cpp \
		condparser.cpp \
		context.cpp \
		cppvalue.cpp \
                dbusxmlscanner.cpp \
		debug.cpp \
                defgen.cpp \
		define.cpp \
		definition.cpp \
		diagram.cpp \
                dirdef.cpp \
                docparser.cpp \
		docsets.cpp \
		dot.cpp \
		doxygen.cpp \
		eclipsehelp.cpp \
		entry.cpp \
		filedef.cpp \
		filename.cpp \
		fileparser.cpp \
		formula.cpp \
		ftextstream.cpp \
		ftvhelp.cpp \
		groupdef.cpp \
		htags.cpp \
                htmldocvisitor.cpp \
		htmlgen.cpp \
		htmlhelp.cpp \
		htmlentity.cpp \
		image.cpp \
		index.cpp \
		language.cpp \
                latexdocvisitor.cpp \
		latexgen.cpp \
                layout.cpp \
		lodepng.cpp \
		logos.cpp \
		plantuml.cpp \
		mandocvisitor.cpp \
		mangen.cpp \
		sqlite3gen.cpp \
		markdown.cpp \
                marshal.cpp \
		memberdef.cpp \
		membergroup.cpp \
		memberlist.cpp \
		membername.cpp \
		message.cpp \
                msc.cpp \
                dia.cpp \
		namespacedef.cpp \
                objcache.cpp \
		outputgen.cpp \
		outputlist.cpp \
		pagedef.cpp \
		perlmodgen.cpp \
		qhp.cpp \
		qhpxmlwriter.cpp \
		reflist.cpp \
                rtfdocvisitor.cpp \
		rtfgen.cpp \
		rtfstyle.cpp \
		searchindex.cpp \
                store.cpp \
		tagreader.cpp \
		template.cpp \
                textdocvisitor.cpp \
                tooltip.cpp \
		util.cpp \
		vhdldocgen.cpp \
		xmldocvisitor.cpp \
                xmlgen.cpp \
                docbookvisitor.cpp \
                docbookgen.cpp \
                vhdljjparser.cpp \
	        ../generated_src/doxygen/ce_parse.cpp \
                ../generated_src/doxygen/constexp.cpp \
		../generated_src/doxygen/vhdlcode.cpp \
		../generated_src/doxygen/code.cpp \
		../generated_src/doxygen/commentcnv.cpp \
		../generated_src/doxygen/commentscan.cpp \
		../generated_src/doxygen/declinfo.cpp \
		../generated_src/doxygen/defargs.cpp \
                ../generated_src/doxygen/doctokenizer.cpp \
		../generated_src/doxygen/pre.cpp \
		../generated_src/doxygen/pycode.cpp \
		../generated_src/doxygen/pyscanner.cpp \
		../generated_src/doxygen/scanner.cpp \
                ../generated_src/doxygen/tclscanner.cpp \
		../generated_src/doxygen/fortrancode.cpp \
		../generated_src/doxygen/fortranscanner.cpp \
		../generated_src/doxygen/version.cpp 
		
		

win32:TMAKE_CXXFLAGS       += -DQT_NODLL
win32-msvc:TMAKE_CXXFLAGS  += -Zm200
win32-g++:TMAKE_CXXFLAGS   += -fno-exceptions
linux-g++:TMAKE_CXXFLAGS   += -fno-exceptions
INCLUDEPATH                += ../generated_src/doxygen ../src ../qtools ../libmd5 ../vhdlparser
INCLUDEPATH                += %%SQLITE3_INC%%
DEPENDPATH                 += ../generated_src/doxygen
win32:INCLUDEPATH          += .
DESTDIR                    =  ../lib
TARGET                     =  doxygen
OBJECTS_DIR                =  ../objects/doxygen