~ubuntu-branches/ubuntu/utopic/lightdm-gtk-greeter/utopic-proposed

1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
1 by Lionel Le Folgoc
Import upstream version 1.1.4
2
# @configure_input@
3
1.1.8 by Sean Davis
Import upstream version 1.6.1
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
1 by Lionel Le Folgoc
Import upstream version 1.1.4
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
VPATH = @srcdir@
1.1.8 by Sean Davis
Import upstream version 1.6.1
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
am__make_running_with_option = \
19
  case $${target_option-} in \
20
      ?) ;; \
21
      *) echo "am__make_running_with_option: internal error: invalid" \
22
              "target option '$${target_option-}' specified" >&2; \
23
         exit 1;; \
24
  esac; \
25
  has_opt=no; \
26
  sane_makeflags=$$MAKEFLAGS; \
27
  if $(am__is_gnu_make); then \
28
    sane_makeflags=$$MFLAGS; \
29
  else \
1.1.2 by Yves-Alexis Perez
Import upstream version 1.1.6
30
    case $$MAKEFLAGS in \
31
      *\\[\ \	]*) \
1.1.8 by Sean Davis
Import upstream version 1.6.1
32
        bs=\\; \
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35
    esac; \
36
  fi; \
37
  skip_next=no; \
38
  strip_trailopt () \
39
  { \
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
  }; \
42
  for flg in $$sane_makeflags; do \
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
44
    case $$flg in \
45
      *=*|--*) continue;; \
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
      -*I?*) strip_trailopt 'I';; \
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
      -*O?*) strip_trailopt 'O';; \
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
      -*l?*) strip_trailopt 'l';; \
52
      -[dEDm]) skip_next=yes;; \
53
      -[JT]) skip_next=yes;; \
54
    esac; \
55
    case $$flg in \
56
      *$$target_option*) has_opt=yes; break;; \
57
    esac; \
58
  done; \
59
  test $$has_opt = yes
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1 by Lionel Le Folgoc
Import upstream version 1.1.4
62
pkgdatadir = $(datadir)/@PACKAGE@
63
pkgincludedir = $(includedir)/@PACKAGE@
64
pkglibdir = $(libdir)/@PACKAGE@
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67
install_sh_DATA = $(install_sh) -c -m 644
68
install_sh_PROGRAM = $(install_sh) -c
69
install_sh_SCRIPT = $(install_sh) -c
70
INSTALL_HEADER = $(INSTALL_DATA)
71
transform = $(program_transform_name)
72
NORMAL_INSTALL = :
73
PRE_INSTALL = :
74
POST_INSTALL = :
75
NORMAL_UNINSTALL = :
76
PRE_UNINSTALL = :
77
POST_UNINSTALL = :
78
build_triplet = @build@
79
host_triplet = @host@
80
subdir = .
1.1.8 by Sean Davis
Import upstream version 1.6.1
81
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82
	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
	$(top_srcdir)/configure $(am__configure_deps) \
84
	$(srcdir)/config.h.in COPYING compile config.guess config.sub \
1.1.12 by Sean Davis
Import upstream version 1.8.4
85
	depcomp install-sh missing ltmain.sh
1 by Lionel Le Folgoc
Import upstream version 1.1.4
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.8 by Sean Davis
Import upstream version 1.6.1
87
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
88
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
89
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
90
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1 by Lionel Le Folgoc
Import upstream version 1.1.4
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
	$(ACLOCAL_M4)
93
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94
 configure.lineno config.status.lineno
95
mkinstalldirs = $(install_sh) -d
96
CONFIG_HEADER = config.h
97
CONFIG_CLEAN_FILES =
98
CONFIG_CLEAN_VPATH_FILES =
1.1.8 by Sean Davis
Import upstream version 1.6.1
99
AM_V_P = $(am__v_P_@AM_V@)
100
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101
am__v_P_0 = false
102
am__v_P_1 = :
1 by Lionel Le Folgoc
Import upstream version 1.1.4
103
AM_V_GEN = $(am__v_GEN_@AM_V@)
104
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1.1.8 by Sean Davis
Import upstream version 1.6.1
105
am__v_GEN_0 = @echo "  GEN     " $@;
106
am__v_GEN_1 = 
1 by Lionel Le Folgoc
Import upstream version 1.1.4
107
AM_V_at = $(am__v_at_@AM_V@)
108
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109
am__v_at_0 = @
1.1.8 by Sean Davis
Import upstream version 1.6.1
110
am__v_at_1 = 
1 by Lionel Le Folgoc
Import upstream version 1.1.4
111
SOURCES =
112
DIST_SOURCES =
1.1.8 by Sean Davis
Import upstream version 1.6.1
113
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114
	ctags-recursive dvi-recursive html-recursive info-recursive \
