~ken-vandine/indicator-datetime/no_gtk2_and_trunk

1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
1
# Makefile.in generated by automake 1.11.1 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
VPATH = @srcdir@
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
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@
36
subdir = .
37
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
1.5.23 by Ted Gould
Import upstream version 0.2.92
40
	build-aux/compile build-aux/config.guess build-aux/config.sub \
41
	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
42
	build-aux/missing build-aux/mkinstalldirs compile config.guess \
43
	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.5.23 by Ted Gould
Import upstream version 0.2.92
45
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
46
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
47
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
48
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
	$(ACLOCAL_M4)
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
52
 configure.lineno config.status.lineno
1.5.23 by Ted Gould
Import upstream version 0.2.92
53
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
54
CONFIG_HEADER = config.h
55
CONFIG_CLEAN_FILES =
56
CONFIG_CLEAN_VPATH_FILES =
57
AM_V_GEN = $(am__v_GEN_$(V))
58
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
59
am__v_GEN_0 = @echo "  GEN   " $@;
60
AM_V_at = $(am__v_at_$(V))
61
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
62
am__v_at_0 = @
63
SOURCES =
64
DIST_SOURCES =
65
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66
	html-recursive info-recursive install-data-recursive \
67
	install-dvi-recursive install-exec-recursive \
68
	install-html-recursive install-info-recursive \
69
	install-pdf-recursive install-ps-recursive install-recursive \
70
	installcheck-recursive installdirs-recursive pdf-recursive \
71
	ps-recursive uninstall-recursive
72
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
73
  distclean-recursive maintainer-clean-recursive
74
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
75
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
76
	distdir dist dist-all distcheck
77
ETAGS = etags
78
CTAGS = ctags
79
DIST_SUBDIRS = $(SUBDIRS)
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
distdir = $(PACKAGE)-$(VERSION)
82
top_distdir = $(distdir)
83
am__remove_distdir = \
84
  { test ! -d "$(distdir)" \
85
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
86
         && rm -fr "$(distdir)"; }; }
87
am__relativize = \
88
  dir0=`pwd`; \
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90
  sed_rest='s,^[^/]*/*,,'; \
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92
  sed_butlast='s,/*[^/]*$$,,'; \
93
  while test -n "$$dir1"; do \
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95
    if test "$$first" != "."; then \
96
      if test "$$first" = ".."; then \
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99
      else \
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101
        if test "$$first2" = "$$first"; then \
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103
        else \
104
          dir2="../$$dir2"; \
105
        fi; \
106
        dir0="$$dir0"/"$$first"; \
107
      fi; \
108
    fi; \
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110
  done; \
111
  reldir="$$dir2"
