~ubuntu-branches/ubuntu/trusty/bip/trusty-proposed

1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
2
# @configure_input@
1 by Arnaud Cornet
Import upstream version 0.5.0
3
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
1 by Arnaud Cornet
Import upstream version 0.5.0
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
15
@SET_MAKE@
1 by Arnaud Cornet
Import upstream version 0.5.0
16
VPATH = @srcdir@
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
25
transform = $(program_transform_name)
1 by Arnaud Cornet
Import upstream version 0.5.0
26
NORMAL_INSTALL = :
27
PRE_INSTALL = :
28
POST_INSTALL = :
29
NORMAL_UNINSTALL = :
30
PRE_UNINSTALL = :
31
POST_UNINSTALL = :
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
32
subdir = .
33
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
35
	ChangeLog INSTALL NEWS TODO depcomp install-sh missing ylwrap
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39
	$(ACLOCAL_M4)
40
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
41
 configure.lineno config.status.lineno
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
42
mkinstalldirs = $(install_sh) -d
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
43
CONFIG_HEADER = $(top_builddir)/src/config.h
44
CONFIG_CLEAN_FILES =
45
SOURCES =
46
DIST_SOURCES =
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
48
	html-recursive info-recursive install-data-recursive \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
49
	install-dvi-recursive install-exec-recursive \
50
	install-html-recursive install-info-recursive \
51
	install-pdf-recursive install-ps-recursive install-recursive \
52
	installcheck-recursive installdirs-recursive pdf-recursive \
53
	ps-recursive uninstall-recursive
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
54
man1dir = $(mandir)/man1
55
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"
56
man5dir = $(mandir)/man5
57
NROFF = nroff
58
MANS = $(man_MANS)
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
60
  distclean-recursive maintainer-clean-recursive
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
61
ETAGS = etags
62
CTAGS = ctags
63
DIST_SUBDIRS = $(SUBDIRS)
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
distdir = $(PACKAGE)-$(VERSION)
66
top_distdir = $(distdir)
67
am__remove_distdir = \
68
  { test ! -d $(distdir) \
69
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70
         && rm -fr $(distdir); }; }
