Changeset 119 in libcf for trunk/makeinclude/platform.mk


Ignore:
Timestamp:
06/10/13 09:56:32 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange doxygen configuration file and doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeinclude/platform.mk

    r97 r119  
    77UNAME_V := $(shell uname -v)
    88UNAME_A := $(shell uname -a)
     9DOXYGEN := $(shell which doxygen)
    910
    1011#------------------------------------------------------------
    1112# set options
    1213#------------------------------------------------------------
    13 ifeq ($(DEBUG), true)
     14ifeq ($(DEBUG), YES)
    1415    DEFS = -D_DEBUG
    1516    FLAG = -g
Note: See TracChangeset for help on using the changeset viewer.