diff --git a/lspath/GNUmakerules.sh b/lspath/GNUmakerules.sh new file mode 100755 index 0000000..e523b37 --- /dev/null +++ b/lspath/GNUmakerules.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "\$(BINDIR)/%: %" +echo -e "\tcp \$^ \$@" diff --git a/lspath/GNUmakevars.sh b/lspath/GNUmakevars.sh new file mode 100755 index 0000000..a7de4ae --- /dev/null +++ b/lspath/GNUmakevars.sh @@ -0,0 +1,5 @@ +#!/bin/sh +prefix=${prefix:-/usr/local} +echo "BINDIR=$prefix/bin" +echo +echo "all:"