~ubuntu-branches/ubuntu/saucy/suricata/saucy-updates

« back to all changes in this revision

Viewing changes to contrib/file_processor/Processor/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-12-14 00:02:51 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20121214000251-3326bvmr1x6ofsy5
Tags: 1.4-1
* Imported Upstream version 1.4
* Enable Jansson and LuaJIT support, and add libjansson-dev libluajit-5.1-dev
  to build-deps
* Add python to recommends, for the suricatasc script
* Create /var/run/suricata directory when starting daemon

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
install_sh_DATA = $(install_sh) -c -m 644
 
41
install_sh_PROGRAM = $(install_sh) -c
 
42
install_sh_SCRIPT = $(install_sh) -c
 
43
INSTALL_HEADER = $(INSTALL_DATA)
 
44
transform = $(program_transform_name)
 
45
NORMAL_INSTALL = :
 
46
PRE_INSTALL = :
 
47
POST_INSTALL = :
 
48
NORMAL_UNINSTALL = :
 
49
PRE_UNINSTALL = :
 
50
POST_UNINSTALL = :
 
51
build_triplet = @build@
 
52
host_triplet = @host@
 
53
subdir = contrib/file_processor/Processor
 
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
56
am__aclocal_m4_deps = $(top_srcdir)/m4/libprelude.m4 \
 
57
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
58
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
59
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
61
        $(ACLOCAL_M4)
 
62
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
63
CONFIG_HEADER = $(top_builddir)/config.h
 
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
 
66
SOURCES =
 
67
DIST_SOURCES =
 
68
am__can_run_installinfo = \
 
69
  case $$AM_UPDATE_INFO_DIR in \
 
70
    n|no|NO) false;; \
 
71
    *) (install-info --version) >/dev/null 2>&1;; \
 
72
  esac
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
ACLOCAL = @ACLOCAL@
 
75
AMTAR = @AMTAR@
 
76
AR = @AR@
 
77
AUTOCONF = @AUTOCONF@
 
78
AUTOHEADER = @AUTOHEADER@
 
79
AUTOMAKE = @AUTOMAKE@
 
80
AWK = @AWK@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
84
CPP = @CPP@
 
85
CPPFLAGS = @CPPFLAGS@
 
86
CYGPATH_W = @CYGPATH_W@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DLLTOOL = @DLLTOOL@
 
90
DSYMUTIL = @DSYMUTIL@
 
91
DUMPBIN = @DUMPBIN@
 
92
ECHO_C = @ECHO_C@
 
93
ECHO_N = @ECHO_N@
 
94
ECHO_T = @ECHO_T@
 
95
EGREP = @EGREP@
 
96
EXEEXT = @EXEEXT@
 
97
FGREP = @FGREP@
 
98
GREP = @GREP@
 
99
HAVE_COCCINELLE_CONFIG = @HAVE_COCCINELLE_CONFIG@
 
100
HAVE_GIT_CMD = @HAVE_GIT_CMD@
 
101
HAVE_PCAP_CONFIG = @HAVE_PCAP_CONFIG@
 
102
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
103
INSTALL = @INSTALL@
 
104
INSTALL_DATA = @INSTALL_DATA@
 
105
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
106
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
107
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
108
LD = @LD@
 
109
LDFLAGS = @LDFLAGS@
 
110
LIBHTPMINVERSION_CFLAGS = @LIBHTPMINVERSION_CFLAGS@
 
111
LIBHTPMINVERSION_LIBS = @LIBHTPMINVERSION_LIBS@
 
112
LIBOBJS = @LIBOBJS@
 
113
LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
 
114
LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
 
115
LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
 
116
LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
 
117
LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
 
118
LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
 
119
LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
 
120
LIBS = @LIBS@
 
121
LIBTOOL = @LIBTOOL@
 
122
LIPO = @LIPO@
 
123
LN_S = @LN_S@
 
124
LTLIBOBJS = @LTLIBOBJS@
 
125
LUAJIT_CFLAGS = @LUAJIT_CFLAGS@
 
126
LUAJIT_LIBS = @LUAJIT_LIBS@
 
127
MAKEINFO = @MAKEINFO@
 
128
MANIFEST_TOOL = @MANIFEST_TOOL@
 
129
MKDIR_P = @MKDIR_P@
 
130
NM = @NM@
 
131
NMEDIT = @NMEDIT@
 
132
NVCC = @NVCC@
 
133
OBJDUMP = @OBJDUMP@
 
134
OBJEXT = @OBJEXT@
 
135
OTOOL = @OTOOL@
 
136
OTOOL64 = @OTOOL64@
 
137
PACKAGE = @PACKAGE@
 
