Bump to lzop 1.04.01
[platform/upstream/lzop.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
15 @SET_MAKE@
16
17 #
18 #  Makefile --- Makefile for building lzop
19 #
20 #  This file is part of the lzop file compressor.
21 #    http://www.oberhumer.com/opensource/lzop/
22 #
23 #  Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer
24 #  All Rights Reserved.
25 #
26
27
28 VPATH = @srcdir@
29 am__is_gnu_make = { \
30   if test -z '$(MAKELEVEL)'; then \
31     false; \
32   elif test -n '$(MAKE_HOST)'; then \
33     true; \
34   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
35     true; \
36   else \
37     false; \
38   fi; \
39 }
40 am__make_running_with_option = \
41   case $${target_option-} in \
42       ?) ;; \
43       *) echo "am__make_running_with_option: internal error: invalid" \
44               "target option '$${target_option-}' specified" >&2; \
45          exit 1;; \
46   esac; \
47   has_opt=no; \
48   sane_makeflags=$$MAKEFLAGS; \
49   if $(am__is_gnu_make); then \
50     sane_makeflags=$$MFLAGS; \
51   else \
52     case $$MAKEFLAGS in \
53       *\\[\ \   ]*) \
54         bs=\\; \
55         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
57     esac; \
58   fi; \
59   skip_next=no; \
60   strip_trailopt () \
61   { \
62     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63   }; \
64   for flg in $$sane_makeflags; do \
65     test $$skip_next = yes && { skip_next=no; continue; }; \
66     case $$flg in \
67       *=*|--*) continue;; \
68         -*I) strip_trailopt 'I'; skip_next=yes;; \
69       -*I?*) strip_trailopt 'I';; \
70         -*O) strip_trailopt 'O'; skip_next=yes;; \
71       -*O?*) strip_trailopt 'O';; \
72         -*l) strip_trailopt 'l'; skip_next=yes;; \
73       -*l?*) strip_trailopt 'l';; \
74       -[dEDm]) skip_next=yes;; \
75       -[JT]) skip_next=yes;; \
76     esac; \
77     case $$flg in \
78       *$$target_option*) has_opt=yes; break;; \
79     esac; \
80   done; \
81   test $$has_opt = yes
82 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
84 pkgdatadir = $(datadir)/@PACKAGE@
85 pkgincludedir = $(includedir)/@PACKAGE@
86 pkglibdir = $(libdir)/@PACKAGE@
87 pkglibexecdir = $(libexecdir)/@PACKAGE@
88 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
89 install_sh_DATA = $(install_sh) -c -m 644
90 install_sh_PROGRAM = $(install_sh) -c
91 install_sh_SCRIPT = $(install_sh) -c
92 INSTALL_HEADER = $(INSTALL_DATA)
93 transform = $(program_transform_name)
94 NORMAL_INSTALL = :
95 PRE_INSTALL = :
96 POST_INSTALL = :
97 NORMAL_UNINSTALL = :
98 PRE_UNINSTALL = :
99 POST_UNINSTALL = :
100 build_triplet = @build@
101 host_triplet = @host@
102 target_triplet = @target@
103 bin_PROGRAMS = src/lzop$(EXEEXT)
104 @MAINTAINER_MODE_TRUE@am__append_1 = $(built_docs) $(built_mans)
105 @MAINTAINER_MODE_TRUE@am__append_2 = $(built_docs) $(built_mans)
106 subdir = .
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/autoconf/local.m4 \
109         $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111         $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
113         $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
114 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
115  configure.lineno config.status.lineno
116 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
117 CONFIG_HEADER = config.h
118 CONFIG_CLEAN_FILES =
119 CONFIG_CLEAN_VPATH_FILES =
120 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
121         "$(DESTDIR)$(docdir)"
122 PROGRAMS = $(bin_PROGRAMS)
123 am__dirstamp = $(am__leading_dot)dirstamp
124 am_src_lzop_OBJECTS = src/c_ansic.$(OBJEXT) src/c_ansim.$(OBJEXT) \
125         src/c_init.$(OBJEXT) src/c_none.$(OBJEXT) \
126         src/c_screen.$(OBJEXT) src/compress.$(OBJEXT) \
127         src/djgpp2.$(OBJEXT) src/filter.$(OBJEXT) src/frames.$(OBJEXT) \
128         src/help.$(OBJEXT) src/lzop.$(OBJEXT) src/mblock.$(OBJEXT) \
129         src/p_lzo.$(OBJEXT) src/s_curses.$(OBJEXT) \
130         src/s_djgpp2.$(OBJEXT) src/s_object.$(OBJEXT) \
131         src/s_vcsa.$(OBJEXT) src/util.$(OBJEXT)
132 src_lzop_OBJECTS = $(am_src_lzop_OBJECTS)
133 src_lzop_LDADD = $(LDADD)
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136 am__v_P_0 = false
137 am__v_P_1 = :
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo "  GEN     " $@;
141 am__v_GEN_1 = 
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144 am__v_at_0 = @
145 am__v_at_1 = 
146 DEFAULT_INCLUDES = -I.@am__isrc@
147 depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
148 am__depfiles_maybe = depfiles
149 am__mv = mv -f
150 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 AM_V_CC = $(am__v_CC_@AM_V@)
153 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
154 am__v_CC_0 = @echo "  CC      " $@;
155 am__v_CC_1 = 
156 CCLD = $(CC)
157 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
158 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
159 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
160 am__v_CCLD_0 = @echo "  CCLD    " $@;
161 am__v_CCLD_1 = 
162 SOURCES = $(src_lzop_SOURCES)
163 DIST_SOURCES = $(src_lzop_SOURCES)
164 am__can_run_installinfo = \
165   case $$AM_UPDATE_INFO_DIR in \
166     n|no|NO) false;; \
167     *) (install-info --version) >/dev/null 2>&1;; \
168   esac
169 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
170 am__vpath_adj = case $$p in \
171     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
172     *) f=$$p;; \
173   esac;
174 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
175 am__install_max = 40
176 am__nobase_strip_setup = \
177   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
178 am__nobase_strip = \
179   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
180 am__nobase_list = $(am__nobase_strip_setup); \
181   for p in $$list; do echo "$$p $$p"; done | \
182   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
183   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
184     if (++n[$$2] == $(am__install_max)) \
185       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
186     END { for (dir in files) print dir, files[dir] }'
187 am__base_list = \
188   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
189   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
190 am__uninstall_files_from_dir = { \
191   test -z "$$files" \
192     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
193     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
194          $(am__cd) "$$dir" && rm -f $$files; }; \
195   }
196 man1dir = $(mandir)/man1
197 NROFF = nroff
198 MANS = $(dist_man1_MANS)
199 DATA = $(dist_doc_DATA)
200 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
201         $(LISP)config.hin
202 # Read a list of newline-separated strings from the standard input,
203 # and print each of them once, without duplicates.  Input order is
204 # *not* preserved.
205 am__uniquify_input = $(AWK) '\
206   BEGIN { nonempty = 0; } \
207   { items[$$0] = 1; nonempty = 1; } \
208   END { if (nonempty) { for (i in items) print i; }; } \
209 '
210 # Make sure the list of sources is unique.  This is necessary because,
211 # e.g., the same source file might be shared among _SOURCES variables
212 # for different programs/libraries.
213 am__define_uniq_tagged_files = \
214   list='$(am__tagged_files)'; \
215   unique=`for i in $$list; do \
216     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217   done | $(am__uniquify_input)`
218 ETAGS = etags
219 CTAGS = ctags
220 CSCOPE = cscope
221 AM_RECURSIVE_TARGETS = cscope
222 am__DIST_COMMON = $(dist_man1_MANS) $(srcdir)/Makefile.in \
223         $(srcdir)/config.hin $(top_srcdir)/autoconf/compile \
224         $(top_srcdir)/autoconf/config.guess \
225         $(top_srcdir)/autoconf/config.sub \
226         $(top_srcdir)/autoconf/depcomp \
227         $(top_srcdir)/autoconf/install-sh \
228         $(top_srcdir)/autoconf/missing \
229         $(top_srcdir)/autoconf/mkinstalldirs AUTHORS COPYING ChangeLog \
230         INSTALL NEWS README THANKS autoconf/ar-lib autoconf/compile \
231         autoconf/config.guess autoconf/config.rpath \
232         autoconf/config.sub autoconf/depcomp autoconf/install-sh \
233         autoconf/ltmain.sh autoconf/mdate-sh autoconf/missing \
234         autoconf/mkinstalldirs autoconf/py-compile autoconf/ylwrap
235 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236 distdir = $(PACKAGE)-$(VERSION)
237 top_distdir = $(distdir)
238 am__remove_distdir = \
239   if test -d "$(distdir)"; then \
240     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
241       && rm -rf "$(distdir)" \
242       || { sleep 5 && rm -rf "$(distdir)"; }; \
243   else :; fi
244 am__post_remove_distdir = $(am__remove_distdir)
245 DIST_ARCHIVES = $(distdir).tar.gz
246 GZIP_ENV = --best
247 DIST_TARGETS = dist-gzip
248 distuninstallcheck_listfiles = find . -type f -print
249 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
250   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
251 distcleancheck_listfiles = find . -type f -print
252 ACLOCAL = @ACLOCAL@
253 AMTAR = @AMTAR@
254 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
255 AUTOCONF = @AUTOCONF@
256 AUTOHEADER = @AUTOHEADER@
257 AUTOMAKE = @AUTOMAKE@
258 AWK = @AWK@
259 CC = @CC@
260 CCAS = @CCAS@
261 CCASDEPMODE = @CCASDEPMODE@
262 CCASFLAGS = @CCASFLAGS@
263 CCDEPMODE = @CCDEPMODE@
264 CFLAGS = @CFLAGS@
265 CPP = @CPP@
266 CPPFLAGS = @CPPFLAGS@
267 CYGPATH_W = @CYGPATH_W@
268 DEFS = @DEFS@
269 DEPDIR = @DEPDIR@
270 ECHO_C = @ECHO_C@
271 ECHO_N = @ECHO_N@
272 ECHO_T = @ECHO_T@
273 EGREP = @EGREP@
274 EXEEXT = @EXEEXT@
275 GREP = @GREP@
276 INSTALL = @INSTALL@
277 INSTALL_DATA = @INSTALL_DATA@
278 INSTALL_PROGRAM = @INSTALL_PROGRAM@
279 INSTALL_SCRIPT = @INSTALL_SCRIPT@
280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281 LDFLAGS = @LDFLAGS@
282 LIBOBJS = @LIBOBJS@
283 LIBS = @LIBS@
284 LTLIBOBJS = @LTLIBOBJS@
285 MAINT = @MAINT@
286 MAKEINFO = @MAKEINFO@
287 MKDIR_P = @MKDIR_P@
288 OBJEXT = @OBJEXT@
289 PACKAGE = @PACKAGE@
290 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
291 PACKAGE_NAME = @PACKAGE_NAME@
292 PACKAGE_STRING = @PACKAGE_STRING@
293 PACKAGE_TARNAME = @PACKAGE_TARNAME@
294 PACKAGE_URL = @PACKAGE_URL@
295 PACKAGE_VERSION = @PACKAGE_VERSION@
296 PATH_SEPARATOR = @PATH_SEPARATOR@
297 SET_MAKE = @SET_MAKE@
298 SHELL = @SHELL@
299 STRIP = @STRIP@
300 VERSION = @VERSION@
301 abs_builddir = @abs_builddir@
302 abs_srcdir = @abs_srcdir@
303 abs_top_builddir = @abs_top_builddir@
304 abs_top_srcdir = @abs_top_srcdir@
305 ac_ct_CC = @ac_ct_CC@
306 am__include = @am__include@
307 am__leading_dot = @am__leading_dot@
308 am__quote = @am__quote@
309 am__tar = @am__tar@
310 am__untar = @am__untar@
311 bindir = @bindir@
312 build = @build@
313 build_alias = @build_alias@
314 build_cpu = @build_cpu@
315 build_os = @build_os@
316 build_vendor = @build_vendor@
317 builddir = @builddir@
318 datadir = @datadir@
319 datarootdir = @datarootdir@
320 docdir = @docdir@
321 dvidir = @dvidir@
322 exec_prefix = @exec_prefix@
323 host = @host@
324 host_alias = @host_alias@
325 host_cpu = @host_cpu@
326 host_os = @host_os@
327 host_vendor = @host_vendor@
328 htmldir = @htmldir@
329 includedir = @includedir@
330 infodir = @infodir@
331 install_sh = @install_sh@
332 libdir = @libdir@
333 libexecdir = @libexecdir@
334 localedir = @localedir@
335 localstatedir = @localstatedir@
336 mandir = @mandir@
337 mkdir_p = @mkdir_p@
338 oldincludedir = @oldincludedir@
339 pdfdir = @pdfdir@
340 prefix = @prefix@
341 program_transform_name = @program_transform_name@
342 psdir = @psdir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target = @target@
348 target_alias = @target_alias@
349 target_cpu = @target_cpu@
350 target_os = @target_os@
351 target_vendor = @target_vendor@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 dist_doc_DATA = AUTHORS COPYING NEWS README THANKS $(built_docs) \
356         doc/lzop.pod
357 dist_man1_MANS = $(built_mans)
358 EXTRA_DIST = CMakeLists.txt autoconf/shtool src/conf.h src/console.h \
359         src/frames.h src/miniacc.h src/screen.h src/version.h \
360         doc/magic
361 CLEANFILES = $(am__append_1)
362 DISTCLEANFILES = doc/$(am__dirstamp)
363 SUFFIXES = .1 .html .man .pod .ps .tex .txt
364 src_lzop_SOURCES = \
365     src/c_ansic.c src/c_ansim.c src/c_init.c src/c_none.c src/c_screen.c \
366     src/compress.c src/djgpp2.c src/filter.c src/frames.c src/help.c \
367     src/lzop.c src/mblock.c src/p_lzo.c src/s_curses.c src/s_djgpp2.c \
368     src/s_object.c src/s_vcsa.c src/util.c
369
370 built_docs = doc/lzop.html doc/lzop.man doc/lzop.ps doc/lzop.tex doc/lzop.txt
371 built_mans = doc/lzop.1
372 DOCCLEANFILES = $(am__append_2)
373 all: config.h
374         $(MAKE) $(AM_MAKEFLAGS) all-am
375
376 .SUFFIXES:
377 .SUFFIXES: .1 .html .man .pod .ps .tex .txt .c .o .obj
378 am--refresh: Makefile
379         @:
380 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
381         @for dep in $?; do \
382           case '$(am__configure_deps)' in \
383             *$$dep*) \
384               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
385               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
386                 && exit 0; \
387               exit 1;; \
388           esac; \
389         done; \
390         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
391         $(am__cd) $(top_srcdir) && \
392           $(AUTOMAKE) --foreign Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394         @case '$?' in \
395           *config.status*) \
396             echo ' $(SHELL) ./config.status'; \
397             $(SHELL) ./config.status;; \
398           *) \
399             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
400             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
401         esac;
402
403 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404         $(SHELL) ./config.status --recheck
405
406 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
407         $(am__cd) $(srcdir) && $(AUTOCONF)
408 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
409         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
410 $(am__aclocal_m4_deps):
411
412 config.h: stamp-h1
413         @test -f $@ || rm -f stamp-h1
414         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
415
416 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
417         @rm -f stamp-h1
418         cd $(top_builddir) && $(SHELL) ./config.status config.h
419 $(srcdir)/config.hin: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
420         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
421         rm -f stamp-h1
422         touch $@
423
424 distclean-hdr:
425         -rm -f config.h stamp-h1
426 install-binPROGRAMS: $(bin_PROGRAMS)
427         @$(NORMAL_INSTALL)
428         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
429         if test -n "$$list"; then \
430           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
431           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
432         fi; \
433         for p in $$list; do echo "$$p $$p"; done | \
434         sed 's/$(EXEEXT)$$//' | \
435         while read p p1; do if test -f $$p \
436           ; then echo "$$p"; echo "$$p"; else :; fi; \
437         done | \
438         sed -e 'p;s,.*/,,;n;h' \
439             -e 's|.*|.|' \
440             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
441         sed 'N;N;N;s,\n, ,g' | \
442         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
443           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
444             if ($$2 == $$4) files[d] = files[d] " " $$1; \
445             else { print "f", $$3 "/" $$4, $$1; } } \
446           END { for (d in files) print "f", d, files[d] }' | \
447         while read type dir files; do \
448             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
449             test -z "$$files" || { \
450               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
451               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
452             } \
453         ; done
454
455 uninstall-binPROGRAMS:
456         @$(NORMAL_UNINSTALL)
457         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
458         files=`for p in $$list; do echo "$$p"; done | \
459           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
460               -e 's/$$/$(EXEEXT)/' \
461         `; \
462         test -n "$$list" || exit 0; \
463         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
464         cd "$(DESTDIR)$(bindir)" && rm -f $$files
465
466 clean-binPROGRAMS:
467         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
468 src/$(am__dirstamp):
469         @$(MKDIR_P) src
470         @: > src/$(am__dirstamp)
471 src/$(DEPDIR)/$(am__dirstamp):
472         @$(MKDIR_P) src/$(DEPDIR)
473         @: > src/$(DEPDIR)/$(am__dirstamp)
474 src/c_ansic.$(OBJEXT): src/$(am__dirstamp) \
475         src/$(DEPDIR)/$(am__dirstamp)
476 src/c_ansim.$(OBJEXT): src/$(am__dirstamp) \
477         src/$(DEPDIR)/$(am__dirstamp)
478 src/c_init.$(OBJEXT): src/$(am__dirstamp) \
479         src/$(DEPDIR)/$(am__dirstamp)
480 src/c_none.$(OBJEXT): src/$(am__dirstamp) \
481         src/$(DEPDIR)/$(am__dirstamp)
482 src/c_screen.$(OBJEXT): src/$(am__dirstamp) \
483         src/$(DEPDIR)/$(am__dirstamp)
484 src/compress.$(OBJEXT): src/$(am__dirstamp) \
485         src/$(DEPDIR)/$(am__dirstamp)
486 src/djgpp2.$(OBJEXT): src/$(am__dirstamp) \
487         src/$(DEPDIR)/$(am__dirstamp)
488 src/filter.$(OBJEXT): src/$(am__dirstamp) \
489         src/$(DEPDIR)/$(am__dirstamp)
490 src/frames.$(OBJEXT): src/$(am__dirstamp) \
491         src/$(DEPDIR)/$(am__dirstamp)
492 src/help.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
493 src/lzop.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
494 src/mblock.$(OBJEXT): src/$(am__dirstamp) \
495         src/$(DEPDIR)/$(am__dirstamp)
496 src/p_lzo.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
497 src/s_curses.$(OBJEXT): src/$(am__dirstamp) \
498         src/$(DEPDIR)/$(am__dirstamp)
499 src/s_djgpp2.$(OBJEXT): src/$(am__dirstamp) \
500         src/$(DEPDIR)/$(am__dirstamp)
501 src/s_object.$(OBJEXT): src/$(am__dirstamp) \
502         src/$(DEPDIR)/$(am__dirstamp)
503 src/s_vcsa.$(OBJEXT): src/$(am__dirstamp) \
504         src/$(DEPDIR)/$(am__dirstamp)
505 src/util.$(OBJEXT): src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
506
507 src/lzop$(EXEEXT): $(src_lzop_OBJECTS) $(src_lzop_DEPENDENCIES) $(EXTRA_src_lzop_DEPENDENCIES) src/$(am__dirstamp)
508         @rm -f src/lzop$(EXEEXT)
509         $(AM_V_CCLD)$(LINK) $(src_lzop_OBJECTS) $(src_lzop_LDADD) $(LIBS)
510
511 mostlyclean-compile:
512         -rm -f *.$(OBJEXT)
513         -rm -f src/*.$(OBJEXT)
514
515 distclean-compile:
516         -rm -f *.tab.c
517
518 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/c_ansic.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/c_ansim.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/c_init.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/c_none.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/c_screen.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/compress.Po@am__quote@
524 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/djgpp2.Po@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/filter.Po@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/frames.Po@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/help.Po@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/lzop.Po@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/mblock.Po@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/p_lzo.Po@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/s_curses.Po@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/s_djgpp2.Po@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/s_object.Po@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/s_vcsa.Po@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/util.Po@am__quote@
536
537 .c.o:
538 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
539 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
540 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
544
545 .c.obj:
546 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
547 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
548 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
552 install-man1: $(dist_man1_MANS)
553         @$(NORMAL_INSTALL)
554         @list1='$(dist_man1_MANS)'; \
555         list2=''; \
556         test -n "$(man1dir)" \
557           && test -n "`echo $$list1$$list2`" \
558           || exit 0; \
559         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
560         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
561         { for i in $$list1; do echo "$$i"; done;  \
562         if test -n "$$list2"; then \
563           for i in $$list2; do echo "$$i"; done \
564             | sed -n '/\.1[a-z]*$$/p'; \
565         fi; \
566         } | while read p; do \
567           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
568           echo "$$d$$p"; echo "$$p"; \
569         done | \
570         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
571               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
572         sed 'N;N;s,\n, ,g' | { \
573         list=; while read file base inst; do \
574           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
575             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
576             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
577           fi; \
578         done; \
579         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
580         while read files; do \
581           test -z "$$files" || { \
582             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
583             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
584         done; }
585
586 uninstall-man1:
587         @$(NORMAL_UNINSTALL)
588         @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
589         files=`{ for i in $$list; do echo "$$i"; done; \
590         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
591               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
592         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
593 install-dist_docDATA: $(dist_doc_DATA)
594         @$(NORMAL_INSTALL)
595         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
596         if test -n "$$list"; then \
597           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
598           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
599         fi; \
600         for p in $$list; do \
601           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
602           echo "$$d$$p"; \
603         done | $(am__base_list) | \
604         while read files; do \
605           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
606           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
607         done
608
609 uninstall-dist_docDATA:
610         @$(NORMAL_UNINSTALL)
611         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
612         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
613         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
614
615 ID: $(am__tagged_files)
616         $(am__define_uniq_tagged_files); mkid -fID $$unique
617 tags: tags-am
618 TAGS: tags
619
620 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621         set x; \
622         here=`pwd`; \
623         $(am__define_uniq_tagged_files); \
624         shift; \
625         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626           test -n "$$unique" || unique=$$empty_fix; \
627           if test $$# -gt 0; then \
628             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629               "$$@" $$unique; \
630           else \
631             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
632               $$unique; \
633           fi; \
634         fi
635 ctags: ctags-am
636
637 CTAGS: ctags
638 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639         $(am__define_uniq_tagged_files); \
640         test -z "$(CTAGS_ARGS)$$unique" \
641           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
642              $$unique
643
644 GTAGS:
645         here=`$(am__cd) $(top_builddir) && pwd` \
646           && $(am__cd) $(top_srcdir) \
647           && gtags -i $(GTAGS_ARGS) "$$here"
648 cscope: cscope.files
649         test ! -s cscope.files \
650           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
651 clean-cscope:
652         -rm -f cscope.files
653 cscope.files: clean-cscope cscopelist
654 cscopelist: cscopelist-am
655
656 cscopelist-am: $(am__tagged_files)
657         list='$(am__tagged_files)'; \
658         case "$(srcdir)" in \
659           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
660           *) sdir=$(subdir)/$(srcdir) ;; \
661         esac; \
662         for i in $$list; do \
663           if test -f "$$i"; then \
664             echo "$(subdir)/$$i"; \
665           else \
666             echo "$$sdir/$$i"; \
667           fi; \
668         done >> $(top_builddir)/cscope.files
669
670 distclean-tags:
671         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
672         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
673
674 distdir: $(DISTFILES)
675         $(am__remove_distdir)
676         test -d "$(distdir)" || mkdir "$(distdir)"
677         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
678         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
679         list='$(DISTFILES)'; \
680           dist_files=`for file in $$list; do echo $$file; done | \
681           sed -e "s|^$$srcdirstrip/||;t" \
682               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
683         case $$dist_files in \
684           */*) $(MKDIR_P) `echo "$$dist_files" | \
685                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
686                            sort -u` ;; \
687         esac; \
688         for file in $$dist_files; do \
689           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
690           if test -d $$d/$$file; then \
691             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
692             if test -d "$(distdir)/$$file"; then \
693               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694             fi; \
695             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
696               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
697               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
698             fi; \
699             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
700           else \
701             test -f "$(distdir)/$$file" \
702             || cp -p $$d/$$file "$(distdir)/$$file" \
703             || exit 1; \
704           fi; \
705         done
706         $(MAKE) $(AM_MAKEFLAGS) \
707           top_distdir="$(top_distdir)" distdir="$(distdir)" \
708           dist-hook
709         -test -n "$(am__skip_mode_fix)" \
710         || find "$(distdir)" -type d ! -perm -755 \
711                 -exec chmod u+rwx,go+rx {} \; -o \
712           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
713           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
714           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
715         || chmod -R a+r "$(distdir)"
716 dist-gzip: distdir
717         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
718         $(am__post_remove_distdir)
719
720 dist-bzip2: distdir
721         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
722         $(am__post_remove_distdir)
723
724 dist-lzip: distdir
725         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
726         $(am__post_remove_distdir)
727
728 dist-xz: distdir
729         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
730         $(am__post_remove_distdir)
731
732 dist-tarZ: distdir
733         @echo WARNING: "Support for distribution archives compressed with" \
734                        "legacy program 'compress' is deprecated." >&2
735         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
736         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
737         $(am__post_remove_distdir)
738
739 dist-shar: distdir
740         @echo WARNING: "Support for shar distribution archives is" \
741                        "deprecated." >&2
742         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
743         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
744         $(am__post_remove_distdir)
745
746 dist-zip: distdir
747         -rm -f $(distdir).zip
748         zip -rq $(distdir).zip $(distdir)
749         $(am__post_remove_distdir)
750
751 dist dist-all:
752         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
753         $(am__post_remove_distdir)
754
755 # This target untars the dist file and tries a VPATH configuration.  Then
756 # it guarantees that the distribution is self-contained by making another
757 # tarfile.
758 distcheck: dist
759         case '$(DIST_ARCHIVES)' in \
760         *.tar.gz*) \
761           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
762         *.tar.bz2*) \
763           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
764         *.tar.lz*) \
765           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
766         *.tar.xz*) \
767           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
768         *.tar.Z*) \
769           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
770         *.shar.gz*) \
771           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
772         *.zip*) \
773           unzip $(distdir).zip ;;\
774         esac
775         chmod -R a-w $(distdir)
776         chmod u+w $(distdir)
777         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
778         chmod a-w $(distdir)
779         test -d $(distdir)/_build || exit 0; \
780         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
781           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
782           && am__cwd=`pwd` \
783           && $(am__cd) $(distdir)/_build/sub \
784           && ../../configure \
785             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
786             $(DISTCHECK_CONFIGURE_FLAGS) \
787             --srcdir=../.. --prefix="$$dc_install_base" \
788           && $(MAKE) $(AM_MAKEFLAGS) \
789           && $(MAKE) $(AM_MAKEFLAGS) dvi \
790           && $(MAKE) $(AM_MAKEFLAGS) check \
791           && $(MAKE) $(AM_MAKEFLAGS) install \
792           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
793           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
794           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
795                 distuninstallcheck \
796           && chmod -R a-w "$$dc_install_base" \
797           && ({ \
798                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
799                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
800                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
801                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
802                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
803               } || { rm -rf "$$dc_destdir"; exit 1; }) \
804           && rm -rf "$$dc_destdir" \
805           && $(MAKE) $(AM_MAKEFLAGS) dist \
806           && rm -rf $(DIST_ARCHIVES) \
807           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
808           && cd "$$am__cwd" \
809           || exit 1
810         $(am__post_remove_distdir)
811         @(echo "$(distdir) archives ready for distribution: "; \
812           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
813           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
814 distuninstallcheck:
815         @test -n '$(distuninstallcheck_dir)' || { \
816           echo 'ERROR: trying to run $@ with an empty' \
817                '$$(distuninstallcheck_dir)' >&2; \
818           exit 1; \
819         }; \
820         $(am__cd) '$(distuninstallcheck_dir)' || { \
821           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
822           exit 1; \
823         }; \
824         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
825            || { echo "ERROR: files left after uninstall:" ; \
826                 if test -n "$(DESTDIR)"; then \
827                   echo "  (check DESTDIR support)"; \
828                 fi ; \
829                 $(distuninstallcheck_listfiles) ; \
830                 exit 1; } >&2
831 distcleancheck: distclean
832         @if test '$(srcdir)' = . ; then \
833           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
834           exit 1 ; \
835         fi
836         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
837           || { echo "ERROR: files left in build directory after distclean:" ; \
838                $(distcleancheck_listfiles) ; \
839                exit 1; } >&2
840 check-am: all-am
841 check: check-am
842 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
843 installdirs:
844         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)"; do \
845           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
846         done
847 install: install-am
848 install-exec: install-exec-am
849 install-data: install-data-am
850 uninstall: uninstall-am
851
852 install-am: all-am
853         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
854
855 installcheck: installcheck-am
856 install-strip:
857         if test -z '$(STRIP)'; then \
858           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860               install; \
861         else \
862           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
863             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
864             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
865         fi
866 mostlyclean-generic:
867
868 clean-generic:
869         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
870
871 distclean-generic:
872         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
873         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
874         -rm -f src/$(DEPDIR)/$(am__dirstamp)
875         -rm -f src/$(am__dirstamp)
876         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
877
878 maintainer-clean-generic:
879         @echo "This command is intended for maintainers to use"
880         @echo "it deletes files that may require special tools to rebuild."
881 clean: clean-am
882
883 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
884
885 distclean: distclean-am
886         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
887         -rm -rf src/$(DEPDIR)
888         -rm -f Makefile
889 distclean-am: clean-am distclean-compile distclean-generic \
890         distclean-hdr distclean-tags
891
892 dvi: dvi-am
893
894 dvi-am:
895
896 html: html-am
897
898 html-am:
899
900 info: info-am
901
902 info-am:
903
904 install-data-am: install-dist_docDATA install-man
905
906 install-dvi: install-dvi-am
907
908 install-dvi-am:
909
910 install-exec-am: install-binPROGRAMS
911
912 install-html: install-html-am
913
914 install-html-am:
915
916 install-info: install-info-am
917
918 install-info-am:
919
920 install-man: install-man1
921
922 install-pdf: install-pdf-am
923
924 install-pdf-am:
925
926 install-ps: install-ps-am
927
928 install-ps-am:
929
930 installcheck-am:
931
932 maintainer-clean: maintainer-clean-am
933         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
934         -rm -rf $(top_srcdir)/autom4te.cache
935         -rm -rf src/$(DEPDIR)
936         -rm -f Makefile
937 maintainer-clean-am: distclean-am maintainer-clean-generic
938
939 mostlyclean: mostlyclean-am
940
941 mostlyclean-am: mostlyclean-compile mostlyclean-generic
942
943 pdf: pdf-am
944
945 pdf-am:
946
947 ps: ps-am
948
949 ps-am:
950
951 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
952         uninstall-man
953
954 uninstall-man: uninstall-man1
955
956 .MAKE: all install-am install-strip
957
958 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
959         clean-binPROGRAMS clean-cscope clean-generic cscope \
960         cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
961         dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
962         dist-zip distcheck distclean distclean-compile \
963         distclean-generic distclean-hdr distclean-tags distcleancheck \
964         distdir distuninstallcheck dvi dvi-am html html-am info \
965         info-am install install-am install-binPROGRAMS install-data \
966         install-data-am install-dist_docDATA install-dvi \
967         install-dvi-am install-exec install-exec-am install-html \
968         install-html-am install-info install-info-am install-man \
969         install-man1 install-pdf install-pdf-am install-ps \
970         install-ps-am install-strip installcheck installcheck-am \
971         installdirs maintainer-clean maintainer-clean-generic \
972         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
973         ps ps-am tags tags-am uninstall uninstall-am \
974         uninstall-binPROGRAMS uninstall-dist_docDATA uninstall-man \
975         uninstall-man1
976
977 .PRECIOUS: Makefile
978
979
980 dist-hook: dist-hook-1
981 dist-hook-1:
982         cp -pR '$(srcdir)/B/' '$(distdir)/'
983 .PHONY: dist-hook-1
984
985 doc/$(am__dirstamp):
986         @$(MKDIR_P) doc
987         @: > doc/$(am__dirstamp)
988
989 doc-clean:
990         -test -z "$(DOCCLEANFILES)" || rm -f $(DOCCLEANFILES)
991 .PHONY: doc-clean
992
993 @MAINTAINER_MODE_TRUE@$(built_docs) $(built_mans) : doc/$(am__dirstamp)
994 @MAINTAINER_MODE_TRUE@.DELETE_ON_ERROR: $(built_docs) $(built_mans)
995
996 @MAINTAINER_MODE_TRUE@.pod.1:
997 @MAINTAINER_MODE_TRUE@  pod2man --center=" " --release="$(PACKAGE) $(VERSION)" --date="2017-08-10" $< > $@
998
999 @MAINTAINER_MODE_TRUE@.pod.html:
1000 @MAINTAINER_MODE_TRUE@  pod2html --noindex $< > $@
1001 @MAINTAINER_MODE_TRUE@  -rm -f pod2htm*
1002
1003 @MAINTAINER_MODE_TRUE@.pod.tex:
1004 @MAINTAINER_MODE_TRUE@  pod2latex -out $@ $<
1005
1006 @MAINTAINER_MODE_TRUE@.pod.txt:
1007 @MAINTAINER_MODE_TRUE@  pod2text < $< > $@
1008
1009 @MAINTAINER_MODE_TRUE@.1.man:
1010 @MAINTAINER_MODE_TRUE@  nroff -man $< > $@
1011
1012 @MAINTAINER_MODE_TRUE@.1.ps:
1013 @MAINTAINER_MODE_TRUE@  groff -man $< > $@
1014
1015 @MAINT@-include $(top_srcdir)/Makefile.maint
1016
1017 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1018 # Otherwise a system limit (for SysV at least) may be exceeded.
1019 .NOEXPORT: