Changeset 3383 in orxonox.OLD for orxonox/branches
- Timestamp:
- Jan 26, 2005, 12:32:47 PM (20 years ago)
- Location:
- orxonox/branches/nico
- Files:
-
- 1 added
- 7 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/nico/configure
r3238 r3383 7547 7547 7548 7548 7549 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile"7549 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile src/heightmap/Makefile" 7550 7550 7551 7551 cat >confcache <<\_ACEOF … … 8124 8124 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8125 8125 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;; 8126 "src/heightmap/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/heightmap/Makefile" ;; 8126 8127 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8127 8128 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; -
orxonox/branches/nico/configure.ac
r3238 r3383 367 367 src/gui/Makefile 368 368 src/Makefile 369 src/importer/Makefile]) 369 src/importer/Makefile 370 src/heightmap/Makefile]) 370 371 AC_OUTPUT -
orxonox/branches/nico/src/Makefile.am
r3238 r3383 74 74 SUBDIRS = . \ 75 75 importer \ 76 heightmap \ 76 77 gui \ 77 78 $(GTK_PROGS) -
orxonox/branches/nico/src/Makefile.in
r3238 r3383 95 95 ETAGS = etags 96 96 CTAGS = ctags 97 DIST_SUBDIRS = . importer gui console97 DIST_SUBDIRS = . importer heightmap gui console 98 98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 99 99 ACLOCAL = @ACLOCAL@ … … 258 258 SUBDIRS = . \ 259 259 importer \ 260 heightmap \ 260 261 gui \ 261 262 $(GTK_PROGS) … … 274 275 esac; \ 275 276 done; \ 276 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/Makefile'; \277 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 277 278 cd $(top_srcdir) && \ 278 $(AUTOMAKE) -- foreignsrc/Makefile279 $(AUTOMAKE) --gnu src/Makefile 279 280 .PRECIOUS: Makefile 280 281 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/branches/nico/src/console/Makefile.in
r3238 r3383 193 193 esac; \ 194 194 done; \ 195 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/console/Makefile'; \195 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/console/Makefile'; \ 196 196 cd $(top_srcdir) && \ 197 $(AUTOMAKE) -- foreignsrc/console/Makefile197 $(AUTOMAKE) --gnu src/console/Makefile 198 198 .PRECIOUS: Makefile 199 199 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/branches/nico/src/gui/Makefile.in
r3238 r3383 220 220 esac; \ 221 221 done; \ 222 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/gui/Makefile'; \222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gui/Makefile'; \ 223 223 cd $(top_srcdir) && \ 224 $(AUTOMAKE) -- foreignsrc/gui/Makefile224 $(AUTOMAKE) --gnu src/gui/Makefile 225 225 .PRECIOUS: Makefile 226 226 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/branches/nico/src/importer/Makefile.in
r3238 r3383 200 200 esac; \ 201 201 done; \ 202 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- foreignsrc/importer/Makefile'; \202 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/importer/Makefile'; \ 203 203 cd $(top_srcdir) && \ 204 $(AUTOMAKE) -- foreignsrc/importer/Makefile204 $(AUTOMAKE) --gnu src/importer/Makefile 205 205 .PRECIOUS: Makefile 206 206 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.