Henry Gabryjelski
563abf66ed
Update id48lib
...
* Add its own CMakeLists.txt
* Add id48 unit tests for its recovery API
* Add id48 unit tests for its generator API
* Add id48 espresso files, generator for those files, and validation test
* Proxmark3-specific:
* update client/Makefile
* update client/deps/id48lib.cmake
*
2025-10-20 17:58:59 -07:00
Rick Farina (Zero_Chaos)
07c6871861
do not use LD if you aren't using ld
...
All the uses of LD actually wanted g++, so just use CXX and remove an
unused LD define
Closes: https://github.com/pentoo/pentoo-overlay/issues/1259
Fixes: https://github.com/RfidResearchGroup/proxmark3/pull/1758
2022-08-29 21:04:03 -04:00
Philippe Teuwen
9ebda88386
Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...
2022-05-03 19:04:36 +02:00
Philippe Teuwen
30aa7aa7d1
Adapting license headers, WIP
2022-01-08 00:40:52 +01:00
Philippe Teuwen
25180af135
DEFLDFLAGS
2020-10-06 14:56:26 +02:00
Philippe Teuwen
9ade745f07
rework cryptorf
2020-08-19 21:48:25 +02:00
Philippe Teuwen
a739d33398
Add mf_nonce_brute from https://github.com/iceman1001/mf_nonce_brute and merge to pm3 Makefile
2020-05-15 13:07:27 +02:00
Philippe Teuwen
4d4984657e
activate more warnings and ease their mgmt
2020-05-03 19:46:11 +02:00
Philippe Teuwen
0e39cb8e34
stricter warnings, wip
2020-05-02 23:54:27 +02:00
Philippe Teuwen
f7f33f2732
Revert "Makefile: move mingw defines to Makefile.host"
...
This reverts commit 0665b3f40a .
2020-04-26 22:30:41 +02:00
Philippe Teuwen
0665b3f40a
Makefile: move mingw defines to Makefile.host
2020-04-26 17:36:15 +02:00
Philippe Teuwen
92a052f26f
silent non-blocking errors when cleaning old paths
2020-04-21 01:47:43 +02:00
Philippe Teuwen
31e79905f8
Clean more old paths
2020-04-21 01:44:31 +02:00
Philippe Teuwen
c2ff11f321
hardnested compilation reorganized to be similar with cmake approach
2020-04-18 19:41:14 +02:00
iceman1001
5cd5f6dd8f
one more level
2020-01-22 17:39:51 +01:00
Philippe Teuwen
9cf2cd7ca9
remove leading/tailing "/" from installation RELPATHs
2019-09-05 23:20:46 +02:00
Philippe Teuwen
3245260c00
Add Makefile.defs with common defs
2019-08-30 22:10:06 +02:00
Philippe Teuwen
4fdb5a2f4b
make install: half way
2019-08-30 21:55:13 +02:00
Philippe Teuwen
b5f5b9276f
make install skeleton
2019-08-30 21:44:40 +02:00
Philippe Teuwen
4d31b2399b
reintroduce PREFIX and use relative paths for finding share/ when installed, independently of PREFIX
2019-08-30 21:36:10 +02:00
Philippe Teuwen
e0cdb5d7a7
makefile: allow override of install paths
2019-08-23 21:07:20 +02:00
Philippe Teuwen
9825f521b4
Fix clang issue where generated .d are sometimes newer than .o
2019-08-22 21:05:45 +02:00
Iceman
3cf64f9f23
fix: some mkdir stuff..
2019-08-21 16:49:32 +02:00
Philippe Teuwen
cce92d7431
Attempt to unify host makefiles with a Makefile.host
2019-08-19 21:50:16 +03:00