Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

    r3099 r3173  
    107107CXXFLAGS = @CXXFLAGS@
    108108CYGPATH_W = @CYGPATH_W@
     109DEBUG = @DEBUG@
    109110DEFS = @DEFS@
    110111DEPDIR = @DEPDIR@
     
    199200          esac; \
    200201        done; \
    201         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
     202        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
    202203        cd $(top_srcdir) && \
    203           $(AUTOMAKE) --gnu  src/Makefile
     204          $(AUTOMAKE) --foreign  src/Makefile
    204205.PRECIOUS: Makefile
    205206Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.