AM_CFLAGS = -Wall -Wextra -pedantic -std=c99 bin_PROGRAMS = ray ray_LDFLAGS = -lGL -lGLU -lglut -lm -pthread ray_SOURCES = ray.c 3dmath.c 3dmath.h