diff --git a/04_mats_and_vecs/Makefile.osx b/04_mats_and_vecs/Makefile.osx index 49ab404..2e13e5b 100644 --- a/04_mats_and_vecs/Makefile.osx +++ b/04_mats_and_vecs/Makefile.osx @@ -1,6 +1,6 @@ BIN = matsvecs CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/05_virtual_camera/Makefile.osx b/05_virtual_camera/Makefile.osx index f0897fc..59345a5 100644 --- a/05_virtual_camera/Makefile.osx +++ b/05_virtual_camera/Makefile.osx @@ -1,6 +1,6 @@ BIN = vcam CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/06_vcam_with_quaternion/Makefile.osx b/06_vcam_with_quaternion/Makefile.osx index e056ea9..86b5fac 100644 --- a/06_vcam_with_quaternion/Makefile.osx +++ b/06_vcam_with_quaternion/Makefile.osx @@ -1,6 +1,6 @@ BIN = quats CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/08_phong/Makefile.osx b/08_phong/Makefile.osx index 16516f2..711f734 100644 --- a/08_phong/Makefile.osx +++ b/08_phong/Makefile.osx @@ -1,6 +1,6 @@ BIN = phong CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/09_texture_mapping/Makefile.osx b/09_texture_mapping/Makefile.osx index 4ded687..b1ec5bb 100644 --- a/09_texture_mapping/Makefile.osx +++ b/09_texture_mapping/Makefile.osx @@ -1,6 +1,6 @@ BIN = texmap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/10_screen_capture/Makefile.osx b/10_screen_capture/Makefile.osx index 1e633e1..2f433a1 100644 --- a/10_screen_capture/Makefile.osx +++ b/10_screen_capture/Makefile.osx @@ -1,6 +1,6 @@ BIN = scrcap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/11_video_capture/Makefile.osx b/11_video_capture/Makefile.osx index af08263..25fee1e 100644 --- a/11_video_capture/Makefile.osx +++ b/11_video_capture/Makefile.osx @@ -1,6 +1,6 @@ BIN = vidcap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/12_debugging_shaders/Makefile.osx b/12_debugging_shaders/Makefile.osx index 3d9f53d..019558c 100644 --- a/12_debugging_shaders/Makefile.osx +++ b/12_debugging_shaders/Makefile.osx @@ -1,6 +1,6 @@ BIN = debugshdrs CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/13_mesh_import/Makefile.osx b/13_mesh_import/Makefile.osx index 2ff1daa..8c16548 100644 --- a/13_mesh_import/Makefile.osx +++ b/13_mesh_import/Makefile.osx @@ -1,6 +1,6 @@ BIN = meshimp CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/14_multi_tex/Makefile.osx b/14_multi_tex/Makefile.osx index e2ec3cf..bdbcb44 100644 --- a/14_multi_tex/Makefile.osx +++ b/14_multi_tex/Makefile.osx @@ -1,6 +1,6 @@ BIN = multitex CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/15_phongtextures/Makefile.osx b/15_phongtextures/Makefile.osx index 11145c8..8fcb01f 100644 --- a/15_phongtextures/Makefile.osx +++ b/15_phongtextures/Makefile.osx @@ -1,6 +1,6 @@ BIN = phongtex CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/16_frag_reject/Makefile.osx b/16_frag_reject/Makefile.osx index 56faeb7..232610b 100644 --- a/16_frag_reject/Makefile.osx +++ b/16_frag_reject/Makefile.osx @@ -1,6 +1,6 @@ BIN = fragrej CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/17_alpha_blending/Makefile.osx b/17_alpha_blending/Makefile.osx index 48accdf..9a1e624 100644 --- a/17_alpha_blending/Makefile.osx +++ b/17_alpha_blending/Makefile.osx @@ -1,6 +1,6 @@ BIN = alphablend CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/18_spotlights/Makefile.osx b/18_spotlights/Makefile.osx index 8d2091a..17fa884 100644 --- a/18_spotlights/Makefile.osx +++ b/18_spotlights/Makefile.osx @@ -1,6 +1,6 @@ BIN = spotlights CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/19_fog/Makefile.osx b/19_fog/Makefile.osx index 29b2f58..ad2dba8 100644 --- a/19_fog/Makefile.osx +++ b/19_fog/Makefile.osx @@ -1,6 +1,6 @@ BIN = fog CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/20_normal_mapping/Makefile.osx b/20_normal_mapping/Makefile.osx index a7679b6..1ecf063 100644 --- a/20_normal_mapping/Makefile.osx +++ b/20_normal_mapping/Makefile.osx @@ -1,6 +1,6 @@ BIN = nmap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/21_cube_mapping/Makefile.osx b/21_cube_mapping/Makefile.osx index d6596e9..92b3dbb 100644 --- a/21_cube_mapping/Makefile.osx +++ b/21_cube_mapping/Makefile.osx @@ -1,6 +1,6 @@ BIN = cubemap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/22_geom_shaders/Makefile.osx b/22_geom_shaders/Makefile.osx index df7517c..241cf87 100644 --- a/22_geom_shaders/Makefile.osx +++ b/22_geom_shaders/Makefile.osx @@ -1,6 +1,6 @@ BIN = geomsh CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/23_tessellation_shaders/Makefile.osx b/23_tessellation_shaders/Makefile.osx index fc0a6e8..0048d36 100644 --- a/23_tessellation_shaders/Makefile.osx +++ b/23_tessellation_shaders/Makefile.osx @@ -1,6 +1,6 @@ BIN = tess CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/24_gui_panels/Makefile.osx b/24_gui_panels/Makefile.osx index 9d5a4e0..116043e 100644 --- a/24_gui_panels/Makefile.osx +++ b/24_gui_panels/Makefile.osx @@ -1,6 +1,6 @@ BIN = overlays CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/25_sprite_sheets/Makefile.osx b/25_sprite_sheets/Makefile.osx index 5b1a0bc..200908b 100644 --- a/25_sprite_sheets/Makefile.osx +++ b/25_sprite_sheets/Makefile.osx @@ -1,6 +1,6 @@ BIN = sprites CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/26_bitmap_fonts/Makefile.osx b/26_bitmap_fonts/Makefile.osx index 7222821..b0ed7d6 100644 --- a/26_bitmap_fonts/Makefile.osx +++ b/26_bitmap_fonts/Makefile.osx @@ -1,6 +1,6 @@ BIN = fonts CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/27_font_atlas/Makefile.osx b/27_font_atlas/Makefile.osx index 97dfc3f..daf8fb2 100644 --- a/27_font_atlas/Makefile.osx +++ b/27_font_atlas/Makefile.osx @@ -1,5 +1,5 @@ CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/28_uniform_buffer_object/Makefile.osx b/28_uniform_buffer_object/Makefile.osx index d6596e9..92b3dbb 100644 --- a/28_uniform_buffer_object/Makefile.osx +++ b/28_uniform_buffer_object/Makefile.osx @@ -1,6 +1,6 @@ BIN = cubemap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/29_particle_systems/Makefile.osx b/29_particle_systems/Makefile.osx index 2189a15..ad74ee1 100644 --- a/29_particle_systems/Makefile.osx +++ b/29_particle_systems/Makefile.osx @@ -1,6 +1,6 @@ BIN = particles CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/30_skinning_part_one/Makefile.osx b/30_skinning_part_one/Makefile.osx index eaa9a99..dc22311 100644 --- a/30_skinning_part_one/Makefile.osx +++ b/30_skinning_part_one/Makefile.osx @@ -1,6 +1,6 @@ BIN = skin CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/31_skinning_part_two/Makefile.osx b/31_skinning_part_two/Makefile.osx index eaa9a99..dc22311 100644 --- a/31_skinning_part_two/Makefile.osx +++ b/31_skinning_part_two/Makefile.osx @@ -1,6 +1,6 @@ BIN = skin CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/32_skinning_part_three/Makefile.osx b/32_skinning_part_three/Makefile.osx index eaa9a99..dc22311 100644 --- a/32_skinning_part_three/Makefile.osx +++ b/32_skinning_part_three/Makefile.osx @@ -1,6 +1,6 @@ BIN = skin CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw -lassimp FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/34_framebuffer_switch/Makefile.osx b/34_framebuffer_switch/Makefile.osx index ccb4c7d..fa60477 100644 --- a/34_framebuffer_switch/Makefile.osx +++ b/34_framebuffer_switch/Makefile.osx @@ -1,6 +1,6 @@ BIN = fbuffer CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/35_image_kernel/Makefile.osx b/35_image_kernel/Makefile.osx index 3d9d019..f498f5c 100644 --- a/35_image_kernel/Makefile.osx +++ b/35_image_kernel/Makefile.osx @@ -1,6 +1,6 @@ BIN = kernel CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/36_colour_picking/Makefile.osx b/36_colour_picking/Makefile.osx index fdac4d3..33291f0 100644 --- a/36_colour_picking/Makefile.osx +++ b/36_colour_picking/Makefile.osx @@ -1,6 +1,6 @@ BIN = pick CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/37_deferred_shading/Makefile.osx b/37_deferred_shading/Makefile.osx index d523def..c0a0064 100644 --- a/37_deferred_shading/Makefile.osx +++ b/37_deferred_shading/Makefile.osx @@ -1,6 +1,6 @@ BIN = deferred CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/38_texture_shadows/Makefile.osx b/38_texture_shadows/Makefile.osx index f7d666f..62c2b2a 100644 --- a/38_texture_shadows/Makefile.osx +++ b/38_texture_shadows/Makefile.osx @@ -1,6 +1,6 @@ BIN = shads CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit diff --git a/39_texture_mapping_srgb/Makefile.osx b/39_texture_mapping_srgb/Makefile.osx index ff76679..7ed447c 100644 --- a/39_texture_mapping_srgb/Makefile.osx +++ b/39_texture_mapping_srgb/Makefile.osx @@ -1,6 +1,6 @@ BIN = texmap CC = clang++ -FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage +FLAGS = -DAPPLE -Wall -pedantic INC = -I/sw/include -I/usr/local/include LIBS = -lGLEW -lglfw FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit