Changeset 4898 for mpich2/branches/dev/kumudb/Makefile.sm
- Timestamp:
- 07/03/09 12:49:21 (5 months ago)
- Files:
-
- 1 modified
-
mpich2/branches/dev/kumudb/Makefile.sm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/branches/dev/kumudb/Makefile.sm
r4827 r4898 74 74 all-postamble: 75 75 ${MAKE} build-lib 76 ${MAKE} all-executable 76 77 @if [ "@BUILD_TVDLL@" = "yes" ] ; then \ 77 78 ( cd src/mpi/debugger && $(MAKE) ./libtvmpich2.@SHLIB_EXT@ ) ; fi … … 90 91 91 92 lib_subsystem_libfmpich: ./lib/libfmpich.a 93 94 lib_subsystem_libmpiexec: ./lib/libmpiexec.a 92 95 93 96 ./lib/libmpich.a: ./lib/.libmpich.a.timestamp … … 106 109 ${AR} cr ./lib/libfmpich.a `find ${abs_buildir} -name libfmpich.a.manifest -exec cat {} \;` 107 110 ${RANLIB} ./lib/libfmpich.a 111 112 ./lib/libmpiexec.a: ./lib/.libmpiexec.a.timestamp 113 ${AR} cr ./lib/libmpiexec.a `find ${abs_buildir} -name libmpiexec.a.manifest -exec cat {} \;` 114 ${RANLIB} ./lib/libmpiexec.a 108 115 109 116 # The test on lib/.mpich2created lets us delete the local lib directory
