Changeset 3173 in orxonox.OLD for orxonox/trunk/console
- Timestamp:
- Dec 15, 2004, 1:02:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/console/Makefile.in
r3099 r3173 91 91 CXXFLAGS = @CXXFLAGS@ 92 92 CYGPATH_W = @CYGPATH_W@ 93 DEBUG = @DEBUG@ 93 94 DEFS = @DEFS@ 94 95 DEPDIR = @DEPDIR@ … … 183 184 esac; \ 184 185 done; \ 185 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnuconsole/Makefile'; \186 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign console/Makefile'; \ 186 187 cd $(top_srcdir) && \ 187 $(AUTOMAKE) -- gnuconsole/Makefile188 $(AUTOMAKE) --foreign console/Makefile 188 189 .PRECIOUS: Makefile 189 190 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.