2006-02-28 08:01:15 +00:00
|
|
|
kde4_header()
|
2006-03-26 14:52:52 +00:00
|
|
|
include_directories( ${KDE4_INCLUDES} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin_killer_helper_SRCS killer.cpp )
|
|
|
|
|
|
|
|
kde4_automoc(${kwin_killer_helper_SRCS})
|
|
|
|
|
|
|
|
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
|
|
|
|
2006-03-24 14:59:45 +00:00
|
|
|
target_link_libraries(kwin_killer_helper ${KDE4_KDEUI_LIBS} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
install_targets(/bin kwin_killer_helper )
|
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
|
|
|
|
#INCLUDES = $(all_includes)
|
|
|
|
#
|
|
|
|
#bin_PROGRAMS = kwin_killer_helper
|
|
|
|
#
|
|
|
|
#kwin_killer_helper_SOURCES = killer.cpp
|
|
|
|
#kwin_killer_helper_LDADD = $(LIB_KDEUI)
|
|
|
|
#kwin_killer_helper_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
|
|
|
#
|
|
|
|
#METASOURCES = AUTO
|