Changeset 4165 in orxonox.OLD for orxonox/branches/heightMap/src/subprojects/testmain/Makefile.in
- Timestamp:
- May 11, 2005, 2:23:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/heightMap/src/subprojects/testmain/Makefile.in
r4122 r4165 128 128 PACKAGE_VERSION = @PACKAGE_VERSION@ 129 129 PATH_SEPARATOR = @PATH_SEPARATOR@ 130 PKG_CONFIG = @PKG_CONFIG@ 130 131 RANLIB = @RANLIB@ 131 132 SET_MAKE = @SET_MAKE@ … … 196 197 esac; \ 197 198 done; \ 198 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile'; \199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile'; \ 199 200 cd $(top_srcdir) && \ 200 $(AUTOMAKE) -- gnusrc/subprojects/testmain/Makefile201 $(AUTOMAKE) --foreign src/subprojects/testmain/Makefile 201 202 .PRECIOUS: Makefile 202 203 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.