2005-10-20 04:00:35 +02:00
|
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2006-01-11 14:10:41 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_GUILE) += guile
|
2006-01-12 18:44:26 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_LUA) += lua
|
2006-01-11 14:07:17 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_PERL) += perl
|
2006-01-12 18:44:26 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_PYTHON) += python
|
2006-01-11 14:10:51 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_RUBY) += ruby
|
2006-01-11 14:14:11 +01:00
|
|
|
SUBDIRS-$(CONFIG_SCRIPTING_SPIDERMONKEY) += smjs
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-09-27 22:38:00 +02:00
|
|
|
OBJS = scripting.o
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-10-20 01:11:47 +02:00
|
|
|
include $(top_srcdir)/Makefile.lib
|