2000-03-28 21:34:23 +00:00
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kde_module_LTLIBRARIES = kwin_riscos.la
|
2000-03-28 21:34:23 +00:00
|
|
|
|
2002-02-19 16:56:16 +00:00
|
|
|
kwin_riscos_la_SOURCES = \
|
2000-04-10 17:18:21 +00:00
|
|
|
Button.cpp \
|
|
|
|
CloseButton.cpp \
|
|
|
|
IconifyButton.cpp \
|
2000-07-15 11:27:55 +00:00
|
|
|
LowerButton.cpp \
|
2000-04-10 17:18:21 +00:00
|
|
|
Manager.cpp \
|
|
|
|
MaximiseButton.cpp \
|
2000-09-27 22:51:57 +00:00
|
|
|
StickyButton.cpp \
|
|
|
|
HelpButton.cpp \
|
2000-04-10 17:18:21 +00:00
|
|
|
Static.cpp
|
2002-02-19 16:56:16 +00:00
|
|
|
kwin_riscos_la_LIBADD = ../../kwin.la
|
|
|
|
kwin_riscos_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
2000-03-28 21:34:23 +00:00
|
|
|
|
|
|
|
METASOURCES = AUTO
|
2000-04-10 17:18:21 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
Button.h \
|
|
|
|
CloseButton.h \
|
|
|
|
IconifyButton.h \
|
2000-07-15 11:27:55 +00:00
|
|
|
LowerButton.h \
|
2000-04-10 17:18:21 +00:00
|
|
|
MaximiseButton.h \
|
2000-09-27 21:33:15 +00:00
|
|
|
StickyButton.h \
|
2000-09-27 22:51:57 +00:00
|
|
|
HelpButton.h \
|
2000-09-27 21:33:15 +00:00
|
|
|
Manager.h \
|
2000-04-10 17:18:21 +00:00
|
|
|
Static.h
|
2000-03-28 21:34:23 +00:00
|
|
|
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
2000-07-15 11:27:55 +00:00
|
|
|
lnk_DATA = riscos.desktop
|
2000-03-28 21:34:23 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
|
|
|
|
|