71
DIST_ARCHIVES = $(distdir).tar.gz
72
GZIP_ENV = --best
73
distuninstallcheck_listfiles = find . -type f -print
74
distcleancheck_listfiles = find . -type f -print
75
ACLOCAL = @ACLOCAL@
76
AMTAR = @AMTAR@
77
AUTOCONF = @AUTOCONF@
78
AUTOHEADER = @AUTOHEADER@
79
AUTOMAKE = @AUTOMAKE@
80
AWK = @AWK@
1 by Arnaud Cornet
Import upstream version 0.5.0
81
CC = @CC@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
82
CCDEPMODE = @CCDEPMODE@
83
CFLAGS = @CFLAGS@
84
CPPFLAGS = @CPPFLAGS@
85
CYGPATH_W = @CYGPATH_W@
86
DEFS = @DEFS@
87
DEPDIR = @DEPDIR@
88
ECHO_C = @ECHO_C@
89
ECHO_N = @ECHO_N@
90
ECHO_T = @ECHO_T@
91
EXEEXT = @EXEEXT@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
92
INSTALL = @INSTALL@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
93
INSTALL_DATA = @INSTALL_DATA@
94
INSTALL_PROGRAM = @INSTALL_PROGRAM@
95
INSTALL_SCRIPT = @INSTALL_SCRIPT@
96
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
97
LDFLAGS = @LDFLAGS@
1 by Arnaud Cornet
Import upstream version 0.5.0
98
LEX = @LEX@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
99
LEXLIB = @LEXLIB@
100
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
101
LIBOBJS = @LIBOBJS@
102
LIBS = @LIBS@
103
LTLIBOBJS = @LTLIBOBJS@
1 by Arnaud Cornet
Import upstream version 0.5.0
104
MAKEINFO = @MAKEINFO@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
105
MKDIR_P = @MKDIR_P@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
106
OBJEXT = @OBJEXT@
1 by Arnaud Cornet
Import upstream version 0.5.0
107
PACKAGE = @PACKAGE@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
109
PACKAGE_NAME = @PACKAGE_NAME@
110
PACKAGE_STRING = @PACKAGE_STRING@
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
112
PACKAGE_VERSION = @PACKAGE_VERSION@
113
PATH_SEPARATOR = @PATH_SEPARATOR@
114
SET_MAKE = @SET_MAKE@
115
SHELL = @SHELL@
116
STRIP = @STRIP@
1 by Arnaud Cornet
Import upstream version 0.5.0
117
VERSION = @VERSION@
118
YACC = @YACC@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
119
YFLAGS = @YFLAGS@
120
abs_builddir = @abs_builddir@
121
abs_srcdir = @abs_srcdir@
122
abs_top_builddir = @abs_top_builddir@
123
abs_top_srcdir = @abs_top_srcdir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
124
ac_ct_CC = @ac_ct_CC@
125
am__include = @am__include@
126
am__leading_dot = @am__leading_dot@
127
am__quote = @am__quote@
128
am__tar = @am__tar@
129
am__untar = @am__untar@
130
bindir = @bindir@
131
build_alias = @build_alias@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
132
builddir = @builddir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
133
datadir = @datadir@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
134
datarootdir = @datarootdir@
135
docdir = @docdir@
136
dvidir = @dvidir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
137
exec_prefix = @exec_prefix@
138
host_alias = @host_alias@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
139
htmldir = @htmldir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
140
includedir = @includedir@
141
infodir = @infodir@
142
install_sh = @install_sh@
143
libdir = @libdir@
144
libexecdir = @libexecdir@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
145
localedir = @localedir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
146
localstatedir = @localstatedir@
147
mandir = @mandir@
148
mkdir_p = @mkdir_p@
149
oldincludedir = @oldincludedir@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
150
pdfdir = @pdfdir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
151
prefix = @prefix@
152
program_transform_name = @program_transform_name@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
153
psdir = @psdir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
154
sbindir = @sbindir@
155
sharedstatedir = @sharedstatedir@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
156
srcdir = @srcdir@
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
157
sysconfdir = @sysconfdir@
158
target_alias = @target_alias@
1.2.3 by Arnaud Cornet
Import upstream version 0.8.0
159
top_build_prefix = @top_build_prefix@
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
160
top_builddir = @top_builddir@
161
top_srcdir = @top_srcdir@
1 by Arnaud Cornet
Import upstream version 0.5.0
162
SUBDIRS = src samples
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
163
man_MANS = bip.1 bip.conf.5
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
164
all: all-recursive
165
1 by Arnaud Cornet
Import upstream version 0.5.0
166
.SUFFIXES:
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
167
am--refresh:
168
	@:
169
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
170
	@for dep in $?; do \
171
	  case '$(am__configure_deps)' in \
172
	    *$$dep*) \
173
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
174
	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
175
		&& exit 0; \
176
	      exit 1;; \
177
	  esac; \
178
	done; \
179
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
180
	cd $(top_srcdir) && \
181
	  $(AUTOMAKE) --gnu  Makefile
182
.PRECIOUS: Makefile
183
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184
	@case '$?' in \
185
	  *config.status*) \
186
	    echo ' $(SHELL) ./config.status'; \
187
	    $(SHELL) ./config.status;; \
188
	  *) \
189
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
190
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
191
	esac;
192
193
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1 by Arnaud Cornet
Import upstream version 0.5.0
194
	$(SHELL) ./config.status --recheck
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
195
196
$(top_srcdir)/configure:  $(am__configure_deps)
1 by Arnaud Cornet
Import upstream version 0.5.0
197
	cd $(srcdir) && $(AUTOCONF)
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
198
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
199
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
200
install-man1: $(man1_MANS) $(man_MANS)
201
	@$(NORMAL_INSTALL)
202
	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
203
	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
204
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
205
	for i in $$l2; do \
206
	  case "$$i" in \
207
	    *.1*) list="$$list $$i" ;; \
208
	  esac; \
209
	done; \
210
	for i in $$list; do \
211
	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
212
	  else file=$$i; fi; \
213
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
214
	  case "$$ext" in \
215
	    1*) ;; \
216
	    *) ext='1' ;; \
217
	  esac; \
218
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
219
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
220
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
221
	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
222
	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
223
	done
224
uninstall-man1:
225
	@$(NORMAL_UNINSTALL)
226
	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
227
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
228
	for i in $$l2; do \
229
	  case "$$i" in \
230
	    *.1*) list="$$list $$i" ;; \
231
	  esac; \
232
	done; \
233
	for i in $$list; do \
234
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
235
	  case "$$ext" in \
236
	    1*) ;; \
237
	    *) ext='1' ;; \
238
	  esac; \
239
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
240
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
241
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
242
	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
243
	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
244
	done
245
install-man5: $(man5_MANS) $(man_MANS)
246
	@$(NORMAL_INSTALL)
247
	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
248
	@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
249
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
250
	for i in $$l2; do \
251
	  case "$$i" in \
252
	    *.5*) list="$$list $$i" ;; \
253
	  esac; \
254
	done; \
255
	for i in $$list; do \
256
	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
257
	  else file=$$i; fi; \
258
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
259
	  case "$$ext" in \
260
	    5*) ;; \
261
	    *) ext='5' ;; \
262
	  esac; \
263
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
264
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
265
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
266
	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
267
	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
268
	done
269
uninstall-man5:
270
	@$(NORMAL_UNINSTALL)
271
	@list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
272
	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
273
	for i in $$l2; do \
274
	  case "$$i" in \
275
	    *.5*) list="$$list $$i" ;; \
276
	  esac; \
277
	done; \
278
	for i in $$list; do \
279
	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
280
	  case "$$ext" in \
281
	    5*) ;; \
282
	    *) ext='5' ;; \
283
	  esac; \
284
	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
285
	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
286
	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
287
	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
288
	  rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
289
	done
1 by Arnaud Cornet
Import upstream version 0.5.0
290
291
# This directory's subdirectories are mostly independent; you can cd
292
# into them and run `make' without going through this Makefile.
293
# To change the values of `make' variables: instead of editing Makefiles,
294
# (1) if the variable is set in `config.status', edit `config.status'
295
#     (which will cause the Makefiles to be regenerated when you run `make');
296
# (2) otherwise, pass the desired values on the `make' command line.
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
297
$(RECURSIVE_TARGETS):
298
	@failcom='exit 1'; \
299
	for f in x $$MAKEFLAGS; do \
300
	  case $$f in \
301
	    *=* | --[!k]*);; \
302
	    *k*) failcom='fail=yes';; \
303
	  esac; \
304
	done; \
1 by Arnaud Cornet
Import upstream version 0.5.0
305
	dot_seen=no; \
306
	target=`echo $@ | sed s/-recursive//`; \
307
	list='$(SUBDIRS)'; for subdir in $$list; do \
308
	  echo "Making $$target in $$subdir"; \
309
	  if test "$$subdir" = "."; then \
310
	    dot_seen=yes; \
311
	    local_target="$$target-am"; \
312
	  else \
313
	    local_target="$$target"; \
314
	  fi; \
315
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
316
	  || eval $$failcom; \
1 by Arnaud Cornet
Import upstream version 0.5.0
317
	done; \
318
	if test "$$dot_seen" = "no"; then \
319
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320
	fi; test -z "$$fail"
321
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
322
$(RECURSIVE_CLEAN_TARGETS):
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
323
	@failcom='exit 1'; \
324
	for f in x $$MAKEFLAGS; do \
325
	  case $$f in \
326
	    *=* | --[!k]*);; \
327
	    *k*) failcom='fail=yes';; \
328
	  esac; \
329
	done; \
