File: Makefile.am

package info (click to toggle)
iperf 2.1.8%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,444 kB
  • sloc: ansic: 9,952; cpp: 7,534; sh: 3,954; makefile: 103
file content (22 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_LIBRARIES = libcompat.a

AM_CPPFLAGS = @STRIP_BEGIN@ \
	      -I$(top_srcdir)/include \
	      -I$(top_builddir)/include \
	      @STRIP_END@

AM_CXXFLAGS = -Wall
AM_CFLAGS = -Wall
AM_LDFLAGS = -lrt

libcompat_a_SOURCES = \
		      Thread.c \
		      error.c \
		      delay.c \
		      gettimeofday.c \
		      gettcpinfo.c \
		      inet_ntop.c \
		      inet_pton.c \
		      signal.c \
		      snprintf.c \
		      string.c