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.
20 lines
737 B
20 lines
737 B
SUBDIRS = schema . wscl tests kung
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libwsdl.la
|
|
|
|
libwsdl_la_SOURCES = binding.cpp message.cpp parser.cpp port.cpp service.cpp \
|
|
typemapper.cpp wsdl.cpp
|
|
libwsdl_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
libwsdl_la_LIBADD = -ltdecore schema/libschema.la
|
|
|
|
bin_PROGRAMS = kwsdl_compiler
|
|
|
|
kwsdl_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kwsdl_compiler_LDADD = ../libkode.la libwsdl.la
|
|
kwsdl_compiler_SOURCES = compiler.cpp converter.cpp creator.cpp main.cpp \
|
|
namemapper.cpp
|
|
|
|
METASOURCES = AUTO
|