2006-02-28 08:01:15 +00:00
|
|
|
|
2006-03-23 19:24:10 +00:00
|
|
|
add_subdirectory( config )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-05-12 00:08:30 +00:00
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin3_plastik_PART_SRCS
|
|
|
|
plastik.cpp
|
|
|
|
plastikclient.cpp
|
|
|
|
plastikbutton.cpp
|
|
|
|
misc.cpp )
|
|
|
|
|
2006-10-13 07:55:37 +00:00
|
|
|
kde4_automoc(kwin3_plastik ${kwin3_plastik_PART_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_plastik ${kwin3_plastik_PART_SRCS})
|
|
|
|
|
|
|
|
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kwin3_plastik )
|
|
|
|
|
2006-10-21 12:01:53 +00:00
|
|
|
target_link_libraries(kwin3_plastik ${KDE4_KDEUI_LIBS} kdecorations kdefx)
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-07-04 17:09:53 +00:00
|
|
|
install(TARGETS kwin3_plastik DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2006-07-04 17:09:53 +00:00
|
|
|
install( FILES plastik.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2006-10-21 12:01:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
|
|
|
|
#AUTOMAKE_OPTIONS = foreign
|
|
|
|
#
|
|
|
|
#SUBDIRS = config
|
|
|
|
#
|
|
|
|
#KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
#
|
|
|
|
#INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
#
|
|
|
|
#kwindir = $(kde_datadir)/kwin/
|
|
|
|
#kwin_DATA = plastik.desktop
|
|
|
|
#
|
|
|
|
#kde_module_LTLIBRARIES = kwin3_plastik.la
|
|
|
|
#kwin3_plastik_la_SOURCES = plastik.cpp plastikclient.cpp plastikbutton.cpp misc.cpp
|
|
|
|
#kwin3_plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
#kwin3_plastik_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
|
|
|
|
#kwin3_plastik_la_METASOURCES = AUTO
|
|
|
|
#
|
|
|
|
#DISTCLEANFILES = $(kwin3_plastik_la_METASOURCES)
|
|
|
|
#
|