Codebase list squeezelite / 760c375d-d9e4-409d-a2b3-939e7f1bd9b7/main Makefile.i386
760c375d-d9e4-409d-a2b3-939e7f1bd9b7/main

Tree @760c375d-d9e4-409d-a2b3-939e7f1bd9b7/main (Download .tar.gz)

Makefile.i386 @760c375d-d9e4-409d-a2b3-939e7f1bd9b7/mainraw · history · blame

# OSX 10.5 Intel 32-bit
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DGPIO -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./include -I./include/opus -I./include/alac -O2 -I./include -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386

LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-version-min=10.5 -L./lib

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

EXECUTABLE = squeezelite-i386

include Makefile