~ubuntu-branches/ubuntu/precise/libgrip/precise

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