Changeset 151 in libcf for trunk/makeinclude


Ignore:
Timestamp:
10/31/13 10:17:24 (11 years ago)
Author:
cheese
Message:

#1 fix interface and add util module

Location:
trunk/makeinclude
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeinclude/platform.mk

    r134 r151  
    99DOXYGEN := $(shell which doxygen)
    1010
    11 DOXYGEN_OUTPUT_PATH = ../documentation
     11DOXYGEN_OUTPUT_PATH = ../Documentation
    1212DOXYGEN_PATH        = ../docs
    1313DOXYGEN_FILE        = $(DOXYGEN_PATH)/doxyfile
     
    1616# set options
    1717#------------------------------------------------------------
    18 ifeq ($(DEBUG), YES)
     18ifeq ($(DEBUG), yes)
    1919    DEFS = -D_DEBUG
    2020    FLAG = -g
  • trunk/makeinclude/userdefine.mk

    r119 r151  
    99# compile with debugging flag and definition
    1010# > YES or NO
    11 DEBUG           = YES
     11DEBUG           = yes
    1212
    1313# create doxygen documents automatically
    1414# > YES or NO
    15 DOXYGEN_CREATE  = YES
     15DOXYGEN_CREATE  = yes
Note: See TracChangeset for help on using the changeset viewer.