*** empty log message ***
[chuck-blob.git] / exile / v1 / src / makefile
blobd139a1eb7fe7c87303fddb3016dcff7ec8148663
1 current:
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"
4 install:
5 @echo "(must be root to install)"
6 cp $(wildcard chuck chuck.exe) /usr/bin/; chmod 755 /usr/bin/$(wildcard chuck chuck.exe)
8 osx:
9 -make -f makefile.osx
11 linux-oss:
12 -make -f makefile.oss
14 linux-jack:
15 -make -f makefile.jack
17 linux-alsa:
18 -make -f makefile.alsa
20 win32:
21 -make -f makefile.win32
23 clean:
24 rm -f *.o chuck.tab.c chuck.tab.h chuck.yy.c chuck.output $(wildcard chuck chuck.exe)