Steffen Jaeckel
215ec5f69d
Merge tag 'v1.18.2' into develop
...
libtomcrypt v1.18.2
2018-07-02 23:23:47 +02:00
Steffen Jaeckel
a015a8f05f
don't install test
in target install_all
...
This fixes #396
2018-07-01 22:47:05 +02:00
Steffen Jaeckel
54e6db588a
Bump version
2018-07-01 12:51:54 +02:00
Karel Miko
abedfa17eb
Update makefiles
2018-06-11 10:00:37 +02:00
Steffen Jaeckel
f8ed30bc22
Update makefiles
2018-06-03 19:19:58 +02:00
Steffen Jaeckel
2cb77edf4c
update makefiles etc. for tomcrypt_private.h
2018-06-03 15:07:27 +02:00
buggywhip
2ffcd1706e
update makefiles
2018-05-31 11:58:08 -07:00
Steffen Jaeckel
4c2bb90dec
Merge pull request #382 from ararslan/aa/freebsd
...
Make the build logic more robust for BSD systems
(cherry picked from commit 5ab8dcf04d
)
2018-05-31 14:18:13 +02:00
Alex Arslan
f5c665b9f6
Make the build logic more robust for BSD systems
...
This properly sets MAKE (when undefined) on BSDs to gmake rather than
make, which refers to the incompatible BSD Make. Further, it betters
detection of Clang as the default compiler, which is the case on FreeBSD
11.0+ and OpenBSD 6.0+.
2018-05-29 14:05:41 -07:00
Karel Miko
ea32b2b194
Update makefiles
2018-05-22 23:02:44 +02:00
Steffen Jaeckel
e040ef1a59
add aesgcm demo
...
yeah I know, it's GNU specific, therefore it's also only added to the
GNU makefiles
2018-03-27 14:26:16 +02:00
Steffen Jaeckel
bc2739347d
Update makefiles
2018-03-23 22:01:41 +01:00
Steffen Jaeckel
6f20738057
Update makefiles
2018-03-22 16:12:56 +01:00
Steffen Jaeckel
799e147254
Update makefiles
2018-02-25 20:42:26 +01:00
Steffen Jaeckel
fa96614366
Update makefiles
2018-01-22 11:05:22 +01:00
Steffen Jaeckel
7de2d910fe
libtomcrypt v1.18.1
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Gnu Privacy Tools
iF4EABEIAAYFAlpltt4ACgkQrwyxdiHtrXIaugD+PZ1lGJ3Hhm5nQzVycQqp5ryc
BbfeJhhrRVr1art3ftMA/2AOFXS0SEKtkgALCh1qJkK9YwZIZcDGPqSl/6uTEbKq
=1DpZ
-----END PGP SIGNATURE-----
Merge tag 'v1.18.1' into develop
libtomcrypt v1.18.1
2018-01-22 11:04:49 +01:00
Steffen Jaeckel
60df7d360a
Fix 'fixme check'
...
The error produced by `make zipup` - but ignored by make - was:
```
...
fixme check
makefile_include.mk:448: recipe for target 'zipup' failed
make: [zipup] Error 123 (ignored)
mkdir -p libtomcrypt-...
```
2018-01-22 11:01:34 +01:00
Steffen Jaeckel
c7ff3bb86e
Bump revision
2018-01-22 10:45:28 +01:00
Steffen Jaeckel
4800543664
add -p switch to install
commands in GNU makefiles
...
This fixes #340
[skip ci]
(cherry picked from commit fc6eb3ecf0
)
2018-01-22 10:05:03 +01:00
Steffen Jaeckel
fc6eb3ecf0
add -p switch to install
commands in GNU makefiles
...
This fixes #340
[skip ci]
2018-01-21 13:23:14 +01:00
Larry Bugbee
784fc5313c
makefile updates
2017-12-17 08:05:41 -08:00
Steffen Jaeckel
38143771d7
Update makefiles
2017-12-16 16:02:00 +01:00
Steffen Jaeckel
ea43e5dd68
suppress 'missing-braces' warnings
2017-12-10 12:35:59 +01:00
Steffen Jaeckel
c7bdb247bf
Update makefiles
2017-12-05 18:40:57 +01:00
Steffen Jaeckel
ce93eaa577
add fixme-check to zipup make-target
...
(cherry picked from commit 6c83a2f363
)
2017-12-05 18:39:46 +01:00
Larry Bugbee
807ae09916
Update makefiles
2017-11-20 02:40:45 -08:00
Steffen Jaeckel
b159ca0d12
add missing file footers
...
[skip ci]
2017-11-09 15:31:51 +01:00
Larry Bugbee
aa5a2e5a26
Update makefiles
2017-10-23 15:41:04 -07:00
Karel Miko
035205af85
update makefiles
2017-10-20 19:51:40 +02:00
Karel Miko
c5735be01e
update makefiles
2017-10-18 17:21:46 +02:00
Steffen Jaeckel
6c83a2f363
add fixme-check to zipup make-target
2017-10-18 08:45:56 +02:00
Karel Miko
295bde14c1
update makefiles
2017-10-16 21:19:54 +02:00
Steffen Jaeckel
c165f3a23a
Update makefiles
2017-10-10 15:48:35 +02:00
Steffen Jaeckel
233ef83530
suppress some warnings when compiling with mingw-gcc
...
[skip ci]
2017-10-10 14:29:34 +02:00
Karel Miko
2041f9528e
update makefiles
2017-10-07 11:35:27 +02:00
Steffen Jaeckel
adcd6ee9fd
only try to print the version from git if there's git installed
2017-10-03 19:54:27 +02:00
Steffen Jaeckel
062fc3ffe3
print info when doing a debug build
2017-10-01 22:56:46 +02:00
Steffen Jaeckel
9ff889b330
Update makefiles
2017-09-27 21:37:23 +02:00
Steffen Jaeckel
5049463774
bump the libtool version
...
yeah, helper.pl doesn't update it anymore automagically...
we'll probably find a new way to do that in the future...
or we keep on updating it manually...
This fixes #300
2017-09-27 21:19:33 +02:00
Steffen Jaeckel
f868a16a44
Update makefiles
2017-09-25 16:56:59 +02:00
Karel Miko
b2813480bf
LTC_CFLAGS += -Wwrite-strings
2017-09-18 12:35:03 +02:00
Steffen Jaeckel
2dd446dbdb
clang and -Wno-missing-field-initializers
2017-09-14 17:11:06 +02:00
Steffen Jaeckel
a22140f94c
oops, fix .common_uninstall make-target
...
[skip-ci]
2017-08-28 17:31:44 +02:00
Steffen Jaeckel
041b7aa5c0
Update makefiles
2017-08-23 22:35:35 +02:00
Steffen Jaeckel
bc0c18f347
Update makefiles
2017-08-02 18:55:42 +02:00
Steffen Jaeckel
1e1170df29
move timing to BROKEN_DEMOS
2017-07-17 13:36:34 +02:00
Steffen Jaeckel
24c5b74193
introduce 'make help'
2017-07-17 13:36:34 +02:00
Steffen Jaeckel
bffaab4eed
re-group demos and really build everything in 'all' target
2017-07-17 13:36:34 +02:00
Steffen Jaeckel
aa0f396c0c
Update makefiles
2017-07-13 14:58:01 +02:00
Steffen Jaeckel
a2f48578e9
also pre-pend -Itests
2017-07-12 22:48:46 +02:00