115
	install-data-recursive install-dvi-recursive \
116
	install-exec-recursive install-html-recursive \
117
	install-info-recursive install-pdf-recursive \
118
	install-ps-recursive install-recursive installcheck-recursive \
119
	installdirs-recursive pdf-recursive ps-recursive \
120
	tags-recursive uninstall-recursive
1.1.2 by Yves-Alexis Perez
Import upstream version 1.1.6
121
am__can_run_installinfo = \
122
  case $$AM_UPDATE_INFO_DIR in \
123
    n|no|NO) false;; \
124
    *) (install-info --version) >/dev/null 2>&1;; \
125
  esac
1 by Lionel Le Folgoc
Import upstream version 1.1.4
126
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127
  distclean-recursive maintainer-clean-recursive
1.1.8 by Sean Davis
Import upstream version 1.6.1
128
am__recursive_targets = \
129
  $(RECURSIVE_TARGETS) \
130
  $(RECURSIVE_CLEAN_TARGETS) \
131
  $(am__extra_recursive_targets)
132
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
133
	cscope distdir dist dist-all distcheck
134
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
135
	$(LISP)config.h.in
136
# Read a list of newline-separated strings from the standard input,
137
# and print each of them once, without duplicates.  Input order is
138
# *not* preserved.
139
am__uniquify_input = $(AWK) '\
140
  BEGIN { nonempty = 0; } \
141
  { items[$$0] = 1; nonempty = 1; } \
142
  END { if (nonempty) { for (i in items) print i; }; } \
143
'
144
# Make sure the list of sources is unique.  This is necessary because,
145
# e.g., the same source file might be shared among _SOURCES variables
146
# for different programs/libraries.
147
am__define_uniq_tagged_files = \
148
  list='$(am__tagged_files)'; \
149
  unique=`for i in $$list; do \
150
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151
  done | $(am__uniquify_input)`
1 by Lionel Le Folgoc
Import upstream version 1.1.4
152
ETAGS = etags
153
CTAGS = ctags
1.1.8 by Sean Davis
Import upstream version 1.6.1
154
CSCOPE = cscope
1 by Lionel Le Folgoc
Import upstream version 1.1.4
155
DIST_SUBDIRS = $(SUBDIRS)
156
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157
distdir = $(PACKAGE)-$(VERSION)
158
top_distdir = $(distdir)
159
am__remove_distdir = \
160
  if test -d "$(distdir)"; then \
161
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
162
      && rm -rf "$(distdir)" \
163
      || { sleep 5 && rm -rf "$(distdir)"; }; \
164
  else :; fi
1.1.8 by Sean Davis
Import upstream version 1.6.1
165
am__post_remove_distdir = $(am__remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
166
am__relativize = \
167
  dir0=`pwd`; \
168
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
169
  sed_rest='s,^[^/]*/*,,'; \
170
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
171
  sed_butlast='s,/*[^/]*$$,,'; \
172
  while test -n "$$dir1"; do \
173
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
174
    if test "$$first" != "."; then \
175
      if test "$$first" = ".."; then \
176
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
177
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178
      else \
179
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180
        if test "$$first2" = "$$first"; then \
181
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182
        else \
183
          dir2="../$$dir2"; \
184
        fi; \
185
        dir0="$$dir0"/"$$first"; \
186
      fi; \
187
    fi; \
188
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
189
  done; \
190
  reldir="$$dir2"
191
DIST_ARCHIVES = $(distdir).tar.gz
192
GZIP_ENV = --best
1.1.8 by Sean Davis
Import upstream version 1.6.1
193
DIST_TARGETS = dist-gzip
1 by Lionel Le Folgoc
Import upstream version 1.1.4
194
distuninstallcheck_listfiles = find . -type f -print
195
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
196
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
197
distcleancheck_listfiles = find . -type f -print
198
ACLOCAL = @ACLOCAL@
199
ALL_LINGUAS = @ALL_LINGUAS@
200
AMTAR = @AMTAR@
201
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202
AR = @AR@
203
AUTOCONF = @AUTOCONF@
204
AUTOHEADER = @AUTOHEADER@
205
AUTOMAKE = @AUTOMAKE@
206
AWK = @AWK@
207
CC = @CC@
208
CCDEPMODE = @CCDEPMODE@
209
CFLAGS = @CFLAGS@
210
CPP = @CPP@
211
CPPFLAGS = @CPPFLAGS@
212
CYGPATH_W = @CYGPATH_W@
213
DATADIRNAME = @DATADIRNAME@
214
DEFS = @DEFS@
215
DEPDIR = @DEPDIR@
216
DLLTOOL = @DLLTOOL@
217
DSYMUTIL = @DSYMUTIL@
218
DUMPBIN = @DUMPBIN@
219
ECHO_C = @ECHO_C@
220
ECHO_N = @ECHO_N@
221
ECHO_T = @ECHO_T@
222
EGREP = @EGREP@
223
EXEEXT = @EXEEXT@
224
FGREP = @FGREP@
225
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1.1.6 by Lionel Le Folgoc
Import upstream version 1.5.1
226
GMODULE_CFLAGS = @GMODULE_CFLAGS@
227
GMODULE_LIBS = @GMODULE_LIBS@
1 by Lionel Le Folgoc
Import upstream version 1.1.4
228
GMSGFMT = @GMSGFMT@
229
GREP = @GREP@
1.1.6 by Lionel Le Folgoc
Import upstream version 1.5.1
230
GTK_CFLAGS = @GTK_CFLAGS@
231
GTK_LIBS = @GTK_LIBS@
232
INDICATORDIR = @INDICATORDIR@
1 by Lionel Le Folgoc
Import upstream version 1.1.4
233
INSTALL = @INSTALL@
234
INSTALL_DATA = @INSTALL_DATA@
235
INSTALL_PROGRAM = @INSTALL_PROGRAM@
236
INSTALL_SCRIPT = @INSTALL_SCRIPT@
237
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
239
INTLTOOL_MERGE = @INTLTOOL_MERGE@
240
INTLTOOL_PERL = @INTLTOOL_PERL@
241
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
242
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
243
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
244
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
245
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
246
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
247
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
248
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
249
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
250
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
251
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
252
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
253
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
254
LD = @LD@
255
LDFLAGS = @LDFLAGS@
1.5.3 by Yves-Alexis Perez
Import upstream version 1.8.1
256
LIBIDO_CFLAGS = @LIBIDO_CFLAGS@
257
LIBIDO_LIBS = @LIBIDO_LIBS@
1.1.6 by Lionel Le Folgoc
Import upstream version 1.5.1
258
LIBINDICATOR_CFLAGS = @LIBINDICATOR_CFLAGS@
259
LIBINDICATOR_LIBS = @LIBINDICATOR_LIBS@
1 by Lionel Le Folgoc
Import upstream version 1.1.4
260
LIBOBJS = @LIBOBJS@
261
LIBS = @LIBS@
262
LIBTOOL = @LIBTOOL@
1.1.6 by Lionel Le Folgoc
Import upstream version 1.5.1
263
LIBX11_CFLAGS = @LIBX11_CFLAGS@
264
LIBX11_LIBS = @LIBX11_LIBS@
265
LIGHTDMGOBJECT_CFLAGS = @LIGHTDMGOBJECT_CFLAGS@
266
LIGHTDMGOBJECT_LIBS = @LIGHTDMGOBJECT_LIBS@
1 by Lionel Le Folgoc
Import upstream version 1.1.4
267
LIPO = @LIPO@
268
LN_S = @LN_S@
269
LTLIBOBJS = @LTLIBOBJS@
270
MAINT = @MAINT@
271
MAKEINFO = @MAKEINFO@
272
MANIFEST_TOOL = @MANIFEST_TOOL@
273
MKDIR_P = @MKDIR_P@
274
MSGFMT = @MSGFMT@
275
MSGMERGE = @MSGMERGE@
276
NM = @NM@
277
NMEDIT = @NMEDIT@
278
OBJDUMP = @OBJDUMP@
279
OBJEXT = @OBJEXT@
280
OTOOL = @OTOOL@
281
OTOOL64 = @OTOOL64@
282
PACKAGE = @PACKAGE@
283
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284
PACKAGE_NAME = @PACKAGE_NAME@
285
PACKAGE_STRING = @PACKAGE_STRING@
286
PACKAGE_TARNAME = @PACKAGE_TARNAME@
287
PACKAGE_URL = @PACKAGE_URL@
288
PACKAGE_VERSION = @PACKAGE_VERSION@
289
PATH_SEPARATOR = @PATH_SEPARATOR@
290
PKG_CONFIG = @PKG_CONFIG@
291
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
292
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
293
RANLIB = @RANLIB@
294
SED = @SED@
295
SET_MAKE = @SET_MAKE@
296
SHELL = @SHELL@
297
STRIP = @STRIP@
1.5.3 by Yves-Alexis Perez
Import upstream version 1.8.1
298
UNITY_INDICATORDIR = @UNITY_INDICATORDIR@
1 by Lionel Le Folgoc
Import upstream version 1.1.4
299
USE_NLS = @USE_NLS@
300
VERSION = @VERSION@
301
WARN_CFLAGS = @WARN_CFLAGS@
302
XGETTEXT = @XGETTEXT@
303
abs_builddir = @abs_builddir@
304
abs_srcdir = @abs_srcdir@
305
abs_top_builddir = @abs_top_builddir@
306
abs_top_srcdir = @abs_top_srcdir@
307
ac_ct_AR = @ac_ct_AR@
308
ac_ct_CC = @ac_ct_CC@
309
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
310
am__include = @am__include@
311
am__leading_dot = @am__leading_dot@
312
am__quote = @am__quote@
313
am__tar = @am__tar@
314
am__untar = @am__untar@
315
bindir = @bindir@
316
build = @build@
317
build_alias = @build_alias@
318
build_cpu = @build_cpu@
319
build_os = @build_os@
320
build_vendor = @build_vendor@
321
builddir = @builddir@
322
datadir = @datadir@
323
datarootdir = @datarootdir@
324
docdir = @docdir@
325
dvidir = @dvidir@
326
exec_prefix = @exec_prefix@
327
host = @host@
328
host_alias = @host_alias@
329
host_cpu = @host_cpu@
330
host_os = @host_os@
331
host_vendor = @host_vendor@
332
htmldir = @htmldir@
333
includedir = @includedir@
334
infodir = @infodir@
335
install_sh = @install_sh@
336
intltool__v_merge_options_ = @intltool__v_merge_options_@
337
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
338
libdir = @libdir@
339
libexecdir = @libexecdir@
340
localedir = @localedir@
341
localstatedir = @localstatedir@
342
mandir = @mandir@
343
mkdir_p = @mkdir_p@
344
oldincludedir = @oldincludedir@
345
pdfdir = @pdfdir@
346
prefix = @prefix@
347
program_transform_name = @program_transform_name@
348
psdir = @psdir@
349
sbindir = @sbindir@
350
sharedstatedir = @sharedstatedir@
351
srcdir = @srcdir@
352
sysconfdir = @sysconfdir@
353
target_alias = @target_alias@
354
top_build_prefix = @top_build_prefix@
355
top_builddir = @top_builddir@
356
top_srcdir = @top_srcdir@
357
SUBDIRS = data po src
358
EXTRA_DIST = \
359
	autogen.sh \
360
	lightdm-gtk-greeter.doap
361
362
DISTCLEANFILES = \
363
	gtk-doc.make \
364
	omf.make \
1.1.4 by Lionel Le Folgoc
Import upstream version 1.3.1
365
	xmldocs.make
1 by Lionel Le Folgoc
Import upstream version 1.1.4
366
367
all: config.h
368
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
369
370
.SUFFIXES:
371
am--refresh: Makefile
372
	@:
373
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
374
	@for dep in $?; do \
375
	  case '$(am__configure_deps)' in \
376
	    *$$dep*) \
