summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 1326e0c4cd76f3495f8cafdae201d426cf918686 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
lib_LTLIBRARIES = libmetacity-private.la

SUBDIRS=wm-tester tools themes

INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DMETACITY_LIBDIR=\"$(libdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1

EGGFILES=			\
	eggaccelerators.c	\
	eggaccelerators.h

metacity_SOURCES= 				\
	async-getprop.c				\
	async-getprop.h				\
	bell.h					\
	bell.c					\
	boxes.h					\
	boxes.c					\
	common.h				\
	c-screen.c				\
	c-screen.h				\
	compositor.c				\
	compositor.h				\
	constraints.c				\
	constraints.h				\
	core.c					\
	core.h					\
	delete.c				\
	display.c				\
	display.h				\
	draw-workspace.c			\
	draw-workspace.h			\
	edge-resistance.c			\
	edge-resistance.h			\
	effects.c				\
	effects.h				\
	errors.c				\
	errors.h				\
	eventqueue.c				\
	eventqueue.h				\
	fixedtip.c				\
	fixedtip.h				\
	frame.c					\
	frame.h					\
	frames.c				\
	frames.h				\
	gradient.c				\
	gradient.h				\
	group.c					\
	group.h					\
	group-private.h				\
	group-props.c				\
	group-props.h				\
	iconcache.c				\
	iconcache.h				\
	inlinepixbufs.h				\
	keybindings.c				\
	keybindings.h				\
	main.c					\
	main.h					\
	menu.c					\
	menu.h					\
	metaaccellabel.c			\
	metaaccellabel.h			\
	metacity-Xatomtype.h			\
	place.c					\
	place.h					\
	prefs.c					\
	prefs.h					\
	resizepopup.c				\
	resizepopup.h				\
	screen.c				\
	screen.h				\
	session.c				\
	session.h				\
	spring-model.c				\
	spring-model.h				\
	stack.c					\
	stack.h					\
	tabpopup.c				\
	tabpopup.h				\
	theme.c					\
	theme.h					\
	theme-parser.c				\
	theme-parser.h				\
	themewidget.c				\
	themewidget.h				\
	ui.c					\
	ui.h					\
	util.c					\
	util.h					\
	window.c				\
	window.h				\
	window-props.c				\
	window-props.h				\
	workspace.c				\
	workspace.h				\
	xprops.c				\
	xprops.h				\
	$(EGGFILES)

# by setting libmetacity_private_la_CFLAGS, the files shared with
# metacity proper will be compiled with different names.
libmetacity_private_la_CFLAGS =
libmetacity_private_la_SOURCES=	\
	boxes.c			\
	boxes.h			\
	gradient.c		\
	gradient.h		\
	preview-widget.c	\
	preview-widget.h	\
	theme.c			\
	theme.h			\
	theme-parser.c		\
	theme-parser.h		\
	util.c			\
	util.h			\
	common.h

libmetacity_private_la_LDFLAGS = -no-undefined
libmetacity_private_la_LIBADD  = @METACITY_LIBS@

libmetacityincludedir = $(includedir)/metacity-1/metacity-private

libmetacityinclude_HEADERS =	\
	boxes.h			\
	common.h		\
	gradient.h		\
	preview-widget.h	\
	theme.h			\
	theme-parser.h		\
	util.h

metacity_theme_viewer_SOURCES=  \
	theme-viewer.c

metacity_dialog_SOURCES= 	\
	metacity-dialog.c

bin_PROGRAMS=metacity metacity-theme-viewer
libexec_PROGRAMS=metacity-dialog

EFENCE=
metacity_LDADD=@METACITY_LIBS@ $(EFENCE)
metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
metacity_dialog_LDADD=@METACITY_LIBS@

testboxes_SOURCES=util.h util.c boxes.h boxes.c testboxes.c
testgradient_SOURCES=gradient.h gradient.c testgradient.c
testasyncgetprop_SOURCES=async-getprop.h async-getprop.c testasyncgetprop.c

noinst_PROGRAMS=testboxes testgradient testasyncgetprop

testboxes_LDADD= @METACITY_LIBS@
testgradient_LDADD= @METACITY_LIBS@
testasyncgetprop_LDADD= @METACITY_LIBS@

desktopfilesdir=$(datadir)/gnome/wm-properties
desktopfiles_in_files=metacity.desktop.in
desktopfiles_files=$(desktopfiles_in_files:.desktop.in=.desktop)
desktopfiles_DATA = $(desktopfiles_files)
@INTLTOOL_DESKTOP_RULE@

schemadir   = @GCONF_SCHEMA_FILE_DIR@
schema_in_files = metacity.schemas.in
schema_DATA = $(schema_in_files:.schemas.in=.schemas)

@INTLTOOL_SCHEMAS_RULE@

if GCONF_SCHEMAS_INSTALL
install-data-local:
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
else
install-data-local:
endif

IMAGES=default_icon.png stock_maximize.png stock_minimize.png stock_delete.png
VARIABLES=default_icon_data $(srcdir)/default_icon.png \
          stock_maximize_data $(srcdir)/stock_maximize.png \
          stock_minimize_data $(srcdir)/stock_minimize.png \
          stock_delete_data $(srcdir)/stock_delete.png

BUILT_SOURCES = inlinepixbufs.h
CLEANFILES = inlinepixbufs.h metacity.desktop metacity.schemas

inlinepixbufs.h: $(IMAGES)
	   $(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = libmetacity-private.pc

EXTRA_DIST=$(desktopfiles_files) 	\
	$(IMAGES) $(schema_DATA) 	\
	update-from-egg.sh		\
	$(desktopfiles_in_files)	\
	$(schema_in_files)		\
	libmetacity-private.pc.in


EGGDIR=$(srcdir)/../../libegg/libegg

regenerate-built-sources:
	EGGFILES="$(EGGFILES)" EGGDIR="$(EGGDIR)" $(srcdir)/update-from-egg.sh