2016-03-24 20:14:13 +05:30
|
|
|
PLUGINS=\
|
|
|
|
contrib/thin_sexp_emitter.so \
|
2016-03-24 20:51:20 +05:30
|
|
|
contrib/tmakatos_emitter.so \
|
|
|
|
contrib/ewheeler_emitter.so
|
2016-03-24 20:14:13 +05:30
|
|
|
|
|
|
|
contrib: $(PLUGINS)
|
2016-03-24 18:40:37 +05:30
|
|
|
|
|
|
|
contrib/thin_sexp_emitter.so: contrib/thin_sexp_emitter.o
|
|
|
|
$(V)echo " [LD] $@"
|
2016-03-24 20:14:13 +05:30
|
|
|
$(V)$(CC) -shared -Wl,-soname,thin_sexp_emitter.so -o $@ $<
|
|
|
|
|
|
|
|
contrib/tmakatos_emitter.so: contrib/tmakatos_emitter.o
|
|
|
|
$(V)echo " [LD] $@"
|
|
|
|
$(V)$(CC) -shared -Wl,-soname,tmakatos_emitter.so -o $@ $<
|
2016-03-24 18:40:37 +05:30
|
|
|
|
2016-03-24 20:51:20 +05:30
|
|
|
contrib/ewheeler_emitter.so: contrib/ewheeler_emitter.o
|
|
|
|
$(V)echo " [LD] $@"
|
|
|
|
$(V)$(CC) -shared -Wl,-soname,ewheeler_emitter.so -o $@ $<
|
|
|
|
|
2016-03-24 18:40:37 +05:30
|
|
|
|