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