Changeset 4054 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- May 5, 2005, 1:32:47 AM (20 years ago)
- Location:
- orxonox/trunk/src/subprojects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/Makefile.in
r3789 r4054 117 117 PACKAGE_VERSION = @PACKAGE_VERSION@ 118 118 PATH_SEPARATOR = @PATH_SEPARATOR@ 119 RANLIB = @RANLIB@ 119 120 SET_MAKE = @SET_MAKE@ 120 121 SHELL = @SHELL@ … … 125 126 ac_ct_CC = @ac_ct_CC@ 126 127 ac_ct_CXX = @ac_ct_CXX@ 128 ac_ct_RANLIB = @ac_ct_RANLIB@ 127 129 ac_ct_STRIP = @ac_ct_STRIP@ 128 130 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -
orxonox/trunk/src/subprojects/testmain/Makefile.in
r3789 r4054 132 132 PACKAGE_VERSION = @PACKAGE_VERSION@ 133 133 PATH_SEPARATOR = @PATH_SEPARATOR@ 134 RANLIB = @RANLIB@ 134 135 SET_MAKE = @SET_MAKE@ 135 136 SHELL = @SHELL@ … … 140 141 ac_ct_CC = @ac_ct_CC@ 141 142 ac_ct_CXX = @ac_ct_CXX@ 143 ac_ct_RANLIB = @ac_ct_RANLIB@ 142 144 ac_ct_STRIP = @ac_ct_STRIP@ 143 145 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
Note: See TracChangeset
for help on using the changeset viewer.