File: Makefile.am

package info (click to toggle)
nsntrace 4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 196 kB
  • sloc: ansic: 875; xml: 103; sh: 69; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
TESTS =			\
	check_namespaced.sh	\
	check_cleanup.sh	\
	check_return_code.sh

check_namespaced.sh: udp_send

udp_send: udp_send.c
	$(CC) $^ -o $@

CLEANFILES = udp_send
EXTRA_DIST = $(TESTS) test_program_dummy.sh udp_send.c