You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
635 B
19 lines
635 B
include $(top_srcdir)/lib/kross/Makefile.global
|
|
|
|
CXXFLAGS += $(USE_EXCEPTIONS)
|
|
|
|
INCLUDES = -I$(top_srcdir)/lib/kross -I$(RUBY_INCLUDEDIR) $(RUBY_CFLAGS) $(all_includes)
|
|
METASOURCES = AUTO
|
|
kde_module_LTLIBRARIES = krossruby.la
|
|
|
|
krossruby_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(RUBY_LIBRUBYARG) -module $(VER_INFO)
|
|
|
|
krossruby_la_LIBADD = \
|
|
$(LIB_QT) \
|
|
$(LIB_TDECORE) \
|
|
../api/libkrossapi.la \
|
|
../main/libkrossmain.la
|
|
|
|
noinst_HEADERS = rubyconfig.h rubyinterpreter.h rubyextension.h rubyscript.h rubywrapper.h
|
|
krossruby_la_SOURCES = rubyinterpreter.cpp rubyextension.cpp rubyscript.cpp rubymodule.cpp rubywrapper.c
|