
bin_PROGRAMS = nec2c
nec2c_SOURCES = nec2c_SOURCES = calculations.c  fields.c  \
				geometry.c  ground.c  input.c main.c matrix.c \
			      	misc.c  network.c  radiation.c  somnec.c
noinst_HEADERS = nec2c.h
nec2c_LDFLAGS = @LDFLAGS@
AM_CFLAGS = -fopenmp -Wall -Wextra -Werror
