blob: 7af38c9d8aafb978362864163f39ca0e6517f5c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## Process this file with automake to produce Makefile.in
AM_CFLAGS =\
-Wall \
-Wextra \
-pedantic \
-Wno-format\
-O0\
-g
bin_PROGRAMS = mcastseed mcastleech random_speed_dd
mcastseed_SOURCES = mcastseed.c sockets.c
mcastleech_SOURCES = mcastleech.c sockets.c dgrambuf.c
random_speed_dd_SOURCES = random_speed_dd.c
|