This commit is contained in:
David Zuber
2019-09-01 14:14:08 +01:00
parent 924ff5f5ef
commit 8e8907f48b
631 changed files with 202169 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Shared file included by the makefiles used to build packages.
# This contains various information needed by the makefiles,
# and is autogenerated by configure to include various
# necessary details.
# Tools needed:
CC = gcc
STRIP = strip
# Package name and version number:
PROGRAM_PREFIX = ps
PACKAGE = psdoom
PACKAGE_NAME = psdoom
PACKAGE_STRING = psdoom 2012.02.05-1.6.0
PACKAGE_TARNAME = psdoom
PACKAGE_VERSION = 2012.02.05-1.6.0
# Documentation files to distribute with packages.
DOC_FILES = README \
COPYING \
ChangeLog \
NEWS \
NOT-BUGS \
CMDLINE \
TODO