1 ################################################################################ 29 ################################################################################ 33 # Force make to use /bin/sh 36 # Common file operations 37 MKDIR = mkdir -p -m 775
39 INSTALL_DIR = install -d -p -m 775
40 INSTALL_EXE = install -p -m 775
41 INSTALL = install -p -m 664
50 TAR = tar --create --gzip --atime-preserve --verbose --file
64 PYTHON = /usr/bin/python