GNU Source Release Collection 2014年10月11日: A simple example

Next: , Previous: , Up: Anatomy of a GSRC Makefile [Contents]


A.2.4 A simple example

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

AltStyle によって変換されたページ (->オリジナル) /