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