~m-grant-prg/lixbackups/trunk

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Mark Grant
  • Date: 2017-05-01 09:22:42 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: m.grant.prg@gmail.com-20170501092242-7wfdrcutul5h2kty
Tags: upstream-1.2.5-12-g20783e6
ImportĀ upstreamĀ versionĀ 1.2.5-12-g20783e6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
#! /usr/bin/env bash
18
 
##########################################################################
19
 
##########################################################################
 
18
#########################################################################
 
19
#                                                                       #
 
20
# Script ID: ./Makefile.am                                              #
 
21
# Author: Mark Grant                                                    #
 
22
#                                                                       #
 
23
# Purpose:                                                              #
 
24
# AutoMake script file to generate LIXBackups project from source.      #
 
25
#                                                                       #
 
26
#########################################################################
20
27
 
21
 
##########################################################################
22
 
##########################################################################
 
28
#########################################################################
 
29
#                                                                       #
 
30
# Changelog                                                             #
 
31
#                                                                       #
 
32
# Date          Author  Version Description                             #
 
33
#                                                                       #
 
34
# 16/06/2014    MG      1.0.1   Started versioning of this script.      #
 
35
# 17/06/2014    MG      1.0.2   Inserted man1 and man5 as subdirectories#
 
36
#                               of manpages to allow for man 5 pages.   #
 
37
# 01/08/2014    MG      1.0.3   Change project name from IXBackups to   #
 
38
#                               LUXBackups.                             #
 
39
# 27/02/2015    MG      1.0.4   Add rootconffiles as a sub-directory.   #
 
40
# 28/09/2015    MG      1.0.5   Change to conform to AutoTools Template #
 
41
#                               version 1.0.4.                          #
 
42
# 19/10/2015    MG      1.0.6   Restructure to conform to AutoTools     #
 
43
#                               General Template v1.0.5.                #
 
44
# 01/05/2017    MG      1.0.7   Move command man pages to section 8.    #
 
45
#                               Move logrotate to new subdir logrotate. #
 
46
#                                                                       #
 
47
#########################################################################
23
48
VPATH = @srcdir@
24
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
49
am__is_gnu_make = { \
 
50
  if test -z '$(MAKELEVEL)'; then \
 
51
    false; \
 
52
  elif test -n '$(MAKE_HOST)'; then \
 
53
    true; \
 
54
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
55
    true; \
 
56
  else \
 
57
    false; \
 
58
  fi; \
 
59
}
25
60
am__make_running_with_option = \
26
61
  case $${target_option-} in \
27
62
      ?) ;; \
83
118
PRE_UNINSTALL = :
84
119
POST_UNINSTALL = :
85
120
subdir = .
86
 
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
87
 
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
88
 
        $(top_srcdir)/configure $(am__configure_deps) COPYING \
89
 
        config.guess config.sub install-sh missing
90
121
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91
122
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92
123
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93
124
        $(ACLOCAL_M4)
 
125
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
126
        $(am__configure_deps) $(am__DIST_COMMON)
94
127
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95
128
 configure.lineno config.status.lineno
96
129
mkinstalldirs = $(install_sh) -d
152
185
CTAGS = ctags
153
186
CSCOPE = cscope
154
187
DIST_SUBDIRS = $(SUBDIRS)
 
188
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
 
189
        INSTALL NEWS README config.guess config.sub install-sh missing
155
190
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156
191
distdir = $(PACKAGE)-$(VERSION)
157
192
top_distdir = $(distdir)
266
301
libexecdir = @libexecdir@
267
302
localedir = @localedir@
268
303
localstatedir = @localstatedir@
 
304
logrotateloc = @logrotateloc@
269
305
mandir = @mandir@
270
306
mkdir_p = @mkdir_p@
271
307
oldincludedir = @oldincludedir@
274
310
prefix = @prefix@
275
311
program_transform_name = @program_transform_name@
276
312
psdir = @psdir@
277
 
rootconfloc = @rootconfloc@
 
313
runstatedir = @runstatedir@
278
314
sbindir = @sbindir@
279
315
sharedstatedir = @sharedstatedir@
280
316
srcdir = @srcdir@
283
319
top_build_prefix = @top_build_prefix@
284
320
top_builddir = @top_builddir@
285
321
top_srcdir = @top_srcdir@
286
 
SUBDIRS = source/progs/bash source/man/man1 source/man/man5 \
287
 
        source/conf/etc source/conf/rootetc
 
322
SUBDIRS = source/progs/bash source/man/man5 source/man/man8 \
 
323
        source/conf/etc source/conf/rootetc/logrotate
288
324
all: all-recursive
289
325
 
290
326
.SUFFIXES:
303
339
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
304
340
        $(am__cd) $(top_srcdir) && \
305
341
          $(AUTOMAKE) --gnu Makefile
306
 
.PRECIOUS: Makefile
307
342
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
308
343
        @case '$?' in \
309
344
          *config.status*) \
510
545
        $(am__post_remove_distdir)
511
546
 
512
547
dist-tarZ: distdir
 
548
        @echo WARNING: "Support for distribution archives compressed with" \
 
549
                       "legacy program 'compress' is deprecated." >&2
 
550
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 
551
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
552
        $(am__post_remove_distdir)
 
553
 
 
554
dist-shar: distdir
513
555
        @echo WARNING: "Support for shar distribution archives is" \
514
556
                       "deprecated." >&2
515
557
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
516
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
517
 
        $(am__post_remove_distdir)
518
 
 
519
 
dist-shar: distdir
520
 
        @echo WARNING: "Support for distribution archives compressed with" \
521
 
                       "legacy program 'compress' is deprecated." >&2
522
 
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
523
558
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
524
559
        $(am__post_remove_distdir)
525
560
 
554
589
        esac
555
590
        chmod -R a-w $(distdir)
556
591
        chmod u+w $(distdir)
557
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
592
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
558
593
        chmod a-w $(distdir)
559
594
        test -d $(distdir)/_build || exit 0; \
560
595
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
561
596
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
562
597
          && am__cwd=`pwd` \
563
 
          && $(am__cd) $(distdir)/_build \
564
 
          && ../configure \
 
598
          && $(am__cd) $(distdir)/_build/sub \
 
599
          && ../../configure \
565
600
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
566
601
            $(DISTCHECK_CONFIGURE_FLAGS) \
567
 
            --srcdir=.. --prefix="$$dc_install_base" \
 
602
            --srcdir=../.. --prefix="$$dc_install_base" \
568
603
          && $(MAKE) $(AM_MAKEFLAGS) \
569
604
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
570
605
          && $(MAKE) $(AM_MAKEFLAGS) check \
738
773
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
739
774
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
740
775
 
 
776
.PRECIOUS: Makefile
 
777
 
741
778
 
742
779
# Tell versions [3.59,3.63) of GNU make to not export all variables.
743
780
# Otherwise a system limit (for SysV at least) may be exceeded.