1
- # Makefile.in generated by automake 1.13.4 from Makefile.am.
1
+ # Makefile.in generated by automake 1.15.1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2017 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,
14
14
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
17
+ am__is_gnu_make = { \
18
+ if test -z '$(MAKELEVEL ) '; then \
19
+ false; \
20
+ elif test -n '$(MAKE_HOST ) '; then \
21
+ true; \
22
+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
23
+ true; \
24
+ else \
25
+ false; \
26
+ fi; \
27
+ }
18
28
am__make_running_with_option = \
19
29
case $${target_option-} in \
20
30
?) ;; \
@@ -78,9 +88,6 @@ POST_UNINSTALL = :
78
88
build_triplet = @build@
79
89
host_triplet = @host@
80
90
subdir = .
81
- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
82
- $(top_srcdir ) /configure $(am__configure_deps ) INSTALL \
83
- config.guess config.sub depcomp install-sh missing ltmain.sh
84
91
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
85
92
am__aclocal_m4_deps = $(top_srcdir ) /ax_check_zlib.m4 \
86
93
$(top_srcdir ) /ax_check_openssl.m4 \
@@ -91,6 +98,8 @@ am__aclocal_m4_deps = $(top_srcdir)/ax_check_zlib.m4 \
91
98
$(top_srcdir ) /configure.ac
92
99
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
93
100
$(ACLOCAL_M4 )
101
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
102
+ $(am__configure_deps ) $(am__DIST_COMMON )
94
103
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95
104
configure.lineno config.status.lineno
96
105
mkinstalldirs = $(install_sh ) -d
@@ -153,6 +162,8 @@ ETAGS = etags
153
162
CTAGS = ctags
154
163
CSCOPE = cscope
155
164
DIST_SUBDIRS = $(SUBDIRS )
165
+ am__DIST_COMMON = $(srcdir ) /Makefile.in INSTALL compile config.guess \
166
+ config.sub depcomp install-sh ltmain.sh missing
156
167
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
157
168
distdir = $(PACKAGE ) -$(VERSION )
158
169
top_distdir = $(distdir )
@@ -248,6 +259,7 @@ LIBTOOL = @LIBTOOL@
248
259
LIPO = @LIPO@
249
260
LN_S = @LN_S@
250
261
LTLIBOBJS = @LTLIBOBJS@
262
+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
251
263
LUA_INCLUDES = @LUA_INCLUDES@
252
264
MAKEINFO = @MAKEINFO@
253
265
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -341,6 +353,7 @@ pdfdir = @pdfdir@
341
353
prefix = @prefix@
342
354
program_transform_name = @program_transform_name@
343
355
psdir = @psdir@
356
+ runstatedir = @runstatedir@
344
357
sbindir = @sbindir@
345
358
sharedstatedir = @sharedstatedir@
346
359
srcdir = @srcdir@
@@ -370,7 +383,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
370
383
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
371
384
$(am__cd ) $(top_srcdir ) && \
372
385
$(AUTOMAKE ) --foreign Makefile
373
- .PRECIOUS : Makefile
374
386
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
375
387
@case ' $?' in \
376
388
* config.status* ) \
@@ -570,7 +582,7 @@ distdir: $(DISTFILES)
570
582
! -type d ! -perm -444 -exec $(install_sh ) -c -m a+r {} {} \; \
571
583
|| chmod -R a+r " $( distdir) "
572
584
dist-gzip : distdir
573
- tardir=$(distdir ) && $(am__tar ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .tar.gz
585
+ tardir=$(distdir ) && $(am__tar ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .tar.gz
574
586
$(am__post_remove_distdir )
575
587
576
588
dist-bzip2 : distdir
@@ -586,11 +598,17 @@ dist-xz: distdir
586
598
$(am__post_remove_distdir )
587
599
588
600
dist-tarZ : distdir
601
+ @echo WARNING: " Support for distribution archives compressed with" \
602
+ " legacy program 'compress' is deprecated." >&2
603
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
589
604
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
590
605
$(am__post_remove_distdir )
591
606
592
607
dist-shar : distdir
593
- shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
608
+ @echo WARNING: " Support for shar distribution archives is" \
609
+ " deprecated." >&2
610
+ @echo WARNING: " It will be removed altogether in Automake 2.0" >&2
611
+ shar $(distdir ) | eval GZIP= gzip $(GZIP_ENV ) -c > $(distdir ) .shar.gz
594
612
$(am__post_remove_distdir )
595
613
596
614
dist-zip : distdir
@@ -608,7 +626,7 @@ dist dist-all:
608
626
distcheck : dist
609
627
case ' $(DIST_ARCHIVES)' in \
610
628
* .tar.gz* ) \
611
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
629
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
612
630
* .tar.bz2* ) \
613
631
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
614
632
* .tar.lz* ) \
@@ -618,22 +636,23 @@ distcheck: dist
618
636
* .tar.Z* ) \
619
637
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
620
638
* .shar.gz* ) \
621
- GZIP=$(GZIP_ENV ) gzip -dc $(distdir ) .shar.gz | unshar ;; \
639
+ eval GZIP= gzip $(GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
622
640
* .zip* ) \
623
641
unzip $(distdir ) .zip ;; \
624
642
esac
625
643
chmod -R a-w $(distdir )
626
644
chmod u+w $(distdir )
627
- mkdir $(distdir ) /_build $(distdir ) /_inst
645
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
628
646
chmod a-w $(distdir )
629
647
test -d $(distdir ) /_build || exit 0; \
630
648
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
631
649
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
632
650
&& am__cwd=` pwd` \
633
- && $(am__cd ) $(distdir ) /_build \
634
- && ../configure --srcdir=.. --prefix= " $$ dc_install_base " \
651
+ && $(am__cd ) $(distdir ) /_build/sub \
652
+ && ../../configure \
635
653
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
636
654
$(DISTCHECK_CONFIGURE_FLAGS ) \
655
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
637
656
&& $(MAKE ) $(AM_MAKEFLAGS ) \
638
657
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
639
658
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -812,6 +831,8 @@ uninstall-am:
812
831
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
813
832
uninstall-am
814
833
834
+ .PRECIOUS : Makefile
835
+
815
836
816
837
install-data-hook :
817
838
( cd dist; ./install.sh " $( DESTDIR) $( prefix) " " $( OPENLSWS_USER) " " $( OPENLSWS_GROUP) " " $( OPENLSWS_ADMIN) " " $( OPENLSWS_PASSWORD) " " $( OPENLSWS_EMAIL) " " $( OPENLSWS_ADMINSSL) " " $( OPENLSWS_ADMINPORT) " " $( USE_LSPHP7) " " $( DEFAULT_TMP_DIR) " " $( PID_FILE) " " $( OPENLSWS_EXAMPLEPORT) " " $( IS_LSCPD) " ; )
0 commit comments