2000-07-16 12:25:51 +00:00
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libkwindefault.la
|
|
|
|
|
|
|
|
libkwindefault_la_SOURCES = \
|
|
|
|
Button.cpp \
|
|
|
|
CloseButton.cpp \
|
|
|
|
DBWidget.cpp \
|
|
|
|
IconifyButton.cpp \
|
2000-07-18 19:39:31 +00:00
|
|
|
QuestionButton.cpp \
|
2000-07-16 12:25:51 +00:00
|
|
|
StickyButton.cpp \
|
|
|
|
Manager.cpp \
|
|
|
|
MaximiseButton.cpp \
|
|
|
|
ResizeBar.cpp \
|
|
|
|
ResizeMid.cpp \
|
|
|
|
ResizeSide.cpp \
|
|
|
|
TitleBar.cpp \
|
|
|
|
TitleText.cpp \
|
|
|
|
Static.cpp
|
|
|
|
|
|
|
|
libkwindefault_la_LDFLAGS = $(all_libraries)
|
|
|
|
|
|
|
|
libkwindefault_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
Button.h \
|
|
|
|
CloseButton.h \
|
|
|
|
DBWidget.h \
|
|
|
|
IconifyButton.h \
|
2000-07-18 19:39:31 +00:00
|
|
|
QuestionButton.h \
|
2000-07-16 12:25:51 +00:00
|
|
|
StickyButton.h \
|
|
|
|
Manager.h \
|
|
|
|
MaximiseButton.h \
|
|
|
|
ResizeBar.h \
|
|
|
|
ResizeMid.h \
|
|
|
|
ResizeSide.h \
|
|
|
|
TitleBar.h \
|
|
|
|
TitleText.h \
|
|
|
|
Static.h
|
|
|
|
|