377
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
378
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
379
		&& exit 0; \
380
	      exit 1;; \
381
	  esac; \
382
	done; \
383
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
384
	$(am__cd) $(top_srcdir) && \
385
	  $(AUTOMAKE) --gnu Makefile
386
.PRECIOUS: Makefile
387
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388
	@case '$?' in \
389
	  *config.status*) \
390
	    echo ' $(SHELL) ./config.status'; \
391
	    $(SHELL) ./config.status;; \
392
	  *) \
393
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
394
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
395
	esac;
396
397
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398
	$(SHELL) ./config.status --recheck
399
400
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
401
	$(am__cd) $(srcdir) && $(AUTOCONF)
402
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
403
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
404
$(am__aclocal_m4_deps):
405
406
config.h: stamp-h1
1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
407
	@test -f $@ || rm -f stamp-h1
408
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1 by Lionel Le Folgoc
Import upstream version 1.1.4
409
410
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
411
	@rm -f stamp-h1
412
	cd $(top_builddir) && $(SHELL) ./config.status config.h
413
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
414
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
415
	rm -f stamp-h1
416
	touch $@
417
418
distclean-hdr:
419
	-rm -f config.h stamp-h1
420
421
mostlyclean-libtool:
422
	-rm -f *.lo
423
424
clean-libtool:
425
	-rm -rf .libs _libs
