Next: A complex example, Previous: Build recipes, Up: Anatomy of a GSRC Makefile [Contents]
NAME = GNU Hello GARNAME = hello GARVERSION = 2.9 HOME_URL = http://www.gnu.org/software/hello/manual/ DESCRIPTION = A program that produces a familiar, friendly greeting define BLURB GNU Hello prints the message "Hello, world!" and then exits. It serves as an example of standard GNU coding practices. As such, it supports command-line arguments, multiple languages, and so on. endef ###################################################################### MASTER_SITES = $(MASTER_GNU) MASTER_SUBDIR = $(GARNAME)/ DISTFILES = $(DISTNAME).tar.gz SIGFILES = $(DISTNAME).tar.gz.sig BUILDDEPS = LIBDEPS = ###################################################################### include ../../gar.lib/auto.mk include config.mk