plugin test for the mentally unwell. I feel bad for using recursive Make.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
Emil ec135c2cf4
initial
pirms 9 mēnešiem
plug initial pirms 9 mēnešiem
src initial pirms 9 mēnešiem
.gitignore initial pirms 9 mēnešiem
Makefile initial pirms 9 mēnešiem
README initial pirms 9 mēnešiem
root.mk initial pirms 9 mēnešiem

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.