mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
1efe6686fc
swiftc(1) requires every -D option to be prefixed with -Xcc, which is not easy to achieve using autoconf. Now instead of setting configuration macros like HAVE_LSEEK64 on the command line using -D, they are defined in config.h, which is generated by ./configure, ignored by Git, and included by all headers and source files that use any configuration macro. The dependency on Makefile has been replaced with a dependency on Makefile.in and config.h, which helps avoid some redundant full recompiles after running ./configure, because the configure script does not overwrit config.h if its content does not change.
38 lines
436 B
Plaintext
38 lines
436 B
Plaintext
*~
|
|
/win32/Debug
|
|
/win32/Release
|
|
*.user
|
|
*.ncb
|
|
/libsodium-*/
|
|
/objs
|
|
/objs_lib
|
|
/objs_servald
|
|
*.a
|
|
*.suo
|
|
.*.sw?
|
|
/VERSION.txt
|
|
/configure
|
|
/autom4te.cache
|
|
/aclocal.m4
|
|
/config.log
|
|
/config.status
|
|
/Makefile
|
|
/testconfig.sh
|
|
/config.h
|
|
/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
|