1.5.23 by Ted Gould
Import upstream version 0.2.92
112
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
113
GZIP_ENV = --best
114
distuninstallcheck_listfiles = find . -type f -print
115
distcleancheck_listfiles = find . -type f -print
116
ACLOCAL = @ACLOCAL@
117
ALL_LINGUAS = @ALL_LINGUAS@
118
AMTAR = @AMTAR@
119
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
120
AR = @AR@
121
AUTOCONF = @AUTOCONF@
122
AUTOHEADER = @AUTOHEADER@
123
AUTOMAKE = @AUTOMAKE@
124
AWK = @AWK@
125
CATALOGS = @CATALOGS@
126
CATOBJEXT = @CATOBJEXT@
127
CC = @CC@
128
CCDEPMODE = @CCDEPMODE@
1.5.22 by Ted Gould
Import upstream version 0.2.91
129
CCPANELDIR = @CCPANELDIR@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
130
CFLAGS = @CFLAGS@
131
CPP = @CPP@
132
CPPFLAGS = @CPPFLAGS@
133
CYGPATH_W = @CYGPATH_W@
134
DATADIRNAME = @DATADIRNAME@
135
DBUSSERVICEDIR = @DBUSSERVICEDIR@
136
DEFS = @DEFS@
137
DEPDIR = @DEPDIR@
1.5.21 by Ted Gould
Import upstream version 0.2.90
138
DLLTOOL = @DLLTOOL@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
139
DSYMUTIL = @DSYMUTIL@
140
DUMPBIN = @DUMPBIN@
141
ECHO_C = @ECHO_C@
142
ECHO_N = @ECHO_N@
143
ECHO_T = @ECHO_T@
144
EGREP = @EGREP@
145
EXEEXT = @EXEEXT@
146
FGREP = @FGREP@
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1.5.6 by Ted Gould
Import upstream version 0.0.5
148
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
149
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
150
GLIB_MKENUMS = @GLIB_MKENUMS@
151
GMOFILES = @GMOFILES@
152
GMSGFMT = @GMSGFMT@
153
GNOMELOCALEDIR = @GNOMELOCALEDIR@
154
GREP = @GREP@
1.5.6 by Ted Gould
Import upstream version 0.0.5
155
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
156
INDICATORDIR = @INDICATORDIR@
157
INDICATORICONSDIR = @INDICATORICONSDIR@
158
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
159
INDICATOR_LIBS = @INDICATOR_LIBS@
160
INSTALL = @INSTALL@
161
INSTALL_DATA = @INSTALL_DATA@
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165
INSTOBJEXT = @INSTOBJEXT@
166
INTLLIBS = @INTLLIBS@
167
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
168
INTLTOOL_MERGE = @INTLTOOL_MERGE@
169
INTLTOOL_PERL = @INTLTOOL_PERL@
170
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
171
LD = @LD@
172
LDFLAGS = @LDFLAGS@
1.5.13 by Michael Terry
Import upstream version 0.1.95
173
LIBMAP_CFLAGS = @LIBMAP_CFLAGS@
174
LIBMAP_LIBS = @LIBMAP_LIBS@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
175
LIBOBJS = @LIBOBJS@
176
LIBS = @LIBS@
177
LIBTOOL = @LIBTOOL@
178
LIPO = @LIPO@
179
LN_S = @LN_S@
180
LTLIBOBJS = @LTLIBOBJS@
181
MAINT = @MAINT@
182
MAKEINFO = @MAKEINFO@
1.5.21 by Ted Gould
Import upstream version 0.2.90
183
MANIFEST_TOOL = @MANIFEST_TOOL@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
184
MKDIR_P = @MKDIR_P@
185
MKINSTALLDIRS = @MKINSTALLDIRS@
186
MSGFMT = @MSGFMT@
187
MSGFMT_OPTS = @MSGFMT_OPTS@
188
MSGMERGE = @MSGMERGE@
189
NM = @NM@
190
NMEDIT = @NMEDIT@
191
OBJDUMP = @OBJDUMP@
192
OBJEXT = @OBJEXT@
193
OTOOL = @OTOOL@
194
OTOOL64 = @OTOOL64@
195
PACKAGE = @PACKAGE@
196
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197
PACKAGE_NAME = @PACKAGE_NAME@
198
PACKAGE_STRING = @PACKAGE_STRING@
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
200
PACKAGE_URL = @PACKAGE_URL@
201
PACKAGE_VERSION = @PACKAGE_VERSION@
202
PATH_SEPARATOR = @PATH_SEPARATOR@
203
PKG_CONFIG = @PKG_CONFIG@
1.5.7 by Ted Gould
Import upstream version 0.0.6
204
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
205
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
206
POFILES = @POFILES@
207
POSUB = @POSUB@
208
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
209
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1.5.13 by Michael Terry
Import upstream version 0.1.95
210
PREF_CFLAGS = @PREF_CFLAGS@
211
PREF_LIBS = @PREF_LIBS@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
212
RANLIB = @RANLIB@
213
SED = @SED@
1.5.8 by Ted Gould
Import upstream version 0.1.90
214
SERVICE_CFLAGS = @SERVICE_CFLAGS@
215
SERVICE_LIBS = @SERVICE_LIBS@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
216
SET_MAKE = @SET_MAKE@
217
SHELL = @SHELL@
218
STRIP = @STRIP@
219
USE_NLS = @USE_NLS@
220
VERSION = @VERSION@
221
XGETTEXT = @XGETTEXT@
222
abs_builddir = @abs_builddir@
223
abs_srcdir = @abs_srcdir@
224
abs_top_builddir = @abs_top_builddir@
225
abs_top_srcdir = @abs_top_srcdir@
1.5.21 by Ted Gould
Import upstream version 0.2.90
226
ac_ct_AR = @ac_ct_AR@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
227
ac_ct_CC = @ac_ct_CC@
228
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
229
am__include = @am__include@
230
am__leading_dot = @am__leading_dot@
231
am__quote = @am__quote@
232
am__tar = @am__tar@
233
am__untar = @am__untar@
234
bindir = @bindir@
235
build = @build@
236
build_alias = @build_alias@
237
build_cpu = @build_cpu@
238
build_os = @build_os@
239
build_vendor = @build_vendor@
240
builddir = @builddir@
241
datadir = @datadir@
242
datarootdir = @datarootdir@
243
docdir = @docdir@
244
dvidir = @dvidir@
245
exec_prefix = @exec_prefix@
1.5.6 by Ted Gould
Import upstream version 0.0.5
246
gsettingsschemadir = @gsettingsschemadir@
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
247
host = @host@
248
host_alias = @host_alias@
249
host_cpu = @host_cpu@
250
host_os = @host_os@
251
host_vendor = @host_vendor@
252
htmldir = @htmldir@
253
includedir = @includedir@
254
infodir = @infodir@
255
install_sh = @install_sh@
256
libdir = @libdir@
257
libexecdir = @libexecdir@
258
localedir = @localedir@
259
localstatedir = @localstatedir@
260
mandir = @mandir@
261
mkdir_p = @mkdir_p@
262
oldincludedir = @oldincludedir@
263
pdfdir = @pdfdir@
264
prefix = @prefix@
265
program_transform_name = @program_transform_name@
266
psdir = @psdir@
267
sbindir = @sbindir@
268
sharedstatedir = @sharedstatedir@
269
srcdir = @srcdir@
270
sysconfdir = @sysconfdir@
271
target_alias = @target_alias@
272
top_build_prefix = @top_build_prefix@
273
top_builddir = @top_builddir@
274
top_srcdir = @top_srcdir@
1.5.23 by Ted Gould
Import upstream version 0.2.92
275
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
276
SUBDIRS = \
1.5.13 by Michael Terry
Import upstream version 0.1.95
277
	libmap \
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
278
	src \
