-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.config
65 lines (52 loc) · 2.19 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This file defines the principal settings for this project
REPO_NAME := Debug Vehicles
GRF_ID := \"frDV\"
TARGET_FILES := debugveh.grf
# Uncomment those lines which are applicable
# USE_NFO := 1
USE_NML := 1
# USE_OBJ := 1
# USE_CAT := 1
# If you want to use gimp to automatically create the png files from
# layered source files (psd or xcf), uncomment the following line and
# create the file and add one line per png file which shall be created:
# png filename <tab> source filename <tab> layer numbers separated by space
# (see also scripts/gimpscript)
# GRAPHICS_SOURCE_LIST_FILES := src/gfx/png_source_list
# If everything is default, you don't need the rest:
# comment out those dirs which are not in use
SRC_DIR := src
DOC_DIR := docs
SCRIPT_DIR := scripts
LANG_DIR := lang
# Add any dirs which shall be bundled in a source release additionally
# to the dirs mentioned above.
EXTRA_DIRS :=
# separate dirs for the nfo and pcx files (must be a subdir of
# or the same as the SRC_DIR )
NFO_DIR := $(SRC_DIR)/nfo
PCX_DIR := $(SRC_DIR)/pcx
WAV_DIR := $(SRC_DIR)/wav
# Documentation files:
DOC_FILES = docs/license.txt docs/readme.txt docs/readme_de.txt
# file extentions which indicate plain text source files,
# parsable by a text editor
# FILE_SRC_EXTENSIONS = pnfo tnfo nml pnml tnml
# file extensions which indicate binary source files
# FILE_INC_EXTENSIONS = wav pcx png
# Replacement strings in the source and in the documentation
# You may only change the values, not add new definitions
# (unless you know where to add them in other places, too)
REPO_TITLE_DUMMY := {{GRF_TITLE}}
GRF_ID_DUMMY := {{GRF_ID}}
REPO_REVISION_DUMMY := {{REPO_REVISION}}
OUTPUT_FILENAME_DUMMY := {{FILENAME}}
GRF_MD5SUM_DUMMY := {{GRF_MD5}}
# List of all files which will get shipped
# DOC_FILES = readme, changelog and license
# GRF_FILENAME = MAIN_FILENAME_SRC with the extention .grf
# Add any additional, not usual files here, too, including
# their relative path to the root of the repository
BUNDLE_FILES = $(TARGET_FILES) $(DOC_FILES)
# Files which also need cleaning:
CLEAN_ADD :=