1 by Arnaud Cornet
Import upstream version 0.5.0
330
	dot_seen=no; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
331
	case "$@" in \
332
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
333
	  *) list='$(SUBDIRS)' ;; \
334
	esac; \
335
	rev=''; for subdir in $$list; do \
336
	  if test "$$subdir" = "."; then :; else \
337
	    rev="$$subdir $$rev"; \
338
	  fi; \
1 by Arnaud Cornet
Import upstream version 0.5.0
339
	done; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
340
	rev="$$rev ."; \
1 by Arnaud Cornet
Import upstream version 0.5.0
341
	target=`echo $@ | sed s/-recursive//`; \
342
	for subdir in $$rev; do \
343
	  echo "Making $$target in $$subdir"; \
344
	  if test "$$subdir" = "."; then \
345
	    local_target="$$target-am"; \
346
	  else \
347
	    local_target="$$target"; \
348
	  fi; \
349
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
350
	  || eval $$failcom; \
1 by Arnaud Cornet
Import upstream version 0.5.0
351
	done && test -z "$$fail"
352
tags-recursive:
353
	list='$(SUBDIRS)'; for subdir in $$list; do \
354
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355
	done
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
356
ctags-recursive:
357
	list='$(SUBDIRS)'; for subdir in $$list; do \
358
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359
	done
1 by Arnaud Cornet
Import upstream version 0.5.0
360
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
361
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363
	unique=`for i in $$list; do \
364
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
	  done | \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
366
	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
367
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
368
	mkid -fID $$unique
1 by Arnaud Cornet
Import upstream version 0.5.0
369
tags: TAGS
370
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
371
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
		$(TAGS_FILES) $(LISP)
1 by Arnaud Cornet
Import upstream version 0.5.0
373
	tags=; \
374
	here=`pwd`; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
375
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376
	  include_option=--etags-include; \
377
	  empty_fix=.; \
378
	else \
379
	  include_option=--include; \
380
	  empty_fix=; \
381
	fi; \
1 by Arnaud Cornet
Import upstream version 0.5.0
382
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
383
	  if test "$$subdir" = .; then :; else \
384
	    test ! -f $$subdir/TAGS || \
385
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
386
	  fi; \
1 by Arnaud Cornet
Import upstream version 0.5.0
387
	done; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
388
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
	unique=`for i in $$list; do \
390
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
	  done | \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
392
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
394
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
395
	  test -n "$$unique" || unique=$$empty_fix; \
396
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
	    $$tags $$unique; \
398
	fi
399
ctags: CTAGS
400
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
		$(TAGS_FILES) $(LISP)
402
	tags=; \
403
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404
	unique=`for i in $$list; do \
405
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
	  done | \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
407
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
409
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
410
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411
	     $$tags $$unique
412
413
GTAGS:
414
	here=`$(am__cd) $(top_builddir) && pwd` \
415
	  && cd $(top_srcdir) \
416
	  && gtags -i $(GTAGS_ARGS) $$here
1 by Arnaud Cornet
Import upstream version 0.5.0
417
418
distclean-tags:
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
419
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
420
421
distdir: $(DISTFILES)
422
	$(am__remove_distdir)
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
423
	test -d $(distdir) || mkdir $(distdir)
424
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426
	list='$(DISTFILES)'; \
427
	  dist_files=`for file in $$list; do echo $$file; done | \
428
	  sed -e "s|^$$srcdirstrip/||;t" \
429
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430
	case $$dist_files in \
