Differences From Artifact [62d627a191]:
- File
Makefile.in
— part of check-in
[521abe23e2]
at
2011-09-08 03:01:24
on branch trunk
— CACKey 0.6.4
Moved determining how to weaken and strip symbols into an autoconf macro
Added support for stripping symbols to Mac OS X builds (user: rkeene, size: 2275) [annotate] [blame] [check-ins using]
To Artifact [6f86f7629d]:
- File Makefile.in — part of check-in [fa022cbc5d] at 2011-09-08 03:42:02 on branch trunk — More work towards getting Mac OS X to export only the symbols we care about (user: rkeene, size: 2290) [annotate] [blame] [check-ins using]
51 52 53 54 55 56 57 58 59 60 61 62 63 |
rm -f libcackey.@SHOBJEXT@.def libcackey_g.@SHOBJEXT@.def rm -f libcackey.@SHOBJEXT@.a libcackey_g.@SHOBJEXT@.a rm -f cackey.o cackey_g.o rm -f test rm -f splint-cackey.txt distclean: clean rm -f config.log config.status config.h Makefile mrproper: distclean rm -f configure config.h.in aclocal.m4 *~ .PHONY: all clean distclean mrproper install |
| |
51 52 53 54 55 56 57 58 59 60 61 62 63 |
rm -f libcackey.@SHOBJEXT@.def libcackey_g.@SHOBJEXT@.def
rm -f libcackey.@SHOBJEXT@.a libcackey_g.@SHOBJEXT@.a
rm -f cackey.o cackey_g.o
rm -f test
rm -f splint-cackey.txt
distclean: clean
rm -f config.log config.status config.h Makefile libcackey.syms
mrproper: distclean
rm -f configure config.h.in aclocal.m4 *~
.PHONY: all clean distclean mrproper install
|