Codebase list squeezelite / 60190b10-7a83-4568-a1c5-aee7cf0d9a95/main Makefile.i386
60190b10-7a83-4568-a1c5-aee7cf0d9a95/main

Tree @60190b10-7a83-4568-a1c5-aee7cf0d9a95/main (Download .tar.gz)

Makefile.i386 @60190b10-7a83-4568-a1c5-aee7cf0d9a95/mainraw · history · blame

# OSX 10.7 Intel 32-bit
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./include -I./include/opus -I./include/alac -I./include -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch i386 -mmacosx-version-min=10.7

LDFLAGS = -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch i386 -mmacosx-version-min=10.7 -L./lib

LDADD = -lportaudio -lpthread -ldl -lm -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon

EXECUTABLE = squeezelite-i386

include Makefile