aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: bb8fffa2831012cd14447c71f435c03e566aaf77 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                           
 




                                                           



                          
      

                                                               


                                           
.PHONY: all-32 all-64 all-sparc clean purge

all-32:
	echo "Legacy warning: Building is done with scons."
	ARCH=x86 scons
all-64:
	ARCH=x86_64 scons

all-sparc:
	ARCH=sparc64 scons

clean:
	echo "Legacy warning: Building is now done with scons."
	scons -c

purge: clean
	rm -rf .sconf_temp .sconsign.dblite