parent
d2dde67b0f
commit
3d89f5e5c4
@ -1,9 +1,9 @@
|
||||
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/qt/ -L$(RUBY_LIBDIR)
|
||||
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_QT) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/qt/libsmokeqt.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la
|
||||
qtrubyinit_LDADD = $(LIB_QT) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tqt/libsmoketqt.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la
|
||||
|
||||
bin_SCRIPTS = rbqtapi rbqtsh
|
||||
|
@ -1,5 +1,5 @@
|
||||
require 'mkmf'
|
||||
dir_config('smoke')
|
||||
dir_config('qt')
|
||||
$LOCAL_LIBS += '-lsmokeqt -ltqt-mt -lstdc++'
|
||||
$LOCAL_LIBS += '-lsmoketqt -ltqt-mt -lstdc++'
|
||||
create_makefile("qtruby")
|
||||
|
@ -1,24 +1,24 @@
|
||||
lib_LTLIBRARIES = libsmokeqt.la
|
||||
lib_LTLIBRARIES = libsmoketqt.la
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
# set the include path for X, tqt and TDE
|
||||
INCLUDES = -I$(srcdir)/.. $(all_includes)
|
||||
|
||||
EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am
|
||||
|
||||
# the library search path.
|
||||
libsmokeqt_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC)
|
||||
libsmoketqt_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC)
|
||||
|
||||
# the libraries to link against.
|
||||
libsmokeqt_la_LIBADD = $(LIB_QT) $(GLLIB) $(LIBTQSCINTILLA)
|
||||
libsmoketqt_la_LIBADD = $(LIB_QT) $(GLLIB) $(LIBTQSCINTILLA)
|
||||
|
||||
x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
|
||||
x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
|
||||
x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp
|
||||
|
||||
# which sources should be compiled for perlqtkde
|
||||
libsmokeqt_la_SOURCES = $(x_sources) smokedata.cpp
|
||||
libsmoketqt_la_SOURCES = $(x_sources) smokedata.cpp
|
||||
|
||||
$(x_sources) smokedata.cpp:
|
||||
perl generate.pl
|
||||
|
||||
CLEANFILES = $(libsmokeqt_la_SOURCES)
|
||||
CLEANFILES = $(libsmoketqt_la_SOURCES)
|
Loading…
Reference in new issue