431
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
432
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433
			   sort -u` ;; \
434
	esac; \
435
	for file in $$dist_files; do \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
436
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437
	  if test -d $$d/$$file; then \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
438
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
439
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
441
	    fi; \
442
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
443
	  else \
444
	    test -f $(distdir)/$$file \
445
	    || cp -p $$d/$$file $(distdir)/$$file \
446
	    || exit 1; \
447
	  fi; \
448
	done
449
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
	  if test "$$subdir" = .; then :; else \
451
	    test -d "$(distdir)/$$subdir" \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
452
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
453
	    || exit 1; \
454
	    distdir=`$(am__cd) $(distdir) && pwd`; \
455
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456
	    (cd $$subdir && \
457
	      $(MAKE) $(AM_MAKEFLAGS) \
458
	        top_distdir="$$top_distdir" \
459
	        distdir="$$distdir/$$subdir" \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
460
		am__remove_distdir=: \
461
		am__skip_length_check=: \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
462
	        distdir) \
463
	      || exit 1; \
464
	  fi; \
465
	done
466
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
467
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
468
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
469
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
470
	|| chmod -R a+r $(distdir)
471
dist-gzip: distdir
472
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
473
	$(am__remove_distdir)
474
475
dist-bzip2: distdir
476
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
477
	$(am__remove_distdir)
478
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
479
dist-lzma: distdir
480
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
481
	$(am__remove_distdir)
482
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
483
dist-tarZ: distdir
484
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
485
	$(am__remove_distdir)
486
487
dist-shar: distdir
488
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
489
	$(am__remove_distdir)
490
491
dist-zip: distdir
492
	-rm -f $(distdir).zip
493
	zip -rq $(distdir).zip $(distdir)
494
	$(am__remove_distdir)
495
496
dist dist-all: distdir
497
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
498
	$(am__remove_distdir)
1 by Arnaud Cornet
Import upstream version 0.5.0
499
500
# This target untars the dist file and tries a VPATH configuration.  Then
501
# it guarantees that the distribution is self-contained by making another
502
# tarfile.
503
distcheck: dist
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
504
	case '$(DIST_ARCHIVES)' in \
505
	*.tar.gz*) \
506
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
507
	*.tar.bz2*) \
508
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
509
	*.tar.lzma*) \
510
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
511
	*.tar.Z*) \
512
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
513
	*.shar.gz*) \
514
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
515
	*.zip*) \
516
	  unzip $(distdir).zip ;;\
517
	esac
518
	chmod -R a-w $(distdir); chmod a+w $(distdir)
519
	mkdir $(distdir)/_build
520
	mkdir $(distdir)/_inst
521
	chmod a-w $(distdir)
522
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
523
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
524
	  && cd $(distdir)/_build \
525
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
526
	    $(DISTCHECK_CONFIGURE_FLAGS) \
1 by Arnaud Cornet
Import upstream version 0.5.0
527
	  && $(MAKE) $(AM_MAKEFLAGS) \
528
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
529
	  && $(MAKE) $(AM_MAKEFLAGS) check \
530
	  && $(MAKE) $(AM_MAKEFLAGS) install \
531
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
532
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
533
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
534
	        distuninstallcheck \
535
	  && chmod -R a-w "$$dc_install_base" \
536
	  && ({ \
537
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
538
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
539
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
540
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
541
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
542
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
543
	  && rm -rf "$$dc_destdir" \
544
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
545
	  && rm -rf $(DIST_ARCHIVES) \
546
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
547
	$(am__remove_distdir)
548
	@(echo "$(distdir) archives ready for distribution: "; \
549
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
550
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
551
distuninstallcheck:
552
	@cd $(distuninstallcheck_dir) \
553
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
554
	   || { echo "ERROR: files left after uninstall:" ; \
555
	        if test -n "$(DESTDIR)"; then \
556
	          echo "  (check DESTDIR support)"; \
557
	        fi ; \
558
	        $(distuninstallcheck_listfiles) ; \
559
	        exit 1; } >&2
560
distcleancheck: distclean
561
	@if test '$(srcdir)' = . ; then \
562
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
563
	  exit 1 ; \
564
	fi
565
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
566
	  || { echo "ERROR: files left in build directory after distclean:" ; \
567
	       $(distcleancheck_listfiles) ; \
568
	       exit 1; } >&2
1 by Arnaud Cornet
Import upstream version 0.5.0
569
check-am: all-am
570
check: check-recursive
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
571
all-am: Makefile $(MANS)
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
572
installdirs: installdirs-recursive
573
installdirs-am:
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
574
	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \
575
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
576
	done
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
577
install: install-recursive
1 by Arnaud Cornet
Import upstream version 0.5.0
578
install-exec: install-exec-recursive
579
install-data: install-data-recursive
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
580
uninstall: uninstall-recursive
1 by Arnaud Cornet
Import upstream version 0.5.0
581
582
install-am: all-am
583
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
584
585
installcheck: installcheck-recursive
1 by Arnaud Cornet
Import upstream version 0.5.0
586
install-strip:
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
587
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589
	  `test -z '$(STRIP)' || \