426
427
distclean-libtool:
428
	-rm -f libtool config.lt
429
430
# This directory's subdirectories are mostly independent; you can cd
1.1.8 by Sean Davis
Import upstream version 1.6.1
431
# into them and run 'make' without going through this Makefile.
432
# To change the values of 'make' variables: instead of editing Makefiles,
433
# (1) if the variable is set in 'config.status', edit 'config.status'
434
#     (which will cause the Makefiles to be regenerated when you run 'make');
435
# (2) otherwise, pass the desired values on the 'make' command line.
436
$(am__recursive_targets):
437
	@fail=; \
438
	if $(am__make_keepgoing); then \
439
	  failcom='fail=yes'; \
440
	else \
441
	  failcom='exit 1'; \
442
	fi; \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
443
	dot_seen=no; \
444
	target=`echo $@ | sed s/-recursive//`; \
1.1.8 by Sean Davis
Import upstream version 1.6.1
445
	case "$@" in \
446
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
447
	  *) list='$(SUBDIRS)' ;; \
448
	esac; \
449
	for subdir in $$list; do \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
450
	  echo "Making $$target in $$subdir"; \
451
	  if test "$$subdir" = "."; then \
452
	    dot_seen=yes; \
453
	    local_target="$$target-am"; \
454
	  else \
455
	    local_target="$$target"; \
456
	  fi; \
457
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458
	  || eval $$failcom; \
459
	done; \
460
	if test "$$dot_seen" = "no"; then \
461
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
462
	fi; test -z "$$fail"
463
1.1.8 by Sean Davis
Import upstream version 1.6.1
464
ID: $(am__tagged_files)
465
	$(am__define_uniq_tagged_files); mkid -fID $$unique
466
tags: tags-recursive
467
TAGS: tags
468
469
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
470
	set x; \
471
	here=`pwd`; \
472
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
473
	  include_option=--etags-include; \
474
	  empty_fix=.; \
475
	else \
476
	  include_option=--include; \
477
	  empty_fix=; \
478
	fi; \
479
	list='$(SUBDIRS)'; for subdir in $$list; do \
480
	  if test "$$subdir" = .; then :; else \
481
	    test ! -f $$subdir/TAGS || \
482
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
483
	  fi; \
484
	done; \
1.1.8 by Sean Davis
Import upstream version 1.6.1
485
	$(am__define_uniq_tagged_files); \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
486
	shift; \
487
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488
	  test -n "$$unique" || unique=$$empty_fix; \
489
	  if test $$# -gt 0; then \
490
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491
	      "$$@" $$unique; \
492
	  else \
493
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494
	      $$unique; \
495
	  fi; \
496
	fi
1.1.8 by Sean Davis
Import upstream version 1.6.1
497
ctags: ctags-recursive
498
499
CTAGS: ctags
500
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
501
	$(am__define_uniq_tagged_files); \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
