OSDN Git Service

Tagged for 1.0.1-1
[ultramonkey-l7/sslproxy.git] / sslfiles / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 subdir = sslfiles
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/configure.in
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41         $(ACLOCAL_M4)
42 mkinstalldirs = $(install_sh) -d
43 CONFIG_HEADER = $(top_builddir)/config.h
44 CONFIG_CLEAN_FILES =
45 SOURCES =
46 DIST_SOURCES =
47 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48 ACLOCAL = @ACLOCAL@
49 AMDEP_FALSE = @AMDEP_FALSE@
50 AMDEP_TRUE = @AMDEP_TRUE@
51 AMTAR = @AMTAR@
52 AUTOCONF = @AUTOCONF@
53 AUTOHEADER = @AUTOHEADER@
54 AUTOMAKE = @AUTOMAKE@
55 AWK = @AWK@
56 CC = @CC@
57 CCDEPMODE = @CCDEPMODE@
58 CFLAGS = @CFLAGS@
59 CPP = @CPP@
60 CPPFLAGS = @CPPFLAGS@
61 CXX = @CXX@
62 CXXDEPMODE = @CXXDEPMODE@
63 CXXFLAGS = @CXXFLAGS@
64 CYGPATH_W = @CYGPATH_W@
65 DEFS = @DEFS@
66 DEPDIR = @DEPDIR@
67 ECHO_C = @ECHO_C@
68 ECHO_N = @ECHO_N@
69 ECHO_T = @ECHO_T@
70 EGREP = @EGREP@
71 EXEEXT = @EXEEXT@
72 INSTALL_DATA = @INSTALL_DATA@
73 INSTALL_PROGRAM = @INSTALL_PROGRAM@
74 INSTALL_SCRIPT = @INSTALL_SCRIPT@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LDFLAGS = @LDFLAGS@
77 LIBOBJS = @LIBOBJS@
78 LIBS = @LIBS@
79 LN_S = @LN_S@
80 LTLIBOBJS = @LTLIBOBJS@
81 MAKEINFO = @MAKEINFO@
82 OBJEXT = @OBJEXT@
83 PACKAGE = @PACKAGE@
84 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
85 PACKAGE_NAME = @PACKAGE_NAME@
86 PACKAGE_STRING = @PACKAGE_STRING@
87 PACKAGE_TARNAME = @PACKAGE_TARNAME@
88 PACKAGE_VERSION = @PACKAGE_VERSION@
89 PATH_SEPARATOR = @PATH_SEPARATOR@
90 RANLIB = @RANLIB@
91 SET_MAKE = @SET_MAKE@
92 SHELL = @SHELL@
93 STRIP = @STRIP@
94 VERSION = @VERSION@
95 ac_ct_CC = @ac_ct_CC@
96 ac_ct_CXX = @ac_ct_CXX@
97 ac_ct_RANLIB = @ac_ct_RANLIB@
98 ac_ct_STRIP = @ac_ct_STRIP@
99 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
100 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
101 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
102 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
103 am__include = @am__include@
104 am__leading_dot = @am__leading_dot@
105 am__quote = @am__quote@
106 am__tar = @am__tar@
107 am__untar = @am__untar@
108 bindir = @bindir@
109 build_alias = @build_alias@
110 datadir = @datadir@
111 exec_prefix = @exec_prefix@
112 host_alias = @host_alias@
113 includedir = @includedir@
114 infodir = @infodir@
115 install_sh = @install_sh@
116 libdir = @libdir@
117 libexecdir = @libexecdir@
118 localstatedir = @localstatedir@
119 mandir = @mandir@
120 mkdir_p = @mkdir_p@
121 oldincludedir = @oldincludedir@
122 prefix = @prefix@
123 program_transform_name = @program_transform_name@
124 sbindir = @sbindir@
125 sharedstatedir = @sharedstatedir@
126 sysconfdir = @sysconfdir@
127 target_alias = @target_alias@
128 AUTOMAKE_OPTIONS = foreign
129 all: all-am
130
131 .SUFFIXES:
132 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
133         @for dep in $?; do \
134           case '$(am__configure_deps)' in \
135             *$$dep*) \
136               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
137                 && exit 0; \
138               exit 1;; \
139           esac; \
140         done; \
141         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  sslfiles/Makefile'; \
142         cd $(top_srcdir) && \
143           $(AUTOMAKE) --foreign  sslfiles/Makefile
144 .PRECIOUS: Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146         @case '$?' in \
147           *config.status*) \
148             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
149           *) \
150             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
151             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
152         esac;
153
154 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
156
157 $(top_srcdir)/configure:  $(am__configure_deps)
158         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
159 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
160         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
161 uninstall-info-am:
162 tags: TAGS
163 TAGS:
164
165 ctags: CTAGS
166 CTAGS:
167
168
169 distdir: $(DISTFILES)
170         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
171         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
172         list='$(DISTFILES)'; for file in $$list; do \
173           case $$file in \
174             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
175             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
176           esac; \
177           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
178           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
179           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
180             dir="/$$dir"; \
181             $(mkdir_p) "$(distdir)$$dir"; \
182           else \
183             dir=''; \
184           fi; \
185           if test -d $$d/$$file; then \
186             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
187               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
188             fi; \
189             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
190           else \
191             test -f $(distdir)/$$file \
192             || cp -p $$d/$$file $(distdir)/$$file \
193             || exit 1; \
194           fi; \
195         done
196 check-am: all-am
197 check: check-am
198 all-am: Makefile
199 installdirs:
200 install-exec: install-exec-am
201 install-data: install-data-am
202 uninstall: uninstall-am
203
204 install-am: all-am
205         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
206
207 installcheck: installcheck-am
208 install-strip:
209         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
210           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
211           `test -z '$(STRIP)' || \
212             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
213 mostlyclean-generic:
214
215 clean-generic:
216
217 distclean-generic:
218         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
219
220 maintainer-clean-generic:
221         @echo "This command is intended for maintainers to use"
222         @echo "it deletes files that may require special tools to rebuild."
223 clean: clean-am
224
225 clean-am: clean-generic mostlyclean-am
226
227 distclean: distclean-am
228         -rm -f Makefile
229 distclean-am: clean-am distclean-generic
230
231 dvi: dvi-am
232
233 dvi-am:
234
235 html: html-am
236
237 info: info-am
238
239 info-am:
240
241 install-data-am:
242
243 install-exec-am:
244
245 install-info: install-info-am
246
247 install-man:
248
249 installcheck-am:
250
251 maintainer-clean: maintainer-clean-am
252         -rm -f Makefile
253 maintainer-clean-am: distclean-am maintainer-clean-generic
254
255 mostlyclean: mostlyclean-am
256
257 mostlyclean-am: mostlyclean-generic
258
259 pdf: pdf-am
260
261 pdf-am:
262
263 ps: ps-am
264
265 ps-am:
266
267 uninstall-am: uninstall-info-am
268
269 .PHONY: all all-am check check-am clean clean-generic distclean \
270         distclean-generic distdir dvi dvi-am html html-am info info-am \
271         install install-am install-data install-data-am install-exec \
272         install-exec-am install-info install-info-am install-man \
273         install-strip installcheck installcheck-am installdirs \
274         maintainer-clean maintainer-clean-generic mostlyclean \
275         mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
276         uninstall-info-am
277
278
279 install:
280         $(INSTALL) -b -m 644 -D ./root.pem /etc/l7vs/sslproxy/root.pem
281         $(INSTALL) -b -m 644 -D ./server.pem /etc/l7vs/sslproxy/server.pem
282         $(INSTALL) -b -m 644 -D ./passwd.txt /etc/l7vs/sslproxy/passwd.txt
283         $(INSTALL) -b -m 644 -D ./dh512.pem /etc/l7vs/sslproxy/dh512.pem
284 # Tell versions [3.59,3.63) of GNU make to not export all variables.
285 # Otherwise a system limit (for SysV at least) may be exceeded.
286 .NOEXPORT: