plugin test for the mentally unwell. I feel bad for using recursive Make.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.
Emil ec135c2cf4
initial
8 meses atrás
plug initial 8 meses atrás
src initial 8 meses atrás
.gitignore initial 8 meses atrás
Makefile initial 8 meses atrás
README initial 8 meses atrás
root.mk initial 8 meses atrás

README

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.