~ubuntu-branches/ubuntu/natty/lighttpd/natty

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