source:
tools/tracereport/Makefile.am
@
47d4f8c
Last change on this file since 47d4f8c was 03cecf2, checked in by Perry Lorier <perry@…>, 14 years ago | |
---|---|
|
|
File size: 633 bytes |
Rev | Line | |
---|---|---|
[d4336d5] | 1 | ## Process this file with automake to produce Makefile.in |
2 | ||
3 | ## Created by Anjuta - will be overwritten | |
4 | ## If you don't want it to overwrite it, | |
5 | ## Please disable it in the Anjuta project configuration | |
[1e7434a] | 6 | |
[d4336d5] | 7 | man_MANS = tracereport.1 |
8 | EXTRA_DIST = $(man_MANS) | |
[aef91e2] | 9 | include ../Makefile.tools |
[d4336d5] | 10 | bin_PROGRAMS = tracereport |
11 | ||
12 | tracereport_SOURCES = \ | |
13 | tracereport.c\ | |
14 | contain.c\ | |
15 | dir_report.c\ | |
16 | error_report.c\ | |
17 | flow_report.c\ | |
[7be3cc4] | 18 | misc_report.c\ |
[d4336d5] | 19 | port_report.c\ |
20 | protocol_report.c\ | |
21 | tos_report.c\ | |
22 | ttl_report.c\ | |
23 | tcpopt_report.c\ | |
[051618c] | 24 | synopt_report.c\ |
[d4336d5] | 25 | nlp_report.c\ |
26 | ecn_report.c\ | |
27 | tcpsegment_report.c\ | |
[4423dc7] | 28 | drops_report.c\ |
[d4336d5] | 29 | contain.h\ |
30 | report.h\ | |
31 | tracereport.h | |
32 | ||
[1369834] | 33 |
Note: See TracBrowser
for help on using the repository browser.