-
Notifications
You must be signed in to change notification settings - Fork 26
/
Makefile.config.in
57 lines (51 loc) · 1.56 KB
/
Makefile.config.in
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
# Copyright (c) 2019-2021 Damien Ciabrini
# This file is part of ngdevkit
#
# ngdevkit is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# ngdevkit 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with ngdevkit. If not, see <http://www.gnu.org/licenses/>.
prefix=@prefix@
EXTERNAL_TOOLCHAIN=@EXTERNAL_TOOLCHAIN@
EXTERNAL_EMUDBG=@EXTERNAL_EMUDBG@
EXTERNAL_GNGEO=@EXTERNAL_GNGEO@
EXTERNAL_QCRT=@EXTERNAL_QCRT@
EXAMPLES=@EXAMPLES@
# toolkit binaries
NGAR=@ngar@
NGAS=@ngas@
NGGCC=@nggcc@
NGLD=@ngld@
NGOBJCOPY=@ngobjcopy@
NGRANLIB=@ngranlib@
NGSDAR=@ngsdar@
NGSDAS=@ngsdas@
NGSDCC=@ngsdcc@
NGSDLD=@ngsdld@
NGSDOBJCOPY=@ngsdobjcopy@
NGSDRANLIB=@ngsdranlib@
# common devkit tools
PYTHON=@python@
GIT=@git@
ZIP=@zip@
INSTALL=@install@
# build flags
EMUDBG_BUILD_FLAGS=@EMUDBG_BUILD_FLAGS@
GNGEO_BUILD_FLAGS=@GNGEO_BUILD_FLAGS@
EXTRA_BUILD_CMD=@EXTRA_BUILD_CMD@
EXTRA_BUILD_CMD_TOOLCHAIN=@EXTRA_BUILD_CMD_TOOLCHAIN@
EXTRA_BUILD_FLAGS_TOOLCHAIN=@EXTRA_BUILD_FLAGS_TOOLCHAIN@
# MSYS2 configuration bits
GNGEO_INSTALL_PATH=@GNGEO_INSTALL_PATH@
ENABLE_MSYS2=@ENABLE_MSYS2@
ZLIB1_DLL=@ZLIB1_DLL@
SDL2_DLL=@SDL2_DLL@
GLEW_DLL=@GLEW_DLL@