279
	data \
280
	tests \
281
	po
282
283
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
1.5.2 by Didier Roche
Import upstream version 0.0.1
284
EXTRA_DIST = autogen.sh
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
285
all: config.h
286
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
287
288
.SUFFIXES:
289
am--refresh:
290
	@:
291
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
292
	@for dep in $?; do \
293
	  case '$(am__configure_deps)' in \
294
	    *$$dep*) \
295
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
296
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
297
		&& exit 0; \
298
	      exit 1;; \
299
	  esac; \
300
	done; \
301
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
302
	$(am__cd) $(top_srcdir) && \
303
	  $(AUTOMAKE) --gnu Makefile
304
.PRECIOUS: Makefile
305
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
	@case '$?' in \
307
	  *config.status*) \
308
	    echo ' $(SHELL) ./config.status'; \
309
	    $(SHELL) ./config.status;; \
310
	  *) \
311
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
312
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
313
	esac;
314
315
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316
	$(SHELL) ./config.status --recheck
317
318
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
319
	$(am__cd) $(srcdir) && $(AUTOCONF)
320
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
322
$(am__aclocal_m4_deps):
323
324
config.h: stamp-h1
325
	@if test ! -f $@; then \
326
	  rm -f stamp-h1; \
327
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
328
	else :; fi
329
330
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
331
	@rm -f stamp-h1
332
	cd $(top_builddir) && $(SHELL) ./config.status config.h
333
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
334
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
335
	rm -f stamp-h1
336
	touch $@
337
338
distclean-hdr:
339
	-rm -f config.h stamp-h1
340
341
mostlyclean-libtool:
342
	-rm -f *.lo
343
344
clean-libtool:
345
	-rm -rf .libs _libs
346
347
distclean-libtool:
348
	-rm -f libtool config.lt
349
350
# This directory's subdirectories are mostly independent; you can cd
351
# into them and run `make' without going through this Makefile.
352
# To change the values of `make' variables: instead of editing Makefiles,
353
# (1) if the variable is set in `config.status', edit `config.status'
354
#     (which will cause the Makefiles to be regenerated when you run `make');
355
# (2) otherwise, pass the desired values on the `make' command line.
356
$(RECURSIVE_TARGETS):
357
	@fail= failcom='exit 1'; \
358
	for f in x $$MAKEFLAGS; do \
359
	  case $$f in \
360
	    *=* | --[!k]*);; \
361
	    *k*) failcom='fail=yes';; \
362
	  esac; \
363
	done; \
364
	dot_seen=no; \
365
	target=`echo $@ | sed s/-recursive//`; \
366
	list='$(SUBDIRS)'; for subdir in $$list; do \
367
	  echo "Making $$target in $$subdir"; \
368
	  if test "$$subdir" = "."; then \
369
	    dot_seen=yes; \
370
	    local_target="$$target-am"; \
371
	  else \
372
	    local_target="$$target"; \
