Changeset 4263 in orxonox.OLD for orxonox/trunk/src/subprojects/Makefile.in
- Timestamp:
- May 22, 2005, 7:28:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/Makefile.in
r4261 r4263 164 164 target_os = @target_os@ 165 165 target_vendor = @target_vendor@ 166 SUBDIRS = testmain 166 SUBDIRS = importer \ 167 testmain 168 167 169 all: all-recursive 168 170 … … 177 179 esac; \ 178 180 done; \ 179 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/Makefile'; \181 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/Makefile'; \ 180 182 cd $(top_srcdir) && \ 181 $(AUTOMAKE) -- gnusrc/subprojects/Makefile183 $(AUTOMAKE) --foreign src/subprojects/Makefile 182 184 .PRECIOUS: Makefile 183 185 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.