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.
10 lines
443 B
10 lines
443 B
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS)
|
|
|
|
bin_PROGRAMS = qtrubyinit
|
|
qtrubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/tqt/ -L$(RUBY_LIBDIR)
|
|
qtrubyinit_METASOURCES = AUTO
|
|
qtrubyinit_SOURCES = qtrubyinit.cpp
|
|
qtrubyinit_LDADD = $(LIB_TQT) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tqt/libsmoketqt.la $(top_builddir)/qtruby/rubylib/qtruby/libtqtrubyinternal.la
|
|
|
|
bin_SCRIPTS = rbqtapi rbqtsh
|