-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.local.sample
executable file
·43 lines (39 loc) · 1.41 KB
/
Makefile.local.sample
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
################################################################
# Install paths and options
################################################################
# INSTALL_DIR = /usr/share/games/openttd/data/mynewgrf
# DOCDIR = /usr/share/games/openttd/data/mynewgrf
# DO_NOT_INSTALL_DOCS = 1
# DO_NOT_INSTALL_LICENSE = 1
# DO_NOT_INSTALL_CHANGELOG = 1
################################################################
# Programme definitions / search paths
################################################################
# Build parameters and programmes
# TAR_FLAGS = -cf
# ZIP_FLAGS = -r
# SRCZIP_FLAGS =
# BZIP_FLAGS = -k9f
# CC_FLAGS = -C -E - <
# MAKE_FLAGS =
# UNIX2DOS_FLAGS = -q
# NML_FLAGS =
# TAR = tar
# ZIP = zip
# SRCZIP = gzip
# BZIP = bzip2
# CC = gcc
# AWK = awk
# HG = hg
# MAKE = make
# UNIX2DOS = $(shell [ `which unix2dos 2>/dev/null` ] && echo "unix2dos" || echo "")
# MD5SUM = $(shell [ "$(OSTYPE)" = "Darwin" ] && echo "md5 -r" || echo "md5sum")
# NML = nmlc
# There are two different ways to do the dep check:
# "normal": the usual bash tools being used
# "mdep": A faster script which requires python
# "none": Skip the dependency generation (mostly)
# DEP_CHECK_TYPE := mdep
# Remove the @ when you want a more verbose output.
# _V = @
# _E = @echo