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.
9 lines
471 B
9 lines
471 B
CXXFLAGS += $(RUBY_CXXFLAGS) |
|
|
|
INCLUDES = -I$(top_srcdir)/smoke -I$(top_srcdir)/qtruby/rubylib/qtruby $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS) |
|
|
|
rubylibdir = $(RUBY_ARCHDIR) |
|
rubylib_LTLIBRARIES = tqui.la |
|
tqui_la_SOURCES = tqui.cpp |
|
tqui_la_LDFLAGS = -module -export-dynamic $(all_libraries) -version-info 0:0:0 |
|
tqui_la_LIBADD = -ltqui $(LIB_TQT) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tqt/libsmoketqt.la $(top_builddir)/qtruby/rubylib/qtruby/libtqtrubyinternal.la
|
|
|