-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.config
41 lines (32 loc) · 1.62 KB
/
Makefile.config
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
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file is part of the NML build framework
# NML build framework is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
# NML build framework is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with NML build framework. If not, see <http://www.gnu.org/licenses/>.
#
SHELL := /bin/bash
##################################################################
#
# For easy updates you can copy these basic definitions in
# Makefile.config
# and place that next to the Makefile. This will allow easy
# updates to the generic Makefile
#
##################################################################
# Definition of the grfs
REPO_NAME ?= termite
# This is the filename part common to the grf file, main source file and the tar name
BASE_FILENAME ?= termite
# Documentation files
DOC_FILES ?= docs/readme.txt docs/license.txt docs/changelog.txt
# Possible offset to NewGRF version. Increase by one, if a release
# branch is added to the repository
REPO_BRANCH_VERSION ?= 0
# Directory structure
SCRIPT_DIR ?= scripts
# Uncomment in order to make use of gimp scripting. See the file
# for a description of the format
#GFX_SCRIPT_LIST_FILES := gfx/png_source_list
# If needed, declare the minimum NML requirements
# REQUIRED_NML_BRANCH = 0.3
# MIN_NML_REVISION = 0