138
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
139
PACKAGE_NAME = @PACKAGE_NAME@
 
140
PACKAGE_STRING = @PACKAGE_STRING@
 
141
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
142
PACKAGE_URL = @PACKAGE_URL@
 
143
PACKAGE_VERSION = @PACKAGE_VERSION@
 
144
PATH_SEPARATOR = @PATH_SEPARATOR@
 
145
PKG_CONFIG = @PKG_CONFIG@
 
146
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
147
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
148
PYTHON = @PYTHON@
 
149
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
150
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
151
PYTHON_PREFIX = @PYTHON_PREFIX@
 
152
PYTHON_VERSION = @PYTHON_VERSION@
 
153
RANLIB = @RANLIB@
 
154
SED = @SED@
 
155
SET_MAKE = @SET_MAKE@
 
156
SHELL = @SHELL@
 
157
STRIP = @STRIP@
 
158
VERSION = @VERSION@
 
159
abs_builddir = @abs_builddir@
 
160
abs_srcdir = @abs_srcdir@
 
161
abs_top_builddir = @abs_top_builddir@
 
162
abs_top_srcdir = @abs_top_srcdir@
 
163
ac_ct_AR = @ac_ct_AR@
 
164
ac_ct_CC = @ac_ct_CC@
 
165
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
166
am__include = @am__include@
 
167
am__leading_dot = @am__leading_dot@
 
168
am__quote = @am__quote@
 
169
am__tar = @am__tar@
 
170
am__untar = @am__untar@
 
171
bindir = @bindir@
 
172
build = @build@
 
173
build_alias = @build_alias@
 
174
build_cpu = @build_cpu@
 
175
build_os = @build_os@
 
176
build_vendor = @build_vendor@
 
177
builddir = @builddir@
 
178
datadir = @datadir@
 
179
datarootdir = @datarootdir@
 
180
docdir = @docdir@
 
181
dvidir = @dvidir@
 
182
e_localstatedir = @e_localstatedir@
 
183
e_logdir = @e_logdir@
 
184
e_logfilesdir = @e_logfilesdir@
 
185
e_magic_file = @e_magic_file@
 
186
e_rundir = @e_rundir@
 
187
e_sysconfdir = @e_sysconfdir@
 
188
e_sysconfrulesdir = @e_sysconfrulesdir@
 
189
exec_prefix = @exec_prefix@
 
190
host = @host@
 
191
host_alias = @host_alias@
 
192
host_cpu = @host_cpu@
 
193
host_os = @host_os@
 
194
host_vendor = @host_vendor@
 
195
htmldir = @htmldir@
 
196
includedir = @includedir@
 
197
infodir = @infodir@
 
198
install_sh = @install_sh@
 
199
libdir = @libdir@
 
200
libexecdir = @libexecdir@
 
201
localedir = @localedir@
 
202
localstatedir = @localstatedir@
 
203
mandir = @mandir@
 
204
mkdir_p = @mkdir_p@
 
205
oldincludedir = @oldincludedir@
 
206
pdfdir = @pdfdir@
 
207
pkgpyexecdir = @pkgpyexecdir@
 
208
pkgpythondir = @pkgpythondir@
 
209
prefix = @prefix@
 
210
program_transform_name = @program_transform_name@
 
211
psdir = @psdir@
 
212
pyexecdir = @pyexecdir@
 
213
pythondir = @pythondir@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
srcdir = @srcdir@
 
217
subdirs = @subdirs@
 
218
sysconfdir = @sysconfdir@
 
219
target_alias = @target_alias@
 
220
top_build_prefix = @top_build_prefix@
 
221
top_builddir = @top_builddir@
 
222
top_srcdir = @top_srcdir@
 
223
EXTRA_DIST = Anubis.pm  Malwr.pm  ShadowServer.pm  ThreatExpert.pm  VirusTotal.pm
 
224
all: all-am
 
225
 
 
226
.SUFFIXES:
 
227
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
228
        @for dep in $?; do \
 
229
          case '$(am__configure_deps)' in \
 
230
            *$$dep*) \
 
231
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
232
                && { if test -f $@; then exit 0; else break; fi; }; \
 
233
              exit 1;; \
 
234
          esac; \
 
235
        done; \
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/file_processor/Processor/Makefile'; \
 
237
        $(am__cd) $(top_srcdir) && \
 
238
          $(AUTOMAKE) --gnu contrib/file_processor/Processor/Makefile
 
239
.PRECIOUS: Makefile
 
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
241
        @case '$?' in \
 
242
          *config.status*) \
 
243
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
244
          *) \
 
245
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
246
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
247
        esac;
 
248
 
 
249
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
251
 
 
252
$(top_srcdir)/configure:  $(am__configure_deps)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
$(am__aclocal_m4_deps):
 
257
 
 
258
mostlyclean-libtool:
 
259
        -rm -f *.lo
 
260
 
 
261
clean-libtool:
 
262
        -rm -rf .libs _libs
 
263
tags: TAGS
 
264
TAGS:
 
265
 
 
266
ctags: CTAGS
 
267
CTAGS:
 
268
 
 
269
 
 
270
distdir: $(DISTFILES)
 
271
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
272
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
273
        list='$(DISTFILES)'; \
 
274
          dist_files=`for file in $$list; do echo $$file; done | \
 
275
          sed -e "s|^$$srcdirstrip/||;t" \
 
276
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
277
        case $$dist_files in \
 
278
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
279
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
280
                           sort -u` ;; \
 
281
        esac; \
 
282
        for file in $$dist_files; do \
 
283
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
284
          if test -d $$d/$$file; then \
 
285
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
286
            if test -d "$(distdir)/$$file"; then \
 
287
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
288
            fi; \
 
289
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
290
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
291
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
292
            fi; \
 
293
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
294
          else \
 
295
            test -f "$(distdir)/$$file" \
 
296
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
297
            || exit 1; \
 
298
          fi; \
 
299
        done
 
300
check-am: all-am
 
301
check: check-am
 
302
all-am: Makefile
 
303
installdirs:
 
304
install: install-am
 
305
install-exec: install-exec-am
 
306
install-data: install-data-am
 
307
uninstall: uninstall-am
 
308
 
 
309
install-am: all-am
 
310
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
311
 
 
312
installcheck: installcheck-am
 
313
install-strip:
 
314
        if test -z '$(STRIP)'; then \
 
315
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
316
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
317
              install; \
 
318
        else \
 
319
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
320
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
321
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
322
        fi
 
323
mostlyclean-generic:
 
324
 
 
325
clean-generic:
 
326
 
 
327
distclean-generic:
 
328
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
329
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
330
 
 
331
maintainer-clean-generic:
 
332
        @echo "This command is intended for maintainers to use"
 
333
        @echo "it deletes files that may require special tools to rebuild."
 
334
clean: clean-am
 
335
 
 
336
clean-am: clean-generic clean-libtool mostlyclean-am
 
337
 
 
338
distclean: distclean-am
 
339
        -rm -f Makefile
 
340
distclean-am: clean-am distclean-generic
 
341
 
 
342
dvi: dvi-am
 
343
 
 
344
dvi-am:
 
345
 
 
346
html: html-am
 
347
 
 
348
html-am:
 
349
 
 
350
info: info-am
 
351
 
 
352
info-am:
 
353
 
 
354
install-data-am:
 
355
 
 
356
install-dvi: install-dvi-am
 
357
 
 
358
install-dvi-am:
 
359
 
 
360
install-exec-am:
 
361
 
 
362
install-html: install-html-am
 
363
 
 
364
install-html-am:
 
365
 
 
366
install-info: install-info-am
 
367
 
 
368
install-info-am:
 
369
 
 
370
install-man:
 
371
 
 
372
install-pdf: install-pdf-am
 
373
 
 
374
install-pdf-am:
 
375
 
 
376
install-ps: install-ps-am
 
377
 
 
378
install-ps-am:
 
379
 
 
380
installcheck-am:
 
381
 
 
382
maintainer-clean: maintainer-clean-am
 
383
        -rm -f Makefile
 
384
maintainer-clean-am: distclean-am maintainer-clean-generic
 
385
 
 
386
mostlyclean: mostlyclean-am
 
387
 
 
388
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
389
 
 
390
pdf: pdf-am
 
391
 
 
392
pdf-am:
 
393
 
 
394
ps: ps-am
 
395
 
 
396
ps-am:
 
397
 
 
398
uninstall-am:
 
399
 
 
400
.MAKE: install-am install-strip
 
401
 
 
402
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
403
        distclean distclean-generic distclean-libtool distdir dvi \
 
404
        dvi-am html html-am info info-am install install-am \
 
405
        install-data install-data-am install-dvi install-dvi-am \
 
406
        install-exec install-exec-am install-html install-html-am \
 
407
        install-info install-info-am install-man install-pdf \
 
408
        install-pdf-am install-ps install-ps-am install-strip \
 
409
        installcheck installcheck-am installdirs maintainer-clean \
 
410
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
411
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
412
 
 
413
 
 
414
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
415
# Otherwise a system limit (for SysV at least) may be exceeded.
 
416
.NOEXPORT: