~ubuntu-branches/ubuntu/utopic/awn-extras-applets/utopic

« back to all changes in this revision

Viewing changes to applets/maintained/notification-area/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-01-13 21:50:33 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100113215033-kd9otcdjrajmiag0
Tags: 0.3.9~bzr1944-0ubuntu1
* New upstream snapshot.
 - Catch error in weather applet (LP: #359668)
* debian/patches: Refresh.
* debian/*.install: 
 - Update to new location and new applets.
 - Disable dialect applet until python-xklavier is in the archive.
 - Disable MiMenu and Pandora applets, there are unmaintained and not stable.
* debian/awn-applets-c-core: Dropped, not needed.
* debian/control:
 - Update description with new applets.
 - Remove libawn-extras and python-awnlib, all merged in python-awn-extras.
 - Replace awn-manager by awn-settings.
 - Drop build-depends on libgnome-desktop-dev, python*-dev, python2.5,
   awn-manager, libglade2-dev and libgnomeui-dev.
 - Add build-depends on libdesktop-agnostic-bin and vala-awn.
 - Bump build-depends of libawn-dev (>= 0.3.9~bzr1890), valac (>= 0.7.7) and
   debhelper (>= 7.0.50~).
 - Bump Standards-Version to 3.8.3 (no change needed).
 - Demote gconf-editor to Suggest, it's only needed for very advanced
   settings.
 - Update Recommends for python applets with new applets.
 - Suggest python-gconf for notification-area and alacarte for YAMA.
 - Add a debug package for C applets.
* debian/libawn-extras*: Removed, libawn-extras was removed upstream.
* debian/python-awnlib*: Merged with python-awn-extras.
* debian/rules:
 - Rewrite to use overrides.
* debian/copyright:
 - Update copyright and licenses.
* debian/README.source: Added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# vim: set ft=automake :
 
19
 
 
20
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
21
 
 
22
 
 
23
VPATH = @srcdir@
 
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibdir = $(libdir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
build_triplet = @build@
 
41
host_triplet = @host@
 
42
DIST_COMMON = $(dist_prefs_DATA) $(srcdir)/Makefile.am \
 
43
        $(srcdir)/Makefile.in \
 
44
        $(srcdir)/notification-area.desktop.in.in \
 
45
        $(top_srcdir)/Makefile.c-applet $(top_srcdir)/Makefile.common \
 
46
        $(top_srcdir)/Makefile.desktop-files \
 
47
        $(top_srcdir)/Makefile.schemas \
 
48
        $(top_srcdir)/Makefile.vala-applet
 
49
@GCONF_SCHEMAS_INSTALL_TRUE@am__append_1 = $(gconfschemas_in_files) $(gconfschemas_DATA)
 
50
subdir = applets/maintained/notification-area
 
51
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
52
am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
 
53
        $(top_srcdir)/m4/dolt.m4 $(top_srcdir)/m4/intltool.m4 \
 
54
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
55
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
56
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
 
57
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/m4/vala.m4 \
 
58
        $(top_srcdir)/configure.ac
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
mkinstalldirs = $(install_sh) -d
 
62
CONFIG_HEADER = $(top_builddir)/config.h
 
63
CONFIG_CLEAN_FILES = notification-area.desktop.in
 
64
CONFIG_CLEAN_VPATH_FILES =
 
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
66
am__vpath_adj = case $$p in \
 
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
68
    *) f=$$p;; \
 
69
  esac;
 
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
71
am__install_max = 40
 
72
am__nobase_strip_setup = \
 
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
74
am__nobase_strip = \
 
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
76
am__nobase_list = $(am__nobase_strip_setup); \
 
77
  for p in $$list; do echo "$$p $$p"; done | \
 
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
80
    if (++n[$$2] == $(am__install_max)) \
 
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
82
    END { for (dir in files) print dir, files[dir] }'
 
83
am__base_list = \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
86
am__installdirs = "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(desktopdir)" \
 
87
        "$(DESTDIR)$(prefsdir)" "$(DESTDIR)$(gconfschemasdir)" \
 
88
        "$(DESTDIR)$(icondir)" "$(DESTDIR)$(schemadir)"
 
89
LTLIBRARIES = $(applet_LTLIBRARIES)
 
90
am__DEPENDENCIES_1 =
 
91
notification_area_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
92
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
93
am__objects_1 =
 
94
am__objects_2 = notification-area.lo na-prefs.lo $(am__objects_1)
 
95
am__objects_3 = $(am__objects_2)
 
96
am_notification_area_la_OBJECTS = $(am__objects_3) eggtraymanager.lo \
 
97
        egg-tray-child.lo eggmarshalers.lo $(am__objects_1)
 
98
notification_area_la_OBJECTS = $(am_notification_area_la_OBJECTS)
 
99
notification_area_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
101
        $(notification_area_la_LDFLAGS) $(LDFLAGS) -o $@
 
102
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
103
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
104
am__depfiles_maybe = depfiles
 
105
am__mv = mv -f
 
106
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
107
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
108
CCLD = $(CC)
 
109
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
110
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
111
        $(LDFLAGS) -o $@
 
112
SOURCES = $(notification_area_la_SOURCES)
 
113
DIST_SOURCES = $(notification_area_la_SOURCES)
 
114
DATA = $(desktop_DATA) $(dist_prefs_DATA) $(gconfschemas_DATA) \
 
115
        $(icon_DATA) $(schema_DATA)
 
116
ETAGS = etags
 
117
CTAGS = ctags
 
118
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
119
ACLOCAL = @ACLOCAL@
 
120
ALL_LINGUAS = @ALL_LINGUAS@
 
121
AMTAR = @AMTAR@
 
122
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
123
APPLETSDIR = @APPLETSDIR@
 
124
AR = @AR@
 
125
AUTOCONF = @AUTOCONF@
 
126
AUTOHEADER = @AUTOHEADER@
 
127
AUTOMAKE = @AUTOMAKE@
 
128
AWK = @AWK@
 
129
AWN_CFLAGS = @AWN_CFLAGS@
 
130
AWN_LIBS = @AWN_LIBS@
 
131
AWN_SYSTEM_MONITOR_CFLAGS = @AWN_SYSTEM_MONITOR_CFLAGS@
 
132
AWN_SYSTEM_MONITOR_LIBS = @AWN_SYSTEM_MONITOR_LIBS@
 
133
AWN_VAPIDIR = @AWN_VAPIDIR@
 
134
CAIRO_MENU_GNOME_CFLAGS = @CAIRO_MENU_GNOME_CFLAGS@
 
135
CAIRO_MENU_GNOME_LIBS = @CAIRO_MENU_GNOME_LIBS@
 
136
CATALOGS = @CATALOGS@
 
137
CATOBJEXT = @CATOBJEXT@
 
138
CC = @CC@
 
139
CCDEPMODE = @CCDEPMODE@
 
140
CFLAGS = @CFLAGS@
 
141
COMPOSITE_CFLAGS = @COMPOSITE_CFLAGS@
 
142
COMPOSITE_LIBS = @COMPOSITE_LIBS@
 
143
CPP = @CPP@
 
144
CPPFLAGS = @CPPFLAGS@
 
145
CXX = @CXX@
 
146
CYGPATH_W = @CYGPATH_W@
 
147
DATADIR = @DATADIR@
 
148
DATADIRNAME = @DATADIRNAME@
 
149
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
 
150
DEFS = @DEFS@
 
151
DEPDIR = @DEPDIR@
 
152
DOLT_BASH = @DOLT_BASH@
 
153
DSYMUTIL = @DSYMUTIL@
 
154
DUMPBIN = @DUMPBIN@
 
155
ECHO_C = @ECHO_C@
 
156
ECHO_N = @ECHO_N@
 
157
ECHO_T = @ECHO_T@
 
158
EGREP = @EGREP@
 
159
EXEEXT = @EXEEXT@
 
160
F77 = @F77@
 
161
FC = @FC@
 
162
FGREP = @FGREP@
 
163
GCC_FLAGS = @GCC_FLAGS@
 
164
GCONFTOOL = @GCONFTOOL@
 
165
GCONF_CFLAGS = @GCONF_CFLAGS@
 
166
GCONF_LIBS = @GCONF_LIBS@
 
167
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
168
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
169
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
170
GMOFILES = @GMOFILES@
 
171
GMSGFMT = @GMSGFMT@
 
172
GNOME_MENU_CFLAGS = @GNOME_MENU_CFLAGS@
 
173
GNOME_MENU_LIBS = @GNOME_MENU_LIBS@
 
174
GREP = @GREP@
 
175
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 
176
GSTREAMER_LIBS = @GSTREAMER_LIBS@
 
177
GTOP_CFLAGS = @GTOP_CFLAGS@
 
178
GTOP_LIBS = @GTOP_LIBS@
 
179
INSTALL = @INSTALL@
 
180
INSTALL_DATA = @INSTALL_DATA@
 
181
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
182
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
183
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
184
INSTOBJEXT = @INSTOBJEXT@
 
185
INTLLIBS = @INTLLIBS@
 
186
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
187
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
188
INTLTOOL_PERL = @INTLTOOL_PERL@
 
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
LD = @LD@
 
191
LDA_BINDIR = @LDA_BINDIR@
 
192
LDA_VAPIDIR = @LDA_VAPIDIR@
 
193
LDFLAGS = @LDFLAGS@
 
194
LIBDIR = @LIBDIR@
 
195
LIBEXECDIR = @LIBEXECDIR@
 
196
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
197
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 
198
LIBOBJS = @LIBOBJS@
 
199
LIBS = @LIBS@
 
200
LIBSEXY_CFLAGS = @LIBSEXY_CFLAGS@
 
201
LIBSEXY_LIBS = @LIBSEXY_LIBS@
 
202
LIBTOOL = @LIBTOOL@
 
203
LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
 
204
LIBWNCK_LIBS = @LIBWNCK_LIBS@
 
205
LIBX11_CFLAGS = @LIBX11_CFLAGS@
 
206
LIBX11_LIBS = @LIBX11_LIBS@
 
207
LIPO = @LIPO@
 
208
LN_S = @LN_S@
 
209
LOCALEDIR = @LOCALEDIR@
 
210
LTCOMPILE = @LTCOMPILE@
 
211
LTCXXCOMPILE = @LTCXXCOMPILE@
 
212
LTLIBOBJS = @LTLIBOBJS@
 
213
MAINT = @MAINT@
 
214
MAKEFLAGS = @MAKEFLAGS@
 
215
MAKEINFO = @MAKEINFO@
 
216
MKDIR_P = @MKDIR_P@
 
217
MKINSTALLDIRS = @MKINSTALLDIRS@
 
218
MSGFMT = @MSGFMT@
 
219
MSGFMT_OPTS = @MSGFMT_OPTS@
 
220
MSGMERGE = @MSGMERGE@
 
221
NM = @NM@
 
222
NMEDIT = @NMEDIT@
 
223
NOTIFICATION_DAEMON_CFLAGS = @NOTIFICATION_DAEMON_CFLAGS@
 
224
NOTIFICATION_DAEMON_LIBS = @NOTIFICATION_DAEMON_LIBS@
 
225
OBJDUMP = @OBJDUMP@
 
226
OBJEXT = @OBJEXT@
 
227
OTOOL = @OTOOL@
 
228
OTOOL64 = @OTOOL64@
 
229
PACKAGE = @PACKAGE@
 
230
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
231
PACKAGE_NAME = @PACKAGE_NAME@
 
232
PACKAGE_STRING = @PACKAGE_STRING@
 
233
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
234
PACKAGE_URL = @PACKAGE_URL@
 
235
PACKAGE_VERSION = @PACKAGE_VERSION@
 
236
PATH_SEPARATOR = @PATH_SEPARATOR@
 
237
PKG_CONFIG = @PKG_CONFIG@
 
238
POFILES = @POFILES@
 
239
POSUB = @POSUB@
 
240
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
241
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
242
PYTHON = @PYTHON@
 
243
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
244
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
245
PYTHON_PREFIX = @PYTHON_PREFIX@
 
246
PYTHON_VERSION = @PYTHON_VERSION@
 
247
Q = $(V:1=)
 
248
RANLIB = @RANLIB@
 
249
SED = @SED@
 
250
SET_MAKE = @SET_MAKE@
 
251
SHELL = @SHELL@
 
252
SHINY_SWITCHER_CFLAGS = @SHINY_SWITCHER_CFLAGS@
 
253
SHINY_SWITCHER_LIBS = @SHINY_SWITCHER_LIBS@
 
254
STRIP = @STRIP@
 
255
SYSCONFDIR = @SYSCONFDIR@
 
256
USE_NLS = @USE_NLS@
 
257
 
 
258
# shave-related
 
259
V = @
 
260
VALAC = @VALAC@
 
261
VERSION = @VERSION@
 
262
VTE_CFLAGS = @VTE_CFLAGS@
 
263
VTE_LIBS = @VTE_LIBS@
 
264
WEBAPPLET_CFLAGS = @WEBAPPLET_CFLAGS@
 
265
WEBAPPLET_LIBS = @WEBAPPLET_LIBS@
 
266
XGETTEXT = @XGETTEXT@
 
267
XRENDER_CFLAGS = @XRENDER_CFLAGS@
 
268
XRENDER_LIBS = @XRENDER_LIBS@
 
269
abs_builddir = @abs_builddir@
 
270
abs_srcdir = @abs_srcdir@
 
271
abs_top_builddir = @abs_top_builddir@
 
272
abs_top_srcdir = @abs_top_srcdir@
 
273
ac_ct_CC = @ac_ct_CC@
 
274
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
275
am__include = @am__include@
 
276
am__leading_dot = @am__leading_dot@
 
277
am__quote = @am__quote@
 
278
am__tar = @am__tar@
 
279
am__untar = @am__untar@
 
280
bindir = @bindir@
 
281
build = @build@
 
282
build_alias = @build_alias@
 
283
build_cpu = @build_cpu@
 
284
build_os = @build_os@
 
285
build_vendor = @build_vendor@
 
286
builddir = @builddir@
 
287
datadir = @datadir@
 
288
datadir_intermediate = @datadir_intermediate@
 
289
datarootdir = @datarootdir@
 
290
docdir = @docdir@
 
291
dvidir = @dvidir@
 
292
exec_prefix = @exec_prefix@
 
293
host = @host@
 
294
host_alias = @host_alias@
 
295
host_cpu = @host_cpu@
 
296
host_os = @host_os@
 
297
host_vendor = @host_vendor@
 
298
htmldir = @htmldir@
 
299
includedir = @includedir@
 
300
infodir = @infodir@
 
301
install_sh = @install_sh@
 
302
libdir = @libdir@
 
303
libexecdir = @libexecdir@
 
304
localedir = @localedir@
 
305
localedir_intermediate = @localedir_intermediate@
 
306
localstatedir = @localstatedir@
 
307
lt_ECHO = @lt_ECHO@
 
308
mandir = @mandir@
 
309
mkdir_p = @mkdir_p@
 
310
oldincludedir = @oldincludedir@
 
311
pdfdir = @pdfdir@
 
312
pkgpyexecdir = @pkgpyexecdir@
 
313
pkgpythondir = @pkgpythondir@
 
314
prefix = @prefix@
 
315
program_transform_name = @program_transform_name@
 
316
psdir = @psdir@
 
317
pyexecdir = @pyexecdir@
 
318
pythondir = @pythondir@
 
319
sbindir = @sbindir@
 
320
sharedstatedir = @sharedstatedir@
 
321
shavedir = @shavedir@
 
322
srcdir = @srcdir@
 
323
sysconfdir = @sysconfdir@
 
324
target_alias = @target_alias@
 
325
top_build_prefix = @top_build_prefix@
 
326
top_builddir = @top_builddir@
 
327
top_srcdir = @top_srcdir@
 
328
APPLET_NAME = notification-area
 
329
APPLET_ICONS = notification-area.svg
 
330
APPLET_CFLAGS = $(LIBX11_CFLAGS) -I$(top_builddir)
 
331
VALA_FILES = \
 
332
        notification-area.vala  \
 
333
        na-prefs.vala           \
 
334
        egg-tray.vapi           \
 
335
        $(NULL)
 
336
 
 
337
AM_VALAFLAGS = \
 
338
        --pkg desktop-agnostic-ui \
 
339
        --pkg x11 \
 
340
        $(NULL)
 
341
 
 
342
APPLET_LIBS = \
 
343
        $(AWN_LIBS)             \
 
344
        $(LIBX11_LIBS)          \
 
345
        $(NULL)
 
346
 
 
347
 
 
348
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
349
NULL = 
 
350
applet_datadir = $(APPLETSDIR)/$(APPLET_NAME)
 
351
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
352
 
 
353
# for now, assume that icons = SVG
 
354
icon_DATA = $(APPLET_ICONS)
 
355
icondir = $(datadir)/icons/hicolor/scalable/apps
 
356
desktopdir = $(datadir)/avant-window-navigator/applets
 
357
desktop_DATA = $(APPLET_NAME).desktop
 
358
EXTRA_DIST = $(icon_DATA) $(NULL) \
 
359
        $(desktop_DATA:.desktop=.desktop.in.in) $(NULL) $(VALA_FILES) \
 
360
        $(schema_DATA) $(wildcard *.h)
 
361
CLEANFILES = $(desktop_DATA) $(APPLET_NAME).vala.stamp $(am__append_1)
 
362
 
 
363
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
364
AM_CFLAGS = \
 
365
        -I$(srcdir)             \
 
366
        -I$(top_builddir)       \
 
367
        $(AWN_CFLAGS)           \
 
368
        $(APPLET_CFLAGS)        \
 
369
        $(NULL)
 
370
 
 
371
APPLET_LINKER_FLAGS = -module -avoid-version
 
372
appletdir = $(libdir)/awn/applets/$(APPLET_NAME)
 
373
 
 
374
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
375
 
 
376
####
 
377
# Note to applet developers: DO NOT OVERRIDE CPPFLAGS, CFLAGS, OR VALAFLAGS.
 
378
# That is what the AM_FOOFLAGS variant is for.
 
379
####
 
380
 
 
381
# for shave
 
382
QUIET_INSTALL = $(Q:@=@echo '  INSTALL '$@;)
 
383
QUIET_VALA = $(Q:@=@echo '  VALAC '$@;)
 
384
BUILT_SOURCES = $(APPLET_NAME).vala.stamp
 
385
VALA_C_FILES = $(VALA_FILES:.vala=.c)
 
386
schemadir = $(datadir)/avant-window-navigator/schemas
 
387
schema_DATA = awn-applet-$(APPLET_NAME).schema-ini
 
388
@GCONF_SCHEMAS_INSTALL_TRUE@gconfschemasdir = @GCONF_SCHEMA_FILE_DIR@
 
389
@GCONF_SCHEMAS_INSTALL_TRUE@gconfschemas_in_files = $(schema_DATA:.schema-ini=.schemas.in)
 
390
@GCONF_SCHEMAS_INSTALL_TRUE@gconfschemas_DATA = $(gconfschemas_in_files:.schemas.in=.schemas)
 
391
applet_LTLIBRARIES = notification-area.la
 
392
notification_area_la_SOURCES = \
 
393
        $(VALA_C_FILES) \
 
394
        eggtraymanager.c \
 
395
        egg-tray-child.c \
 
396
        eggmarshalers.c \
 
397
        $(NULL)
 
398
 
 
399
notification_area_la_LIBADD = \
 
400
        $(AWN_LIBS) \
 
401
        $(LIBX11_LIBS) \
 
402
        $(NULL)
 
403
 
 
404
notification_area_la_LDFLAGS = $(APPLET_LINKER_FLAGS)
 
405
prefsdir = $(applet_datadir)
 
406
dist_prefs_DATA = \
 
407
        na-prefs.ui     \
 
408
        $(NULL)
 
409
 
 
410
all: $(BUILT_SOURCES)
 
411
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
412
 
 
413
.SUFFIXES:
 
414
.SUFFIXES: .c .lo .o .obj
 
415
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.vala-applet $(top_srcdir)/Makefile.c-applet $(top_srcdir)/Makefile.common $(top_srcdir)/Makefile.desktop-files $(top_srcdir)/Makefile.schemas $(am__configure_deps)
 
416
        @for dep in $?; do \
 
417
          case '$(am__configure_deps)' in \
 
418
            *$$dep*) \
 
419
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
420
                && { if test -f $@; then exit 0; else break; fi; }; \
 
421
              exit 1;; \
 
422
          esac; \
 
423
        done; \
 
424
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu applets/maintained/notification-area/Makefile'; \
 
425
        $(am__cd) $(top_srcdir) && \
 
426
          $(AUTOMAKE) --gnu applets/maintained/notification-area/Makefile
 
427
.PRECIOUS: Makefile
 
428
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
429
        @case '$?' in \
 
430
          *config.status*) \
 
431
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
432
          *) \
 
433
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
434
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
435
        esac;
 
436
 
 
437
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
438
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
439
 
 
440
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
441
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
442
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
443
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
444
$(am__aclocal_m4_deps):
 
445
notification-area.desktop.in: $(top_builddir)/config.status $(srcdir)/notification-area.desktop.in.in
 
446
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
447
install-appletLTLIBRARIES: $(applet_LTLIBRARIES)
 
448
        @$(NORMAL_INSTALL)
 
449
        test -z "$(appletdir)" || $(MKDIR_P) "$(DESTDIR)$(appletdir)"
 
450
        @list='$(applet_LTLIBRARIES)'; test -n "$(appletdir)" || list=; \
 
451
        list2=; for p in $$list; do \
 
452
          if test -f $$p; then \
 
453
            list2="$$list2 $$p"; \
 
454
          else :; fi; \
 
455
        done; \
 
456
        test -z "$$list2" || { \
 
457
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(appletdir)'"; \
 
458
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(appletdir)"; \
 
459
        }
 
460
 
 
461
uninstall-appletLTLIBRARIES:
 
462
        @$(NORMAL_UNINSTALL)
 
463
        @list='$(applet_LTLIBRARIES)'; test -n "$(appletdir)" || list=; \
 
464
        for p in $$list; do \
 
465
          $(am__strip_dir) \
 
466
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(appletdir)/$$f'"; \
 
467
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(appletdir)/$$f"; \
 
468
        done
 
469
 
 
470
clean-appletLTLIBRARIES:
 
471
        -test -z "$(applet_LTLIBRARIES)" || rm -f $(applet_LTLIBRARIES)
 
472
        @list='$(applet_LTLIBRARIES)'; for p in $$list; do \
 
473
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
474
          test "$$dir" != "$$p" || dir=.; \
 
475
          echo "rm -f \"$${dir}/so_locations\""; \
 
476
          rm -f "$${dir}/so_locations"; \
 
477
        done
 
478
notification-area.la: $(notification_area_la_OBJECTS) $(notification_area_la_DEPENDENCIES) 
 
479
        $(notification_area_la_LINK) -rpath $(appletdir) $(notification_area_la_OBJECTS) $(notification_area_la_LIBADD) $(LIBS)
 
480
 
 
481
mostlyclean-compile:
 
482
        -rm -f *.$(OBJEXT)
 
483
 
 
484
distclean-compile:
 
485
        -rm -f *.tab.c
 
486
 
 
487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-tray-child.Plo@am__quote@
 
488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggmarshalers.Plo@am__quote@
 
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtraymanager.Plo@am__quote@
 
490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/na-prefs.Plo@am__quote@
 
491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notification-area.Plo@am__quote@
 
492
 
 
493
.c.o:
 
494
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
495
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
498
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
499
 
 
500
.c.obj:
 
501
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
502
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
505
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
506
 
 
507
.c.lo:
 
508
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
509
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
512
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
513
 
 
514
mostlyclean-libtool:
 
515
        -rm -f *.lo
 
516
 
 
517
clean-libtool:
 
518
        -rm -rf .libs _libs
 
519
install-desktopDATA: $(desktop_DATA)
 
520
        @$(NORMAL_INSTALL)
 
521
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
 
522
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
523
        for p in $$list; do \
 
524
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
525
          echo "$$d$$p"; \
 
526
        done | $(am__base_list) | \
 
527
        while read files; do \
 
528
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
529
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
 
530
        done
 
531
 
 
532
uninstall-desktopDATA:
 
533
        @$(NORMAL_UNINSTALL)
 
534
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
535
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
536
        test -n "$$files" || exit 0; \
 
537
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
538
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
539
install-dist_prefsDATA: $(dist_prefs_DATA)
 
540
        @$(NORMAL_INSTALL)
 
541
        test -z "$(prefsdir)" || $(MKDIR_P) "$(DESTDIR)$(prefsdir)"
 
542
        @list='$(dist_prefs_DATA)'; test -n "$(prefsdir)" || list=; \
 
543
        for p in $$list; do \
 
544
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
545
          echo "$$d$$p"; \
 
546
        done | $(am__base_list) | \
 
547
        while read files; do \
 
548
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(prefsdir)'"; \
 
549
          $(INSTALL_DATA) $$files "$(DESTDIR)$(prefsdir)" || exit $$?; \
 
550
        done
 
551
 
 
552
uninstall-dist_prefsDATA:
 
553
        @$(NORMAL_UNINSTALL)
 
554
        @list='$(dist_prefs_DATA)'; test -n "$(prefsdir)" || list=; \
 
555
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
556
        test -n "$$files" || exit 0; \
 
557
        echo " ( cd '$(DESTDIR)$(prefsdir)' && rm -f" $$files ")"; \
 
558
        cd "$(DESTDIR)$(prefsdir)" && rm -f $$files
 
559
install-gconfschemasDATA: $(gconfschemas_DATA)
 
560
        @$(NORMAL_INSTALL)
 
561
        test -z "$(gconfschemasdir)" || $(MKDIR_P) "$(DESTDIR)$(gconfschemasdir)"
 
562
        @list='$(gconfschemas_DATA)'; test -n "$(gconfschemasdir)" || list=; \
 
563
        for p in $$list; do \
 
564
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
565
          echo "$$d$$p"; \
 
566
        done | $(am__base_list) | \
 
567
        while read files; do \
 
568
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gconfschemasdir)'"; \
 
569
          $(INSTALL_DATA) $$files "$(DESTDIR)$(gconfschemasdir)" || exit $$?; \
 
570
        done
 
571
 
 
572
uninstall-gconfschemasDATA:
 
573
        @$(NORMAL_UNINSTALL)
 
574
        @list='$(gconfschemas_DATA)'; test -n "$(gconfschemasdir)" || list=; \
 
575
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
576
        test -n "$$files" || exit 0; \
 
577
        echo " ( cd '$(DESTDIR)$(gconfschemasdir)' && rm -f" $$files ")"; \
 
578
        cd "$(DESTDIR)$(gconfschemasdir)" && rm -f $$files
 
579
install-iconDATA: $(icon_DATA)
 
580
        @$(NORMAL_INSTALL)
 
581
        test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
 
582
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
583
        for p in $$list; do \
 
584
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
585
          echo "$$d$$p"; \
 
586
        done | $(am__base_list) | \
 
587
        while read files; do \
 
588
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
 
589
          $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
 
590
        done
 
591
 
 
592
uninstall-iconDATA:
 
593
        @$(NORMAL_UNINSTALL)
 
594
        @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
 
595
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
596
        test -n "$$files" || exit 0; \
 
597
        echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
 
598
        cd "$(DESTDIR)$(icondir)" && rm -f $$files
 
599
install-schemaDATA: $(schema_DATA)
 
600
        @$(NORMAL_INSTALL)
 
601
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
 
602
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
603
        for p in $$list; do \
 
604
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
605
          echo "$$d$$p"; \
 
606
        done | $(am__base_list) | \
 
607
        while read files; do \
 
608
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
 
609
          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
 
610
        done
 
611
 
 
612
uninstall-schemaDATA:
 
613
        @$(NORMAL_UNINSTALL)
 
614
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
615
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
616
        test -n "$$files" || exit 0; \
 
617
        echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
 
618
        cd "$(DESTDIR)$(schemadir)" && rm -f $$files
 
619
 
 
620
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
621
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
622
        unique=`for i in $$list; do \
 
623
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
624
          done | \
 
625
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
626
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
627
        mkid -fID $$unique
 
628
tags: TAGS
 
629
 
 
630
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
631
                $(TAGS_FILES) $(LISP)
 
632
        set x; \
 
633
        here=`pwd`; \
 
634
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
635
        unique=`for i in $$list; do \
 
636
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
637
          done | \
 
638
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
639
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
640
        shift; \
 
641
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
642
          test -n "$$unique" || unique=$$empty_fix; \
 
643
          if test $$# -gt 0; then \
 
644
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
645
              "$$@" $$unique; \
 
646
          else \
 
647
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
648
              $$unique; \
 
649
          fi; \
 
650
        fi
 
651
ctags: CTAGS
 
652
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
653
                $(TAGS_FILES) $(LISP)
 
654
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
655
        unique=`for i in $$list; do \
 
656
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
657
          done | \
 
658
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
659
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
660
        test -z "$(CTAGS_ARGS)$$unique" \
 
661
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
662
             $$unique
 
663
 
 
664
GTAGS:
 
665
        here=`$(am__cd) $(top_builddir) && pwd` \
 
666
          && $(am__cd) $(top_srcdir) \
 
667
          && gtags -i $(GTAGS_ARGS) "$$here"
 
668
 
 
669
distclean-tags:
 
670
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
671
 
 
672
distdir: $(DISTFILES)
 
673
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
674
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
675
        list='$(DISTFILES)'; \
 
676
          dist_files=`for file in $$list; do echo $$file; done | \
 
677
          sed -e "s|^$$srcdirstrip/||;t" \
 
678
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
679
        case $$dist_files in \
 
680
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
681
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
682
                           sort -u` ;; \
 
683
        esac; \
 
684
        for file in $$dist_files; do \
 
685
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
686
          if test -d $$d/$$file; then \
 
687
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
688
            if test -d "$(distdir)/$$file"; then \
 
689
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
690
            fi; \
 
691
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
692
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
693
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
694
            fi; \
 
695
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
696
          else \
 
697
            test -f "$(distdir)/$$file" \
 
698
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
699
            || exit 1; \
 
700
          fi; \
 
701
        done
 
702
check-am: all-am
 
703
check: $(BUILT_SOURCES)
 
704
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
705
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
706
installdirs:
 
707
        for dir in "$(DESTDIR)$(appletdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(prefsdir)" "$(DESTDIR)$(gconfschemasdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(schemadir)"; do \
 
708
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
709
        done
 
710
install: $(BUILT_SOURCES)
 
711
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
712
install-exec: install-exec-am
 
713
install-data: install-data-am
 
714
uninstall: uninstall-am
 
715
 
 
716
install-am: all-am
 
717
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
718
 
 
719
installcheck: installcheck-am
 
720
install-strip:
 
721
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
722
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
723
          `test -z '$(STRIP)' || \
 
724
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
725
mostlyclean-generic:
 
726
 
 
727
clean-generic:
 
728
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
729
 
 
730
distclean-generic:
 
731
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
732
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
733
 
 
734
maintainer-clean-generic:
 
735
        @echo "This command is intended for maintainers to use"
 
736
        @echo "it deletes files that may require special tools to rebuild."
 
737
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
738
@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
 
739
clean: clean-am
 
740
 
 
741
clean-am: clean-appletLTLIBRARIES clean-generic clean-libtool \
 
742
        mostlyclean-am
 
743
 
 
744
distclean: distclean-am
 
745
        -rm -rf ./$(DEPDIR)
 
746
        -rm -f Makefile
 
747
distclean-am: clean-am distclean-compile distclean-generic \
 
748
        distclean-tags
 
749
 
 
750
dvi: dvi-am
 
751
 
 
752
dvi-am:
 
753
 
 
754
html: html-am
 
755
 
 
756
html-am:
 
757
 
 
758
info: info-am
 
759
 
 
760
info-am:
 
761
 
 
762
install-data-am: install-appletLTLIBRARIES install-data-local \
 
763
        install-desktopDATA install-dist_prefsDATA \
 
764
        install-gconfschemasDATA install-iconDATA install-schemaDATA
 
765
 
 
766
install-dvi: install-dvi-am
 
767
 
 
768
install-dvi-am:
 
769
 
 
770
install-exec-am:
 
771
 
 
772
install-html: install-html-am
 
773
 
 
774
install-html-am:
 
775
 
 
776
install-info: install-info-am
 
777
 
 
778
install-info-am:
 
779
 
 
780
install-man:
 
781
 
 
782
install-pdf: install-pdf-am
 
783
 
 
784
install-pdf-am:
 
785
 
 
786
install-ps: install-ps-am
 
787
 
 
788
install-ps-am:
 
789
 
 
790
installcheck-am:
 
791
 
 
792
maintainer-clean: maintainer-clean-am
 
793
        -rm -rf ./$(DEPDIR)
 
794
        -rm -f Makefile
 
795
maintainer-clean-am: distclean-am maintainer-clean-generic
 
796
 
 
797
mostlyclean: mostlyclean-am
 
798
 
 
799
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
800
        mostlyclean-libtool
 
801
 
 
802
pdf: pdf-am
 
803
 
 
804
pdf-am:
 
805
 
 
806
ps: ps-am
 
807
 
 
808
ps-am:
 
809
 
 
810
uninstall-am: uninstall-appletLTLIBRARIES uninstall-desktopDATA \
 
811
        uninstall-dist_prefsDATA uninstall-gconfschemasDATA \
 
812
        uninstall-iconDATA uninstall-schemaDATA
 
813
 
 
814
.MAKE: all check install install-am install-strip
 
815
 
 
816
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
817
        clean-appletLTLIBRARIES clean-generic clean-libtool ctags \
 
818
        distclean distclean-compile distclean-generic \
 
819
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
820
        html-am info info-am install install-am \
 
821
        install-appletLTLIBRARIES install-data install-data-am \
 
822
        install-data-local install-desktopDATA install-dist_prefsDATA \
 
823
        install-dvi install-dvi-am install-exec install-exec-am \
 
824
        install-gconfschemasDATA install-html install-html-am \
 
825
        install-iconDATA install-info install-info-am install-man \
 
826
        install-pdf install-pdf-am install-ps install-ps-am \
 
827
        install-schemaDATA install-strip installcheck installcheck-am \
 
828
        installdirs maintainer-clean maintainer-clean-generic \
 
829
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
830
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
831
        uninstall-am uninstall-appletLTLIBRARIES uninstall-desktopDATA \
 
832
        uninstall-dist_prefsDATA uninstall-gconfschemasDATA \
 
833
        uninstall-iconDATA uninstall-schemaDATA
 
834
 
 
835
@INTLTOOL_DESKTOP_RULE@
 
836
 
 
837
$(APPLET_NAME).vala.stamp: $(VALA_FILES)
 
838
        $(QUIET_VALA)$(VALAC) -C $^ \
 
839
                --vapidir=$(top_srcdir)/shared/vala --pkg=build \
 
840
                --vapidir=$(LDA_VAPIDIR) \
 
841
                --vapidir=$(AWN_VAPIDIR) --pkg=awn \
 
842
                $(AM_VALAFLAGS) $(VALAFLAGS)
 
843
        touch "$@"
 
844
 
 
845
@GCONF_SCHEMAS_INSTALL_TRUE@%.schemas.in: %.schema-ini
 
846
@GCONF_SCHEMAS_INSTALL_TRUE@    $(QUIET_GEN)$(LDA_BINDIR)/lda-schema-to-gconf $< $@
 
847
 
 
848
@GCONF_SCHEMAS_INSTALL_TRUE@@INTLTOOL_SCHEMAS_RULE@
 
849
 
 
850
@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local: $(gconfschemas_DATA)
 
851
@GCONF_SCHEMAS_INSTALL_TRUE@    GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(gconfschemas_DATA)
 
852
 
 
853
# vim: set ts=8 sts=8 sw=8 :
 
854
 
 
855
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
856
# Otherwise a system limit (for SysV at least) may be exceeded.
 
857
.NOEXPORT: