~cjcurran/gnome-control-center/make-new-panel

1.1.37 by Chris Coulson
Import upstream version 2.29.91
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1 by Sebastien Bacher
Import upstream version 2.19.1
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.30 by Chris Coulson
Import upstream version 2.27.5
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by Sebastien Bacher
Import upstream version 2.19.1
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
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
1.1.30 by Chris Coulson
Import upstream version 2.27.5
19
pkgincludedir = $(includedir)/@PACKAGE@
1 by Sebastien Bacher
Import upstream version 2.19.1
20
pkglibdir = $(libdir)/@PACKAGE@
1.1.30 by Chris Coulson
Import upstream version 2.27.5
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by Sebastien Bacher
Import upstream version 2.19.1
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
install_sh_DATA = $(install_sh) -c -m 644
24
install_sh_PROGRAM = $(install_sh) -c
25
install_sh_SCRIPT = $(install_sh) -c
26
INSTALL_HEADER = $(INSTALL_DATA)
27
transform = $(program_transform_name)
28
NORMAL_INSTALL = :
29
PRE_INSTALL = :
30
POST_INSTALL = :
31
NORMAL_UNINSTALL = :
32
PRE_UNINSTALL = :
33
POST_UNINSTALL = :
34
build_triplet = @build@
35
host_triplet = @host@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
36
subdir = .
1 by Sebastien Bacher
Import upstream version 2.19.1
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
1.1.49 by Rodrigo Moya
Import upstream version 3.1.5
39
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
	TODO compile config.guess config.sub depcomp install-sh \
41
	ltmain.sh missing
1 by Sebastien Bacher
Import upstream version 2.19.1
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.46 by Rodrigo Moya
Import upstream version 3.0.2
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
44
	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
1.1.28 by Chris Coulson
Import upstream version 2.27.3
45
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
1.1.49 by Rodrigo Moya
Import upstream version 3.1.5
47
	$(top_srcdir)/configure.ac
1 by Sebastien Bacher
Import upstream version 2.19.1
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
	$(ACLOCAL_M4)
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
51
 configure.lineno config.status.lineno
1.1.49 by Rodrigo Moya
Import upstream version 3.1.5
52
mkinstalldirs = $(install_sh) -d
1 by Sebastien Bacher
Import upstream version 2.19.1
53
CONFIG_HEADER = config.h
1.1.1 by Sebastien Bacher
Import upstream version 2.19.3
54
CONFIG_CLEAN_FILES =
1.1.30 by Chris Coulson
Import upstream version 2.27.5
55
CONFIG_CLEAN_VPATH_FILES =
1.1.34 by Chris Coulson
Import upstream version 2.29.4
56
AM_V_GEN = $(am__v_GEN_$(V))
57
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
58
am__v_GEN_0 = @echo "  GEN   " $@;
59
AM_V_at = $(am__v_at_$(V))
60
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
61
am__v_at_0 = @
1 by Sebastien Bacher
Import upstream version 2.19.1
62
SOURCES =
63
DIST_SOURCES =
64
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
	html-recursive info-recursive install-data-recursive \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
66
	install-dvi-recursive install-exec-recursive \
67
	install-html-recursive install-info-recursive \
68
	install-pdf-recursive install-ps-recursive install-recursive \
69
	installcheck-recursive installdirs-recursive pdf-recursive \
70
	ps-recursive uninstall-recursive
71
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
72
  distclean-recursive maintainer-clean-recursive
1.1.30 by Chris Coulson
Import upstream version 2.27.5
73
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
74
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
75
	distdir dist dist-all distcheck
1 by Sebastien Bacher
Import upstream version 2.19.1
76
ETAGS = etags
77
CTAGS = ctags
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
distdir = $(PACKAGE)-$(VERSION)
80
top_distdir = $(distdir)
81
am__remove_distdir = \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
82
  { test ! -d "$(distdir)" \
83
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84
         && rm -fr "$(distdir)"; }; }
85
am__relativize = \
86
  dir0=`pwd`; \
87
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
88
  sed_rest='s,^[^/]*/*,,'; \
89
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
90
  sed_butlast='s,/*[^/]*$$,,'; \
91
  while test -n "$$dir1"; do \
92
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
93
    if test "$$first" != "."; then \
94
      if test "$$first" = ".."; then \
95
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
96
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
97
      else \
98
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
99
        if test "$$first2" = "$$first"; then \
100
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
101
        else \
102
          dir2="../$$dir2"; \
103
        fi; \
104
        dir0="$$dir0"/"$$first"; \
105
      fi; \
106
    fi; \
107
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108
  done; \
109
  reldir="$$dir2"
1 by Sebastien Bacher
Import upstream version 2.19.1
110
GZIP_ENV = --best
111
DIST_ARCHIVES = $(distdir).tar.bz2
112
distuninstallcheck_listfiles = find . -type f -print
113
distcleancheck_listfiles = find . -type f -print
114
ACLOCAL = @ACLOCAL@
115
ALL_LINGUAS = @ALL_LINGUAS@
116
AMTAR = @AMTAR@
1.1.34 by Chris Coulson
Import upstream version 2.29.4
117
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Sebastien Bacher
Import upstream version 2.19.1
118
AR = @AR@
119
AUTOCONF = @AUTOCONF@
120
AUTOHEADER = @AUTOHEADER@
121
AUTOMAKE = @AUTOMAKE@
122
AWK = @AWK@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
123
BACKGROUND_PANEL_CFLAGS = @BACKGROUND_PANEL_CFLAGS@
124
BACKGROUND_PANEL_LIBS = @BACKGROUND_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
125
CC = @CC@
126
CCDEPMODE = @CCDEPMODE@
127
CFLAGS = @CFLAGS@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
128
CHEESE_CFLAGS = @CHEESE_CFLAGS@
129
CHEESE_LIBS = @CHEESE_LIBS@
1.1.47 by Rodrigo Moya
Import upstream version 3.1.3
130
COLOR_PANEL_CFLAGS = @COLOR_PANEL_CFLAGS@
131
COLOR_PANEL_LIBS = @COLOR_PANEL_LIBS@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
132
CONTROL_CENTER_VERSION = @CONTROL_CENTER_VERSION@
1 by Sebastien Bacher
Import upstream version 2.19.1
133
CPP = @CPP@
134
CPPFLAGS = @CPPFLAGS@
0.2.4 by Frederic Peters
Import upstream version 2.91.92
135
CUPS_CFLAGS = @CUPS_CFLAGS@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
136
CUPS_CONFIG = @CUPS_CONFIG@
0.2.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.6
137
CUPS_LIBS = @CUPS_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
138
CYGPATH_W = @CYGPATH_W@
139
DATADIRNAME = @DATADIRNAME@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
140
DATETIME_PANEL_CFLAGS = @DATETIME_PANEL_CFLAGS@
141
DATETIME_PANEL_LIBS = @DATETIME_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
142
DEFS = @DEFS@
143
DEPDIR = @DEPDIR@
144
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
145
DISPLAY_PANEL_CFLAGS = @DISPLAY_PANEL_CFLAGS@
146
DISPLAY_PANEL_LIBS = @DISPLAY_PANEL_LIBS@
147
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb --enable-gtk-doc
0.2.5 by Frederic Peters
Import upstream version 2.91.93
148
DLLTOOL = @DLLTOOL@
1 by Sebastien Bacher
Import upstream version 2.19.1
149
DOC_USER_FORMATS = @DOC_USER_FORMATS@
1.1.19 by Sebastien Bacher
Import upstream version 2.23.6
150
DSYMUTIL = @DSYMUTIL@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
151
DUMPBIN = @DUMPBIN@
1 by Sebastien Bacher
Import upstream version 2.19.1
152
ECHO_C = @ECHO_C@
153
ECHO_N = @ECHO_N@
154
ECHO_T = @ECHO_T@
155
EGREP = @EGREP@
156
EXEEXT = @EXEEXT@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
157
FGREP = @FGREP@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
158
GDESKTOP_PREFIX = @GDESKTOP_PREFIX@
1 by Sebastien Bacher
Import upstream version 2.19.1
159
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
160
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
161
GLIB_MKENUMS = @GLIB_MKENUMS@
1 by Sebastien Bacher
Import upstream version 2.19.1
162
GMSGFMT = @GMSGFMT@
163
GREP = @GREP@
164
HELP_DIR = @HELP_DIR@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
165
INFO_PANEL_CFLAGS = @INFO_PANEL_CFLAGS@
166
INFO_PANEL_LIBS = @INFO_PANEL_LIBS@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
167
INSTALL = @INSTALL@
1 by Sebastien Bacher
Import upstream version 2.19.1
168
INSTALL_DATA = @INSTALL_DATA@
169
INSTALL_PROGRAM = @INSTALL_PROGRAM@
170
INSTALL_SCRIPT = @INSTALL_SCRIPT@
171
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
173
INTLTOOL_MERGE = @INTLTOOL_MERGE@
174
INTLTOOL_PERL = @INTLTOOL_PERL@
175
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
176
ISOCODES_CFLAGS = @ISOCODES_CFLAGS@
177
ISOCODES_LIBS = @ISOCODES_LIBS@
178
KEYBOARD_PANEL_CFLAGS = @KEYBOARD_PANEL_CFLAGS@
179
KEYBOARD_PANEL_LIBS = @KEYBOARD_PANEL_LIBS@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
180
LD = @LD@
1 by Sebastien Bacher
Import upstream version 2.19.1
181
LDFLAGS = @LDFLAGS@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
182
LIBGNOMECONTROLCENTER_AGE = @LIBGNOMECONTROLCENTER_AGE@
183
LIBGNOMECONTROLCENTER_CURRENT = @LIBGNOMECONTROLCENTER_CURRENT@
184
LIBGNOMECONTROLCENTER_REVISION = @LIBGNOMECONTROLCENTER_REVISION@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
185
LIBGNOME_CONTROL_CENTER_CFLAGS = @LIBGNOME_CONTROL_CENTER_CFLAGS@
186
LIBGNOME_CONTROL_CENTER_LIBS = @LIBGNOME_CONTROL_CENTER_LIBS@
187
LIBLANGUAGE_CFLAGS = @LIBLANGUAGE_CFLAGS@
188
LIBLANGUAGE_LIBS = @LIBLANGUAGE_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
189
LIBOBJS = @LIBOBJS@
190
LIBS = @LIBS@
0.2.4 by Frederic Peters
Import upstream version 2.91.92
191
LIBSHORTCUTS_CFLAGS = @LIBSHORTCUTS_CFLAGS@
192
LIBSHORTCUTS_LIBS = @LIBSHORTCUTS_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
193
LIBTOOL = @LIBTOOL@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
194
LIPO = @LIPO@
1 by Sebastien Bacher
Import upstream version 2.19.1
195
LN_S = @LN_S@
196
LTLIBOBJS = @LTLIBOBJS@
197
MAINT = @MAINT@
198
MAKEINFO = @MAKEINFO@
0.2.5 by Frederic Peters
Import upstream version 2.91.93
199
MANIFEST_TOOL = @MANIFEST_TOOL@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
200
MEDIA_PANEL_CFLAGS = @MEDIA_PANEL_CFLAGS@
201
MEDIA_PANEL_LIBS = @MEDIA_PANEL_LIBS@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
202
MKDIR_P = @MKDIR_P@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
203
MOUSE_PANEL_CFLAGS = @MOUSE_PANEL_CFLAGS@
204
MOUSE_PANEL_LIBS = @MOUSE_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
205
MSGFMT = @MSGFMT@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
206
MSGMERGE = @MSGMERGE@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
207
NETWORK_MANAGER_CFLAGS = @NETWORK_MANAGER_CFLAGS@
208
NETWORK_MANAGER_LIBS = @NETWORK_MANAGER_LIBS@
209
NETWORK_PANEL_CFLAGS = @NETWORK_PANEL_CFLAGS@
210
NETWORK_PANEL_LIBS = @NETWORK_PANEL_LIBS@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
211
NM = @NM@
1.1.19 by Sebastien Bacher
Import upstream version 2.23.6
212
NMEDIT = @NMEDIT@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
213
OBJDUMP = @OBJDUMP@
1 by Sebastien Bacher
Import upstream version 2.19.1
214
OBJEXT = @OBJEXT@
215
OMF_DIR = @OMF_DIR@
1.1.47 by Rodrigo Moya
Import upstream version 3.1.3
216
ONLINE_ACCOUNTS_PANEL_CFLAGS = @ONLINE_ACCOUNTS_PANEL_CFLAGS@
217
ONLINE_ACCOUNTS_PANEL_LIBS = @ONLINE_ACCOUNTS_PANEL_LIBS@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
218
OTOOL = @OTOOL@
219
OTOOL64 = @OTOOL64@
1 by Sebastien Bacher
Import upstream version 2.19.1
220
PACKAGE = @PACKAGE@
221
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222
PACKAGE_NAME = @PACKAGE_NAME@
223
PACKAGE_STRING = @PACKAGE_STRING@
224
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.1.35 by Martin Pitt
Import upstream version 2.29.6
225
PACKAGE_URL = @PACKAGE_URL@
1 by Sebastien Bacher
Import upstream version 2.19.1
226
PACKAGE_VERSION = @PACKAGE_VERSION@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
227
PANELS_DIR = @PANELS_DIR@
228
PANEL_CFLAGS = @PANEL_CFLAGS@
229
PANEL_LDFLAGS = @PANEL_LDFLAGS@
230
PANEL_LIBS = @PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
231
PATH_SEPARATOR = @PATH_SEPARATOR@
232
PKG_CONFIG = @PKG_CONFIG@
1.1.41 by Didier Roche
Import upstream version 2.31.91
233
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
234
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
235
POWER_PANEL_CFLAGS = @POWER_PANEL_CFLAGS@
236
POWER_PANEL_LIBS = @POWER_PANEL_LIBS@
237
PRINTERS_PANEL_CFLAGS = @PRINTERS_PANEL_CFLAGS@
238
PRINTERS_PANEL_LIBS = @PRINTERS_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
239
RANLIB = @RANLIB@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
240
REGION_PANEL_CFLAGS = @REGION_PANEL_CFLAGS@
241
REGION_PANEL_LIBS = @REGION_PANEL_LIBS@
242
SCREEN_PANEL_CFLAGS = @SCREEN_PANEL_CFLAGS@
243
SCREEN_PANEL_LIBS = @SCREEN_PANEL_LIBS@
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
244
SED = @SED@
1 by Sebastien Bacher
Import upstream version 2.19.1
245
SET_MAKE = @SET_MAKE@
246
SHELL = @SHELL@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
247
SHELL_CFLAGS = @SHELL_CFLAGS@
248
SHELL_LIBS = @SHELL_LIBS@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
249
SOCIALWEB_CFLAGS = @SOCIALWEB_CFLAGS@
250
SOCIALWEB_LIBS = @SOCIALWEB_LIBS@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
251
SOUND_PANEL_CFLAGS = @SOUND_PANEL_CFLAGS@
252
SOUND_PANEL_LIBS = @SOUND_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
253
STRIP = @STRIP@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
254
UNIVERSAL_ACCESS_PANEL_CFLAGS = @UNIVERSAL_ACCESS_PANEL_CFLAGS@
255
UNIVERSAL_ACCESS_PANEL_LIBS = @UNIVERSAL_ACCESS_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
256
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
0.2.2 by Frederic Peters
Import upstream version 2.91.90
257
USER_ACCOUNTS_PANEL_CFLAGS = @USER_ACCOUNTS_PANEL_CFLAGS@
258
USER_ACCOUNTS_PANEL_LIBS = @USER_ACCOUNTS_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
259
USE_NLS = @USE_NLS@
260
VERSION = @VERSION@
1.1.50 by Rodrigo Moya
Import upstream version 3.1.90
261
WACOM_PANEL_CFLAGS = @WACOM_PANEL_CFLAGS@
262
WACOM_PANEL_LIBS = @WACOM_PANEL_LIBS@
1 by Sebastien Bacher
Import upstream version 2.19.1
263
WARN_CFLAGS = @WARN_CFLAGS@
264
XF86MISC_LIBS = @XF86MISC_LIBS@
265
XGETTEXT = @XGETTEXT@
266
XMKMF = @XMKMF@
267
X_CFLAGS = @X_CFLAGS@
268
X_EXTRA_LIBS = @X_EXTRA_LIBS@
269
X_LIBS = @X_LIBS@
270
X_PRE_LIBS = @X_PRE_LIBS@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
271
abs_builddir = @abs_builddir@
272
abs_srcdir = @abs_srcdir@
273
abs_top_builddir = @abs_top_builddir@
274
abs_top_srcdir = @abs_top_srcdir@
0.2.5 by Frederic Peters
Import upstream version 2.91.93
275
ac_ct_AR = @ac_ct_AR@
1 by Sebastien Bacher
Import upstream version 2.19.1
276
ac_ct_CC = @ac_ct_CC@
1.1.28 by Chris Coulson
Import upstream version 2.27.3
277
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1 by Sebastien Bacher
Import upstream version 2.19.1
278
am__include = @am__include@
279
am__leading_dot = @am__leading_dot@
280
am__quote = @am__quote@
281
am__tar = @am__tar@
282
am__untar = @am__untar@
283
bindir = @bindir@
284
build = @build@
285
build_alias = @build_alias@
286
build_cpu = @build_cpu@
287
build_os = @build_os@
288
build_vendor = @build_vendor@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
289
builddir = @builddir@
1 by Sebastien Bacher
Import upstream version 2.19.1
290
datadir = @datadir@
291
datarootdir = @datarootdir@
292
docdir = @docdir@
293
dvidir = @dvidir@
294
exec_prefix = @exec_prefix@
295
host = @host@
296
host_alias = @host_alias@
297
host_cpu = @host_cpu@
298
host_os = @host_os@
299
host_vendor = @host_vendor@
300
htmldir = @htmldir@
301
includedir = @includedir@
302
infodir = @infodir@
303
install_sh = @install_sh@
304
libdir = @libdir@
305
libexecdir = @libexecdir@
306
localedir = @localedir@
307
localstatedir = @localstatedir@
308
mandir = @mandir@
309
mkdir_p = @mkdir_p@
310
oldincludedir = @oldincludedir@
311
pdfdir = @pdfdir@
312
prefix = @prefix@
313
program_transform_name = @program_transform_name@
314
psdir = @psdir@
315
sbindir = @sbindir@
316
sharedstatedir = @sharedstatedir@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
317
srcdir = @srcdir@
1 by Sebastien Bacher
Import upstream version 2.19.1
318
sysconfdir = @sysconfdir@
319
target_alias = @target_alias@
1.1.22 by Sebastien Bacher
Import upstream version 2.24.0.1
320
top_build_prefix = @top_build_prefix@
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
321
top_builddir = @top_builddir@
322
top_srcdir = @top_srcdir@
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
323
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
0.2.6 by Frederic Peters
Import upstream version 3.0.0.1
324
SUBDIRS = po libgnome-control-center shell panels help
325
DIST_SUBDIRS = po help shell panels libgnome-control-center
1 by Sebastien Bacher
Import upstream version 2.19.1
326
DISTCLEANFILES = \
1.1.18 by Sebastien Bacher
Import upstream version 2.23.5
327
	gnome-doc-utils.make
1 by Sebastien Bacher
Import upstream version 2.19.1
328
1.1.29 by Chris Coulson
Import upstream version 2.27.4.1
329
MAINTAINERCLEANFILES = \
330
	$(srcdir)/INSTALL \
331
	$(srcdir)/aclocal.m4 \
332
	$(srcdir)/autoscan.log \
333
	$(srcdir)/compile \
334
	$(srcdir)/config.guess \
335
	$(srcdir)/config.h.in \
336
	$(srcdir)/config.sub \
337
	$(srcdir)/configure.scan \
338
	$(srcdir)/depcomp \
339
	$(srcdir)/install-sh \
340
	$(srcdir)/ltmain.sh \
341
	$(srcdir)/missing \
342
	$(srcdir)/mkinstalldirs \
343
	$(srcdir)/omf.make \
344
	$(srcdir)/xmldocs.make \
345
	$(srcdir)/gtk-doc.make \
346
	`find "$(srcdir)" -type f -name Makefile.in -print`
347
1 by Sebastien Bacher
Import upstream version 2.19.1
348
EXTRA_DIST = \
1.1.1 by Sebastien Bacher
Import upstream version 2.19.3
349
	MAINTAINERS \
1.1.18 by Sebastien Bacher
Import upstream version 2.23.5
350
	gnome-doc-utils.make
1 by Sebastien Bacher
Import upstream version 2.19.1
351
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
352
GITIGNOREFILES = m4 help/*/*.mo
1 by Sebastien Bacher
Import upstream version 2.19.1
353
all: config.h
354
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
355
356
.SUFFIXES:
357
am--refresh:
358
	@:
359
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
360
	@for dep in $?; do \
361
	  case '$(am__configure_deps)' in \
362
	    *$$dep*) \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
363
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
364
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1 by Sebastien Bacher
Import upstream version 2.19.1
365
		&& exit 0; \
366
	      exit 1;; \
367
	  esac; \
368
	done; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
369
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
370
	$(am__cd) $(top_srcdir) && \
371
	  $(AUTOMAKE) --gnu Makefile
1 by Sebastien Bacher
Import upstream version 2.19.1
372
.PRECIOUS: Makefile
373
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374
	@case '$?' in \
375
	  *config.status*) \
376
	    echo ' $(SHELL) ./config.status'; \
377
	    $(SHELL) ./config.status;; \
378
	  *) \
379
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
380
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
381
	esac;
382
383
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384
	$(SHELL) ./config.status --recheck
385
386
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
387
	$(am__cd) $(srcdir) && $(AUTOCONF)
1 by Sebastien Bacher
Import upstream version 2.19.1
388
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
389
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
390
$(am__aclocal_m4_deps):
1 by Sebastien Bacher
Import upstream version 2.19.1
391
392
config.h: stamp-h1
393
	@if test ! -f $@; then \
394
	  rm -f stamp-h1; \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
395
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1 by Sebastien Bacher
Import upstream version 2.19.1
396
	else :; fi
397
398
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
399
	@rm -f stamp-h1
400
	cd $(top_builddir) && $(SHELL) ./config.status config.h
401
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1.1.30 by Chris Coulson
Import upstream version 2.27.5
402
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1 by Sebastien Bacher
Import upstream version 2.19.1
403
	rm -f stamp-h1
404
	touch $@
405
406
distclean-hdr:
407
	-rm -f config.h stamp-h1
408
409
mostlyclean-libtool:
410
	-rm -f *.lo
411
412
clean-libtool:
413
	-rm -rf .libs _libs
414
415
distclean-libtool:
1.1.30 by Chris Coulson
Import upstream version 2.27.5
416
	-rm -f libtool config.lt
1 by Sebastien Bacher
Import upstream version 2.19.1
417
418
# This directory's subdirectories are mostly independent; you can cd
419
# into them and run `make' without going through this Makefile.
420
# To change the values of `make' variables: instead of editing Makefiles,
421
# (1) if the variable is set in `config.status', edit `config.status'
422
#     (which will cause the Makefiles to be regenerated when you run `make');
423
# (2) otherwise, pass the desired values on the `make' command line.
424
$(RECURSIVE_TARGETS):
1.1.37 by Chris Coulson
Import upstream version 2.29.91
425
	@fail= failcom='exit 1'; \
1 by Sebastien Bacher
Import upstream version 2.19.1
426
	for f in x $$MAKEFLAGS; do \
427
	  case $$f in \
428
	    *=* | --[!k]*);; \
429
	    *k*) failcom='fail=yes';; \
430
	  esac; \
431
	done; \
432
	dot_seen=no; \
433
	target=`echo $@ | sed s/-recursive//`; \
434
	list='$(SUBDIRS)'; for subdir in $$list; do \
435
	  echo "Making $$target in $$subdir"; \
436
	  if test "$$subdir" = "."; then \
437
	    dot_seen=yes; \
438
	    local_target="$$target-am"; \
439
	  else \
440
	    local_target="$$target"; \
441
	  fi; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
442
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1 by Sebastien Bacher
Import upstream version 2.19.1
443
	  || eval $$failcom; \
444
	done; \
445
	if test "$$dot_seen" = "no"; then \
446
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447
	fi; test -z "$$fail"
448
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
449
$(RECURSIVE_CLEAN_TARGETS):
1.1.37 by Chris Coulson
Import upstream version 2.29.91
450
	@fail= failcom='exit 1'; \
1 by Sebastien Bacher
Import upstream version 2.19.1
451
	for f in x $$MAKEFLAGS; do \
452
	  case $$f in \
453
	    *=* | --[!k]*);; \
454
	    *k*) failcom='fail=yes';; \
455
	  esac; \
456
	done; \
457
	dot_seen=no; \
458
	case "$@" in \
459
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
460
	  *) list='$(SUBDIRS)' ;; \
461
	esac; \
462
	rev=''; for subdir in $$list; do \
463
	  if test "$$subdir" = "."; then :; else \
464
	    rev="$$subdir $$rev"; \
465
	  fi; \
466
	done; \
467
	rev="$$rev ."; \
468
	target=`echo $@ | sed s/-recursive//`; \
469
	for subdir in $$rev; do \
470
	  echo "Making $$target in $$subdir"; \
471
	  if test "$$subdir" = "."; then \
472
	    local_target="$$target-am"; \
473
	  else \
474
	    local_target="$$target"; \
475
	  fi; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
476
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1 by Sebastien Bacher
Import upstream version 2.19.1
477
	  || eval $$failcom; \
478
	done && test -z "$$fail"
479
tags-recursive:
480
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
481
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1 by Sebastien Bacher
Import upstream version 2.19.1
482
	done
483
ctags-recursive:
484
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
485
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1 by Sebastien Bacher
Import upstream version 2.19.1
486
	done
487
488
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490
	unique=`for i in $$list; do \
491
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
	  done | \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
493
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
494
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Sebastien Bacher
Import upstream version 2.19.1
495
	mkid -fID $$unique
496
tags: TAGS
497
498
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
499
		$(TAGS_FILES) $(LISP)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
500
	set x; \
1 by Sebastien Bacher
Import upstream version 2.19.1
501
	here=`pwd`; \
502
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503
	  include_option=--etags-include; \
504
	  empty_fix=.; \
505
	else \
506
	  include_option=--include; \
507
	  empty_fix=; \
508
	fi; \
509
	list='$(SUBDIRS)'; for subdir in $$list; do \
510
	  if test "$$subdir" = .; then :; else \
511
	    test ! -f $$subdir/TAGS || \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
512
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1 by Sebastien Bacher
Import upstream version 2.19.1
513
	  fi; \
514
	done; \
515
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
516
	unique=`for i in $$list; do \
517
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518
	  done | \
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
519
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
521
	shift; \
522
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1 by Sebastien Bacher
Import upstream version 2.19.1
523
	  test -n "$$unique" || unique=$$empty_fix; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
524
	  if test $$# -gt 0; then \
525
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526
	      "$$@" $$unique; \
527
	  else \
528
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529
	      $$unique; \
530
	  fi; \
1 by Sebastien Bacher
Import upstream version 2.19.1
531
	fi
532
ctags: CTAGS
533
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
534
		$(TAGS_FILES) $(LISP)
535
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
536
	unique=`for i in $$list; do \
537
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538
	  done | \
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
539
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
541
	test -z "$(CTAGS_ARGS)$$unique" \
1 by Sebastien Bacher
Import upstream version 2.19.1
542
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
543
	     $$unique
1 by Sebastien Bacher
Import upstream version 2.19.1
544
545
GTAGS:
546
	here=`$(am__cd) $(top_builddir) && pwd` \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
547
	  && $(am__cd) $(top_srcdir) \
548
	  && gtags -i $(GTAGS_ARGS) "$$here"
1 by Sebastien Bacher
Import upstream version 2.19.1
549
550
distclean-tags:
551
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
553
distdir: $(DISTFILES)
554
	$(am__remove_distdir)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
555
	test -d "$(distdir)" || mkdir "$(distdir)"
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
556
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558
	list='$(DISTFILES)'; \
559
	  dist_files=`for file in $$list; do echo $$file; done | \
560
	  sed -e "s|^$$srcdirstrip/||;t" \
561
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
562
	case $$dist_files in \
563
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
564
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
565
			   sort -u` ;; \
566
	esac; \
567
	for file in $$dist_files; do \
1 by Sebastien Bacher
Import upstream version 2.19.1
568
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569
	  if test -d $$d/$$file; then \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
570
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
571
	    if test -d "$(distdir)/$$file"; then \
572
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573
	    fi; \
1 by Sebastien Bacher
Import upstream version 2.19.1
574
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
575
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by Sebastien Bacher
Import upstream version 2.19.1
577
	    fi; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
578
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Sebastien Bacher
Import upstream version 2.19.1
579
	  else \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
580
	    test -f "$(distdir)/$$file" \
581
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by Sebastien Bacher
Import upstream version 2.19.1
582
	    || exit 1; \
583
	  fi; \
584
	done
1.1.30 by Chris Coulson
Import upstream version 2.27.5
585
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1 by Sebastien Bacher
Import upstream version 2.19.1
586
	  if test "$$subdir" = .; then :; else \
587
	    test -d "$(distdir)/$$subdir" \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
588
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1 by Sebastien Bacher
Import upstream version 2.19.1
589
	    || exit 1; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
590
	  fi; \
591
	done
592
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
593
	  if test "$$subdir" = .; then :; else \
594
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
595
	    $(am__relativize); \
596
	    new_distdir=$$reldir; \
597
	    dir1=$$subdir; dir2="$(top_distdir)"; \
598
	    $(am__relativize); \
599
	    new_top_distdir=$$reldir; \
600
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
601
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
602
	    ($(am__cd) $$subdir && \
1 by Sebastien Bacher
Import upstream version 2.19.1
603
	      $(MAKE) $(AM_MAKEFLAGS) \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
604
	        top_distdir="$$new_top_distdir" \
605
	        distdir="$$new_distdir" \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
606
		am__remove_distdir=: \
607
		am__skip_length_check=: \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
608
		am__skip_mode_fix=: \
1 by Sebastien Bacher
Import upstream version 2.19.1
609
	        distdir) \
610
	      || exit 1; \
611
	  fi; \
612
	done
1.1.34 by Chris Coulson
Import upstream version 2.29.4
613
	$(MAKE) $(AM_MAKEFLAGS) \
614
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
615
	  dist-hook
1.1.30 by Chris Coulson
Import upstream version 2.27.5
616
	-test -n "$(am__skip_mode_fix)" \
1.1.37 by Chris Coulson
Import upstream version 2.29.91
617
	|| find "$(distdir)" -type d ! -perm -755 \
618
		-exec chmod u+rwx,go+rx {} \; -o \
1 by Sebastien Bacher
Import upstream version 2.19.1
619
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
620
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
621
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
622
	|| chmod -R a+r "$(distdir)"
1 by Sebastien Bacher
Import upstream version 2.19.1
623
dist-gzip: distdir
624
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625
	$(am__remove_distdir)
626
dist-bzip2: distdir
627
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
628
	$(am__remove_distdir)
629
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
630
dist-lzma: distdir
631
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
632
	$(am__remove_distdir)
633
1.1.30 by Chris Coulson
Import upstream version 2.27.5
634
dist-xz: distdir
635
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
636
	$(am__remove_distdir)
637
1 by Sebastien Bacher
Import upstream version 2.19.1
638
dist-tarZ: distdir
639
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640
	$(am__remove_distdir)
641
642
dist-shar: distdir
643
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
644
	$(am__remove_distdir)
645
646
dist-zip: distdir
647
	-rm -f $(distdir).zip
648
	zip -rq $(distdir).zip $(distdir)
649
	$(am__remove_distdir)
650
651
dist dist-all: distdir
652
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
653
	$(am__remove_distdir)
654
655
# This target untars the dist file and tries a VPATH configuration.  Then
656
# it guarantees that the distribution is self-contained by making another
657
# tarfile.
658
distcheck: dist
659
	case '$(DIST_ARCHIVES)' in \
660
	*.tar.gz*) \
1.1.37 by Chris Coulson
Import upstream version 2.29.91
661
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1 by Sebastien Bacher
Import upstream version 2.19.1
662
	*.tar.bz2*) \
1.1.37 by Chris Coulson
Import upstream version 2.29.91
663
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.16 by Sebastien Bacher
Import upstream version 2.23.3
664
	*.tar.lzma*) \
1.1.37 by Chris Coulson
Import upstream version 2.29.91
665
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1.1.30 by Chris Coulson
Import upstream version 2.27.5
666
	*.tar.xz*) \
667
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1 by Sebastien Bacher
Import upstream version 2.19.1
668
	*.tar.Z*) \
669
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
670
	*.shar.gz*) \
1.1.37 by Chris Coulson
Import upstream version 2.29.91
671
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1 by Sebastien Bacher
Import upstream version 2.19.1
672
	*.zip*) \
673
	  unzip $(distdir).zip ;;\
674
	esac
675
	chmod -R a-w $(distdir); chmod a+w $(distdir)
676
	mkdir $(distdir)/_build
677
	mkdir $(distdir)/_inst
678
	chmod a-w $(distdir)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
679
	test -d $(distdir)/_build || exit 0; \
1 by Sebastien Bacher
Import upstream version 2.19.1
680
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
681
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
682
	  && am__cwd=`pwd` \
683
	  && $(am__cd) $(distdir)/_build \
1 by Sebastien Bacher
Import upstream version 2.19.1
684
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
685
	    $(DISTCHECK_CONFIGURE_FLAGS) \
686
	  && $(MAKE) $(AM_MAKEFLAGS) \
687
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
688
	  && $(MAKE) $(AM_MAKEFLAGS) check \
689
	  && $(MAKE) $(AM_MAKEFLAGS) install \
690
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
691
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
692
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
693
	        distuninstallcheck \
694
	  && chmod -R a-w "$$dc_install_base" \
695
	  && ({ \
696
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
697
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
698
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
699
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
700
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
701
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
702
	  && rm -rf "$$dc_destdir" \
703
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
704
	  && rm -rf $(DIST_ARCHIVES) \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
705
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
706
	  && cd "$$am__cwd" \
707
	  || exit 1
1 by Sebastien Bacher
Import upstream version 2.19.1
708
	$(am__remove_distdir)
709
	@(echo "$(distdir) archives ready for distribution: "; \
710
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
711
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1 by Sebastien Bacher
Import upstream version 2.19.1
712
distuninstallcheck:
1.1.30 by Chris Coulson
Import upstream version 2.27.5
713
	@$(am__cd) '$(distuninstallcheck_dir)' \
1 by Sebastien Bacher
Import upstream version 2.19.1
714
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
715
	   || { echo "ERROR: files left after uninstall:" ; \
716
	        if test -n "$(DESTDIR)"; then \
717
	          echo "  (check DESTDIR support)"; \
718
	        fi ; \
719
	        $(distuninstallcheck_listfiles) ; \
720
	        exit 1; } >&2
721
distcleancheck: distclean
722
	@if test '$(srcdir)' = . ; then \
723
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
724
	  exit 1 ; \
725
	fi
726
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
727
	  || { echo "ERROR: files left in build directory after distclean:" ; \
728
	       $(distcleancheck_listfiles) ; \
729
	       exit 1; } >&2
730
check-am: all-am
731
check: check-recursive
0.2.7 by Josselin Mouette
Import upstream version 3.0.1.1
732
all-am: Makefile config.h
1 by Sebastien Bacher
Import upstream version 2.19.1
733
installdirs: installdirs-recursive
734
installdirs-am:
735
install: install-recursive
736
install-exec: install-exec-recursive
737
install-data: install-data-recursive
738
uninstall: uninstall-recursive
739
740
install-am: all-am
741
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
742
743
installcheck: installcheck-recursive
744
install-strip:
745
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
746
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747
	  `test -z '$(STRIP)' || \
748
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
749
mostlyclean-generic:
750
751
clean-generic:
752
753
distclean-generic:
754
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.30 by Chris Coulson
Import upstream version 2.27.5
755
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by Sebastien Bacher
Import upstream version 2.19.1
756
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
757
758
maintainer-clean-generic:
759
	@echo "This command is intended for maintainers to use"
760
	@echo "it deletes files that may require special tools to rebuild."
1.1.29 by Chris Coulson
Import upstream version 2.27.4.1
761
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1 by Sebastien Bacher
Import upstream version 2.19.1
762
clean: clean-recursive
763
764
clean-am: clean-generic clean-libtool mostlyclean-am
765
766
distclean: distclean-recursive
767
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
768
	-rm -f Makefile
769
distclean-am: clean-am distclean-generic distclean-hdr \
770
	distclean-libtool distclean-tags
771
772
dvi: dvi-recursive
773
774
dvi-am:
775
776
html: html-recursive
777
1.1.30 by Chris Coulson
Import upstream version 2.27.5
778
html-am:
779
1 by Sebastien Bacher
Import upstream version 2.19.1
780
info: info-recursive
781
782
info-am:
783
0.2.7 by Josselin Mouette
Import upstream version 3.0.1.1
784
install-data-am:
1 by Sebastien Bacher
Import upstream version 2.19.1
785
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
786
install-dvi: install-dvi-recursive
787
1.1.30 by Chris Coulson
Import upstream version 2.27.5
788
install-dvi-am:
789
1 by Sebastien Bacher
Import upstream version 2.19.1
790
install-exec-am:
791
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
792
install-html: install-html-recursive
793
1.1.30 by Chris Coulson
Import upstream version 2.27.5
794
install-html-am:
795
1 by Sebastien Bacher
Import upstream version 2.19.1
796
install-info: install-info-recursive
797
1.1.30 by Chris Coulson
Import upstream version 2.27.5
798
install-info-am:
799
1 by Sebastien Bacher
Import upstream version 2.19.1
800
install-man:
801
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
802
install-pdf: install-pdf-recursive
803
1.1.30 by Chris Coulson
Import upstream version 2.27.5
804
install-pdf-am:
805
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
806
install-ps: install-ps-recursive
807
1.1.30 by Chris Coulson
Import upstream version 2.27.5
808
install-ps-am:
809
1 by Sebastien Bacher
Import upstream version 2.19.1
810
installcheck-am:
811
812
maintainer-clean: maintainer-clean-recursive
813
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
814
	-rm -rf $(top_srcdir)/autom4te.cache
815
	-rm -f Makefile
816
maintainer-clean-am: distclean-am maintainer-clean-generic
817
818
mostlyclean: mostlyclean-recursive
819
820
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
821
822
pdf: pdf-recursive
823
824
pdf-am:
825
826
ps: ps-recursive
827
828
ps-am:
829
0.2.7 by Josselin Mouette
Import upstream version 3.0.1.1
830
uninstall-am:
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
831
1.1.30 by Chris Coulson
Import upstream version 2.27.5
832
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
833
	ctags-recursive install-am install-strip tags-recursive
1.1.12 by Sebastien Bacher
Import upstream version 2.21.90
834
835
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
836
	all all-am am--refresh check check-am clean clean-generic \
837
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1.1.34 by Chris Coulson
Import upstream version 2.29.4
838
	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
839
	dist-zip distcheck distclean distclean-generic distclean-hdr \
1.1.30 by Chris Coulson
Import upstream version 2.27.5
840
	distclean-libtool distclean-tags distcleancheck distdir \
841
	distuninstallcheck dvi dvi-am html html-am info info-am \
0.2.7 by Josselin Mouette
Import upstream version 3.0.1.1
842
	install install-am install-data install-data-am install-dvi \
843
	install-dvi-am install-exec install-exec-am install-html \
844
	install-html-am install-info install-info-am install-man \
845
	install-pdf install-pdf-am install-ps install-ps-am \
846
	install-strip installcheck installcheck-am installdirs \
847
	installdirs-am maintainer-clean maintainer-clean-generic \
848
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
849
	ps ps-am tags tags-recursive uninstall uninstall-am
1 by Sebastien Bacher
Import upstream version 2.19.1
850
1.1.29 by Chris Coulson
Import upstream version 2.27.4.1
851
852
-include $(top_srcdir)/git.mk
1.1.30 by Chris Coulson
Import upstream version 2.27.5
853
1.1.34 by Chris Coulson
Import upstream version 2.29.4
854
dist-hook:
855
	@if test -d "$(srcdir)/.git"; \
856
	then \
857
		echo Creating ChangeLog && \
858
		( cd "$(top_srcdir)" && \
859
		  echo '# Generated by Makefile. Do not edit.'; echo; \
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
860
		  $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
1.1.34 by Chris Coulson
Import upstream version 2.29.4
861
		&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
862
		|| ( rm -f ChangeLog.tmp ; \
863
		     echo Failed to generate ChangeLog >&2 ); \
864
	else \
865
		echo A git clone is required to generate a ChangeLog >&2; \
866
	fi
867
1 by Sebastien Bacher
Import upstream version 2.19.1
868
# Tell versions [3.59,3.63) of GNU make to not export all variables.
869
# Otherwise a system limit (for SysV at least) may be exceeded.
870
.NOEXPORT: