]> git.cworth.org Git - fips/commit
Makefile: Automatically generate libfips.sym symbol map
authorCarl Worth <cworth@cworth.org>
Thu, 30 May 2013 22:10:15 +0000 (15:10 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 10 Jun 2013 21:31:39 +0000 (14:31 -0700)
commitc063b28a99d7ee825bcc84e00737469049592169
tree8637ace51b9f9d688c50af93da36c7afd3f6fcf7
parent95297b0d5dc6932c5cf93b8bed8374a9dcec6696
Makefile: Automatically generate libfips.sym symbol map

Previously, we had to manually maintain this table of symbols, (hence
it was too easy for the list to be stale). Instead, we now generate
the list automatically by examining the source code for symbols that
are wrapped.
.gitignore
Makefile.local
extract-wrapped-symbols [new file with mode: 0755]
libfips.sym [deleted file]