From 3f17851a16a4f2d8f6c13d225aee7a822e929a20 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 3 Apr 2018 17:41:13 -0700 Subject: libs: commit missing Makefile.am files Oops! This should have made it into b5bc96, been sitting in my tree. --- src/libs/ray/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/libs/ray/Makefile.am (limited to 'src/libs/ray') diff --git a/src/libs/ray/Makefile.am b/src/libs/ray/Makefile.am new file mode 100644 index 0000000..dc13a0d --- /dev/null +++ b/src/libs/ray/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = libray.a +libray_a_SOURCES = ray_3f.h ray_camera.c ray_camera.h ray_color.h ray_euler.c ray_euler.h ray_light_emitter.h ray_object.h ray_object_light.h ray_object_plane.h ray_object_point.h ray_object_sphere.h ray_object_type.h ray_ray.h ray_render.c ray_render.h ray_render_object.h ray_render_object_plane.h ray_render_object_point.h ray_render_object_sphere.h ray_scene.h ray_surface.h +libray_a_CFLAGS = -ffast-math +libray_a_CPPFLAGS = -I@top_srcdir@/src -- cgit v1.2.1