Changeset 5711 in orxonox.OLD for branches/collision_detection/src/subprojects
- Timestamp:
- Nov 22, 2005, 5:44:16 PM (19 years ago)
- Location:
- branches/collision_detection/src/subprojects
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/collision_detection/src/subprojects/Makefile.in
r5674 r5711 190 190 esac; \ 191 191 done; \ 192 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/Makefile'; \192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/Makefile'; \ 193 193 cd $(top_srcdir) && \ 194 $(AUTOMAKE) -- gnusrc/subprojects/Makefile194 $(AUTOMAKE) --foreign src/subprojects/Makefile 195 195 .PRECIOUS: Makefile 196 196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
branches/collision_detection/src/subprojects/collision_detection/Makefile.in
r5687 r5711 250 250 esac; \ 251 251 done; \ 252 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/collision_detection/Makefile'; \252 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/collision_detection/Makefile'; \ 253 253 cd $(top_srcdir) && \ 254 $(AUTOMAKE) -- gnusrc/subprojects/collision_detection/Makefile254 $(AUTOMAKE) --foreign src/subprojects/collision_detection/Makefile 255 255 .PRECIOUS: Makefile 256 256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
branches/collision_detection/src/subprojects/importer/Makefile.in
r5674 r5711 233 233 esac; \ 234 234 done; \ 235 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/importer/Makefile'; \235 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/importer/Makefile'; \ 236 236 cd $(top_srcdir) && \ 237 $(AUTOMAKE) -- gnusrc/subprojects/importer/Makefile237 $(AUTOMAKE) --foreign src/subprojects/importer/Makefile 238 238 .PRECIOUS: Makefile 239 239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
branches/collision_detection/src/subprojects/particles/Makefile.in
r5674 r5711 253 253 esac; \ 254 254 done; \ 255 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/particles/Makefile'; \255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/particles/Makefile'; \ 256 256 cd $(top_srcdir) && \ 257 $(AUTOMAKE) -- gnusrc/subprojects/particles/Makefile257 $(AUTOMAKE) --foreign src/subprojects/particles/Makefile 258 258 .PRECIOUS: Makefile 259 259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
branches/collision_detection/src/subprojects/testmain/Makefile.in
r5674 r5711 197 197 esac; \ 198 198 done; \ 199 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile'; \199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile'; \ 200 200 cd $(top_srcdir) && \ 201 $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile201 $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile 202 202 .PRECIOUS: Makefile 203 203 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.