serval-dna/.gitignore
Andrew Bettison 29a771e315 Overhaul Makefile.in
Changed the built libraries and updated INSTALL.md accordingly:
- the 'servaldwrap' executable is now built
- libservald.[a,so] now contains the full daemon executable
- libservalclient.[a,so] contains the client library
- libserval.a is no longer built

Building the 'servaldwrap' executable is a step towards ensuring that
the libservald.so library can be linked and executed, without requiring
an Android build to reveal any failure.

Added the SOURCE_PREFIX variable that allows the make to be invoked from
within any current working directory, not just the serval-dna
repository's root directory.

Fixed the serval_version.o target to invoke the version_string.sh
script with the --repository=DIR option, so that the build will work
even if the current working directory is not within the serval-dna
repository.

Re-ordered and added some comments for clarity, and added some missing
.PHONY declarations.
2016-10-13 16:23:09 +10:30

37 lines
416 B
Plaintext

*~
/win32/Debug
/win32/Release
*.user
*.ncb
/libsodium
/objs
/objs_lib
/objs_servald
*.a
*.suo
.*.sw?
VERSION.txt
/configure
/autom4te.cache
/aclocal.m4
Makefile
testconfig.sh
config.log
config.status
/nacl/nacl-20110221/build
/nacl/naclinc.txt
/nacl/nacllib.txt
/servald
/servaldwrap
/serval-tests
/directory_service
/tfw_createfile
/fakeradio
/config_test
/simulator
*.so
test.*.log
/testlog
/coverage_html
*.info