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
VPATH = @srcdir@
18
- am__is_gnu_make = test -n '$(MAKEFILE_LIST ) ' && test -n '$(MAKELEVEL ) '
18
+ am__is_gnu_make = { \
19
+ if test -z '$(MAKELEVEL ) '; then \
20
+ false; \
21
+ elif test -n '$(MAKE_HOST ) '; then \
22
+ true; \
23
+ elif test -n '$(MAKE_VERSION ) ' && test -n '$(CURDIR ) '; then \
24
+ true; \
25
+ else \
26
+ false; \
27
+ fi; \
28
+ }
19
29
am__make_running_with_option = \
20
30
case $${target_option-} in \
21
31
?) ;; \
@@ -80,16 +90,6 @@ build_triplet = @build@
80
90
host_triplet = @host@
81
91
@ENABLE_DOCUMENTATION_TRUE@am__append_1 = doc
82
92
subdir = .
83
- DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /Makefile.am \
84
- $(top_srcdir ) /configure $(am__configure_deps ) \
85
- $(srcdir ) /config.h.in $(srcdir ) /shadowsocks-libev.pc.in \
86
- AUTHORS COPYING INSTALL auto/ar-lib auto/compile \
87
- auto/config.guess auto/config.rpath auto/config.sub \
88
- auto/depcomp auto/install-sh auto/missing auto/ltmain.sh \
89
- $(top_srcdir ) /auto/ar-lib $(top_srcdir ) /auto/compile \
90
- $(top_srcdir ) /auto/config.guess $(top_srcdir ) /auto/config.sub \
91
- $(top_srcdir ) /auto/install-sh $(top_srcdir ) /auto/ltmain.sh \
92
- $(top_srcdir ) /auto/missing
93
93
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
94
94
am__aclocal_m4_deps = $(top_srcdir ) /m4/ax_pthread.m4 \
95
95
$(top_srcdir ) /m4/ax_tls.m4 $(top_srcdir ) /m4/inet_ntop.m4 \
@@ -102,6 +102,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
102
102
$(top_srcdir ) /libev/libev.m4 $(top_srcdir ) /configure.ac
103
103
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
104
104
$(ACLOCAL_M4 )
105
+ DIST_COMMON = $(srcdir ) /Makefile.am $(top_srcdir ) /configure \
106
+ $(am__configure_deps ) $(am__DIST_COMMON )
105
107
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106
108
configure.lineno config.status.lineno
107
109
mkinstalldirs = $(install_sh ) -d
@@ -194,6 +196,14 @@ ETAGS = etags
194
196
CTAGS = ctags
195
197
CSCOPE = cscope
196
198
DIST_SUBDIRS = libsodium libcork libipset libudns libev src doc
199
+ am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in \
200
+ $(srcdir ) /shadowsocks-libev.pc.in $(top_srcdir ) /auto/ar-lib \
201
+ $(top_srcdir ) /auto/compile $(top_srcdir ) /auto/config.guess \
202
+ $(top_srcdir ) /auto/config.sub $(top_srcdir ) /auto/install-sh \
203
+ $(top_srcdir ) /auto/ltmain.sh $(top_srcdir ) /auto/missing \
204
+ AUTHORS COPYING INSTALL auto/ar-lib auto/compile \
205
+ auto/config.guess auto/config.rpath auto/config.sub \
206
+ auto/depcomp auto/install-sh auto/ltmain.sh auto/missing
197
207
DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
198
208
distdir = $(PACKAGE ) -$(VERSION )
199
209
top_distdir = $(distdir )
@@ -279,6 +289,7 @@ LIBTOOL = @LIBTOOL@
279
289
LIPO = @LIPO@
280
290
LN_S = @LN_S@
281
291
LTLIBOBJS = @LTLIBOBJS@
292
+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282
293
MAINT = @MAINT@
283
294
MAKEINFO = @MAKEINFO@
284
295
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -303,7 +314,6 @@ PTHREAD_CC = @PTHREAD_CC@
303
314
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
304
315
PTHREAD_LIBS = @PTHREAD_LIBS@
305
316
RANLIB = @RANLIB@
306
- RM = @RM@
307
317
SED = @SED@
308
318
SET_MAKE = @SET_MAKE@
309
319
SHELL = @SHELL@
@@ -357,6 +367,7 @@ pdfdir = @pdfdir@
357
367
prefix = @prefix@
358
368
program_transform_name = @program_transform_name@
359
369
psdir = @psdir@
370
+ runstatedir = @runstatedir@
360
371
sbindir = @sbindir@
361
372
sharedstatedir = @sharedstatedir@
362
373
srcdir = @srcdir@
@@ -392,7 +403,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
392
403
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile' ; \
393
404
$(am__cd ) $(top_srcdir ) && \
394
405
$(AUTOMAKE ) --foreign Makefile
395
- .PRECIOUS : Makefile
396
406
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
397
407
@case ' $?' in \
398
408
* config.status* ) \
@@ -646,15 +656,15 @@ dist-xz: distdir
646
656
$(am__post_remove_distdir )
647
657
648
658
dist-tarZ : distdir
649
- @echo WARNING: " Support for shar distribution archives is " \
650
- " deprecated." >&2
659
+ @echo WARNING: " Support for distribution archives compressed with " \
660
+ " legacy program 'compress' is deprecated." >&2
651
661
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
652
662
tardir=$(distdir ) && $(am__tar ) | compress -c > $(distdir ) .tar.Z
653
663
$(am__post_remove_distdir )
654
664
655
665
dist-shar : distdir
656
- @echo WARNING: " Support for distribution archives compressed with " \
657
- " legacy program 'compress' is deprecated." >&2
666
+ @echo WARNING: " Support for shar distribution archives is " \
667
+ " deprecated." >&2
658
668
@echo WARNING: " It will be removed altogether in Automake 2.0" >&2
659
669
shar $(distdir ) | GZIP=$(GZIP_ENV ) gzip -c > $(distdir ) .shar.gz
660
670
$(am__post_remove_distdir )
@@ -690,17 +700,17 @@ distcheck: dist
690
700
esac
691
701
chmod -R a-w $(distdir )
692
702
chmod u+w $(distdir )
693
- mkdir $(distdir ) /_build $(distdir ) /_inst
703
+ mkdir $(distdir ) /_build $(distdir ) /_build/sub $( distdir ) / _inst
694
704
chmod a-w $(distdir )
695
705
test -d $(distdir ) /_build || exit 0; \
696
706
dc_install_base=` $( am__cd) $( distdir) /_inst && pwd | sed -e ' s,^[^:\\/]:[\\/],/,' ` \
697
707
&& dc_destdir=" $$ {TMPDIR-/tmp}/am-dc-$$$$ /" \
698
708
&& am__cwd=` pwd` \
699
- && $(am__cd ) $(distdir ) /_build \
700
- && ../configure \
709
+ && $(am__cd ) $(distdir ) /_build/sub \
710
+ && ../../ configure \
701
711
$(AM_DISTCHECK_CONFIGURE_FLAGS ) \
702
712
$(DISTCHECK_CONFIGURE_FLAGS ) \
703
- --srcdir=.. --prefix=" $$ dc_install_base" \
713
+ --srcdir=../.. --prefix=" $$ dc_install_base" \
704
714
&& $(MAKE ) $(AM_MAKEFLAGS ) \
705
715
&& $(MAKE ) $(AM_MAKEFLAGS ) dvi \
706
716
&& $(MAKE ) $(AM_MAKEFLAGS ) check \
@@ -881,6 +891,8 @@ uninstall-am: uninstall-pkgconfiglibDATA
881
891
ps ps-am tags tags-am uninstall uninstall-am \
882
892
uninstall-pkgconfiglibDATA
883
893
894
+ .PRECIOUS : Makefile
895
+
884
896
885
897
# Tell versions [3.59,3.63) of GNU make to not export all variables.
886
898
# Otherwise a system limit (for SysV at least) may be exceeded.
0 commit comments