root/pehunter/Makefile.in

Revision 1134, 14.1 kB (checked in by till, 2 years ago)

pehunter initial insert

Line 
1 # Makefile.in generated by automake 1.9.5 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 SOURCES = $(libsf_pehunter_preproc_la_SOURCES) $(nodist_libsf_pehunter_preproc_la_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 subdir = src/dynamic-preprocessors/pehunter
42 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51 am__vpath_adj = case $$p in \
52     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53     *) f=$$p;; \
54   esac;
55 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56 am__installdirs = "$(DESTDIR)$(libdir)"
57 libLTLIBRARIES_INSTALL = $(INSTALL)
58 LTLIBRARIES = $(lib_LTLIBRARIES)
59 libsf_pehunter_preproc_la_LIBADD =
60 am_libsf_pehunter_preproc_la_OBJECTS = spp_pehunter.lo pehunter.lo \
61         md5.lo
62 nodist_libsf_pehunter_preproc_la_OBJECTS = sf_dynamic_preproc_lib.lo
63 libsf_pehunter_preproc_la_OBJECTS =  \
64         $(am_libsf_pehunter_preproc_la_OBJECTS) \
65         $(nodist_libsf_pehunter_preproc_la_OBJECTS)
66 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
67 depcomp =
68 am__depfiles_maybe =
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
72         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73         $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76         $(AM_LDFLAGS) $(LDFLAGS) -o $@
77 SOURCES = $(libsf_pehunter_preproc_la_SOURCES) \
78         $(nodist_libsf_pehunter_preproc_la_SOURCES)
79 DIST_SOURCES = $(libsf_pehunter_preproc_la_SOURCES)
80 ETAGS = etags
81 CTAGS = ctags
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83 ACLOCAL = @ACLOCAL@
84 AMDEP_FALSE = @AMDEP_FALSE@
85 AMDEP_TRUE = @AMDEP_TRUE@
86 AMTAR = @AMTAR@
87 AR = @AR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CXX = @CXX@
98 CXXCPP = @CXXCPP@
99 CXXDEPMODE = @CXXDEPMODE@
100 CXXFLAGS = @CXXFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO = @ECHO@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 F77 = @F77@
111 FFLAGS = @FFLAGS@
112 HAVE_DYNAMIC_PLUGINS_FALSE = @HAVE_DYNAMIC_PLUGINS_FALSE@
113 HAVE_DYNAMIC_PLUGINS_TRUE = @HAVE_DYNAMIC_PLUGINS_TRUE@
114 INCLUDES = -I../include
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
119 LDFLAGS = @LDFLAGS@
120 LIBOBJS = @LIBOBJS@
121 LIBS = @LIBS@
122 LIBTOOL = @LIBTOOL@
123 LN_S = @LN_S@
124 LTLIBOBJS = @LTLIBOBJS@
125 MAINT = @MAINT@
126 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
127 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
128 MAKEINFO = @MAKEINFO@
129 OBJEXT = @OBJEXT@
130 PACKAGE = @PACKAGE@
131 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132 PACKAGE_NAME = @PACKAGE_NAME@
133 PACKAGE_STRING = @PACKAGE_STRING@
134 PACKAGE_TARNAME = @PACKAGE_TARNAME@
135 PACKAGE_VERSION = @PACKAGE_VERSION@
136 PATH_SEPARATOR = @PATH_SEPARATOR@
137 RANLIB = @RANLIB@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 STRIP = @STRIP@
141 VERSION = @VERSION@
142 ac_ct_AR = @ac_ct_AR@
143 ac_ct_CC = @ac_ct_CC@
144 ac_ct_CXX = @ac_ct_CXX@
145 ac_ct_F77 = @ac_ct_F77@
146 ac_ct_RANLIB = @ac_ct_RANLIB@
147 ac_ct_STRIP = @ac_ct_STRIP@
148 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
149 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
150 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
151 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
152 am__include = @am__include@
153 am__leading_dot = @am__leading_dot@
154 am__quote = @am__quote@
155 am__tar = @am__tar@
156 am__untar = @am__untar@
157 bindir = @bindir@
158 build = @build@
159 build_alias = @build_alias@
160 build_cpu = @build_cpu@
161 build_os = @build_os@
162 build_vendor = @build_vendor@
163 datadir = @datadir@
164 exec_prefix = @exec_prefix@
165 extra_incl = @extra_incl@
166 host = @host@
167 host_alias = @host_alias@
168 host_cpu = @host_cpu@
169 host_os = @host_os@
170 host_vendor = @host_vendor@
171 includedir = @includedir@
172 infodir = @infodir@
173 install_sh = @install_sh@
174 libdir = ${exec_prefix}/lib/snort_dynamicpreprocessor
175 libexecdir = @libexecdir@
176 localstatedir = @localstatedir@
177 mandir = @mandir@
178 mkdir_p = @mkdir_p@
179 oldincludedir = @oldincludedir@
180 prefix = @prefix@
181 program_transform_name = @program_transform_name@
182 sbindir = @sbindir@
183 sharedstatedir = @sharedstatedir@
184 sysconfdir = @sysconfdir@
185 target_alias = @target_alias@
186 AUTOMAKE_OPTIONS = foreign no-dependencies
187 lib_LTLIBRARIES = libsf_pehunter_preproc.la
188 libsf_pehunter_preproc_la_LDFLAGS = -module
189 BUILT_SOURCES = \
190 sf_dynamic_preproc_lib.c
191
192 nodist_libsf_pehunter_preproc_la_SOURCES = \
193 sf_dynamic_preproc_lib.c
194
195 libsf_pehunter_preproc_la_SOURCES = \
196 spp_pehunter.c spp_pehunter.h \
197 pehunter.c pehunter.h \
198 md5.c md5.h \
199 sf_preproc_info.h
200
201 EXTRA_DIST = \
202 sf_pehunter.dsp
203
204 all: $(BUILT_SOURCES)
205         $(MAKE) $(AM_MAKEFLAGS) all-am
206
207 .SUFFIXES:
208 .SUFFIXES: .c .lo .o .obj
209 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
210         @for dep in $?; do \
211           case '$(am__configure_deps)' in \
212             *$$dep*) \
213               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
214                 && exit 0; \
215               exit 1;; \
216           esac; \
217         done; \
218         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/dynamic-preprocessors/pehunter/Makefile'; \
219         cd $(top_srcdir) && \
220           $(AUTOMAKE) --foreign  src/dynamic-preprocessors/pehunter/Makefile
221 .PRECIOUS: Makefile
222 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223         @case '$?' in \
224           *config.status*) \
225             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
226           *) \
227             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
228             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
229         esac;
230
231 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
234 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
235         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
239         @$(NORMAL_INSTALL)
240         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
241         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
242           if test -f $$p; then \
243             f=$(am__strip_dir) \
244             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
245             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
246           else :; fi; \
247         done
248
249 uninstall-libLTLIBRARIES:
250         @$(NORMAL_UNINSTALL)
251         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
252           p=$(am__strip_dir) \
253           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
254           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
255         done
256
257 clean-libLTLIBRARIES:
258         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
259         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
260           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
261           test "$$dir" != "$$p" || dir=.; \
262           echo "rm -f \"$${dir}/so_locations\""; \
263           rm -f "$${dir}/so_locations"; \
264         done
265 libsf_pehunter_preproc.la: $(libsf_pehunter_preproc_la_OBJECTS) $(libsf_pehunter_preproc_la_DEPENDENCIES)
266         $(LINK) -rpath $(libdir) $(libsf_pehunter_preproc_la_LDFLAGS) $(libsf_pehunter_preproc_la_OBJECTS) $(libsf_pehunter_preproc_la_LIBADD) $(LIBS)
267
268 mostlyclean-compile:
269         -rm -f *.$(OBJEXT)
270
271 distclean-compile:
272         -rm -f *.tab.c
273
274 .c.o:
275         $(COMPILE) -c $<
276
277 .c.obj:
278         $(COMPILE) -c `$(CYGPATH_W) '$<'`
279
280 .c.lo:
281         $(LTCOMPILE) -c -o $@ $<
282
283 mostlyclean-libtool:
284         -rm -f *.lo
285
286 clean-libtool:
287         -rm -rf .libs _libs
288
289 distclean-libtool:
290         -rm -f libtool
291 uninstall-info-am:
292
293 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
294         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
295         unique=`for i in $$list; do \
296             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
297           done | \
298           $(AWK) '    { files[$$0] = 1; } \
299                END { for (i in files) print i; }'`; \
300         mkid -fID $$unique
301 tags: TAGS
302
303 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
304                 $(TAGS_FILES) $(LISP)
305         tags=; \
306         here=`pwd`; \
307         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
308         unique=`for i in $$list; do \
309             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310           done | \
311           $(AWK) '    { files[$$0] = 1; } \
312                END { for (i in files) print i; }'`; \
313         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
314           test -n "$$unique" || unique=$$empty_fix; \
315           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
316             $$tags $$unique; \
317         fi
318 ctags: CTAGS
319 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
320                 $(TAGS_FILES) $(LISP)
321         tags=; \
322         here=`pwd`; \
323         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
324         unique=`for i in $$list; do \
325             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326           done | \
327           $(AWK) '    { files[$$0] = 1; } \
328                END { for (i in files) print i; }'`; \
329         test -z "$(CTAGS_ARGS)$$tags$$unique" \
330           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
331              $$tags $$unique
332
333 GTAGS:
334         here=`$(am__cd) $(top_builddir) && pwd` \
335           && cd $(top_srcdir) \
336           && gtags -i $(GTAGS_ARGS) $$here
337
338 distclean-tags:
339         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
340
341 distdir: $(DISTFILES)
342         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
343         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
344         list='$(DISTFILES)'; for file in $$list; do \
345           case $$file in \
346             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
347             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
348           esac; \
349           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
350           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
351           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
352             dir="/$$dir"; \
353             $(mkdir_p) "$(distdir)$$dir"; \
354           else \
355             dir=''; \
356           fi; \
357           if test -d $$d/$$file; then \
358             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
359               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
360             fi; \
361             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
362           else \
363             test -f $(distdir)/$$file \
364             || cp -p $$d/$$file $(distdir)/$$file \
365             || exit 1; \
366           fi; \
367         done
368 check-am: all-am
369 check: $(BUILT_SOURCES)
370         $(MAKE) $(AM_MAKEFLAGS) check-am
371 all-am: Makefile $(LTLIBRARIES) all-local
372 installdirs:
373         for dir in "$(DESTDIR)$(libdir)"; do \
374           test -z "$$dir" || $(mkdir_p) "$$dir"; \
375         done
376 install: $(BUILT_SOURCES)
377         $(MAKE) $(AM_MAKEFLAGS) install-am
378 install-exec: install-exec-am
379 install-data: install-data-am
380 uninstall: uninstall-am
381
382 install-am: all-am
383         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
384
385 installcheck: installcheck-am
386 install-strip:
387         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389           `test -z '$(STRIP)' || \
390             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
391 mostlyclean-generic:
392
393 clean-generic:
394
395 distclean-generic:
396         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
397
398 maintainer-clean-generic:
399         @echo "This command is intended for maintainers to use"
400         @echo "it deletes files that may require special tools to rebuild."
401         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
402 clean: clean-am
403
404 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
405         mostlyclean-am
406
407 distclean: distclean-am
408         -rm -f Makefile
409 distclean-am: clean-am distclean-compile distclean-generic \
410         distclean-libtool distclean-tags
411
412 dvi: dvi-am
413
414 dvi-am:
415
416 html: html-am
417
418 info: info-am
419
420 info-am:
421
422 install-data-am:
423
424 install-exec-am: install-libLTLIBRARIES
425
426 install-info: install-info-am
427
428 install-man:
429
430 installcheck-am:
431
432 maintainer-clean: maintainer-clean-am
433         -rm -f Makefile
434 maintainer-clean-am: distclean-am maintainer-clean-generic
435
436 mostlyclean: mostlyclean-am
437
438 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
439         mostlyclean-libtool
440
441 pdf: pdf-am
442
443 pdf-am:
444
445 ps: ps-am
446
447 ps-am:
448
449 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
450
451 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
452         clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
453         ctags distclean distclean-compile distclean-generic \
454         distclean-libtool distclean-tags distdir dvi dvi-am html \
455         html-am info info-am install install-am install-data \
456         install-data-am install-exec install-exec-am install-info \
457         install-info-am install-libLTLIBRARIES install-man \
458         install-strip installcheck installcheck-am installdirs \
459         maintainer-clean maintainer-clean-generic mostlyclean \
460         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
461         pdf pdf-am ps ps-am tags uninstall uninstall-am \
462         uninstall-info-am uninstall-libLTLIBRARIES
463
464
465 sf_dynamic_preproc_lib.c: ../include/sf_dynamic_preproc_lib.c
466         cp $? $@
467
468 all-local:
469         $(MAKE) DESTDIR=$(PWD)/../build install-libLTLIBRARIES
470
471 clean-local:
472         rm -f sf_dynamic_preproc_lib.c
473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
474 # Otherwise a system limit (for SysV at least) may be exceeded.
475 .NOEXPORT:
Note: See TracBrowser for help on using the browser.