File: MakeCalctool.sh

package info (click to toggle)
calctool 2.4.9-14
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 524 kB
  • ctags: 1,179
  • sloc: ansic: 5,124; makefile: 656; sh: 23
file content (11 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
echo
echo "clean old versions...."
echo
make clean
echo
echo "creating the 'lib'...."
echo
cp Imakefile.lib Imakefile
xmkmf -a
make || exit 1
mv ./libCalctool.a ./lib