~ubuntu-branches/ubuntu/trusty/suricata/trusty

« back to all changes in this revision

Viewing changes to libhtp/test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-12-06 21:13:56 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20121206211356-3y1e549cyqvoqaqc
Tags: 1.3.5-1
ImportedĀ UpstreamĀ versionĀ 1.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
15
15
 
16
16
@SET_MAKE@
17
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
  }
18
35
pkgdatadir = $(datadir)/@PACKAGE@
19
36
pkgincludedir = $(includedir)/@PACKAGE@
20
37
pkglibdir = $(libdir)/@PACKAGE@
63
80
        $(LDFLAGS) -o $@
64
81
SOURCES = $(main_SOURCES)
65
82
DIST_SOURCES = $(main_SOURCES)
 
83
am__can_run_installinfo = \
 
84
  case $$AM_UPDATE_INFO_DIR in \
 
85
    n|no|NO) false;; \
 
86
    *) (install-info --version) >/dev/null 2>&1;; \
 
87
  esac
66
88
ETAGS = etags
67
89
CTAGS = ctags
68
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)