0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/scripting/Makefile

15 lines
348 B
Makefile
Raw Normal View History

2005-10-20 04:00:35 +02:00
top_builddir=../..
include $(top_builddir)/Makefile.config
SUBDIRS-$(CONFIG_GUILE) += guile
SUBDIRS-$(CONFIG_LUA) += lua
SUBDIRS-$(CONFIG_PERL) += perl
SUBDIRS-$(CONFIG_PYTHON) += python
SUBDIRS-$(CONFIG_RUBY) += ruby
SUBDIRS-$(CONFIG_SEE) += see
SUBDIRS-$(CONFIG_SPIDERMONKEY) += smjs
OBJS = scripting.o
include $(top_srcdir)/Makefile.lib