-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.local.sample
41 lines (38 loc) · 1.38 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
# 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
################################################################
# Programme definitions / search paths
################################################################
# Build parameters and programmes
# NFORENUM_FLAGS = $(shell [ `$(NFORENUM) -s -v 2>/dev/null | wc -l ` -eq 1 ] && echo "-s" || echo "")
# NFO_WARN_LEVEL = 4
# GRFCODEC_FLAGS = $(shell $(GRFCODEC) -s -v >/dev/null 2>/dev/null && echo "-s" || echo "") -e -p 2 -c
# CATCODEC_FLAGS = -e
# TAR_FLAGS = -cf
# ZIP_FLAGS = -r
# SRCZIP_FLAGS =
# BZIP_FLAGS = -k9f
# CC_FLAGS = -C -E - <
# MAKE_FLAGS =
# UNIX2DOS_FLAGS = -q
# NML_FLAGS =
# NFORENUM = nforenum
# GRFCODEC = grfcodec
# CATCODEC = catcodec
# 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
# Remove the @ when you want a more verbose output.
# _V = @
# _E = @echo