File: Makefile.am

package info (click to toggle)
libtrace3 3.0.22-0.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,452 kB
  • sloc: ansic: 24,574; sh: 11,372; cpp: 1,811; makefile: 460; yacc: 96; lex: 50
file content (33 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

man_MANS = tracereport.1
EXTRA_DIST = $(man_MANS)
include ../Makefile.tools
bin_PROGRAMS = tracereport

tracereport_SOURCES = \
	tracereport.c\
	contain.c\
	dir_report.c\
	error_report.c\
	flow_report.c\
	misc_report.c\
	port_report.c\
	protocol_report.c\
	tos_report.c\
	ttl_report.c\
	tcpopt_report.c\
	synopt_report.c\
	nlp_report.c\
	ecn_report.c\
	tcpsegment_report.c\
	drops_report.c\
	contain.h\
	report.h\
	tracereport.h