2005-10-20 04:00:35 +02:00
|
|
|
top_builddir=../..
|
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 15:58:31 +02:00
|
|
|
|
2005-09-27 22:49:47 +02:00
|
|
|
SUBDIRS-$(CONFIG_GUILE) += guile
|
|
|
|
|
SUBDIRS-$(CONFIG_LUA) += lua
|
|
|
|
|
SUBDIRS-$(CONFIG_PERL) += perl
|
|
|
|
|
SUBDIRS-$(CONFIG_PYTHON) += python
|
|
|
|
|
SUBDIRS-$(CONFIG_RUBY) += ruby
|
2005-10-20 20:38:01 +02:00
|
|
|
SUBDIRS-$(CONFIG_SEE) += see
|
2005-12-18 22:51:47 +00:00
|
|
|
SUBDIRS-$(CONFIG_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
|