502
	test -z "$(CTAGS_ARGS)$$unique" \
503
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504
	     $$unique
505
506
GTAGS:
507
	here=`$(am__cd) $(top_builddir) && pwd` \
508
	  && $(am__cd) $(top_srcdir) \
509
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.1.8 by Sean Davis
Import upstream version 1.6.1
510
cscope: cscope.files
511
	test ! -s cscope.files \
512
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
513
clean-cscope:
514
	-rm -f cscope.files
515
cscope.files: clean-cscope cscopelist
516
cscopelist: cscopelist-recursive
517
518
cscopelist-am: $(am__tagged_files)
519
	list='$(am__tagged_files)'; \
520
	case "$(srcdir)" in \
521
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
522
	  *) sdir=$(subdir)/$(srcdir) ;; \
523
	esac; \
524
	for i in $$list; do \
525
	  if test -f "$$i"; then \
526
	    echo "$(subdir)/$$i"; \
527
	  else \
528
	    echo "$$sdir/$$i"; \
529
	  fi; \
530
	done >> $(top_builddir)/cscope.files
1 by Lionel Le Folgoc
Import upstream version 1.1.4
531
532
distclean-tags:
533
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.1.8 by Sean Davis
Import upstream version 1.6.1
534
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1 by Lionel Le Folgoc
Import upstream version 1.1.4
535
536
distdir: $(DISTFILES)
537
	$(am__remove_distdir)
538
	test -d "$(distdir)" || mkdir "$(distdir)"
539
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
541
	list='$(DISTFILES)'; \
542
	  dist_files=`for file in $$list; do echo $$file; done | \
543
	  sed -e "s|^$$srcdirstrip/||;t" \
544
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
545
	case $$dist_files in \
546
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
547
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
548
			   sort -u` ;; \
549
	esac; \
550
	for file in $$dist_files; do \
551
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
552
	  if test -d $$d/$$file; then \
553
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
554
	    if test -d "$(distdir)/$$file"; then \
555
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
556
	    fi; \
557
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
558
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
559
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560
	    fi; \
561
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
562
	  else \
563
	    test -f "$(distdir)/$$file" \
564
	    || cp -p $$d/$$file "$(distdir)/$$file" \
565
	    || exit 1; \
566
	  fi; \
567
	done
568
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569
	  if test "$$subdir" = .; then :; else \
1.1.2 by Yves-Alexis Perez
Import upstream version 1.1.6
570
	    $(am__make_dryrun) \
571
	      || test -d "$(distdir)/$$subdir" \
572
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
573
	      || exit 1; \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
574
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
575
	    $(am__relativize); \
576
	    new_distdir=$$reldir; \
577
	    dir1=$$subdir; dir2="$(top_distdir)"; \
578
	    $(am__relativize); \
579
	    new_top_distdir=$$reldir; \
580
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
581
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
582
	    ($(am__cd) $$subdir && \
583
	      $(MAKE) $(AM_MAKEFLAGS) \
584
	        top_distdir="$$new_top_distdir" \
585
	        distdir="$$new_distdir" \
586
		am__remove_distdir=: \
587
		am__skip_length_check=: \
588
		am__skip_mode_fix=: \
589
	        distdir) \
590
	      || exit 1; \
591
	  fi; \
592
	done
1.1.5 by Lionel Le Folgoc
Import upstream version 1.5.0
593
	$(MAKE) $(AM_MAKEFLAGS) \
594
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
595
	  dist-hook
1 by Lionel Le Folgoc
Import upstream version 1.1.4
596
	-test -n "$(am__skip_mode_fix)" \
597
	|| find "$(distdir)" -type d ! -perm -755 \
598
		-exec chmod u+rwx,go+rx {} \; -o \
599
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
600
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
601
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
602
	|| chmod -R a+r "$(distdir)"
603
dist-gzip: distdir
604
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.1.8 by Sean Davis
Import upstream version 1.6.1
605
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
606
607
dist-bzip2: distdir
608
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1.1.8 by Sean Davis
Import upstream version 1.6.1
609
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
610
611
dist-lzip: distdir
612
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1.1.8 by Sean Davis
Import upstream version 1.6.1
613
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
614
615
dist-xz: distdir
616
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1.1.8 by Sean Davis
Import upstream version 1.6.1
617
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
618
619
dist-tarZ: distdir
1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
620
	@echo WARNING: "Support for shar distribution archives is" \
