about summary refs log tree commit diff
path: root/mk/libraries.mk
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03 mk: add support for passing LDFLAGS to libs and binsSergei Trofimovich1-2/+2
autotools-based systems usually allow user to append own LDFLAGS like LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" at ./configure stage This change plumbs LDFLAGS through similar to existing CXXFLAGS variable. Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2019-02-13 Support --disable-shared flag.Matthew Bauer1-1/+1
This tells Nix to not build the shared libraries.
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+7
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2014-12-14 Merge branch 'cygwin-master' of https://github.com/ternaris/nixEelco Dolstra1-3/+13
2014-12-14 Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901'Eelco Dolstra1-8/+13
2014-12-09 Fix library handling on CygwinMarko Durkovic1-3/+13
1. Shared lib extension is .dll 2. Shared libs are installed to $(prefix)/bin 3. Linker does not support -z flag
2014-08-20 Merge commit '2aa93858afee22e0c32d8f4366970976374091ac'Eelco Dolstra1-0/+12
2014-04-03 Sync with make-rules repoEelco Dolstra1-8/+18
2014-02-07 Merge commit 'a210c995cdd9279ed4137ec5d2e4cc928cb36097'Eelco Dolstra1-6/+8
2014-02-04 GNU Make 3.81 compatibilityEelco Dolstra1-1/+1
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead.
2014-02-01 Add 'mk/' from commit '1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545'Eelco Dolstra1-0/+116
git-subtree-dir: mk git-subtree-mainline: 6ef32bddc1f10034322966b3a5b85af7b9cdc4d8 git-subtree-split: 1eff3ad37fdb9dcf9f8528fdacea0ebf0e79d545
2014-01-09 Remove mk subdirectory in preparation for "git subtree"Eelco Dolstra1-97/+0
2014-01-09 Move stuff to top-levelEelco Dolstra1-104/+0
This makes it easier to use with "git subtree".
2013-12-16 No longer interpret $(..._SOURCES) relative to $(..._DIR)Eelco Dolstra1-3/+8
2013-12-12 Don't include all *.dep filesEelco Dolstra1-2/+4
2013-12-10 Initial commit (imported from the Nix repo)Eelco Dolstra1-0/+97
2013-11-25 Add a Makefile for the Perl stuffEelco Dolstra1-5/+12
2013-11-25 Use create-dir for installing dynamic librariesEelco Dolstra1-2/+3
2013-11-25 Split Makefile.lib into several *.mk filesEelco Dolstra1-0/+89