373
	  fi; \
374
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375
	  || eval $$failcom; \
376
	done; \
377
	if test "$$dot_seen" = "no"; then \
378
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379
	fi; test -z "$$fail"
380
381
$(RECURSIVE_CLEAN_TARGETS):
382
	@fail= failcom='exit 1'; \
383
	for f in x $$MAKEFLAGS; do \
384
	  case $$f in \
385
	    *=* | --[!k]*);; \
386
	    *k*) failcom='fail=yes';; \
387
	  esac; \
388
	done; \
389
	dot_seen=no; \
390
	case "$@" in \
391
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392
	  *) list='$(SUBDIRS)' ;; \
393
	esac; \
394
	rev=''; for subdir in $$list; do \
395
	  if test "$$subdir" = "."; then :; else \
396
	    rev="$$subdir $$rev"; \
397
	  fi; \
398
	done; \
399
	rev="$$rev ."; \
400
	target=`echo $@ | sed s/-recursive//`; \
401
	for subdir in $$rev; do \
402
	  echo "Making $$target in $$subdir"; \
403
	  if test "$$subdir" = "."; then \
404
	    local_target="$$target-am"; \
405
	  else \
406
	    local_target="$$target"; \
407
	  fi; \
408
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409
	  || eval $$failcom; \
410
	done && test -z "$$fail"
411
tags-recursive:
412
	list='$(SUBDIRS)'; for subdir in $$list; do \
413
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
414
	done
415
ctags-recursive:
416
	list='$(SUBDIRS)'; for subdir in $$list; do \
417
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
418
	done
419
420
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422
	unique=`for i in $$list; do \
423
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
	  done | \
425
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427
	mkid -fID $$unique
428
tags: TAGS
429
430
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
431
		$(TAGS_FILES) $(LISP)
432
	set x; \
433
	here=`pwd`; \
434
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
435
	  include_option=--etags-include; \
436
	  empty_fix=.; \
437
	else \
438
	  include_option=--include; \
439
	  empty_fix=; \
440
	fi; \
441
	list='$(SUBDIRS)'; for subdir in $$list; do \
442
	  if test "$$subdir" = .; then :; else \
443
	    test ! -f $$subdir/TAGS || \
444
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
445
	  fi; \
446
	done; \
447
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448
	unique=`for i in $$list; do \
449
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450
	  done | \
451
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453
	shift; \
454
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455
	  test -n "$$unique" || unique=$$empty_fix; \
456
	  if test $$# -gt 0; then \
457
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458
	      "$$@" $$unique; \
459
	  else \
460
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461
	      $$unique; \
462
	  fi; \
463
	fi
464
ctags: CTAGS
465
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
466
		$(TAGS_FILES) $(LISP)
467
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
468
	unique=`for i in $$list; do \
469
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
	  done | \
471
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473
	test -z "$(CTAGS_ARGS)$$unique" \
474
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475
	     $$unique
476
477
GTAGS:
478
	here=`$(am__cd) $(top_builddir) && pwd` \
479
	  && $(am__cd) $(top_srcdir) \
480
	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482
distclean-tags:
483
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485
distdir: $(DISTFILES)
486
	$(am__remove_distdir)
487
	test -d "$(distdir)" || mkdir "$(distdir)"
488
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490
	list='$(DISTFILES)'; \
491
	  dist_files=`for file in $$list; do echo $$file; done | \
492
	  sed -e "s|^$$srcdirstrip/||;t" \
493
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494
	case $$dist_files in \
