2 @echo
"[chuck build]: please use one of the following configurations:"; echo
" make linux-alsa, make linux-jack, make linux-oss, make osx, or make win32"
5 @echo
"(must be root to install)"
6 cp
$(wildcard chuck chuck.exe
) /usr
/bin
/; chmod
755 /usr
/bin
/$(wildcard chuck chuck.exe
)
15 -make
-f makefile.jack
18 -make
-f makefile.alsa
21 -make
-f makefile.win32
24 rm -f
*.o chuck.tab.c chuck.tab.h chuck.yy.c chuck.output
$(wildcard chuck chuck.exe
)