Skip to content

Commit 44ae136

Browse files
committed
Don't compile ss-manager ss-server and ss-tunnel
1 parent 3ec3dd9 commit 44ae136

20 files changed

+10378
-6685
lines changed

Makefile.in

+35-23
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.14.1 from Makefile.am.
1+
# Makefile.in generated by automake 1.15 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
1515
@SET_MAKE@
1616

1717
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+
}
1929
am__make_running_with_option = \
2030
case $${target_option-} in \
2131
?) ;; \
@@ -80,16 +90,6 @@ build_triplet = @build@
8090
host_triplet = @host@
8191
@ENABLE_DOCUMENTATION_TRUE@am__append_1 = doc
8292
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
9393
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9494
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
9595
$(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 \
102102
$(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
103103
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104104
$(ACLOCAL_M4)
105+
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
106+
$(am__configure_deps) $(am__DIST_COMMON)
105107
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106108
configure.lineno config.status.lineno
107109
mkinstalldirs = $(install_sh) -d
@@ -194,6 +196,14 @@ ETAGS = etags
194196
CTAGS = ctags
195197
CSCOPE = cscope
196198
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
197207
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198208
distdir = $(PACKAGE)-$(VERSION)
199209
top_distdir = $(distdir)
@@ -279,6 +289,7 @@ LIBTOOL = @LIBTOOL@
279289
LIPO = @LIPO@
280290
LN_S = @LN_S@
281291
LTLIBOBJS = @LTLIBOBJS@
292+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282293
MAINT = @MAINT@
283294
MAKEINFO = @MAKEINFO@
284295
MANIFEST_TOOL = @MANIFEST_TOOL@
@@ -303,7 +314,6 @@ PTHREAD_CC = @PTHREAD_CC@
303314
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
304315
PTHREAD_LIBS = @PTHREAD_LIBS@
305316
RANLIB = @RANLIB@
306-
RM = @RM@
307317
SED = @SED@
308318
SET_MAKE = @SET_MAKE@
309319
SHELL = @SHELL@
@@ -357,6 +367,7 @@ pdfdir = @pdfdir@
357367
prefix = @prefix@
358368
program_transform_name = @program_transform_name@
359369
psdir = @psdir@
370+
runstatedir = @runstatedir@
360371
sbindir = @sbindir@
361372
sharedstatedir = @sharedstatedir@
362373
srcdir = @srcdir@
@@ -392,7 +403,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
392403
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
393404
$(am__cd) $(top_srcdir) && \
394405
$(AUTOMAKE) --foreign Makefile
395-
.PRECIOUS: Makefile
396406
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397407
@case '$?' in \
398408
*config.status*) \
@@ -646,15 +656,15 @@ dist-xz: distdir
646656
$(am__post_remove_distdir)
647657

648658
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
651661
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
652662
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
653663
$(am__post_remove_distdir)
654664

655665
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
658668
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
659669
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
660670
$(am__post_remove_distdir)
@@ -690,17 +700,17 @@ distcheck: dist
690700
esac
691701
chmod -R a-w $(distdir)
692702
chmod u+w $(distdir)
693-
mkdir $(distdir)/_build $(distdir)/_inst
703+
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
694704
chmod a-w $(distdir)
695705
test -d $(distdir)/_build || exit 0; \
696706
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
697707
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
698708
&& am__cwd=`pwd` \
699-
&& $(am__cd) $(distdir)/_build \
700-
&& ../configure \
709+
&& $(am__cd) $(distdir)/_build/sub \
710+
&& ../../configure \
701711
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
702712
$(DISTCHECK_CONFIGURE_FLAGS) \
703-
--srcdir=.. --prefix="$$dc_install_base" \
713+
--srcdir=../.. --prefix="$$dc_install_base" \
704714
&& $(MAKE) $(AM_MAKEFLAGS) \
705715
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
706716
&& $(MAKE) $(AM_MAKEFLAGS) check \
@@ -881,6 +891,8 @@ uninstall-am: uninstall-pkgconfiglibDATA
881891
ps ps-am tags tags-am uninstall uninstall-am \
882892
uninstall-pkgconfiglibDATA
883893

894+
.PRECIOUS: Makefile
895+
884896

885897
# Tell versions [3.59,3.63) of GNU make to not export all variables.
886898
# Otherwise a system limit (for SysV at least) may be exceeded.

0 commit comments

Comments
 (0)