plugin test for the mentally unwell. I feel bad for using recursive Make.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
Emil ec135c2cf4
initial
il y a 9 mois
plug initial il y a 9 mois
src initial il y a 9 mois
.gitignore initial il y a 9 mois
Makefile initial il y a 9 mois
README initial il y a 9 mois
root.mk initial il y a 9 mois

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.