e3e09f533d
svn path=/trunk/kdebase/kwin/; revision=137446
35 lines
607 B
Makefile
35 lines
607 B
Makefile
INCLUDES = $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kwin_riscos.la
|
|
|
|
kwin_riscos_la_SOURCES = \
|
|
Button.cpp \
|
|
CloseButton.cpp \
|
|
IconifyButton.cpp \
|
|
LowerButton.cpp \
|
|
Manager.cpp \
|
|
MaximiseButton.cpp \
|
|
StickyButton.cpp \
|
|
HelpButton.cpp \
|
|
Static.cpp
|
|
kwin_riscos_la_LIBADD = ../../kwin.la
|
|
kwin_riscos_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = \
|
|
Button.h \
|
|
CloseButton.h \
|
|
IconifyButton.h \
|
|
LowerButton.h \
|
|
MaximiseButton.h \
|
|
StickyButton.h \
|
|
HelpButton.h \
|
|
Manager.h \
|
|
Static.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = riscos.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
|