Changeset 18303 for lang/c/mpio/trunk/mp/Makefile
- Timestamp:
- 08/27/08 15:41:28 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/Makefile
r18183 r18303 3 3 utility.h \ 4 4 dispatch.h dispatch_impl.h \ 5 io.h io_impl.h ios.h \6 state.h \7 5 byte_array.h byte_array_impl.h \ 8 6 mempool.h mempool_impl.h \ … … 11 9 buffer.h buffer_impl.h \ 12 10 object_callback.h \ 13 object_initializer.h \11 callback_message.h \ 14 12 async.h async_impl.h \ 15 13 serialize.h \ … … 46 44 sublineit.gsub!(/\[MP_ARGS_ITERATOR\]/, "#{it}" ) ;\ 47 45 if it == 1 ;\ 48 sublineit.gsub!(/MP_ARGS_ITERATOR_ COLON/, " " ) ;\46 sublineit.gsub!(/MP_ARGS_ITERATOR_FIRST_COLON/, " " ) ;\ 49 47 else ;\ 50 sublineit.gsub!(/MP_ARGS_ITERATOR_COLON/, "," ) ;\ 48 sublineit.gsub!(/MP_ARGS_ITERATOR_FIRST_COLON/, "," ) ;\ 49 end ;\ 50 if it == n ;\ 51 sublineit.gsub!(/MP_ARGS_ITERATOR_LAST_COLON/, " " ) ;\ 52 else ;\ 53 sublineit.gsub!(/MP_ARGS_ITERATOR_LAST_COLON/, "," ) ;\ 51 54 end ;\ 52 55 subresult << sublineit ;\
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)