~ubuntu-branches/debian/stretch/haserl/stretch

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2013-07-01 10:37:37 UTC
  • mfrom: (1.1.1) (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130701103737-0qbfkxpgjwg450td
Tags: 0.9.30-1
* [284920f] Imported Upstream version 0.9.30
  - Fixes segfault when first argument is '' or "" (null-quoted string),
    discovered by the Mayhem Team of CMU.
  - Natanael Copa supplied a patch to rename the deprecated string.gfind
    in haserl_lualib.lua. Lua 5.2 is now supported.
* [85686f1] Bump dh compat to 9 for buildflags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
43
60
CONFIG_CLEAN_VPATH_FILES =
44
61
SOURCES =
45
62
DIST_SOURCES =
 
63
am__can_run_installinfo = \
 
64
  case $$AM_UPDATE_INFO_DIR in \
 
65
    n|no|NO) false;; \
 
66
    *) (install-info --version) >/dev/null 2>&1;; \
 
67
  esac
46
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47
69
am__vpath_adj = case $$p in \
48
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
86
am__base_list = \
65
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__uninstall_files_from_dir = { \
 
90
  test -z "$$files" \
 
91
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
92
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
93
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
94
  }
67
95
man1dir = $(mandir)/man1
68
96
am__installdirs = "$(DESTDIR)$(man1dir)"
69
97
NROFF = nroff
195
223
$(am__aclocal_m4_deps):
196
224
install-man1: $(man_MANS)
197
225
        @$(NORMAL_INSTALL)
198
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
199
 
        @list=''; test -n "$(man1dir)" || exit 0; \
200
 
        { for i in $$list; do echo "$$i"; done; \
201
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
202
 
          sed -n '/\.1[a-z]*$$/p'; \
 
226
        @list1=''; \
 
227
        list2='$(man_MANS)'; \
 
228
        test -n "$(man1dir)" \
 
229
          && test -n "`echo $$list1$$list2`" \
 
230
          || exit 0; \
 
231
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
232
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
233
        { for i in $$list1; do echo "$$i"; done;  \
 
234
        if test -n "$$list2"; then \
 
235
          for i in $$list2; do echo "$$i"; done \
 
236
            | sed -n '/\.1[a-z]*$$/p'; \
 
237
        fi; \
203
238
        } | while read p; do \
204
239
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
205
240
          echo "$$d$$p"; echo "$$p"; \
228
263
          sed -n '/\.1[a-z]*$$/p'; \
229
264
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
230
265
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
231
 
        test -z "$$files" || { \
232
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
233
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
266
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
234
267
tags: TAGS
235
268
TAGS:
236
269
 
298
331
 
299
332
installcheck: installcheck-am
300
333
install-strip:
301
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
302
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
303
 
          `test -z '$(STRIP)' || \
304
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
334
        if test -z '$(STRIP)'; then \
 
335
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
336
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
337
              install; \
 
338
        else \
 
339
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
340
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
341
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
342
        fi
305
343
mostlyclean-generic:
306
344
 
307
345
clean-generic: