plugin test for the mentally unwell. I feel bad for using recursive Make.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
Emil ec135c2cf4
initial
hace 9 meses
plug initial hace 9 meses
src initial hace 9 meses
.gitignore initial hace 9 meses
Makefile initial hace 9 meses
README initial hace 9 meses
root.mk initial hace 9 meses

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.