495
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
496
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497
			   sort -u` ;; \
498
	esac; \
499
	for file in $$dist_files; do \
500
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501
	  if test -d $$d/$$file; then \
502
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503
	    if test -d "$(distdir)/$$file"; then \
504
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505
	    fi; \
506
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509
	    fi; \
510
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511
	  else \
512
	    test -f "$(distdir)/$$file" \
513
	    || cp -p $$d/$$file "$(distdir)/$$file" \
514
	    || exit 1; \
515
	  fi; \
516
	done
517
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518
	  if test "$$subdir" = .; then :; else \
519
	    test -d "$(distdir)/$$subdir" \
520
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
521
	    || exit 1; \
522
	  fi; \
523
	done
524
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525
	  if test "$$subdir" = .; then :; else \
526
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527
	    $(am__relativize); \
528
	    new_distdir=$$reldir; \
529
	    dir1=$$subdir; dir2="$(top_distdir)"; \
530
	    $(am__relativize); \
531
	    new_top_distdir=$$reldir; \
532
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534
	    ($(am__cd) $$subdir && \
535
	      $(MAKE) $(AM_MAKEFLAGS) \
536
	        top_distdir="$$new_top_distdir" \
537
	        distdir="$$new_distdir" \
538
		am__remove_distdir=: \
539
		am__skip_length_check=: \
540
		am__skip_mode_fix=: \
541
	        distdir) \
542
	      || exit 1; \
543
	  fi; \
544
	done
545
	$(MAKE) $(AM_MAKEFLAGS) \
546
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
547
	  dist-hook
548
	-test -n "$(am__skip_mode_fix)" \
549
	|| find "$(distdir)" -type d ! -perm -755 \
550
		-exec chmod u+rwx,go+rx {} \; -o \
551
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
552
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
553
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
554
	|| chmod -R a+r "$(distdir)"
555
dist-gzip: distdir
556
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
557
	$(am__remove_distdir)
558
559
dist-bzip2: distdir
560
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
561
	$(am__remove_distdir)
562
563
dist-lzma: distdir
564
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
565
	$(am__remove_distdir)
566
dist-xz: distdir
567
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
568
	$(am__remove_distdir)
569
570
dist-tarZ: distdir
571
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
572
	$(am__remove_distdir)
573
574
dist-shar: distdir
575
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
576
	$(am__remove_distdir)
577
578
dist-zip: distdir
579
	-rm -f $(distdir).zip
580
	zip -rq $(distdir).zip $(distdir)
581
	$(am__remove_distdir)
582
583
dist dist-all: distdir
584
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.5.23 by Ted Gould
Import upstream version 0.2.92
585
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
586
	$(am__remove_distdir)
587
588
# This target untars the dist file and tries a VPATH configuration.  Then
589
# it guarantees that the distribution is self-contained by making another
590
# tarfile.
591
distcheck: dist
592
	case '$(DIST_ARCHIVES)' in \
593
	*.tar.gz*) \
594
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
595
	*.tar.bz2*) \
596
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
597
	*.tar.lzma*) \
598
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
599
	*.tar.xz*) \
600
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
601
	*.tar.Z*) \
602
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
603
	*.shar.gz*) \
604
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
605
	*.zip*) \
606
	  unzip $(distdir).zip ;;\
607
	esac
608
	chmod -R a-w $(distdir); chmod a+w $(distdir)
609
	mkdir $(distdir)/_build
610
	mkdir $(distdir)/_inst
611
	chmod a-w $(distdir)
612
	test -d $(distdir)/_build || exit 0; \
613
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
614
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
615
	  && am__cwd=`pwd` \
616
	  && $(am__cd) $(distdir)/_build \
617
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
618
	    $(DISTCHECK_CONFIGURE_FLAGS) \
619
	  && $(MAKE) $(AM_MAKEFLAGS) \
620
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
621
	  && $(MAKE) $(AM_MAKEFLAGS) check \
622
	  && $(MAKE) $(AM_MAKEFLAGS) install \
623
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
624
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
625
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
626
	        distuninstallcheck \
627
	  && chmod -R a-w "$$dc_install_base" \
628
	  && ({ \
629
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
630
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
631
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
632
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
633
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
634
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
635
	  && rm -rf "$$dc_destdir" \
636
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
637
	  && rm -rf $(DIST_ARCHIVES) \
638
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
639
	  && cd "$$am__cwd" \
640
	  || exit 1
641
	$(am__remove_distdir)
642
	@(echo "$(distdir) archives ready for distribution: "; \
643
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
644
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
645
distuninstallcheck:
646
	@$(am__cd) '$(distuninstallcheck_dir)' \
647
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
648
	   || { echo "ERROR: files left after uninstall:" ; \
649
	        if test -n "$(DESTDIR)"; then \
650
	          echo "  (check DESTDIR support)"; \
651
	        fi ; \
652
	        $(distuninstallcheck_listfiles) ; \
653
	        exit 1; } >&2
654
distcleancheck: distclean
655
	@if test '$(srcdir)' = . ; then \
656
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
657
	  exit 1 ; \
658
	fi
659
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
660
	  || { echo "ERROR: files left in build directory after distclean:" ; \
661
	       $(distcleancheck_listfiles) ; \
662
	       exit 1; } >&2
663
check-am: all-am
664
check: check-recursive
665
all-am: Makefile config.h
666
installdirs: installdirs-recursive
667
installdirs-am:
668
install: install-recursive
669
install-exec: install-exec-recursive
670
install-data: install-data-recursive
671
uninstall: uninstall-recursive
672
673
install-am: all-am
674
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675
676
installcheck: installcheck-recursive
677
install-strip:
678
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680
	  `test -z '$(STRIP)' || \
