Codebase list squeezelite / f2b598c9-f297-428c-910b-12e44c2c753c/main Makefile.i386
f2b598c9-f297-428c-910b-12e44c2c753c/main

Tree @f2b598c9-f297-428c-910b-12e44c2c753c/main (Download .tar.gz)

Makefile.i386 @f2b598c9-f297-428c-910b-12e44c2c753c/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