mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
* Makefile.am (lib_LTLIBRARIES, EXTRA_LTLIBRARIES, libqthreads_la_SOURCES, libqthreads_la_LIBADD): These replace lib_LIBRARIES, EXTRA_LIBRARIES, libqthreads_a_SOURCES, libqthreads_a_LIBADD. Use the variables set by the new config system. (libqthreads_la_DEPENDENCIES): New var. (libqthreads_la_LDFLAGS): Add -rpath; automake claims it can't set it itself, but I don't completely understand why. (qtmds.o, qtmdc.o): Rules removed. Use implicit build rules. (qtmds.s, qtmdc.c, qtdmdb.s): Rules added, to make symlinks to the appropriate files in the source tree. * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated. |
||
---|---|---|
.. | ||
.cvsignore | ||
assim | ||
cswap | ||
go | ||
init | ||
Makefile.am | ||
Makefile.in | ||
prim | ||
raw | ||
README.time |
The program `raw', when run in `..' runs the program `run' produced from `meas.c'. It produces a raw output file (see `../tmp/*.raw'). `raw' will die with an error if run in the current directory. Note that some versions of `time' produce output in an unexpected format; edit them by hand. `prim', `init', `cswap' and `go' produce formatted table entries used in the documentation (in `../doc'). For example, from `..', foreach i (tmp/*.raw) time/prim $i end See notes in the QuickThreads document about the applicability of these microbenchmark measurements -- in general, you can expect all QuickThreads operations to be a bit slower when used in a real application.