621
	               "deprecated." >&2
622
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1 by Lionel Le Folgoc
Import upstream version 1.1.4
623
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.1.8 by Sean Davis
Import upstream version 1.6.1
624
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
625
626
dist-shar: distdir
1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
627
	@echo WARNING: "Support for distribution archives compressed with" \
628
		       "legacy program 'compress' is deprecated." >&2
629
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1 by Lionel Le Folgoc
Import upstream version 1.1.4
630
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1.1.8 by Sean Davis
Import upstream version 1.6.1
631
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
632
633
dist-zip: distdir
634
	-rm -f $(distdir).zip
635
	zip -rq $(distdir).zip $(distdir)
1.1.8 by Sean Davis
Import upstream version 1.6.1
636
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
637
1.1.8 by Sean Davis
Import upstream version 1.6.1
638
dist dist-all:
639
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
640
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
641
642
# This target untars the dist file and tries a VPATH configuration.  Then
643
# it guarantees that the distribution is self-contained by making another
644
# tarfile.
645
distcheck: dist
646
	case '$(DIST_ARCHIVES)' in \
647
	*.tar.gz*) \
648
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
649
	*.tar.bz2*) \
650
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
651
	*.tar.lz*) \
652
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
653
	*.tar.xz*) \
654
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
655
	*.tar.Z*) \
656
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
657
	*.shar.gz*) \
658
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
659
	*.zip*) \
660
	  unzip $(distdir).zip ;;\
661
	esac
1.1.8 by Sean Davis
Import upstream version 1.6.1
662
	chmod -R a-w $(distdir)
663
	chmod u+w $(distdir)
664
	mkdir $(distdir)/_build $(distdir)/_inst
1 by Lionel Le Folgoc
Import upstream version 1.1.4
665
	chmod a-w $(distdir)
666
	test -d $(distdir)/_build || exit 0; \
667
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
668
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
669
	  && am__cwd=`pwd` \
670
	  && $(am__cd) $(distdir)/_build \
1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
671
	  && ../configure \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
672
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
673
	    $(DISTCHECK_CONFIGURE_FLAGS) \
1.5.2 by Yves-Alexis Perez
Import upstream version 1.7.1
674
	    --srcdir=.. --prefix="$$dc_install_base" \
1 by Lionel Le Folgoc
Import upstream version 1.1.4
675
	  && $(MAKE) $(AM_MAKEFLAGS) \
676
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
677
	  && $(MAKE) $(AM_MAKEFLAGS) check \
678
	  && $(MAKE) $(AM_MAKEFLAGS) install \
679
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
680
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
681
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
682
	        distuninstallcheck \
683
	  && chmod -R a-w "$$dc_install_base" \
