~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to clamsubmit/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#  Copyright (C) 2014 Sourcefire, Inc
 
3
#  Author: Shawn Webb
 
4
#
 
5
#  This program is free software; you can redistribute it and/or modify
 
6
#  it under the terms of the GNU General Public License version 2 as
 
7
#  published by the Free Software Foundation.
 
8
#
 
9
#  This program is distributed in the hope that it will be useful,
 
10
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
#  GNU General Public License for more details.
 
13
#
 
14
#  You should have received a copy of the GNU General Public License
 
15
#  along with this program; if not, write to the Free Software
 
16
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
17
#  MA 02110-1301, USA.
 
18
 
 
19
bin_PROGRAMS = clamsubmit
 
20
 
 
21
clamsubmit_SOURCES = \
 
22
    $(top_srcdir)/shared/output.c \
 
23
    $(top_srcdir)/shared/output.h \
 
24
    $(top_srcdir)/shared/optparser.c \
 
25
    $(top_srcdir)/shared/optparser.h \
 
26
    $(top_srcdir)/shared/getopt.c \
 
27
    $(top_srcdir)/shared/getopt.h \
 
28
    $(top_srcdir)/shared/misc.c \
 
29
    $(top_srcdir)/shared/misc.h \
 
30
        clamsubmit.c
 
31
 
 
32
AM_CFLAGS=@WERR_CFLAGS@ @CLAMSUBMIT_CFLAGS@
 
33
DEFS = @DEFS@ -DCL_NOTHREADS
 
34
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
 
35
LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMSUBMIT_LIBS@ @THREAD_LIBS@
 
36
 
 
37
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=clamsubmit$(EXEEXT)
 
38
CLEANFILES=*.gcda *.gcno