UltraMonkey-L7 V3(multi-thread implementation)
Revisión | 31a52838ea4139a13e3d6a203d5277f8a4c052b8 (tree) |
---|---|
Tiempo | 2015-10-18 16:57:03 |
Autor | Michiro Hibari <l05102@shib...> |
Commiter | Michiro Hibari |
Remove needless files.
@@ -1,435 +0,0 @@ | ||
1 | -# Makefile.in generated by automake 1.13.4 from Makefile.am. | |
2 | -# l7vsd/systemd/Makefile. Generated from Makefile.in by configure. | |
3 | - | |
4 | -# Copyright (C) 1994-2013 Free Software Foundation, Inc. | |
5 | - | |
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 | - | |
16 | - | |
17 | -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |
18 | -am__make_running_with_option = \ | |
19 | - case $${target_option-} in \ | |
20 | - ?) ;; \ | |
21 | - *) echo "am__make_running_with_option: internal error: invalid" \ | |
22 | - "target option '$${target_option-}' specified" >&2; \ | |
23 | - exit 1;; \ | |
24 | - esac; \ | |
25 | - has_opt=no; \ | |
26 | - sane_makeflags=$$MAKEFLAGS; \ | |
27 | - if $(am__is_gnu_make); then \ | |
28 | - sane_makeflags=$$MFLAGS; \ | |
29 | - else \ | |
30 | - case $$MAKEFLAGS in \ | |
31 | - *\\[\ \ ]*) \ | |
32 | - bs=\\; \ | |
33 | - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
34 | - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
35 | - esac; \ | |
36 | - fi; \ | |
37 | - skip_next=no; \ | |
38 | - strip_trailopt () \ | |
39 | - { \ | |
40 | - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
41 | - }; \ | |
42 | - for flg in $$sane_makeflags; do \ | |
43 | - test $$skip_next = yes && { skip_next=no; continue; }; \ | |
44 | - case $$flg in \ | |
45 | - *=*|--*) continue;; \ | |
46 | - -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
47 | - -*I?*) strip_trailopt 'I';; \ | |
48 | - -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
49 | - -*O?*) strip_trailopt 'O';; \ | |
50 | - -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
51 | - -*l?*) strip_trailopt 'l';; \ | |
52 | - -[dEDm]) skip_next=yes;; \ | |
53 | - -[JT]) skip_next=yes;; \ | |
54 | - esac; \ | |
55 | - case $$flg in \ | |
56 | - *$$target_option*) has_opt=yes; break;; \ | |
57 | - esac; \ | |
58 | - done; \ | |
59 | - test $$has_opt = yes | |
60 | -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
61 | -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
62 | -pkgdatadir = $(datadir)/l7vsd | |
63 | -pkgincludedir = $(includedir)/l7vsd | |
64 | -pkglibdir = $(libdir)/l7vsd | |
65 | -pkglibexecdir = $(libexecdir)/l7vsd | |
66 | -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
67 | -install_sh_DATA = $(install_sh) -c -m 644 | |
68 | -install_sh_PROGRAM = $(install_sh) -c | |
69 | -install_sh_SCRIPT = $(install_sh) -c | |
70 | -INSTALL_HEADER = $(INSTALL_DATA) | |
71 | -transform = $(program_transform_name) | |
72 | -NORMAL_INSTALL = : | |
73 | -PRE_INSTALL = : | |
74 | -POST_INSTALL = : | |
75 | -NORMAL_UNINSTALL = : | |
76 | -PRE_UNINSTALL = : | |
77 | -POST_UNINSTALL = : | |
78 | -build_triplet = x86_64-unknown-linux-gnu | |
79 | -host_triplet = x86_64-unknown-linux-gnu | |
80 | -subdir = l7vsd/systemd | |
81 | -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | |
82 | -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
83 | -am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
84 | -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
85 | - $(ACLOCAL_M4) | |
86 | -mkinstalldirs = $(install_sh) -d | |
87 | -CONFIG_HEADER = $(top_builddir)/config.h | |
88 | -CONFIG_CLEAN_FILES = | |
89 | -CONFIG_CLEAN_VPATH_FILES = | |
90 | -AM_V_P = $(am__v_P_$(V)) | |
91 | -am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) | |
92 | -am__v_P_0 = false | |
93 | -am__v_P_1 = : | |
94 | -AM_V_GEN = $(am__v_GEN_$(V)) | |
95 | -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | |
96 | -am__v_GEN_0 = @echo " GEN " $@; | |
97 | -am__v_GEN_1 = | |
98 | -AM_V_at = $(am__v_at_$(V)) | |
99 | -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | |
100 | -am__v_at_0 = @ | |
101 | -am__v_at_1 = | |
102 | -SOURCES = | |
103 | -DIST_SOURCES = | |
104 | -am__can_run_installinfo = \ | |
105 | - case $$AM_UPDATE_INFO_DIR in \ | |
106 | - n|no|NO) false;; \ | |
107 | - *) (install-info --version) >/dev/null 2>&1;; \ | |
108 | - esac | |
109 | -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
110 | -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
111 | -ACLOCAL = ${SHELL} /tmp/ultramonkeyl7-3.1.3/missing aclocal-1.13 | |
112 | -AMTAR = $${TAR-tar} | |
113 | -AM_DEFAULT_VERBOSITY = 1 | |
114 | -AR = ar | |
115 | -AUTOCONF = ${SHELL} /tmp/ultramonkeyl7-3.1.3/missing autoconf | |
116 | -AUTOHEADER = ${SHELL} /tmp/ultramonkeyl7-3.1.3/missing autoheader | |
117 | -AUTOMAKE = ${SHELL} /tmp/ultramonkeyl7-3.1.3/missing automake-1.13 | |
118 | -AWK = gawk | |
119 | -CC = g++ | |
120 | -CCDEPMODE = depmode=gcc3 | |
121 | -CFLAGS = -g -O2 | |
122 | -CPP = gcc -E | |
123 | -CPPFLAGS = | |
124 | -CXX = g++ | |
125 | -CXXCPP = g++ -E | |
126 | -CXXDEPMODE = depmode=gcc3 | |
127 | -CXXFLAGS = -g -O2 | |
128 | -CYGPATH_W = echo | |
129 | -DEFS = -DHAVE_CONFIG_H | |
130 | -DEPDIR = .deps | |
131 | -DLLTOOL = false | |
132 | -DSYMUTIL = | |
133 | -DUMPBIN = | |
134 | -ECHO_C = | |
135 | -ECHO_N = -n | |
136 | -ECHO_T = | |
137 | -EGREP = /usr/bin/grep -E | |
138 | -EXEEXT = | |
139 | -FGREP = /usr/bin/grep -F | |
140 | -GREP = /usr/bin/grep | |
141 | -INSTALL = /usr/bin/install -c | |
142 | -INSTALL_DATA = ${INSTALL} -m 644 | |
143 | -INSTALL_PROGRAM = ${INSTALL} | |
144 | -INSTALL_SCRIPT = ${INSTALL} | |
145 | -INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | |
146 | -LD = /usr/bin/ld -m elf_x86_64 | |
147 | -LDFLAGS = | |
148 | -LIBOBJS = | |
149 | -LIBS = -ldl | |
150 | -LIBTOOL = $(SHELL) $(top_builddir)/libtool | |
151 | -LIPO = | |
152 | -LN_S = ln -s | |
153 | -LTLIBOBJS = | |
154 | -MAKEINFO = ${SHELL} /tmp/ultramonkeyl7-3.1.3/missing makeinfo | |
155 | -MANDIR = | |
156 | -MANIFEST_TOOL = : | |
157 | -MKDIR_P = /usr/bin/mkdir -p | |
158 | -NM = /usr/bin/nm -B | |
159 | -NMEDIT = | |
160 | -OBJDUMP = objdump | |
161 | -OBJEXT = o | |
162 | -OTOOL = | |
163 | -OTOOL64 = | |
164 | -PACKAGE = l7vsd | |
165 | -PACKAGE_BUGREPORT = ultramonkey-l7-develop@lists.sourceforge.jp | |
166 | -PACKAGE_NAME = l7vsd | |
167 | -PACKAGE_STRING = l7vsd 3.1.3 | |
168 | -PACKAGE_TARNAME = l7vsd | |
169 | -PACKAGE_URL = | |
170 | -PACKAGE_VERSION = 3.1.3 | |
171 | -PATH_SEPARATOR = : | |
172 | -RANLIB = ranlib | |
173 | -SED = /usr/bin/sed | |
174 | -SET_MAKE = | |
175 | -SHELL = /bin/sh | |
176 | -STRIP = strip | |
177 | -VERSION = 3.1.3 | |
178 | -abs_builddir = /tmp/ultramonkeyl7-3.1.3/l7vsd/systemd | |
179 | -abs_srcdir = /tmp/ultramonkeyl7-3.1.3/l7vsd/systemd | |
180 | -abs_top_builddir = /tmp/ultramonkeyl7-3.1.3 | |
181 | -abs_top_srcdir = /tmp/ultramonkeyl7-3.1.3 | |
182 | -ac_ct_AR = ar | |
183 | -ac_ct_CC = gcc | |
184 | -ac_ct_CXX = g++ | |
185 | -ac_ct_DUMPBIN = | |
186 | -am__include = include | |
187 | -am__leading_dot = . | |
188 | -am__quote = | |
189 | -am__tar = $${TAR-tar} chof - "$$tardir" | |
190 | -am__untar = $${TAR-tar} xf - | |
191 | -bindir = ${exec_prefix}/bin | |
192 | -build = x86_64-unknown-linux-gnu | |
193 | -build_alias = | |
194 | -build_cpu = x86_64 | |
195 | -build_os = linux-gnu | |
196 | -build_vendor = unknown | |
197 | -builddir = . | |
198 | -check_systemd = 1 | |
199 | -datadir = ${datarootdir} | |
200 | -datarootdir = ${prefix}/share | |
201 | -docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} | |
202 | -dvidir = ${docdir} | |
203 | -exec_prefix = ${prefix} | |
204 | -external_agent_libs = -Wl,-z,relro -Wl,-z,now -lsensors -ldl -lrpm -lrpmio -lwrap -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE -lssl -lssl -lcrypto -lm | |
205 | -host = x86_64-unknown-linux-gnu | |
206 | -host_alias = | |
207 | -host_cpu = x86_64 | |
208 | -host_os = linux-gnu | |
209 | -host_vendor = unknown | |
210 | -htmldir = ${docdir} | |
211 | -includedir = ${prefix}/include | |
212 | -infodir = ${datarootdir}/info | |
213 | -install_sh = ${SHELL} /tmp/ultramonkeyl7-3.1.3/install-sh | |
214 | -l7vs_config = ${prefix}/etc/l7vs | |
215 | -l7vs_includedir = ${prefix}/include/l7vs | |
216 | -l7vs_max_buffer_size = 4096 | |
217 | -l7vs_moddir = ${exec_prefix}/lib/l7vs | |
218 | -l7vsadm_sockdir = ${prefix}/var/run/l7vs | |
219 | -libdir = ${exec_prefix}/lib | |
220 | -libexecdir = ${exec_prefix}/libexec | |
221 | -localedir = ${datarootdir}/locale | |
222 | -localstatedir = ${prefix}/var | |
223 | -mandir = ${datarootdir}/man | |
224 | -mkdir_p = $(MKDIR_P) | |
225 | -oldincludedir = /usr/include | |
226 | -pdfdir = ${docdir} | |
227 | -prefix = /usr/local | |
228 | -program_transform_name = s,x,x, | |
229 | -psdir = ${docdir} | |
230 | -sbindir = ${exec_prefix}/sbin | |
231 | -sharedstatedir = ${prefix}/com | |
232 | -srcdir = . | |
233 | -sysconfdir = ${prefix}/etc | |
234 | -target_alias = | |
235 | -top_build_prefix = ../../ | |
236 | -top_builddir = ../.. | |
237 | -top_srcdir = ../.. | |
238 | -ultramonkeyl7_version = ultramonkeyl7-3.1.3 | |
239 | -AUTOMAKE_OPTIONS = foreign | |
240 | -all: all-am | |
241 | - | |
242 | -.SUFFIXES: | |
243 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
244 | - @for dep in $?; do \ | |
245 | - case '$(am__configure_deps)' in \ | |
246 | - *$$dep*) \ | |
247 | - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
248 | - && { if test -f $@; then exit 0; else break; fi; }; \ | |
249 | - exit 1;; \ | |
250 | - esac; \ | |
251 | - done; \ | |
252 | - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign l7vsd/systemd/Makefile'; \ | |
253 | - $(am__cd) $(top_srcdir) && \ | |
254 | - $(AUTOMAKE) --foreign l7vsd/systemd/Makefile | |
255 | -.PRECIOUS: Makefile | |
256 | -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
257 | - @case '$?' in \ | |
258 | - *config.status*) \ | |
259 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
260 | - *) \ | |
261 | - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
262 | - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
263 | - esac; | |
264 | - | |
265 | -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
266 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
267 | - | |
268 | -$(top_srcdir)/configure: $(am__configure_deps) | |
269 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
270 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
271 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
272 | -$(am__aclocal_m4_deps): | |
273 | - | |
274 | -mostlyclean-libtool: | |
275 | - -rm -f *.lo | |
276 | - | |
277 | -clean-libtool: | |
278 | - -rm -rf .libs _libs | |
279 | -tags TAGS: | |
280 | - | |
281 | -ctags CTAGS: | |
282 | - | |
283 | -cscope cscopelist: | |
284 | - | |
285 | - | |
286 | -distdir: $(DISTFILES) | |
287 | - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
288 | - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
289 | - list='$(DISTFILES)'; \ | |
290 | - dist_files=`for file in $$list; do echo $$file; done | \ | |
291 | - sed -e "s|^$$srcdirstrip/||;t" \ | |
292 | - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
293 | - case $$dist_files in \ | |
294 | - */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
295 | - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
296 | - sort -u` ;; \ | |
297 | - esac; \ | |
298 | - for file in $$dist_files; do \ | |
299 | - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
300 | - if test -d $$d/$$file; then \ | |
301 | - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
302 | - if test -d "$(distdir)/$$file"; then \ | |
303 | - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
304 | - fi; \ | |
305 | - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
306 | - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
307 | - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
308 | - fi; \ | |
309 | - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
310 | - else \ | |
311 | - test -f "$(distdir)/$$file" \ | |
312 | - || cp -p $$d/$$file "$(distdir)/$$file" \ | |
313 | - || exit 1; \ | |
314 | - fi; \ | |
315 | - done | |
316 | -check-am: all-am | |
317 | -check: check-am | |
318 | -all-am: Makefile | |
319 | -installdirs: | |
320 | -install-exec: install-exec-am | |
321 | -install-data: install-data-am | |
322 | -uninstall: uninstall-am | |
323 | - | |
324 | -install-am: all-am | |
325 | - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
326 | - | |
327 | -installcheck: installcheck-am | |
328 | -install-strip: | |
329 | - if test -z '$(STRIP)'; then \ | |
330 | - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | - install; \ | |
333 | - else \ | |
334 | - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
335 | - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
336 | - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
337 | - fi | |
338 | -mostlyclean-generic: | |
339 | - | |
340 | -clean-generic: | |
341 | - | |
342 | -distclean-generic: | |
343 | - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
344 | - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
345 | - | |
346 | -maintainer-clean-generic: | |
347 | - @echo "This command is intended for maintainers to use" | |
348 | - @echo "it deletes files that may require special tools to rebuild." | |
349 | -clean: clean-am | |
350 | - | |
351 | -clean-am: clean-generic clean-libtool mostlyclean-am | |
352 | - | |
353 | -distclean: distclean-am | |
354 | - -rm -f Makefile | |
355 | -distclean-am: clean-am distclean-generic | |
356 | - | |
357 | -dvi: dvi-am | |
358 | - | |
359 | -dvi-am: | |
360 | - | |
361 | -html: html-am | |
362 | - | |
363 | -html-am: | |
364 | - | |
365 | -info: info-am | |
366 | - | |
367 | -info-am: | |
368 | - | |
369 | -install-data-am: | |
370 | - | |
371 | -install-dvi: install-dvi-am | |
372 | - | |
373 | -install-dvi-am: | |
374 | - | |
375 | -install-exec-am: | |
376 | - | |
377 | -install-html: install-html-am | |
378 | - | |
379 | -install-html-am: | |
380 | - | |
381 | -install-info: install-info-am | |
382 | - | |
383 | -install-info-am: | |
384 | - | |
385 | -install-man: | |
386 | - | |
387 | -install-pdf: install-pdf-am | |
388 | - | |
389 | -install-pdf-am: | |
390 | - | |
391 | -install-ps: install-ps-am | |
392 | - | |
393 | -install-ps-am: | |
394 | - | |
395 | -installcheck-am: | |
396 | - | |
397 | -maintainer-clean: maintainer-clean-am | |
398 | - -rm -f Makefile | |
399 | -maintainer-clean-am: distclean-am maintainer-clean-generic | |
400 | - | |
401 | -mostlyclean: mostlyclean-am | |
402 | - | |
403 | -mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
404 | - | |
405 | -pdf: pdf-am | |
406 | - | |
407 | -pdf-am: | |
408 | - | |
409 | -ps: ps-am | |
410 | - | |
411 | -ps-am: | |
412 | - | |
413 | -uninstall-am: | |
414 | - | |
415 | -.MAKE: install-am install-strip | |
416 | - | |
417 | -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ | |
418 | - cscopelist-am ctags-am distclean distclean-generic \ | |
419 | - distclean-libtool distdir dvi dvi-am html html-am info info-am \ | |
420 | - install install-am install-data install-data-am install-dvi \ | |
421 | - install-dvi-am install-exec install-exec-am install-html \ | |
422 | - install-html-am install-info install-info-am install-man \ | |
423 | - install-pdf install-pdf-am install-ps install-ps-am \ | |
424 | - install-strip installcheck installcheck-am installdirs \ | |
425 | - maintainer-clean maintainer-clean-generic mostlyclean \ | |
426 | - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
427 | - tags-am uninstall uninstall-am | |
428 | - | |
429 | - | |
430 | -install: | |
431 | - $(INSTALL) -m 644 -D ./l7vsd.service ${prefix}/lib/systemd/system/l7vsd.service | |
432 | - | |
433 | -# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
434 | -# Otherwise a system limit (for SysV at least) may be exceeded. | |
435 | -.NOEXPORT: |
@@ -1,435 +0,0 @@ | ||
1 | -# Makefile.in generated by automake 1.13.4 from Makefile.am. | |
2 | -# @configure_input@ | |
3 | - | |
4 | -# Copyright (C) 1994-2013 Free Software Foundation, Inc. | |
5 | - | |
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 | -VPATH = @srcdir@ | |
17 | -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | |
18 | -am__make_running_with_option = \ | |
19 | - case $${target_option-} in \ | |
20 | - ?) ;; \ | |
21 | - *) echo "am__make_running_with_option: internal error: invalid" \ | |
22 | - "target option '$${target_option-}' specified" >&2; \ | |
23 | - exit 1;; \ | |
24 | - esac; \ | |
25 | - has_opt=no; \ | |
26 | - sane_makeflags=$$MAKEFLAGS; \ | |
27 | - if $(am__is_gnu_make); then \ | |
28 | - sane_makeflags=$$MFLAGS; \ | |
29 | - else \ | |
30 | - case $$MAKEFLAGS in \ | |
31 | - *\\[\ \ ]*) \ | |
32 | - bs=\\; \ | |
33 | - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | |
34 | - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | |
35 | - esac; \ | |
36 | - fi; \ | |
37 | - skip_next=no; \ | |
38 | - strip_trailopt () \ | |
39 | - { \ | |
40 | - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | |
41 | - }; \ | |
42 | - for flg in $$sane_makeflags; do \ | |
43 | - test $$skip_next = yes && { skip_next=no; continue; }; \ | |
44 | - case $$flg in \ | |
45 | - *=*|--*) continue;; \ | |
46 | - -*I) strip_trailopt 'I'; skip_next=yes;; \ | |
47 | - -*I?*) strip_trailopt 'I';; \ | |
48 | - -*O) strip_trailopt 'O'; skip_next=yes;; \ | |
49 | - -*O?*) strip_trailopt 'O';; \ | |
50 | - -*l) strip_trailopt 'l'; skip_next=yes;; \ | |
51 | - -*l?*) strip_trailopt 'l';; \ | |
52 | - -[dEDm]) skip_next=yes;; \ | |
53 | - -[JT]) skip_next=yes;; \ | |
54 | - esac; \ | |
55 | - case $$flg in \ | |
56 | - *$$target_option*) has_opt=yes; break;; \ | |
57 | - esac; \ | |
58 | - done; \ | |
59 | - test $$has_opt = yes | |
60 | -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | |
61 | -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | |
62 | -pkgdatadir = $(datadir)/@PACKAGE@ | |
63 | -pkgincludedir = $(includedir)/@PACKAGE@ | |
64 | -pkglibdir = $(libdir)/@PACKAGE@ | |
65 | -pkglibexecdir = $(libexecdir)/@PACKAGE@ | |
66 | -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
67 | -install_sh_DATA = $(install_sh) -c -m 644 | |
68 | -install_sh_PROGRAM = $(install_sh) -c | |
69 | -install_sh_SCRIPT = $(install_sh) -c | |
70 | -INSTALL_HEADER = $(INSTALL_DATA) | |
71 | -transform = $(program_transform_name) | |
72 | -NORMAL_INSTALL = : | |
73 | -PRE_INSTALL = : | |
74 | -POST_INSTALL = : | |
75 | -NORMAL_UNINSTALL = : | |
76 | -PRE_UNINSTALL = : | |
77 | -POST_UNINSTALL = : | |
78 | -build_triplet = @build@ | |
79 | -host_triplet = @host@ | |
80 | -subdir = l7vsd/systemd | |
81 | -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | |
82 | -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
83 | -am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
84 | -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
85 | - $(ACLOCAL_M4) | |
86 | -mkinstalldirs = $(install_sh) -d | |
87 | -CONFIG_HEADER = $(top_builddir)/config.h | |
88 | -CONFIG_CLEAN_FILES = | |
89 | -CONFIG_CLEAN_VPATH_FILES = | |
90 | -AM_V_P = $(am__v_P_@AM_V@) | |
91 | -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |
92 | -am__v_P_0 = false | |
93 | -am__v_P_1 = : | |
94 | -AM_V_GEN = $(am__v_GEN_@AM_V@) | |
95 | -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |
96 | -am__v_GEN_0 = @echo " GEN " $@; | |
97 | -am__v_GEN_1 = | |
98 | -AM_V_at = $(am__v_at_@AM_V@) | |
99 | -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |
100 | -am__v_at_0 = @ | |
101 | -am__v_at_1 = | |
102 | -SOURCES = | |
103 | -DIST_SOURCES = | |
104 | -am__can_run_installinfo = \ | |
105 | - case $$AM_UPDATE_INFO_DIR in \ | |
106 | - n|no|NO) false;; \ | |
107 | - *) (install-info --version) >/dev/null 2>&1;; \ | |
108 | - esac | |
109 | -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |
110 | -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
111 | -ACLOCAL = @ACLOCAL@ | |
112 | -AMTAR = @AMTAR@ | |
113 | -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |
114 | -AR = @AR@ | |
115 | -AUTOCONF = @AUTOCONF@ | |
116 | -AUTOHEADER = @AUTOHEADER@ | |
117 | -AUTOMAKE = @AUTOMAKE@ | |
118 | -AWK = @AWK@ | |
119 | -CC = @CC@ | |
120 | -CCDEPMODE = @CCDEPMODE@ | |
121 | -CFLAGS = @CFLAGS@ | |
122 | -CPP = @CPP@ | |
123 | -CPPFLAGS = @CPPFLAGS@ | |
124 | -CXX = @CXX@ | |
125 | -CXXCPP = @CXXCPP@ | |
126 | -CXXDEPMODE = @CXXDEPMODE@ | |
127 | -CXXFLAGS = @CXXFLAGS@ | |
128 | -CYGPATH_W = @CYGPATH_W@ | |
129 | -DEFS = @DEFS@ | |
130 | -DEPDIR = @DEPDIR@ | |
131 | -DLLTOOL = @DLLTOOL@ | |
132 | -DSYMUTIL = @DSYMUTIL@ | |
133 | -DUMPBIN = @DUMPBIN@ | |
134 | -ECHO_C = @ECHO_C@ | |
135 | -ECHO_N = @ECHO_N@ | |
136 | -ECHO_T = @ECHO_T@ | |
137 | -EGREP = @EGREP@ | |
138 | -EXEEXT = @EXEEXT@ | |
139 | -FGREP = @FGREP@ | |
140 | -GREP = @GREP@ | |
141 | -INSTALL = @INSTALL@ | |
142 | -INSTALL_DATA = @INSTALL_DATA@ | |
143 | -INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
144 | -INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
145 | -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
146 | -LD = @LD@ | |
147 | -LDFLAGS = @LDFLAGS@ | |
148 | -LIBOBJS = @LIBOBJS@ | |
149 | -LIBS = @LIBS@ | |
150 | -LIBTOOL = @LIBTOOL@ | |
151 | -LIPO = @LIPO@ | |
152 | -LN_S = @LN_S@ | |
153 | -LTLIBOBJS = @LTLIBOBJS@ | |
154 | -MAKEINFO = @MAKEINFO@ | |
155 | -MANDIR = @MANDIR@ | |
156 | -MANIFEST_TOOL = @MANIFEST_TOOL@ | |
157 | -MKDIR_P = @MKDIR_P@ | |
158 | -NM = @NM@ | |
159 | -NMEDIT = @NMEDIT@ | |
160 | -OBJDUMP = @OBJDUMP@ | |
161 | -OBJEXT = @OBJEXT@ | |
162 | -OTOOL = @OTOOL@ | |
163 | -OTOOL64 = @OTOOL64@ | |
164 | -PACKAGE = @PACKAGE@ | |
165 | -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
166 | -PACKAGE_NAME = @PACKAGE_NAME@ | |
167 | -PACKAGE_STRING = @PACKAGE_STRING@ | |
168 | -PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
169 | -PACKAGE_URL = @PACKAGE_URL@ | |
170 | -PACKAGE_VERSION = @PACKAGE_VERSION@ | |
171 | -PATH_SEPARATOR = @PATH_SEPARATOR@ | |
172 | -RANLIB = @RANLIB@ | |
173 | -SED = @SED@ | |
174 | -SET_MAKE = @SET_MAKE@ | |
175 | -SHELL = @SHELL@ | |
176 | -STRIP = @STRIP@ | |
177 | -VERSION = @VERSION@ | |
178 | -abs_builddir = @abs_builddir@ | |
179 | -abs_srcdir = @abs_srcdir@ | |
180 | -abs_top_builddir = @abs_top_builddir@ | |
181 | -abs_top_srcdir = @abs_top_srcdir@ | |
182 | -ac_ct_AR = @ac_ct_AR@ | |
183 | -ac_ct_CC = @ac_ct_CC@ | |
184 | -ac_ct_CXX = @ac_ct_CXX@ | |
185 | -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |
186 | -am__include = @am__include@ | |
187 | -am__leading_dot = @am__leading_dot@ | |
188 | -am__quote = @am__quote@ | |
189 | -am__tar = @am__tar@ | |
190 | -am__untar = @am__untar@ | |
191 | -bindir = @bindir@ | |
192 | -build = @build@ | |
193 | -build_alias = @build_alias@ | |
194 | -build_cpu = @build_cpu@ | |
195 | -build_os = @build_os@ | |
196 | -build_vendor = @build_vendor@ | |
197 | -builddir = @builddir@ | |
198 | -check_systemd = @check_systemd@ | |
199 | -datadir = @datadir@ | |
200 | -datarootdir = @datarootdir@ | |
201 | -docdir = @docdir@ | |
202 | -dvidir = @dvidir@ | |
203 | -exec_prefix = @exec_prefix@ | |
204 | -external_agent_libs = @external_agent_libs@ | |
205 | -host = @host@ | |
206 | -host_alias = @host_alias@ | |
207 | -host_cpu = @host_cpu@ | |
208 | -host_os = @host_os@ | |
209 | -host_vendor = @host_vendor@ | |
210 | -htmldir = @htmldir@ | |
211 | -includedir = @includedir@ | |
212 | -infodir = @infodir@ | |
213 | -install_sh = @install_sh@ | |
214 | -l7vs_config = @l7vs_config@ | |
215 | -l7vs_includedir = @l7vs_includedir@ | |
216 | -l7vs_max_buffer_size = @l7vs_max_buffer_size@ | |
217 | -l7vs_moddir = @l7vs_moddir@ | |
218 | -l7vsadm_sockdir = @l7vsadm_sockdir@ | |
219 | -libdir = @libdir@ | |
220 | -libexecdir = @libexecdir@ | |
221 | -localedir = @localedir@ | |
222 | -localstatedir = @localstatedir@ | |
223 | -mandir = @mandir@ | |
224 | -mkdir_p = @mkdir_p@ | |
225 | -oldincludedir = @oldincludedir@ | |
226 | -pdfdir = @pdfdir@ | |
227 | -prefix = @prefix@ | |
228 | -program_transform_name = @program_transform_name@ | |
229 | -psdir = @psdir@ | |
230 | -sbindir = @sbindir@ | |
231 | -sharedstatedir = @sharedstatedir@ | |
232 | -srcdir = @srcdir@ | |
233 | -sysconfdir = @sysconfdir@ | |
234 | -target_alias = @target_alias@ | |
235 | -top_build_prefix = @top_build_prefix@ | |
236 | -top_builddir = @top_builddir@ | |
237 | -top_srcdir = @top_srcdir@ | |
238 | -ultramonkeyl7_version = @ultramonkeyl7_version@ | |
239 | -AUTOMAKE_OPTIONS = foreign | |
240 | -all: all-am | |
241 | - | |
242 | -.SUFFIXES: | |
243 | -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
244 | - @for dep in $?; do \ | |
245 | - case '$(am__configure_deps)' in \ | |
246 | - *$$dep*) \ | |
247 | - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
248 | - && { if test -f $@; then exit 0; else break; fi; }; \ | |
249 | - exit 1;; \ | |
250 | - esac; \ | |
251 | - done; \ | |
252 | - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign l7vsd/systemd/Makefile'; \ | |
253 | - $(am__cd) $(top_srcdir) && \ | |
254 | - $(AUTOMAKE) --foreign l7vsd/systemd/Makefile | |
255 | -.PRECIOUS: Makefile | |
256 | -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
257 | - @case '$?' in \ | |
258 | - *config.status*) \ | |
259 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
260 | - *) \ | |
261 | - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
262 | - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
263 | - esac; | |
264 | - | |
265 | -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
266 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
267 | - | |
268 | -$(top_srcdir)/configure: $(am__configure_deps) | |
269 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
270 | -$(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
271 | - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
272 | -$(am__aclocal_m4_deps): | |
273 | - | |
274 | -mostlyclean-libtool: | |
275 | - -rm -f *.lo | |
276 | - | |
277 | -clean-libtool: | |
278 | - -rm -rf .libs _libs | |
279 | -tags TAGS: | |
280 | - | |
281 | -ctags CTAGS: | |
282 | - | |
283 | -cscope cscopelist: | |
284 | - | |
285 | - | |
286 | -distdir: $(DISTFILES) | |
287 | - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
288 | - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
289 | - list='$(DISTFILES)'; \ | |
290 | - dist_files=`for file in $$list; do echo $$file; done | \ | |
291 | - sed -e "s|^$$srcdirstrip/||;t" \ | |
292 | - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
293 | - case $$dist_files in \ | |
294 | - */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
295 | - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
296 | - sort -u` ;; \ | |
297 | - esac; \ | |
298 | - for file in $$dist_files; do \ | |
299 | - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
300 | - if test -d $$d/$$file; then \ | |
301 | - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
302 | - if test -d "$(distdir)/$$file"; then \ | |
303 | - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
304 | - fi; \ | |
305 | - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
306 | - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
307 | - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
308 | - fi; \ | |
309 | - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
310 | - else \ | |
311 | - test -f "$(distdir)/$$file" \ | |
312 | - || cp -p $$d/$$file "$(distdir)/$$file" \ | |
313 | - || exit 1; \ | |
314 | - fi; \ | |
315 | - done | |
316 | -check-am: all-am | |
317 | -check: check-am | |
318 | -all-am: Makefile | |
319 | -installdirs: | |
320 | -install-exec: install-exec-am | |
321 | -install-data: install-data-am | |
322 | -uninstall: uninstall-am | |
323 | - | |
324 | -install-am: all-am | |
325 | - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
326 | - | |
327 | -installcheck: installcheck-am | |
328 | -install-strip: | |
329 | - if test -z '$(STRIP)'; then \ | |
330 | - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
331 | - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
332 | - install; \ | |
333 | - else \ | |
334 | - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
335 | - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
336 | - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |
337 | - fi | |
338 | -mostlyclean-generic: | |
339 | - | |
340 | -clean-generic: | |
341 | - | |
342 | -distclean-generic: | |
343 | - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
344 | - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
345 | - | |
346 | -maintainer-clean-generic: | |
347 | - @echo "This command is intended for maintainers to use" | |
348 | - @echo "it deletes files that may require special tools to rebuild." | |
349 | -clean: clean-am | |
350 | - | |
351 | -clean-am: clean-generic clean-libtool mostlyclean-am | |
352 | - | |
353 | -distclean: distclean-am | |
354 | - -rm -f Makefile | |
355 | -distclean-am: clean-am distclean-generic | |
356 | - | |
357 | -dvi: dvi-am | |
358 | - | |
359 | -dvi-am: | |
360 | - | |
361 | -html: html-am | |
362 | - | |
363 | -html-am: | |
364 | - | |
365 | -info: info-am | |
366 | - | |
367 | -info-am: | |
368 | - | |
369 | -install-data-am: | |
370 | - | |
371 | -install-dvi: install-dvi-am | |
372 | - | |
373 | -install-dvi-am: | |
374 | - | |
375 | -install-exec-am: | |
376 | - | |
377 | -install-html: install-html-am | |
378 | - | |
379 | -install-html-am: | |
380 | - | |
381 | -install-info: install-info-am | |
382 | - | |
383 | -install-info-am: | |
384 | - | |
385 | -install-man: | |
386 | - | |
387 | -install-pdf: install-pdf-am | |
388 | - | |
389 | -install-pdf-am: | |
390 | - | |
391 | -install-ps: install-ps-am | |
392 | - | |
393 | -install-ps-am: | |
394 | - | |
395 | -installcheck-am: | |
396 | - | |
397 | -maintainer-clean: maintainer-clean-am | |
398 | - -rm -f Makefile | |
399 | -maintainer-clean-am: distclean-am maintainer-clean-generic | |
400 | - | |
401 | -mostlyclean: mostlyclean-am | |
402 | - | |
403 | -mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
404 | - | |
405 | -pdf: pdf-am | |
406 | - | |
407 | -pdf-am: | |
408 | - | |
409 | -ps: ps-am | |
410 | - | |
411 | -ps-am: | |
412 | - | |
413 | -uninstall-am: | |
414 | - | |
415 | -.MAKE: install-am install-strip | |
416 | - | |
417 | -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ | |
418 | - cscopelist-am ctags-am distclean distclean-generic \ | |
419 | - distclean-libtool distdir dvi dvi-am html html-am info info-am \ | |
420 | - install install-am install-data install-data-am install-dvi \ | |
421 | - install-dvi-am install-exec install-exec-am install-html \ | |
422 | - install-html-am install-info install-info-am install-man \ | |
423 | - install-pdf install-pdf-am install-ps install-ps-am \ | |
424 | - install-strip installcheck installcheck-am installdirs \ | |
425 | - maintainer-clean maintainer-clean-generic mostlyclean \ | |
426 | - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |
427 | - tags-am uninstall uninstall-am | |
428 | - | |
429 | - | |
430 | -install: | |
431 | -@CHECK_SYSTEMD_TRUE@ $(INSTALL) -m 644 -D ./l7vsd.service ${prefix}/lib/systemd/system/l7vsd.service | |
432 | - | |
433 | -# Tell versions [3.59,3.63) of GNU make to not export all variables. | |
434 | -# Otherwise a system limit (for SysV at least) may be exceeded. | |
435 | -.NOEXPORT: |