OSDN Git Service

#466 HeartbeatのRA等をインストールするよう修正
[ultramonkey-l7/ultramonkey-l7-v3.git] / l7vsd / module / protocol / 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
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ../../..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = l7vsd/module/protocol
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.in
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49 am__vpath_adj = case $$p in \
50     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51     *) f=$$p;; \
52   esac;
53 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
54 am__installdirs = "$(DESTDIR)$(libdir)"
55 libLTLIBRARIES_INSTALL = $(INSTALL)
56 LTLIBRARIES = $(lib_LTLIBRARIES)
57 libprotomod_ip_la_DEPENDENCIES =
58 am_libprotomod_ip_la_OBJECTS = protocol_module_ip.lo \
59         ip_replication_data_processor.lo ip_session_data_processor.lo \
60         http_utility.lo
61 libprotomod_ip_la_OBJECTS = $(am_libprotomod_ip_la_OBJECTS)
62 libprotomod_sessionless_la_DEPENDENCIES =
63 am_libprotomod_sessionless_la_OBJECTS = http_protocol_module_base.lo \
64         protocol_module_sessionless.lo
65 libprotomod_sessionless_la_OBJECTS =  \
66         $(am_libprotomod_sessionless_la_OBJECTS)
67 libprotomod_sslid_la_DEPENDENCIES =
68 am_libprotomod_sslid_la_OBJECTS = ssl_protocol_module_base.lo \
69         protocol_module_sslid.lo sslid_replication_data_processor.lo \
70         sslid_session_data_processor.lo
71 libprotomod_sslid_la_OBJECTS = $(am_libprotomod_sslid_la_OBJECTS)
72 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
73 depcomp = $(SHELL) $(top_srcdir)/depcomp
74 am__depfiles_maybe = depfiles
75 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
77 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
78         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79         $(AM_CXXFLAGS) $(CXXFLAGS)
80 CXXLD = $(CXX)
81 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
82         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
83 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
86         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
87         $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90         $(AM_LDFLAGS) $(LDFLAGS) -o $@
91 SOURCES = $(libprotomod_ip_la_SOURCES) \
92         $(libprotomod_sessionless_la_SOURCES) \
93         $(libprotomod_sslid_la_SOURCES)
94 DIST_SOURCES = $(libprotomod_ip_la_SOURCES) \
95         $(libprotomod_sessionless_la_SOURCES) \
96         $(libprotomod_sslid_la_SOURCES)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 ACLOCAL = @ACLOCAL@
101 AMDEP_FALSE = @AMDEP_FALSE@
102 AMDEP_TRUE = @AMDEP_TRUE@
103 AMTAR = @AMTAR@
104 AR = @AR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CXX = @CXX@
115 CXXCPP = @CXXCPP@
116 CXXDEPMODE = @CXXDEPMODE@
117 CXXFLAGS = @CXXFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DEFS = @DEFS@
120 DEPDIR = @DEPDIR@
121 ECHO = @ECHO@
122 ECHO_C = @ECHO_C@
123 ECHO_N = @ECHO_N@
124 ECHO_T = @ECHO_T@
125 EGREP = @EGREP@
126 EXEEXT = @EXEEXT@
127 F77 = @F77@
128 FFLAGS = @FFLAGS@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LDFLAGS = @LDFLAGS@
134 LIBOBJS = @LIBOBJS@
135 LIBS = @LIBS@
136 LIBTOOL = @LIBTOOL@
137 LN_S = @LN_S@
138 LTLIBOBJS = @LTLIBOBJS@
139 MAKEINFO = @MAKEINFO@
140 MANDIR = @MANDIR@
141 OBJEXT = @OBJEXT@
142 PACKAGE = @PACKAGE@
143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144 PACKAGE_NAME = @PACKAGE_NAME@
145 PACKAGE_STRING = @PACKAGE_STRING@
146 PACKAGE_TARNAME = @PACKAGE_TARNAME@
147 PACKAGE_VERSION = @PACKAGE_VERSION@
148 PATH_SEPARATOR = @PATH_SEPARATOR@
149 RANLIB = @RANLIB@
150 SED = @SED@
151 SET_MAKE = @SET_MAKE@
152 SHELL = @SHELL@
153 STRIP = @STRIP@
154 VERSION = @VERSION@
155 ac_ct_AR = @ac_ct_AR@
156 ac_ct_CC = @ac_ct_CC@
157 ac_ct_CXX = @ac_ct_CXX@
158 ac_ct_F77 = @ac_ct_F77@
159 ac_ct_RANLIB = @ac_ct_RANLIB@
160 ac_ct_STRIP = @ac_ct_STRIP@
161 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 datadir = @datadir@
177 exec_prefix = @exec_prefix@
178 host = @host@
179 host_alias = @host_alias@
180 host_cpu = @host_cpu@
181 host_os = @host_os@
182 host_vendor = @host_vendor@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 l7vs_config = @l7vs_config@
187 l7vs_max_buffer_size = @l7vs_max_buffer_size@
188 l7vs_moddir = @l7vs_moddir@
189 l7vsadm_sockdir = @l7vsadm_sockdir@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 localstatedir = @localstatedir@
193 mandir = @mandir@
194 mkdir_p = @mkdir_p@
195 oldincludedir = @oldincludedir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 snmpagent_libs = @snmpagent_libs@
201 sysconfdir = @sysconfdir@
202 target_alias = @target_alias@
203 ultramonkeyl7_version = @ultramonkeyl7_version@
204 AUTOMAKE_OPTIONS = foreign
205 L7VS_MODDIR = @l7vs_moddir@
206 MAX_BUFFER_SIZE = @l7vs_max_buffer_size@
207 AM_CPPFLAGS = \
208                 -g -O2 -Wall -Werror -fPIC -pthread \
209                 -I../../include \
210                 -I../../logger \
211                 -I../../parameter \
212                 -DMAX_BUFFER_SIZE=$(MAX_BUFFER_SIZE)
213
214 lib_LTLIBRARIES = libprotomod_sslid.la \
215                                         libprotomod_sessionless.la \
216                                         libprotomod_ip.la
217
218 libprotomod_sslid_la_SOURCES = protocol_module_base.h \
219                                                                         ssl_protocol_module_base.h \
220                                                                         ssl_protocol_module_base.cpp \
221                                                                         protocol_module_sslid.cpp \
222                                                                         sslid_replication_data_processor.h \
223                                                                         sslid_replication_data_processor.cpp \
224                                                                         sslid_session_data_processor.h \
225                                                                         sslid_session_data_processor.cpp
226
227 libprotomod_sslid_la_LIBADD = -lrt -lboost_thread-gcc41-mt
228 libprotomod_sessionless_la_SOURCES = protocol_module_base.h \
229                                                                         http_protocol_module_base.h \
230                                                                         http_protocol_module_base.cpp \
231                                                                         protocol_module_sessionless.cpp
232
233 libprotomod_sessionless_la_LIBADD = -lrt -lboost_thread-gcc41-mt
234 libprotomod_ip_la_SOURCES = protocol_module_base.h \
235                                                                         ip_protocol_module_base.h \
236                                                                         protocol_module_ip.cpp \
237                                                                         ip_replication_data_processor.h \
238                                                                         ip_replication_data_processor.cpp \
239                                                                         ip_session_data_processor.h \
240                                                                         ip_session_data_processor.cpp \
241                                                                         http_utility.h \
242                                                                         http_utility.cpp
243
244 libprotomod_ip_la_LIBADD = -lrt -lboost_thread-gcc41-mt
245 all: all-am
246
247 .SUFFIXES:
248 .SUFFIXES: .cpp .lo .o .obj
249 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
250         @for dep in $?; do \
251           case '$(am__configure_deps)' in \
252             *$$dep*) \
253               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254                 && exit 0; \
255               exit 1;; \
256           esac; \
257         done; \
258         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  l7vsd/module/protocol/Makefile'; \
259         cd $(top_srcdir) && \
260           $(AUTOMAKE) --foreign  l7vsd/module/protocol/Makefile
261 .PRECIOUS: Makefile
262 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263         @case '$?' in \
264           *config.status*) \
265             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266           *) \
267             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269         esac;
270
271 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274 $(top_srcdir)/configure:  $(am__configure_deps)
275         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
277         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
279         @$(NORMAL_INSTALL)
280         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
281         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
282           if test -f $$p; then \
283             f=$(am__strip_dir) \
284             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
285             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
286           else :; fi; \
287         done
288
289 uninstall-libLTLIBRARIES:
290         @$(NORMAL_UNINSTALL)
291         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
292           p=$(am__strip_dir) \
293           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
294           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
295         done
296
297 clean-libLTLIBRARIES:
298         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
299         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
300           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
301           test "$$dir" != "$$p" || dir=.; \
302           echo "rm -f \"$${dir}/so_locations\""; \
303           rm -f "$${dir}/so_locations"; \
304         done
305 libprotomod_ip.la: $(libprotomod_ip_la_OBJECTS) $(libprotomod_ip_la_DEPENDENCIES) 
306         $(CXXLINK) -rpath $(libdir) $(libprotomod_ip_la_LDFLAGS) $(libprotomod_ip_la_OBJECTS) $(libprotomod_ip_la_LIBADD) $(LIBS)
307 libprotomod_sessionless.la: $(libprotomod_sessionless_la_OBJECTS) $(libprotomod_sessionless_la_DEPENDENCIES) 
308         $(CXXLINK) -rpath $(libdir) $(libprotomod_sessionless_la_LDFLAGS) $(libprotomod_sessionless_la_OBJECTS) $(libprotomod_sessionless_la_LIBADD) $(LIBS)
309 libprotomod_sslid.la: $(libprotomod_sslid_la_OBJECTS) $(libprotomod_sslid_la_DEPENDENCIES) 
310         $(CXXLINK) -rpath $(libdir) $(libprotomod_sslid_la_LDFLAGS) $(libprotomod_sslid_la_OBJECTS) $(libprotomod_sslid_la_LIBADD) $(LIBS)
311
312 mostlyclean-compile:
313         -rm -f *.$(OBJEXT)
314
315 distclean-compile:
316         -rm -f *.tab.c
317
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_protocol_module_base.Plo@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_utility.Plo@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip_replication_data_processor.Plo@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip_session_data_processor.Plo@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_module_ip.Plo@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_module_sessionless.Plo@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol_module_sslid.Plo@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_protocol_module_base.Plo@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslid_replication_data_processor.Plo@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sslid_session_data_processor.Plo@am__quote@
328
329 .cpp.o:
330 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
331 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
335
336 .cpp.obj:
337 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
338 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
342
343 .cpp.lo:
344 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
345 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
349
350 mostlyclean-libtool:
351         -rm -f *.lo
352
353 clean-libtool:
354         -rm -rf .libs _libs
355
356 distclean-libtool:
357         -rm -f libtool
358 uninstall-info-am:
359
360 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362         unique=`for i in $$list; do \
363             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364           done | \
365           $(AWK) '    { files[$$0] = 1; } \
366                END { for (i in files) print i; }'`; \
367         mkid -fID $$unique
368 tags: TAGS
369
370 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371                 $(TAGS_FILES) $(LISP)
372         tags=; \
373         here=`pwd`; \
374         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375         unique=`for i in $$list; do \
376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377           done | \
378           $(AWK) '    { files[$$0] = 1; } \
379                END { for (i in files) print i; }'`; \
380         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381           test -n "$$unique" || unique=$$empty_fix; \
382           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383             $$tags $$unique; \
384         fi
385 ctags: CTAGS
386 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387                 $(TAGS_FILES) $(LISP)
388         tags=; \
389         here=`pwd`; \
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '    { files[$$0] = 1; } \
395                END { for (i in files) print i; }'`; \
396         test -z "$(CTAGS_ARGS)$$tags$$unique" \
397           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398              $$tags $$unique
399
400 GTAGS:
401         here=`$(am__cd) $(top_builddir) && pwd` \
402           && cd $(top_srcdir) \
403           && gtags -i $(GTAGS_ARGS) $$here
404
405 distclean-tags:
406         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 distdir: $(DISTFILES)
409         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
410         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
411         list='$(DISTFILES)'; for file in $$list; do \
412           case $$file in \
413             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
414             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
415           esac; \
416           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
418           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
419             dir="/$$dir"; \
420             $(mkdir_p) "$(distdir)$$dir"; \
421           else \
422             dir=''; \
423           fi; \
424           if test -d $$d/$$file; then \
425             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
427             fi; \
428             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
429           else \
430             test -f $(distdir)/$$file \
431             || cp -p $$d/$$file $(distdir)/$$file \
432             || exit 1; \
433           fi; \
434         done
435 check-am: all-am
436 check: check-am
437 all-am: Makefile $(LTLIBRARIES)
438 installdirs:
439         for dir in "$(DESTDIR)$(libdir)"; do \
440           test -z "$$dir" || $(mkdir_p) "$$dir"; \
441         done
442 install-exec: install-exec-am
443 install-data: install-data-am
444 uninstall: uninstall-am
445
446 install-am: all-am
447         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
448
449 installcheck: installcheck-am
450 install-strip:
451         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453           `test -z '$(STRIP)' || \
454             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455 mostlyclean-generic:
456
457 clean-generic:
458
459 distclean-generic:
460         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461
462 maintainer-clean-generic:
463         @echo "This command is intended for maintainers to use"
464         @echo "it deletes files that may require special tools to rebuild."
465 clean: clean-am
466
467 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
468         mostlyclean-am
469
470 distclean: distclean-am
471         -rm -rf ./$(DEPDIR)
472         -rm -f Makefile
473 distclean-am: clean-am distclean-compile distclean-generic \
474         distclean-libtool distclean-tags
475
476 dvi: dvi-am
477
478 dvi-am:
479
480 html: html-am
481
482 info: info-am
483
484 info-am:
485
486 install-data-am:
487
488 install-exec-am: install-libLTLIBRARIES
489
490 install-info: install-info-am
491
492 install-man:
493
494 installcheck-am:
495
496 maintainer-clean: maintainer-clean-am
497         -rm -rf ./$(DEPDIR)
498         -rm -f Makefile
499 maintainer-clean-am: distclean-am maintainer-clean-generic
500
501 mostlyclean: mostlyclean-am
502
503 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
504         mostlyclean-libtool
505
506 pdf: pdf-am
507
508 pdf-am:
509
510 ps: ps-am
511
512 ps-am:
513
514 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
515
516 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
517         clean-libLTLIBRARIES clean-libtool ctags distclean \
518         distclean-compile distclean-generic distclean-libtool \
519         distclean-tags distdir dvi dvi-am html html-am info info-am \
520         install install-am install-data install-data-am install-exec \
521         install-exec-am install-info install-info-am \
522         install-libLTLIBRARIES install-man install-strip installcheck \
523         installcheck-am installdirs maintainer-clean \
524         maintainer-clean-generic mostlyclean mostlyclean-compile \
525         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
526         tags uninstall uninstall-am uninstall-info-am \
527         uninstall-libLTLIBRARIES
528
529
530 install:
531         cp ./.libs/libprotomod_sslid.so ./.libs/protomod_sslid.so && \
532         cp ./.libs/libprotomod_sessionless.so ./.libs/protomod_sessionless.so && \
533         cp ./.libs/libprotomod_ip.so ./.libs/protomod_ip.so && \
534         $(INSTALL) -m 755 -d $(L7VS_MODDIR)
535         $(INSTALL) -m 755 -D \
536                 ./.libs/protomod_sslid.so  \
537                 ./.libs/protomod_ip.so  \
538                 ./.libs/protomod_sessionless.so $(L7VS_MODDIR)
539 # Tell versions [3.59,3.63) of GNU make to not export all variables.
540 # Otherwise a system limit (for SysV at least) may be exceeded.
541 .NOEXPORT: