1## Process this file with automake to produce Makefile.in
2
3noinst_LTLIBRARIES = libgui-gtk3_22.la
4AM_CPPFLAGS = -I$(srcdir)/.. -I$(srcdir)/../include \
5	-I$(top_srcdir)/utility -I$(top_srcdir)/common \
6	-I$(top_srcdir)/common/aicore -I$(top_srcdir)/common/scriptcore \
7	-I$(srcdir)/../agents  -I$(srcdir)/../luascript \
8	$(gui_gtk3_22_cflags) $(SOUND_CFLAGS)
9
10libgui_gtk3_22_la_SOURCES = \
11	action_dialog.c \
12	canvas.c	\
13	canvas.h	\
14	chatline.h	\
15	chatline.c	\
16	choice_dialog.c	\
17	choice_dialog.h \
18	citizensinfo.c	\
19	citizensinfo.h	\
20	citydlg.c	\
21	citydlg.h	\
22	cityrep.c	\
23	cityrep.h	\
24	cma_fe.c	\
25	cma_fe.h	\
26	colors.c	\
27	colors.h	\
28	connectdlg.c	\
29	connectdlg.h	\
30	dialogs.c	\
31	dialogs.h	\
32	diplodlg.c	\
33	diplodlg.h	\
34	editgui.c	\
35	editgui.h	\
36	editprop.c	\
37	editprop.h	\
38	finddlg.c	\
39	finddlg.h	\
40	gamedlgs.c	\
41	gamedlgs.h	\
42	gotodlg.c	\
43	gotodlg.h	\
44	graphics.c	\
45	graphics.h	\
46	gui_main.c	\
47	gui_main.h	\
48	gui_stuff.c	\
49	gui_stuff.h	\
50	happiness.c	\
51	happiness.h	\
52	helpdlg.c	\
53	helpdlg.h	\
54	inputdlg.c	\
55	inputdlg.h	\
56	inteldlg.c	\
57	inteldlg.h	\
58	luaconsole.c	\
59	luaconsole.h	\
60	mapctrl.c	\
61	mapctrl.h	\
62	mapview.c	\
63	mapview.h	\
64	menu.c		\
65	menu.h		\
66	messagedlg.c	\
67	messagedlg.h	\
68	messagewin.c	\
69	messagewin.h	\
70	optiondlg.c	\
71	optiondlg.h	\
72	pages.c		\
73	pages.h		\
74	plrdlg.c	\
75	plrdlg.h	\
76	ratesdlg.h	\
77	repodlgs.c	\
78	repodlgs.h	\
79	soundset_dlg.c	\
80	spaceshipdlg.c	\
81	spaceshipdlg.h  \
82	sprite.c	\
83	sprite.h	\
84	theme_dlg.c	\
85	themes.c	\
86	tileset_dlg.c	\
87	transportdlg.c	\
88	transportdlg.h	\
89	unitselextradlg.c	\
90	unitselextradlg.h	\
91	unitselunitdlg.c	\
92	unitselunitdlg.h	\
93	unitselect.h	\
94	unitselect.c	\
95	voteinfo_bar.c	\
96	voteinfo_bar.h	\
97	wldlg.c		\
98	wldlg.h
99
100libgui_gtk3_22_la_LIBADD = -lm
101