]> bicyclesonthemoon.info Git - ott/enhance/blob - makefile.1.mak
b54178cb43eca2f1c376392168faad7e744af803
[ott/enhance] / makefile.1.mak
1 # "makefile" is automatically generated from "makefile.1.mak"
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
20 ifndef TARGET
21 TARGET = debug ###MAKE_TARGET:
22 # when want to change target run this first:
23 # make -B TARGET=target_name makefile
24 endif
25
26
27 ###MAKE_CC:    CC=gcc
28 ###MAKE_CF:    CF=-g -Wall
29 ###MAKE_L_IL:  L_IL=-lIL
30 ###MAKE_L_CGI: L_CGI=-lcgi
31
32 ###MAKE_CAT:   CAT   = cat
33 ###MAKE_CHMOD: CHMOD = chmod
34 ###MAKE_CP:    CP    = cp
35 ###MAKE_MKDIR: MKDIR = mkdir
36 ###MAKE_PERL:  PERL  = perl
37 ###MAKE_RM:    RM    = rm
38
39 ###MAKE_BIN_PATH: BIN_PATH = /botm/bin/enhance
40 ###MAKE_TMP_PATH: TMP_PATH = /botm/tmp/enhance
41 ###MAKE_WWW_PATH: WWW_PATH = /botm/www/1190/enhance
42
43 ###MAKE_CONF: CONF = /botm/etc/www/conf/1190/enhance.conf
44
45
46 CONFIGFILE = settings-$(TARGET).txt settings.txt
47
48 # The configuration tool
49 # http://bicyclesonthemoon.info/git/botm-config 
50 CONFIGURE = /botm/bin/config/configure.pl ###MAKE_CONFIGURE:
51 CONFIGURE_CMD = $(PERL) $(CONFIGURE) $(CONFIGFILE)
52
53
54 STANDALONE=\
55 nofading\
56 info\
57 bluenh\
58 reveal\
59 diff\
60 npb\
61 pal_mix\
62 pal_unmix\
63 pal_mixdiff\
64 remap_t_1
65
66 C_STANDALONE=\
67 standalone-nofading.c\
68 standalone-info.c\
69 standalone-bluenh.c\
70 standalone-reveal.c\
71 standalone-diff.c\
72 standalone-npb.c\
73 standalone-pal_mix.c\
74 standalone-pal_unmix.c\
75 standalone-pal_mixdiff.c\
76 standalone-remap_t_1.c
77
78 C_SUBTOOL=\
79 nofading.c\
80 info.c\
81 bluenh.c\
82 reveal.c\
83 diff.c\
84 npb.c\
85 pal_mix.c\
86 pal_unmix.c\
87 pal_mixdiff.c\
88 remap_t_1.c
89
90 H_SUBTOOL=\
91 nofading.h\
92 info.h\
93 bluenh.h\
94 reveal.h\
95 diff.h\
96 npb.h\
97 pal_mix.h\
98 pal_unmix.h\
99 pal_mixdiff.h\
100 remap_t_1.h
101
102 H_PNG=\
103 npb0.h\
104 npb1.h\
105 npb2.h\
106 npb_ong1.h\
107 npb_403.h\
108 nh.h\
109 nf.h
110
111 CGI=\
112 bluenh-cgi\
113 nofading-cgi
114
115 HTM_CGI=\
116 bluenh.htm\
117 nofading.htm
118
119 HTM_CGI_1=\
120 bluenh.1.htm\
121 nofading.1.htm\
122
123
124 # keep these 2 lists in the same order!:
125 GENERATE_FROM=\
126 online-core.1.h\
127 enhance.1.conf
128
129 TO_GENERATE=\
130 online-core.h\
131 enhance.conf
132
133 DIR=\
134 $(BIN_PATH)\
135 $(TMP_PATH)\
136 $(WWW_PATH)
137
138 SETUID=\
139 $(CGI)
140
141 BIN=\
142 enhance\
143 $(STANDALONE)\
144 $(CGI)
145
146 WWW=\
147 index.htm\
148 $(HTM_CGI)\
149 param.png
150
151 #all: 403 npb npbd npb-ong1 npbd-ong1 bluenh bluenhd insert extract seediff insertframe mremapt-1 compare nofading nofadingd
152 all: $(BIN) $(WWW)
153         
154
155 makefile: makefile.1.mak $(CONFIGFILE)
156         $(CONFIGURE_CMD) < makefile.1.mak > makefile 
157
158
159 enhance: enhance.c core.h core.c $(H_SUBTOOL) $(C_SUBTOOL) $(H_PNG)
160         $(CC) $(CF) -o enhance enhance.c core.c $(C_SUBTOOL) $(L_IL)
161
162 $(STANDALONE): %: standalone-%.c %.c %.h core.c core.h $(H_PNG)
163         $(CC) $(CF) -o $@ standalone-$*.c $*.c core.c $(L_IL)
164
165 $(C_STANDALONE): standalone-%.c: settings-subtool.txt standalone.c
166         $(CONFIGURE) subtool=$* settings-subtool.txt --in standalone.c --out $@
167
168 $(H_SUBTOOL): %.h: settings-subtool.txt subtool.h
169         $(CONFIGURE) subtool=$* settings-subtool.txt --in subtool.h --out $@
170
171 $(TO_GENERATE): $(GENERATE_FROM) $(CONFIGFILE)
172         $(CONFIGURE_CMD) --in $(GENERATE_FROM) --out $(TO_GENERATE)
173         
174 $(CGI): %: %.c online-core.c online-core.h $(H_PNG)
175         $(CC) $(CF) -o $@ $*.c online-core.c $(L_CGI)
176
177 $(H_PNG): %.h: %.png f2h
178         ./f2h $* $*.png $@
179
180 f2h: f2h.c
181         $(CC) $(CF) -o f2h f2h.c
182
183 $(HTM_CGI): %.htm: enhance-top.htm enhance-bottom.htm %.1.htm $(CONFIGFILE)
184         $(CAT) enhance-top.htm $*.1.htm enhance-bottom.htm | $(CONFIGURE) _HTML_TITLE=\$$title_$* $(CONFIGFILE) > $*.htm
185
186 index.htm: enhance-top.htm enhance-bottom.htm $(HTM_CGI_1) $(CONFIGFILE)
187         $(CAT) enhance-top.htm $(HTM_CGI_1) enhance-bottom.htm | $(CONFIGURE) _HTML_TITLE=\$$title_enhance $(CONFIGFILE) > index.htm
188
189
190 setuid: $(SETUID)
191         $(CHMOD) u+s,g+s $(SETUID)
192
193 mktree:
194         $(MKDIR) -p $(DIR)
195 #       $(CHMOD) g-r,g-w,g-x,o-r,o-w,o-x $(HIDDEN_DIR)
196
197 ifdef BIN_PATH
198 cp_bin: $(BIN) setuid | mktree
199         $(RM) -rf $(BIN_PATH)/*
200         $(CP) -p $(BIN) $(BIN_PATH)
201 endif
202
203 cp_conf: enhance.conf
204         $(CP) enhance.conf $(CONF)
205
206 cp_www: $(WWW) | mktree
207         $(CP) -r $(WWW) $(WWW_PATH)
208
209 install: cp_bin cp_www cp_conf
210
211 clean:
212         $(RM) -f enhance $(C_STANDALONE) $(STANDALONE) $(TO_GENERATE) f2h $(H_PNG) $(H_SUBTOOL) $(CGI) index.htm $(HTM_CGI)
213
214 PHONY: all clean install setuid mktree cp_bin cp_www
215
216 #npbd-ong1: npb npbd-ong1.cpp makefile
217 #       $(CC) $(CF) -o npbd-ong1 npbd-ong1.cpp $(LF2)
218 #
219 #npbd: npb npbd.cpp makefile
220 #       $(CC) $(CF) -o npbd npbd.cpp $(LF2)
221 #
222 #bluenhd: bluenhd.cpp makefile
223 #       $(CC) $(CF) -o bluenhd bluenhd.cpp $(LF2)
224 #\r
225 #seediff: seediff.c makefile\r
226 #       $(CC) $(CF) $(LF) -o seediff seediff.c\r
227 #\r
228 #insertframe: insertframe.c makefile\r
229 #       $(CC) $(CF) -o insertframe insertframe.c $(LF2)\r
230 #
231 #remapt-1: remapt-1.c makefile
232 #       $(CC) $(CF) $(LF) -o remapt-1 remapt-1.c
233 #
234 #compare: compare.c makefile
235 #       $(CC) $(CF) $(LF) -o compare compare.c
236 #
237 #nofadingd: nofadingd.c makefile
238 #       $(CC) $(CF) $(LF) -o nofadingd nofadingd.c
239 #