Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3173 in orxonox.OLD for orxonox/trunk/console/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/console/Makefile.in

    r3099 r3173  
    9191CXXFLAGS = @CXXFLAGS@
    9292CYGPATH_W = @CYGPATH_W@
     93DEBUG = @DEBUG@
    9394DEFS = @DEFS@
    9495DEPDIR = @DEPDIR@
     
    183184          esac; \
    184185        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  console/Makefile'; \
     186        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  console/Makefile'; \
    186187        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --gnu  console/Makefile
     188          $(AUTOMAKE) --foreign  console/Makefile
    188189.PRECIOUS: Makefile
    189190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.