Overview
Comment: | Updated to install libraries more gracefully |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
215097a90fa6683096c1db6039381d0a |
User & Date: | rkeene on 2010-05-21 00:19:26 |
Other Links: | manifest | tags |
Context
2010-05-21
| ||
00:32 | CACKey 0.5.4 check-in: de006af60b user: rkeene tags: 0.5.4, trunk | |
00:19 | Updated to install libraries more gracefully check-in: 215097a90f user: rkeene tags: trunk | |
00:13 | CACKey 0.5.3 check-in: 5de646644f user: rkeene tags: 0.5.3, trunk | |
Changes
Modified Makefile.in from [2f99a74303] to [5352176369].
︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | + + | $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o test test.c -Wl,-R,. libcackey_g.@SHOBJEXT@ splint-cackey.txt: cackey.c asn1-x509.c asn1-x509.h config.h splint $(DEBUGCPPFLAGS) -DCACKEY_PARANOID=1 -weak +posixlib -I/usr/include/PCSC -Ipkcs11 cackey.c > splint-cackey.txt install: libcackey.@SHOBJEXT@ -mkdir "$(DESTDIR)$(libdir)" rm -f "$(DESTDIR)$(libdir)/libcackey.@SHOBJEXT@" rm -f "$(DESTDIR)$(libdir)/libcackey_g.@SHOBJEXT@" cp "libcackey.@SHOBJEXT@" "$(DESTDIR)$(libdir)/" -cp "libcackey_g.@SHOBJEXT@" "$(DESTDIR)$(libdir)/" clean: rm -f libcackey.@SHOBJEXT@ libcackey_g.@SHOBJEXT@ rm -f cackey.o asn1-x509.o cackey_g.o asn1-x509_g.o rm -f test |
︙ |