Skip to content

Commit

Permalink
fix for github actions osx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
capnramses committed Mar 14, 2024
1 parent b8134fa commit 5fc8d57
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion 04_mats_and_vecs/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 05_virtual_camera/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 06_vcam_with_quaternion/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 08_phong/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 09_texture_mapping/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10_screen_capture/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 11_video_capture/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 12_debugging_shaders/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 13_mesh_import/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 14_multi_tex/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 15_phongtextures/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 16_frag_reject/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 17_alpha_blending/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 18_spotlights/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 19_fog/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 20_normal_mapping/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 21_cube_mapping/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 22_geom_shaders/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 23_tessellation_shaders/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 24_gui_panels/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 25_sprite_sheets/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 26_bitmap_fonts/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 27_font_atlas/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 28_uniform_buffer_object/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 29_particle_systems/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 30_skinning_part_one/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 31_skinning_part_two/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 32_skinning_part_three/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 34_framebuffer_switch/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 35_image_kernel/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 36_colour_picking/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 37_deferred_shading/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 38_texture_shadows/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 39_texture_mapping_srgb/Makefile.osx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fc8d57

Please sign in to comment.