History | View | Annotate | Download (774 Bytes)
include all GnuPG test suites that will run in Android
Each GnuPG project includes a tests/ folder with a bunch of test programsand data that are normally run using `make check`. Since building forAndroid means cross-compiling, `make check` will not work. That means we...
get curl building in Android-style and include it the build
refs #1548
make project build depends work better so builds don't always get triggered
Currently, it seems that the dependencies, i.e. libgpg-error, get buildeverytime no matter what. This puts the depends on the installed .so fileso that should make it a bit more reliable. Changing the installed .so...
include all CPU-specific JNI build folders
standardize build-stamp usage in external/Makefile
This is an attempt at making build dependencies work better, so that itdoesn't rebuild everything every time.
format JNI C code with astyle. styled included in documentation
refs #1629
move run-tests.sh and pinentry-tests/ into assets, they are not external
external/ should be for submodules and the build system directly relatedto the submodules. pinentry-tests/ and run-tests.sh are installed intoassets/ but are not submodules nor part of their build system. Therefore,...
add kdevelop project files to gitignore
automatically include test files when including files in assets/
create aliases for all cmd line commands that auto-setup necessary env vars
GnuPG tools require a writeable HOME or GNUPGHOME to put the keyring in,and the lib/ folder in LD_LIBRARY_PATH so the tools can find the neededshared libraries. These alias scripts just set up those env vars, so that...
gitignore: add pinentry-build-stamp
gitignore: vim and eclipse files
ignore files created by 'android update project'
add rule generate TAGS for emacs/etags
updated gpgme to v1.3.2 and removed hacks that are no longer needed
include the external build NDKBuilder since Eclipse will freak out without (requires NDK in /opt/android-ndk)
plug in gpgme-for-java and hook up to a menu option for testing
include gpgme-for-java from master and build using ndk-build
ignore assets/ since its currently generated from external/Makefile
ignore bin/ and gen/
fix prefix variable in builds and set it to /data/local
build and install libiconv-1.14
added adns-1.4 to the build
added npth build support, gnupg is migrating from pth to npth
build and install libcurl for gnupg
first complete install of openldap libraries/ and include/
doc/ tests/ clients/ servers/ were all omitted from the install since clients/ failed to isntall
ignore build-stamps
ignore the build products in external