Changeset 575
- Timestamp:
- 08/13/08 14:36:21
- Files:
-
- openpgpsdk/trunk/Makefile (modified) (2 diffs)
- openpgpsdk/trunk/examples/README (added)
- openpgpsdk/trunk/examples/original (added)
- openpgpsdk/trunk/examples/original/Makefile.template (moved) (moved from openpgpsdk/trunk/examples/Makefile.template)
- openpgpsdk/trunk/examples/original/build-keyring.c (moved) (moved from openpgpsdk/trunk/examples/build-keyring.c)
- openpgpsdk/trunk/examples/original/common.c (moved) (moved from openpgpsdk/trunk/examples/common.c)
- openpgpsdk/trunk/examples/original/common.h (moved) (moved from openpgpsdk/trunk/examples/common.h)
- openpgpsdk/trunk/examples/original/create-crypted-gpg-key.sh (moved) (moved from openpgpsdk/trunk/examples/create-crypted-gpg-key.sh)
- openpgpsdk/trunk/examples/original/create-gpg-key.sh (moved) (moved from openpgpsdk/trunk/examples/create-gpg-key.sh)
- openpgpsdk/trunk/examples/original/create-key.c (moved) (moved from openpgpsdk/trunk/examples/create-key.c)
- openpgpsdk/trunk/examples/original/create-signed-key.c (moved) (moved from openpgpsdk/trunk/examples/create-signed-key.c)
- openpgpsdk/trunk/examples/original/decrypt.c (moved) (moved from openpgpsdk/trunk/examples/decrypt.c)
- openpgpsdk/trunk/examples/original/encrypt-gpg-message.sh (moved) (moved from openpgpsdk/trunk/examples/encrypt-gpg-message.sh)
- openpgpsdk/trunk/examples/original/encrypt.c (moved) (moved from openpgpsdk/trunk/examples/encrypt.c)
- openpgpsdk/trunk/examples/original/packet-dump.c (moved) (moved from openpgpsdk/trunk/examples/packet-dump.c)
- openpgpsdk/trunk/examples/original/sign-detached.c (moved) (moved from openpgpsdk/trunk/examples/sign-detached.c)
- openpgpsdk/trunk/examples/original/sign-inline.c (moved) (moved from openpgpsdk/trunk/examples/sign-inline.c)
- openpgpsdk/trunk/examples/original/verify.c (moved) (moved from openpgpsdk/trunk/examples/verify.c)
- openpgpsdk/trunk/examples/original/verify2.c (moved) (moved from openpgpsdk/trunk/examples/verify2.c)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/Makefile
r574 r575 1 1 # order of build of subdirs is important 2 2 # 3 SUBDIRS=src examplestests3 SUBDIRS=src tests 4 4 5 5 all: Makefiles include/openpgpsdk/configure.h headers default … … 41 41 42 42 test:: 43 cd examples && make test43 cd tests && make 44 44 45 45 doc::
