Changeset 4283 in orxonox.OLD for orxonox/branches/physics/src/subprojects
- Timestamp:
- May 24, 2005, 10:32:34 PM (20 years ago)
- Location:
- orxonox/branches/physics/src/subprojects
- Files:
-
- 3 edited
- 9 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/subprojects/Makefile.am
r3549 r4283 1 SUBDIRS = testmain 1 SUBDIRS = importer \ 2 gui \ 3 testmain -
orxonox/branches/physics/src/subprojects/Makefile.in
r4223 r4283 164 164 target_os = @target_os@ 165 165 target_vendor = @target_vendor@ 166 SUBDIRS = testmain 166 SUBDIRS = importer \ 167 gui \ 168 testmain 169 167 170 all: all-recursive 168 171 … … 177 180 esac; \ 178 181 done; \ 179 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/Makefile'; \182 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/Makefile'; \ 180 183 cd $(top_srcdir) && \ 181 $(AUTOMAKE) -- gnusrc/subprojects/Makefile184 $(AUTOMAKE) --foreign src/subprojects/Makefile 182 185 .PRECIOUS: Makefile 183 186 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -
orxonox/branches/physics/src/subprojects/testmain/Makefile.in
r4223 r4283 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.