~dani.behzi/bash-completion/bash-completion

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