2000-03-28 21:34:23 +00:00
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
2000-07-15 11:27:55 +00:00
|
|
|
lib_LTLIBRARIES = libkwinriscos.la
|
2000-03-28 21:34:23 +00:00
|
|
|
|
2000-07-15 11:27:55 +00:00
|
|
|
libkwinriscos_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 \
|
|
|
|
Static.cpp
|
2000-07-15 11:27:55 +00:00
|
|
|
libkwinriscos_la_LIBADD = ../../kwin.la
|
|
|
|
libkwinriscos_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
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 \
|
|
|
|
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)
|
|
|
|
|
|
|
|
|