Orb/Doxygen/src/libdoxycfg.pro.in
changeset 0 42188c7ea2d9
child 4 468f4c8d3d5b
equal deleted inserted replaced
-1:000000000000 0:42188c7ea2d9
       
     1 #
       
     2 # 
       
     3 #
       
     4 # Copyright (C) 1997-2008 by Dimitri van Heesch.
       
     5 #
       
     6 # Permission to use, copy, modify, and distribute this software and its
       
     7 # documentation under the terms of the GNU General Public License is hereby 
       
     8 # granted. No representations are made about the suitability of this software 
       
     9 # for any purpose. It is provided "as is" without express or implied warranty.
       
    10 # See the GNU General Public License for more details.
       
    11 #
       
    12 # Documents produced by Doxygen are derivative works derived from the
       
    13 # input used in their production; they are not affected by this license.
       
    14 #
       
    15 # TMake project file for doxygen
       
    16 
       
    17 TEMPLATE     =	libdoxycfg.t
       
    18 CONFIG       =	console warn_on staticlib $extraopts
       
    19 HEADERS      =  config.h configoptions.h portable.h
       
    20 SOURCES      =	config.cpp configoptions.cpp portable.cpp portable_c.c
       
    21 win32:TMAKE_CXXFLAGS       += -DQT_NODLL
       
    22 win32-g++:TMAKE_CXXFLAGS   += -fno-exceptions -fno-rtti
       
    23 INCLUDEPATH                += ../qtools
       
    24 win32:INCLUDEPATH          += .
       
    25 DESTDIR                    =  ../lib
       
    26 TARGET                     =  doxycfg
       
    27 OBJECTS_DIR                =  ../objects