https://github.com/lu-zero/dolt
Fork of http://dolt.freedesktop.org/
https://github.com/lu-zero/dolt
Last synced: 3 months ago
JSON representation
Fork of http://dolt.freedesktop.org/
- Host: GitHub
- URL: https://github.com/lu-zero/dolt
- Owner: lu-zero
- Created: 2012-06-21T14:14:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T13:54:44.000Z (over 11 years ago)
- Last Synced: 2025-01-17T13:17:04.724Z (5 months ago)
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dolt
----Dolt provides a drop-in replacement for libtool that significantly decreases
compile times on the platforms it supports. Rather than the libtool approach
of running a large script for every compile that repeatedly figures out how
to build libraries on the platform, dolt figures out those details at
configure time and writes out a minimal doltcompile script containing only the
commands needed to build a library on the current platform.Usage
-----If you use automake, autoconf, and libtool, then using dolt just requires two
steps:- add DOLT after the call to LT_INIT, AC_PATH_LIBTOOL, or AM_PATH_LIBTOOL in
your configure.ac or configure.in script
- append dolt.m4 to your project's acinclude.m4
- Add DISTCLEANFILES = @DOLT_CLEANFILES@ to your Makefile.am
For any platform Dolt does not support, it will transparently fall back to
libtool.Additional features
-------------------- Experimental yasm support.