684
	  && ({ \
685
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
686
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
687
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
688
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
689
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
690
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
691
	  && rm -rf "$$dc_destdir" \
692
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
693
	  && rm -rf $(DIST_ARCHIVES) \
694
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
695
	  && cd "$$am__cwd" \
696
	  || exit 1
1.1.8 by Sean Davis
Import upstream version 1.6.1
697
	$(am__post_remove_distdir)
1 by Lionel Le Folgoc
Import upstream version 1.1.4
698
	@(echo "$(distdir) archives ready for distribution: "; \
699
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
700
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
701
distuninstallcheck:
702
	@test -n '$(distuninstallcheck_dir)' || { \
703
	  echo 'ERROR: trying to run $@ with an empty' \
704
	       '$$(distuninstallcheck_dir)' >&2; \
705
	  exit 1; \
706
	}; \
707
	$(am__cd) '$(distuninstallcheck_dir)' || { \
708
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
709
	  exit 1; \
710
	}; \
711
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
712
	   || { echo "ERROR: files left after uninstall:" ; \
713
	        if test -n "$(DESTDIR)"; then \
714
	          echo "  (check DESTDIR support)"; \
715
	        fi ; \
716
	        $(distuninstallcheck_listfiles) ; \
717
	        exit 1; } >&2
718
distcleancheck: distclean
719
	@if test '$(srcdir)' = . ; then \
720
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
721
	  exit 1 ; \
722
	fi
723
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
724
	  || { echo "ERROR: files left in build directory after distclean:" ; \
725
	       $(distcleancheck_listfiles) ; \
726
	       exit 1; } >&2
727
check-am: all-am
728
check: check-recursive
729
all-am: Makefile config.h
730
installdirs: installdirs-recursive
731
installdirs-am:
732
install: install-recursive
733
install-exec: install-exec-recursive
734
install-data: install-data-recursive
735
uninstall: uninstall-recursive
736
737
install-am: all-am
738
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
739
740
installcheck: installcheck-recursive
741
install-strip:
742
	if test -z '$(STRIP)'; then \
743
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
744
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
745
	      install; \
746
	else \
747
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
748
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
749
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
750
	fi
751
mostlyclean-generic:
752
753
clean-generic:
754
755
distclean-generic:
756
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
757
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
758
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
759
760
maintainer-clean-generic:
761
	@echo "This command is intended for maintainers to use"
762
	@echo "it deletes files that may require special tools to rebuild."
763
clean: clean-recursive
764
765
clean-am: clean-generic clean-libtool mostlyclean-am
766
767
distclean: distclean-recursive
768
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
769
	-rm -f Makefile
770
distclean-am: clean-am distclean-generic distclean-hdr \
771
	distclean-libtool distclean-tags
772
773
dvi: dvi-recursive
774
775
dvi-am:
776
777
html: html-recursive
778
779
html-am:
780
781
info: info-recursive
782
783
info-am:
784
785
install-data-am:
786
787
install-dvi: install-dvi-recursive
788
789
install-dvi-am:
790
791
install-exec-am:
792
793
install-html: install-html-recursive
794
795
install-html-am:
796
797
install-info: install-info-recursive
798
799
install-info-am:
800
801
install-man:
802
803
install-pdf: install-pdf-recursive
804
805
install-pdf-am:
806
807
install-ps: install-ps-recursive
808
809
install-ps-am:
810
811
installcheck-am:
812
813
maintainer-clean: maintainer-clean-recursive
814
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
815
	-rm -rf $(top_srcdir)/autom4te.cache
816
	-rm -f Makefile
817
maintainer-clean-am: distclean-am maintainer-clean-generic
818
819
mostlyclean: mostlyclean-recursive
820
821
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
822
823
pdf: pdf-recursive
824
825
pdf-am:
826
827
ps: ps-recursive
828
829
ps-am:
830
831
uninstall-am:
832
1.1.8 by Sean Davis
Import upstream version 1.6.1
833
.MAKE: $(am__recursive_targets) all install-am install-strip
1 by Lionel Le Folgoc
Import upstream version 1.1.4
834
1.1.8 by Sean Davis
Import upstream version 1.6.1
835
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
836
	am--refresh check check-am clean clean-cscope clean-generic \
837
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
838
	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
839
	dist-tarZ dist-xz dist-zip distcheck distclean \
840
	distclean-generic distclean-hdr distclean-libtool \
841
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
842
	dvi-am html html-am info info-am install install-am \
843
	install-data install-data-am install-dvi install-dvi-am \
844
	install-exec install-exec-am install-html install-html-am \
845
	install-info install-info-am install-man install-pdf \
846
	install-pdf-am install-ps install-ps-am install-strip \
847
	installcheck installcheck-am installdirs installdirs-am \
848
	maintainer-clean maintainer-clean-generic mostlyclean \
849
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
850
	tags tags-am uninstall uninstall-am
1.1.5 by Lionel Le Folgoc
Import upstream version 1.5.0
851
852
853
.PHONY: ChangeLog
854
855
ChangeLog:
856
	(cd $(top_srcdir) && bzr log --gnu-changelog > .changelog.tmp \
857
	&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
858
	|| (touch ChangeLog; echo 'Bzr directory not found: installing possibly empty changelog.' >&2)
859
860
dist-hook: ChangeLog
1 by Lionel Le Folgoc
Import upstream version 1.1.4
861
862
# Tell versions [3.59,3.63) of GNU make to not export all variables.
863
# Otherwise a system limit (for SysV at least) may be exceeded.
864
.NOEXPORT: