]> bicyclesonthemoon.info Git - ott/enhance/blob - settings.txt
4d4ab770aff50b11df17e442c322015196021f19
[ott/enhance] / settings.txt
1 # settings.txt
2 # 04.12.2022
3
4 # Copyright (C) 2022  Balthasar SzczepaƄski
5
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU Affero General Public License as
8 # published by the Free Software Foundation, either version 3 of the
9 # License, or (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU Affero General Public License for more details.
15
16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19 _C_DEFINE_STR: #define $0 "@_ESCAPE($1)"
20 # _C_INCLUDE_STR: #include "@_ESCAPE($0)"
21
22 _bin_bluenh_path = @_PATH($bin_path, bluenh)
23 _bin_npb_path    = @_PATH($bin_path, npb)
24
25 MAKE_CONFIGURE = CONFIGURE = $configure
26 MAKE_TARGET    = TARGET    = $target
27
28 MAKE_CHMOD  = CHMOD=$chmod
29 MAKE_CP     = CP   =$cp
30 MAKE_MKDIR  = MKDIR=$mkdir
31 MAKE_PERL   = PERL =$perl
32 MAKE_RM     = RM   =$rm
33
34 MAKE_CC    = CC   =$CC
35 MAKE_CF    = CF   =$CF
36 MAKE_L_IL  = L_IL =$L_IL
37 MAKE_L_CGI = L_CGI=$L_CGI
38
39 MAKE_BIN_PATH = BIN_PATH = $bin_path
40 MAKE_TMP_PATH = TMP_PATH = $tmp_path
41
42 C_USERAGENT = @_C_DEFINE_STR(USERAGENT, $useragent)
43
44 C_CP_PATH   = @_C_DEFINE_STR(CP_PATH,   $cp)
45 C_WGET_PATH = @_C_DEFINE_STR(WGET_PATH, $wget)
46 C_RM_PATH   = @_C_DEFINE_STR(RM_PATH,   $rm)
47
48 C_TEMP_PATH = @_C_DEFINE_STR(TEMP_PATH, $_tmp_path)
49
50 C_BLUENH_PATH = @_C_DEFINE_STR(BLUENH_PATH, $_bin_bluenh_path)
51 C_NPB_PATH    = @_C_DEFINE_STR(NPB_PATH,    $_bin_npb_path)