File: Makefile

package info (click to toggle)
chicken 5.3.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,892 kB
  • sloc: ansic: 580,083; lisp: 71,987; tcl: 1,445; sh: 588; makefile: 60
file content (10 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# See GNUmakefile for the actual makefile used by gmake

all:
	@echo "Sorry, CHICKEN can only be built with GNU Make."
	@echo ""
	@echo "The '${MAKE}' command you just used is probably your system's"
	@echo "default Make program, which apparently is not GNU Make."
	@echo ""
	@echo "Try 'gmake' or 'gnumake' instead. If that doesn't work you'll"
	@echo "probably need to install a package or build it yourself."