## 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