1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/scripting/Makefile

14 lines
348 B
Makefile
Raw Normal View History

2005-10-20 04:00:35 +02:00
top_builddir=../..
include $(top_builddir)/Makefile.config
2006-01-11 14:10:41 +01:00
SUBDIRS-$(CONFIG_SCRIPTING_GUILE) += guile
2006-01-11 14:06:13 +01:00
SUBDIRS-$(CONFIG_SCRIPTING_LUA) += lua
2006-01-11 14:07:17 +01:00
SUBDIRS-$(CONFIG_SCRIPTING_PERL) += perl
SUBDIRS-$(CONFIG_PYTHON) += python
SUBDIRS-$(CONFIG_RUBY) += ruby
SUBDIRS-$(CONFIG_SM_SCRIPTING) += smjs
OBJS = scripting.o
include $(top_srcdir)/Makefile.lib