681
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
682
mostlyclean-generic:
683
684
clean-generic:
685
686
distclean-generic:
687
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
688
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
689
690
maintainer-clean-generic:
691
	@echo "This command is intended for maintainers to use"
692
	@echo "it deletes files that may require special tools to rebuild."
693
clean: clean-recursive
694
695
clean-am: clean-generic clean-libtool mostlyclean-am
696
697
distclean: distclean-recursive
698
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
699
	-rm -f Makefile
700
distclean-am: clean-am distclean-generic distclean-hdr \
701
	distclean-libtool distclean-tags
702
703
dvi: dvi-recursive
704
705
dvi-am:
706
707
html: html-recursive
708
709
html-am:
710
711
info: info-recursive
712
713
info-am:
714
715
install-data-am:
716
717
install-dvi: install-dvi-recursive
718
719
install-dvi-am:
720
721
install-exec-am:
722
723
install-html: install-html-recursive
724
725
install-html-am:
726
727
install-info: install-info-recursive
728
729
install-info-am:
730
731
install-man:
732
733
install-pdf: install-pdf-recursive
734
735
install-pdf-am:
736
737
install-ps: install-ps-recursive
738
739
install-ps-am:
740
741
installcheck-am:
742
743
maintainer-clean: maintainer-clean-recursive
744
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
745
	-rm -rf $(top_srcdir)/autom4te.cache
746
	-rm -f Makefile
747
maintainer-clean-am: distclean-am maintainer-clean-generic
748
749
mostlyclean: mostlyclean-recursive
750
751
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
752
753
pdf: pdf-recursive
754
755
pdf-am:
756
757
ps: ps-recursive
758
759
ps-am:
760
761
uninstall-am:
762
763
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
764
	ctags-recursive install-am install-strip tags-recursive
765
766
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
767
	all all-am am--refresh check check-am clean clean-generic \
768
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
769
	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
770
	dist-zip distcheck distclean distclean-generic distclean-hdr \
771
	distclean-libtool distclean-tags distcleancheck distdir \
772
	distuninstallcheck dvi dvi-am html html-am info info-am \
773
	install install-am install-data install-data-am install-dvi \
774
	install-dvi-am install-exec install-exec-am install-html \
775
	install-html-am install-info install-info-am install-man \
776
	install-pdf install-pdf-am install-ps install-ps-am \
777
	install-strip installcheck installcheck-am installdirs \
778
	installdirs-am maintainer-clean maintainer-clean-generic \
779
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
780
	ps ps-am tags tags-recursive uninstall uninstall-am
781
782
783
dist-hook:
784
	@if test -d "$(top_srcdir)/.bzr"; \
785
		then \
786
			echo Creating ChangeLog && \
787
				( cd "$(top_srcdir)" && \
788
				echo '# Generated by Makefile. Do not edit.'; echo; \
1.5.23 by Ted Gould
Import upstream version 0.2.92
789
				$(top_srcdir)/build-aux/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
790
				&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
791
				|| (rm -f ChangeLog.tmp; \
792
					echo Failed to generate ChangeLog >&2 ); \
793
        else \
794
			echo Failed to generate ChangeLog: not a branch >&2; \
795
	fi
1.5.8 by Ted Gould
Import upstream version 0.1.90
796
	@if test -d "$(top_srcdir)/.bzr"; \
797
		then \
798
			echo Creating AUTHORS && \
799
				( cd "$(top_srcdir)" && \
800
				echo '# Generated by Makefile. Do not edit.'; echo; \
1.5.23 by Ted Gould
Import upstream version 0.2.92
801
				$(top_srcdir)/build-aux/missing --run  bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
1.5.8 by Ted Gould
Import upstream version 0.1.90
802
				&& mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
803
				|| (rm -f AUTHORS.tmp; \
804
					echo Failed to generate AUTHORS >&2 ); \
805
        else \
806
			echo Failed to generate AUTHORS: not a branch >&2; \
807
	fi
1.5.1 by Didier Roche
Import upstream version 0.0.1~r2
808
809
# Tell versions [3.59,3.63) of GNU make to not export all variables.
810
# Otherwise a system limit (for SysV at least) may be exceeded.
811
.NOEXPORT: