summaryrefslogtreecommitdiffstats
path: root/src/ui/view/Makefile_insert
blob: 1b8c57630436cd781e993d06539d95995d8f14ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Makefile.am fragment sourced by src/Makefile.am.

ui/view/all: ui/view/libuiview.a

ui/view/clean:
	rm -f ui/view/libuiview.a $(ui_libuiview_a_OBJECTS)

ui_view_libuiview_a_SOURCES =		\
	ui/view/edit.h			\
	ui/view/edit.cpp		\
	ui/view/edit-widget.h		\
	ui/view/edit-widget.cpp		\
	ui/view/edit-widget-interface.h \
	ui/view/view.h			\
	ui/view/view.cpp		\
	ui/view/view-widget.cpp \
	ui/view/view-widget.h \
	ui/view/desktop.h		\
	ui/view/desktop.cpp		\
	ui/view/desktop-affine.h	\
	ui/view/desktop-affine.cpp	\
	ui/view/desktop-events.h	\
	ui/view/desktop-events.cpp	\
	ui/view/desktop-handles.h	\
	ui/view/desktop-handles.cpp	\
	ui/view/desktop-style.h		\
	ui/view/desktop-style.cpp