Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3173 in orxonox.OLD for orxonox/trunk/Makefile.in


Ignore:
Timestamp:
Dec 15, 2004, 1:02:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: debug mode implemented ./configure —with-debug compiles in the Debug flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r3167 r3173  
    8989CXXFLAGS = @CXXFLAGS@
    9090CYGPATH_W = @CYGPATH_W@
     91DEBUG = @DEBUG@
    9192DEFS = @DEFS@
    9293DEPDIR = @DEPDIR@
     
    609610\
    610611        $(DX_CONF_DIR)/progress                                         >> $(DX_CONFIG_FILE); \
     612        if test $(DEBUG) = yes ; then \
     613         echo "QUIET                    = \"NO\""                       >> $(DX_CONFIG_FILE); \
     614        else \
     615         echo "QUIET                    = \"YES\""                      >> $(DX_CONFIG_FILE); \
     616        fi ;\
    611617\
    612618        $(DX_CONF_DIR)/input                                            >> $(DX_CONFIG_FILE); \
     
    619625        $(DX_CONF_DIR)/confopts                                         >> $(DX_CONFIG_FILE)
    620626
    621 .PHONY: doc doc-config
     627doc-delete:
     628        @echo "Deleting doxygen Documentation" ; \
     629        rm -rf $(top_srcdir)/doc/html ; \
     630        rm -rf $(top_srcdir)/doc/latex
     631
     632.PHONY: doc doc-config doc-delete
    622633
    623634# Local Variables:
Note: See TracChangeset for help on using the changeset viewer.