1## Process this file with automake to produce Makefile.in
2
3noinst_PROGRAMS	= \
4	expression \
5	dctest \
6	codecs \
7	dialog \
8	ControlPanel \
9	groupbox \
10	scribble \
11	wizard \
12	layout \
13	rex \
14	table \
15	memmap \
16	minheritance \
17	bitmapviewer \
18	imageviewer \
19	button \
20	datatarget \
21	dirlist \
22	foursplit \
23	header \
24	hello \
25	hello2 \
26	iconlist \
27	image \
28	mditest \
29	shutter \
30	splitter \
31	switcher \
32	tabbook \
33	ratio
34
35expression_SOURCES      = expression.cpp
36wizard_SOURCES	        = wizard.cpp
37rex_SOURCES	        = rex.cpp
38layout_SOURCES	        = layout.cpp
39minheritance_SOURCES	= minheritance.cpp
40memmap_SOURCES	        = memmap.cpp
41mditest_SOURCES		= mditest.cpp
42table_SOURCES		= table.cpp
43groupbox_SOURCES	= groupbox.cpp
44foursplit_SOURCES	= foursplit.cpp
45datatarget_SOURCES	= datatarget.cpp
46bitmapviewer_SOURCES	= bitmapviewer.cpp
47imageviewer_SOURCES	= imageviewer.cpp
48scribble_SOURCES	= scribble.cpp
49splitter_SOURCES	= splitter.cpp
50shutter_SOURCES		= shutter.cpp
51image_SOURCES		= image.cpp
52header_SOURCES		= header.cpp
53hello_SOURCES		= hello.cpp
54hello2_SOURCES		= hello2.cpp
55switcher_SOURCES	= switcher.cpp
56iconlist_SOURCES	= iconlist.cpp
57tabbook_SOURCES		= tabbook.cpp
58ratio_SOURCES		= ratio.cpp
59dialog_SOURCES		= dialog.cpp
60dirlist_SOURCES		= dirlist.cpp
61button_SOURCES		= button.cpp
62codecs_SOURCES		= codecs.cpp
63dctest_SOURCES		= dctest.cpp dippy.h
64ControlPanel_SOURCES    = ControlPanel.cpp controlpanelicon.h
65
66# end of Makefile.am
67
68
69