Archived
1
0
plugin test for the mentally unwell. I feel bad for using recursive Make.
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-09-05 19:40:53 -06:00
plug initial 2023-09-05 19:40:53 -06:00
src initial 2023-09-05 19:40:53 -06:00
.gitignore initial 2023-09-05 19:40:53 -06:00
Makefile initial 2023-09-05 19:40:53 -06:00
README initial 2023-09-05 19:40:53 -06:00
root.mk initial 2023-09-05 19:40:53 -06:00

plug/ contains the dynamically loaded library,
and of course, src/ has the core program.

You'll have to use LD_LIBRARY_PATH='.' ./plugin
This could be remedied with a little messing with
get/setenv.

There's a good reason for the fragmentation and
recursion of the Makefiles, as how the files are
compiled vary at compliation and link time
(link-time not so applicable in this case, but
 it is effected by CFLAGS anyways).

Copy as you wish, credit not.