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.
34 lines
841 B
34 lines
841 B
include $(top_srcdir)/lib/kross/Makefile.global
|
|
|
|
lib_LTLIBRARIES = libkrossmain.la
|
|
|
|
libkrossmain_la_SOURCES = krossconfig.cpp mainmodule.cpp scriptcontainer.cpp manager.cpp \
|
|
scriptaction.cpp scriptguiclient.cpp wdgscriptsmanagerbase.ui wdgscriptsmanager.cpp
|
|
|
|
libkrossmain_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
|
|
|
|
mainincludedir=$(includedir)/kross/main
|
|
|
|
maininclude_HEADERS = \
|
|
krossconfig.h \
|
|
mainmodule.h \
|
|
manager.h \
|
|
scriptaction.h \
|
|
scriptcontainer.h \
|
|
scriptguiclient.h \
|
|
wdgscriptsmanager.h \
|
|
wdgscriptsmanagerbase.h
|
|
|
|
libkrossmain_la_LIBADD = \
|
|
$(LIB_QT) \
|
|
$(LIB_TDECORE) \
|
|
$(LIB_TDEFILE) \
|
|
$(LIB_TDEUI) \
|
|
$(LIB_TDENEWSTUFF) \
|
|
$(LIB_KROSS_API)
|
|
|
|
METASOURCES = AUTO
|
|
SUBDIRS = .
|
|
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
|
|
noinst_HEADERS = wdgscriptsmanager.h
|