File: config.make.in

package info (click to toggle)
chocolate-doom 3.0.1%2Breally3.0.0%2Bgit1471-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,872 kB
  • sloc: ansic: 220,535; makefile: 955; objc: 951; python: 681; sh: 85; xml: 7
file content (28 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 = @CC@
OBJDUMP = @OBJDUMP@
STRIP = @STRIP@
LDFLAGS = @LDFLAGS@

# Package name and version number:

PROGRAM_PREFIX = @PROGRAM_PREFIX@
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@

# Documentation files to distribute with packages.

DOC_FILES = README.md        \
            README.Music.md  \
            COPYING.md       \
            NEWS.md