File: Makefile.am

package info (click to toggle)
scanssh 2.0-4.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 508 kB
  • ctags: 498
  • sloc: ansic: 4,462; sh: 334; makefile: 67
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AUTOMAKE_OPTIONS = foreign no-dependencies

bin_PROGRAMS = scanssh

scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c \
	interface.c socks.c http.c telnet.c exclude.h interface.h \
	scanssh.h socks.h xmalloc.h
scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
CFLAGS = -O2 -Wall -g

INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat \
	@EVENTINC@ @PCAPINC@ @DNETINC@

man_MANS = scanssh.1

EXTRA_DIST = $(man_MANS) README acconfig.h \
	   md5.c err.c \
	   compat/libdnet/dnet.h \
	   compat/err.h compat/md5.h \
	   compat/sys/queue.h compat/sys/tree.h

DISTCLEANFILES = *~