590
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1 by Arnaud Cornet
Import upstream version 0.5.0
591
mostlyclean-generic:
592
593
clean-generic:
594
595
distclean-generic:
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
596
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1 by Arnaud Cornet
Import upstream version 0.5.0
597
598
maintainer-clean-generic:
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
599
	@echo "This command is intended for maintainers to use"
600
	@echo "it deletes files that may require special tools to rebuild."
1 by Arnaud Cornet
Import upstream version 0.5.0
601
clean: clean-recursive
602
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
603
clean-am: clean-generic mostlyclean-am
1 by Arnaud Cornet
Import upstream version 0.5.0
604
605
distclean: distclean-recursive
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
606
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
607
	-rm -f Makefile
608
distclean-am: clean-am distclean-generic distclean-tags
609
610
dvi: dvi-recursive
611
612
dvi-am:
613
614
html: html-recursive
615
616
info: info-recursive
617
618
info-am:
619
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
620
install-data-am: install-man
1.2.1 by Arnaud Cornet
Import upstream version 0.7.4
621
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
622
install-dvi: install-dvi-recursive
623
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
624
install-exec-am:
625
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
626
install-html: install-html-recursive
627
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
628
install-info: install-info-recursive
629
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
630
install-man: install-man1 install-man5
1.2.1 by Arnaud Cornet
Import upstream version 0.7.4
631
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
632
install-pdf: install-pdf-recursive
633
634
install-ps: install-ps-recursive
635
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
636
installcheck-am:
1 by Arnaud Cornet
Import upstream version 0.5.0
637
638
maintainer-clean: maintainer-clean-recursive
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
639
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
640
	-rm -rf $(top_srcdir)/autom4te.cache
641
	-rm -f Makefile
642
maintainer-clean-am: distclean-am maintainer-clean-generic
643
644
mostlyclean: mostlyclean-recursive
645
646
mostlyclean-am: mostlyclean-generic
647
648
pdf: pdf-recursive
649
650
pdf-am:
651
652
ps: ps-recursive
653
654
ps-am:
655
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
656
uninstall-am: uninstall-man
657
658
uninstall-man: uninstall-man1 uninstall-man5
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
659
660
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
661
	install-strip
662
663
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
664
	all all-am am--refresh check check-am clean clean-generic \
665
	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
666
	dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
667
	distclean-generic distclean-tags distcleancheck distdir \
1.1.1 by Arnaud Cornet
Import upstream version 0.5.2
668
	distuninstallcheck dvi dvi-am html html-am info info-am \
1.1.3 by Stephan Hermann
Import upstream version 0.6.0
669
	install install-am install-data install-data-am install-dvi \
670
	install-dvi-am install-exec install-exec-am install-html \
671
	install-html-am install-info install-info-am install-man \
1.1.5 by Arnaud Cornet
Import upstream version 0.7.0
672
	install-man1 install-man5 install-pdf install-pdf-am \
673
	install-ps install-ps-am install-strip installcheck \
674
	installcheck-am installdirs installdirs-am maintainer-clean \
675
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
676
	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
677
	uninstall-man uninstall-man1 uninstall-man5
1 by Arnaud Cornet
Import upstream version 0.5.0
678
679
# Tell versions [3.59,3.63) of GNU make to not export all variables.
680
# Otherwise a system limit (for SysV at least) may be exceeded.
681
.NOEXPORT: