| | @@ -157,91 +157,94 @@ |
| 157 | 157 | winhttp_.c \ |
| 158 | 158 | xfer_.c \ |
| 159 | 159 | zip_.c |
| 160 | 160 | |
| 161 | 161 | OBJ = \ |
| 162 | | - add.o \ |
| 163 | | - allrepo.o \ |
| 164 | | - bag.o \ |
| 165 | | - blob.o \ |
| 166 | | - branch.o \ |
| 167 | | - browse.o \ |
| 168 | | - captcha.o \ |
| 169 | | - cgi.o \ |
| 170 | | - checkin.o \ |
| 171 | | - checkout.o \ |
| 172 | | - clearsign.o \ |
| 173 | | - clone.o \ |
| 174 | | - comformat.o \ |
| 175 | | - configure.o \ |
| 176 | | - construct.o \ |
| 177 | | - content.o \ |
| 178 | | - db.o \ |
| 179 | | - delta.o \ |
| 180 | | - deltacmd.o \ |
| 181 | | - descendants.o \ |
| 182 | | - diff.o \ |
| 183 | | - diffcmd.o \ |
| 184 | | - doc.o \ |
| 185 | | - encode.o \ |
| 186 | | - file.o \ |
| 187 | | - finfo.o \ |
| 188 | | - graph.o \ |
| 189 | | - http.o \ |
| 190 | | - http_socket.o \ |
| 191 | | - http_ssl.o \ |
| 192 | | - http_transport.o \ |
| 193 | | - info.o \ |
| 194 | | - login.o \ |
| 195 | | - main.o \ |
| 196 | | - manifest.o \ |
| 197 | | - md5.o \ |
| 198 | | - merge.o \ |
| 199 | | - merge3.o \ |
| 200 | | - name.o \ |
| 201 | | - pivot.o \ |
| 202 | | - pqueue.o \ |
| 203 | | - printf.o \ |
| 204 | | - rebuild.o \ |
| 205 | | - report.o \ |
| 206 | | - rss.o \ |
| 207 | | - rstats.o \ |
| 208 | | - schema.o \ |
| 209 | | - search.o \ |
| 210 | | - setup.o \ |
| 211 | | - sha1.o \ |
| 212 | | - shun.o \ |
| 213 | | - skins.o \ |
| 214 | | - stat.o \ |
| 215 | | - style.o \ |
| 216 | | - sync.o \ |
| 217 | | - tag.o \ |
| 218 | | - th_main.o \ |
| 219 | | - timeline.o \ |
| 220 | | - tkt.o \ |
| 221 | | - tktsetup.o \ |
| 222 | | - undo.o \ |
| 223 | | - update.o \ |
| 224 | | - url.o \ |
| 225 | | - user.o \ |
| 226 | | - verify.o \ |
| 227 | | - vfile.o \ |
| 228 | | - wiki.o \ |
| 229 | | - wikiformat.o \ |
| 230 | | - winhttp.o \ |
| 231 | | - xfer.o \ |
| 232 | | - zip.o |
| 162 | + $(OBJDIR)/add.o \ |
| 163 | + $(OBJDIR)/allrepo.o \ |
| 164 | + $(OBJDIR)/bag.o \ |
| 165 | + $(OBJDIR)/blob.o \ |
| 166 | + $(OBJDIR)/branch.o \ |
| 167 | + $(OBJDIR)/browse.o \ |
| 168 | + $(OBJDIR)/captcha.o \ |
| 169 | + $(OBJDIR)/cgi.o \ |
| 170 | + $(OBJDIR)/checkin.o \ |
| 171 | + $(OBJDIR)/checkout.o \ |
| 172 | + $(OBJDIR)/clearsign.o \ |
| 173 | + $(OBJDIR)/clone.o \ |
| 174 | + $(OBJDIR)/comformat.o \ |
| 175 | + $(OBJDIR)/configure.o \ |
| 176 | + $(OBJDIR)/construct.o \ |
| 177 | + $(OBJDIR)/content.o \ |
| 178 | + $(OBJDIR)/db.o \ |
| 179 | + $(OBJDIR)/delta.o \ |
| 180 | + $(OBJDIR)/deltacmd.o \ |
| 181 | + $(OBJDIR)/descendants.o \ |
| 182 | + $(OBJDIR)/diff.o \ |
| 183 | + $(OBJDIR)/diffcmd.o \ |
| 184 | + $(OBJDIR)/doc.o \ |
| 185 | + $(OBJDIR)/encode.o \ |
| 186 | + $(OBJDIR)/file.o \ |
| 187 | + $(OBJDIR)/finfo.o \ |
| 188 | + $(OBJDIR)/graph.o \ |
| 189 | + $(OBJDIR)/http.o \ |
| 190 | + $(OBJDIR)/http_socket.o \ |
| 191 | + $(OBJDIR)/http_ssl.o \ |
| 192 | + $(OBJDIR)/http_transport.o \ |
| 193 | + $(OBJDIR)/info.o \ |
| 194 | + $(OBJDIR)/login.o \ |
| 195 | + $(OBJDIR)/main.o \ |
| 196 | + $(OBJDIR)/manifest.o \ |
| 197 | + $(OBJDIR)/md5.o \ |
| 198 | + $(OBJDIR)/merge.o \ |
| 199 | + $(OBJDIR)/merge3.o \ |
| 200 | + $(OBJDIR)/name.o \ |
| 201 | + $(OBJDIR)/pivot.o \ |
| 202 | + $(OBJDIR)/pqueue.o \ |
| 203 | + $(OBJDIR)/printf.o \ |
| 204 | + $(OBJDIR)/rebuild.o \ |
| 205 | + $(OBJDIR)/report.o \ |
| 206 | + $(OBJDIR)/rss.o \ |
| 207 | + $(OBJDIR)/rstats.o \ |
| 208 | + $(OBJDIR)/schema.o \ |
| 209 | + $(OBJDIR)/search.o \ |
| 210 | + $(OBJDIR)/setup.o \ |
| 211 | + $(OBJDIR)/sha1.o \ |
| 212 | + $(OBJDIR)/shun.o \ |
| 213 | + $(OBJDIR)/skins.o \ |
| 214 | + $(OBJDIR)/stat.o \ |
| 215 | + $(OBJDIR)/style.o \ |
| 216 | + $(OBJDIR)/sync.o \ |
| 217 | + $(OBJDIR)/tag.o \ |
| 218 | + $(OBJDIR)/th_main.o \ |
| 219 | + $(OBJDIR)/timeline.o \ |
| 220 | + $(OBJDIR)/tkt.o \ |
| 221 | + $(OBJDIR)/tktsetup.o \ |
| 222 | + $(OBJDIR)/undo.o \ |
| 223 | + $(OBJDIR)/update.o \ |
| 224 | + $(OBJDIR)/url.o \ |
| 225 | + $(OBJDIR)/user.o \ |
| 226 | + $(OBJDIR)/verify.o \ |
| 227 | + $(OBJDIR)/vfile.o \ |
| 228 | + $(OBJDIR)/wiki.o \ |
| 229 | + $(OBJDIR)/wikiformat.o \ |
| 230 | + $(OBJDIR)/winhttp.o \ |
| 231 | + $(OBJDIR)/xfer.o \ |
| 232 | + $(OBJDIR)/zip.o |
| 233 | 233 | |
| 234 | 234 | APPNAME = fossil$(E) |
| 235 | 235 | |
| 236 | 236 | |
| 237 | 237 | |
| 238 | | -all: $(APPNAME) |
| 238 | +all: $(OBJDIR) $(APPNAME) |
| 239 | 239 | |
| 240 | 240 | install: $(APPNAME) |
| 241 | 241 | mv $(APPNAME) $(INSTALLDIR) |
| 242 | 242 | |
| 243 | +$(OBJDIR): |
| 244 | + -mkdir $(OBJDIR) |
| 245 | + |
| 243 | 246 | translate: $(SRCDIR)/translate.c |
| 244 | 247 | $(BCC) -o translate $(SRCDIR)/translate.c |
| 245 | 248 | |
| 246 | 249 | makeheaders: $(SRCDIR)/makeheaders.c |
| 247 | 250 | $(BCC) -o makeheaders $(SRCDIR)/makeheaders.c |
| | @@ -258,21 +261,21 @@ |
| 258 | 261 | VERSION.h: $(SRCDIR)/../manifest.uuid $(SRCDIR)/../manifest |
| 259 | 262 | awk '{ printf "#define MANIFEST_UUID \"%s\"\n", $$1}' $(SRCDIR)/../manifest.uuid >VERSION.h |
| 260 | 263 | awk '{ printf "#define MANIFEST_VERSION \"[%.10s]\"\n", $$1}' $(SRCDIR)/../manifest.uuid >>VERSION.h |
| 261 | 264 | awk '$$1=="D"{printf "#define MANIFEST_DATE \"%s %s\"\n", substr($$2,1,10),substr($$2,12)}' $(SRCDIR)/../manifest >>VERSION.h |
| 262 | 265 | |
| 263 | | -$(APPNAME): headers $(OBJ) sqlite3.o th.o th_lang.o |
| 264 | | - $(TCC) -o $(APPNAME) $(OBJ) sqlite3.o th.o th_lang.o $(LIB) |
| 266 | +$(APPNAME): headers $(OBJ) $(OBJDIR)/sqlite3.o $(OBJDIR)/th.o $(OBJDIR)/th_lang.o |
| 267 | + $(TCC) -o $(APPNAME) $(OBJ) $(OBJDIR)/sqlite3.o $(OBJDIR)/th.o $(OBJDIR)/th_lang.o $(LIB) |
| 265 | 268 | |
| 266 | 269 | # This rule prevents make from using its default rules to try build |
| 267 | 270 | # an executable named "manifest" out of the file named "manifest.c" |
| 268 | 271 | # |
| 269 | 272 | $(SRCDIR)/../manifest: |
| 270 | 273 | # noop |
| 271 | 274 | |
| 272 | 275 | clean: |
| 273 | | - rm -f *.o *_.c $(APPNAME) VERSION.h |
| 276 | + rm -f $(OBJDIR)/*.o *_.c $(APPNAME) VERSION.h |
| 274 | 277 | rm -f translate makeheaders mkindex page_index.h headers |
| 275 | 278 | rm -f add.h allrepo.h bag.h blob.h branch.h browse.h captcha.h cgi.h checkin.h checkout.h clearsign.h clone.h comformat.h configure.h construct.h content.h db.h delta.h deltacmd.h descendants.h diff.h diffcmd.h doc.h encode.h file.h finfo.h graph.h http.h http_socket.h http_ssl.h http_transport.h info.h login.h main.h manifest.h md5.h merge.h merge3.h name.h pivot.h pqueue.h printf.h rebuild.h report.h rss.h rstats.h schema.h search.h setup.h sha1.h shun.h skins.h stat.h style.h sync.h tag.h th_main.h timeline.h tkt.h tktsetup.h undo.h update.h url.h user.h verify.h vfile.h wiki.h wikiformat.h winhttp.h xfer.h zip.h |
| 276 | 279 | |
| 277 | 280 | page_index.h: $(TRANS_SRC) mkindex |
| 278 | 281 | ./mkindex $(TRANS_SRC) >$@ |
| | @@ -282,508 +285,508 @@ |
| 282 | 285 | headers: Makefile |
| 283 | 286 | Makefile: |
| 284 | 287 | add_.c: $(SRCDIR)/add.c translate |
| 285 | 288 | ./translate $(SRCDIR)/add.c >add_.c |
| 286 | 289 | |
| 287 | | -add.o: add_.c add.h $(SRCDIR)/config.h |
| 288 | | - $(XTCC) -o add.o -c add_.c |
| 290 | +$(OBJDIR)/add.o: add_.c add.h $(SRCDIR)/config.h |
| 291 | + $(XTCC) -o $(OBJDIR)/add.o -c add_.c |
| 289 | 292 | |
| 290 | 293 | add.h: headers |
| 291 | 294 | allrepo_.c: $(SRCDIR)/allrepo.c translate |
| 292 | 295 | ./translate $(SRCDIR)/allrepo.c >allrepo_.c |
| 293 | 296 | |
| 294 | | -allrepo.o: allrepo_.c allrepo.h $(SRCDIR)/config.h |
| 295 | | - $(XTCC) -o allrepo.o -c allrepo_.c |
| 297 | +$(OBJDIR)/allrepo.o: allrepo_.c allrepo.h $(SRCDIR)/config.h |
| 298 | + $(XTCC) -o $(OBJDIR)/allrepo.o -c allrepo_.c |
| 296 | 299 | |
| 297 | 300 | allrepo.h: headers |
| 298 | 301 | bag_.c: $(SRCDIR)/bag.c translate |
| 299 | 302 | ./translate $(SRCDIR)/bag.c >bag_.c |
| 300 | 303 | |
| 301 | | -bag.o: bag_.c bag.h $(SRCDIR)/config.h |
| 302 | | - $(XTCC) -o bag.o -c bag_.c |
| 304 | +$(OBJDIR)/bag.o: bag_.c bag.h $(SRCDIR)/config.h |
| 305 | + $(XTCC) -o $(OBJDIR)/bag.o -c bag_.c |
| 303 | 306 | |
| 304 | 307 | bag.h: headers |
| 305 | 308 | blob_.c: $(SRCDIR)/blob.c translate |
| 306 | 309 | ./translate $(SRCDIR)/blob.c >blob_.c |
| 307 | 310 | |
| 308 | | -blob.o: blob_.c blob.h $(SRCDIR)/config.h |
| 309 | | - $(XTCC) -o blob.o -c blob_.c |
| 311 | +$(OBJDIR)/blob.o: blob_.c blob.h $(SRCDIR)/config.h |
| 312 | + $(XTCC) -o $(OBJDIR)/blob.o -c blob_.c |
| 310 | 313 | |
| 311 | 314 | blob.h: headers |
| 312 | 315 | branch_.c: $(SRCDIR)/branch.c translate |
| 313 | 316 | ./translate $(SRCDIR)/branch.c >branch_.c |
| 314 | 317 | |
| 315 | | -branch.o: branch_.c branch.h $(SRCDIR)/config.h |
| 316 | | - $(XTCC) -o branch.o -c branch_.c |
| 318 | +$(OBJDIR)/branch.o: branch_.c branch.h $(SRCDIR)/config.h |
| 319 | + $(XTCC) -o $(OBJDIR)/branch.o -c branch_.c |
| 317 | 320 | |
| 318 | 321 | branch.h: headers |
| 319 | 322 | browse_.c: $(SRCDIR)/browse.c translate |
| 320 | 323 | ./translate $(SRCDIR)/browse.c >browse_.c |
| 321 | 324 | |
| 322 | | -browse.o: browse_.c browse.h $(SRCDIR)/config.h |
| 323 | | - $(XTCC) -o browse.o -c browse_.c |
| 325 | +$(OBJDIR)/browse.o: browse_.c browse.h $(SRCDIR)/config.h |
| 326 | + $(XTCC) -o $(OBJDIR)/browse.o -c browse_.c |
| 324 | 327 | |
| 325 | 328 | browse.h: headers |
| 326 | 329 | captcha_.c: $(SRCDIR)/captcha.c translate |
| 327 | 330 | ./translate $(SRCDIR)/captcha.c >captcha_.c |
| 328 | 331 | |
| 329 | | -captcha.o: captcha_.c captcha.h $(SRCDIR)/config.h |
| 330 | | - $(XTCC) -o captcha.o -c captcha_.c |
| 332 | +$(OBJDIR)/captcha.o: captcha_.c captcha.h $(SRCDIR)/config.h |
| 333 | + $(XTCC) -o $(OBJDIR)/captcha.o -c captcha_.c |
| 331 | 334 | |
| 332 | 335 | captcha.h: headers |
| 333 | 336 | cgi_.c: $(SRCDIR)/cgi.c translate |
| 334 | 337 | ./translate $(SRCDIR)/cgi.c >cgi_.c |
| 335 | 338 | |
| 336 | | -cgi.o: cgi_.c cgi.h $(SRCDIR)/config.h |
| 337 | | - $(XTCC) -o cgi.o -c cgi_.c |
| 339 | +$(OBJDIR)/cgi.o: cgi_.c cgi.h $(SRCDIR)/config.h |
| 340 | + $(XTCC) -o $(OBJDIR)/cgi.o -c cgi_.c |
| 338 | 341 | |
| 339 | 342 | cgi.h: headers |
| 340 | 343 | checkin_.c: $(SRCDIR)/checkin.c translate |
| 341 | 344 | ./translate $(SRCDIR)/checkin.c >checkin_.c |
| 342 | 345 | |
| 343 | | -checkin.o: checkin_.c checkin.h $(SRCDIR)/config.h |
| 344 | | - $(XTCC) -o checkin.o -c checkin_.c |
| 346 | +$(OBJDIR)/checkin.o: checkin_.c checkin.h $(SRCDIR)/config.h |
| 347 | + $(XTCC) -o $(OBJDIR)/checkin.o -c checkin_.c |
| 345 | 348 | |
| 346 | 349 | checkin.h: headers |
| 347 | 350 | checkout_.c: $(SRCDIR)/checkout.c translate |
| 348 | 351 | ./translate $(SRCDIR)/checkout.c >checkout_.c |
| 349 | 352 | |
| 350 | | -checkout.o: checkout_.c checkout.h $(SRCDIR)/config.h |
| 351 | | - $(XTCC) -o checkout.o -c checkout_.c |
| 353 | +$(OBJDIR)/checkout.o: checkout_.c checkout.h $(SRCDIR)/config.h |
| 354 | + $(XTCC) -o $(OBJDIR)/checkout.o -c checkout_.c |
| 352 | 355 | |
| 353 | 356 | checkout.h: headers |
| 354 | 357 | clearsign_.c: $(SRCDIR)/clearsign.c translate |
| 355 | 358 | ./translate $(SRCDIR)/clearsign.c >clearsign_.c |
| 356 | 359 | |
| 357 | | -clearsign.o: clearsign_.c clearsign.h $(SRCDIR)/config.h |
| 358 | | - $(XTCC) -o clearsign.o -c clearsign_.c |
| 360 | +$(OBJDIR)/clearsign.o: clearsign_.c clearsign.h $(SRCDIR)/config.h |
| 361 | + $(XTCC) -o $(OBJDIR)/clearsign.o -c clearsign_.c |
| 359 | 362 | |
| 360 | 363 | clearsign.h: headers |
| 361 | 364 | clone_.c: $(SRCDIR)/clone.c translate |
| 362 | 365 | ./translate $(SRCDIR)/clone.c >clone_.c |
| 363 | 366 | |
| 364 | | -clone.o: clone_.c clone.h $(SRCDIR)/config.h |
| 365 | | - $(XTCC) -o clone.o -c clone_.c |
| 367 | +$(OBJDIR)/clone.o: clone_.c clone.h $(SRCDIR)/config.h |
| 368 | + $(XTCC) -o $(OBJDIR)/clone.o -c clone_.c |
| 366 | 369 | |
| 367 | 370 | clone.h: headers |
| 368 | 371 | comformat_.c: $(SRCDIR)/comformat.c translate |
| 369 | 372 | ./translate $(SRCDIR)/comformat.c >comformat_.c |
| 370 | 373 | |
| 371 | | -comformat.o: comformat_.c comformat.h $(SRCDIR)/config.h |
| 372 | | - $(XTCC) -o comformat.o -c comformat_.c |
| 374 | +$(OBJDIR)/comformat.o: comformat_.c comformat.h $(SRCDIR)/config.h |
| 375 | + $(XTCC) -o $(OBJDIR)/comformat.o -c comformat_.c |
| 373 | 376 | |
| 374 | 377 | comformat.h: headers |
| 375 | 378 | configure_.c: $(SRCDIR)/configure.c translate |
| 376 | 379 | ./translate $(SRCDIR)/configure.c >configure_.c |
| 377 | 380 | |
| 378 | | -configure.o: configure_.c configure.h $(SRCDIR)/config.h |
| 379 | | - $(XTCC) -o configure.o -c configure_.c |
| 381 | +$(OBJDIR)/configure.o: configure_.c configure.h $(SRCDIR)/config.h |
| 382 | + $(XTCC) -o $(OBJDIR)/configure.o -c configure_.c |
| 380 | 383 | |
| 381 | 384 | configure.h: headers |
| 382 | 385 | construct_.c: $(SRCDIR)/construct.c translate |
| 383 | 386 | ./translate $(SRCDIR)/construct.c >construct_.c |
| 384 | 387 | |
| 385 | | -construct.o: construct_.c construct.h $(SRCDIR)/config.h |
| 386 | | - $(XTCC) -o construct.o -c construct_.c |
| 388 | +$(OBJDIR)/construct.o: construct_.c construct.h $(SRCDIR)/config.h |
| 389 | + $(XTCC) -o $(OBJDIR)/construct.o -c construct_.c |
| 387 | 390 | |
| 388 | 391 | construct.h: headers |
| 389 | 392 | content_.c: $(SRCDIR)/content.c translate |
| 390 | 393 | ./translate $(SRCDIR)/content.c >content_.c |
| 391 | 394 | |
| 392 | | -content.o: content_.c content.h $(SRCDIR)/config.h |
| 393 | | - $(XTCC) -o content.o -c content_.c |
| 395 | +$(OBJDIR)/content.o: content_.c content.h $(SRCDIR)/config.h |
| 396 | + $(XTCC) -o $(OBJDIR)/content.o -c content_.c |
| 394 | 397 | |
| 395 | 398 | content.h: headers |
| 396 | 399 | db_.c: $(SRCDIR)/db.c translate |
| 397 | 400 | ./translate $(SRCDIR)/db.c >db_.c |
| 398 | 401 | |
| 399 | | -db.o: db_.c db.h $(SRCDIR)/config.h |
| 400 | | - $(XTCC) -o db.o -c db_.c |
| 402 | +$(OBJDIR)/db.o: db_.c db.h $(SRCDIR)/config.h |
| 403 | + $(XTCC) -o $(OBJDIR)/db.o -c db_.c |
| 401 | 404 | |
| 402 | 405 | db.h: headers |
| 403 | 406 | delta_.c: $(SRCDIR)/delta.c translate |
| 404 | 407 | ./translate $(SRCDIR)/delta.c >delta_.c |
| 405 | 408 | |
| 406 | | -delta.o: delta_.c delta.h $(SRCDIR)/config.h |
| 407 | | - $(XTCC) -o delta.o -c delta_.c |
| 409 | +$(OBJDIR)/delta.o: delta_.c delta.h $(SRCDIR)/config.h |
| 410 | + $(XTCC) -o $(OBJDIR)/delta.o -c delta_.c |
| 408 | 411 | |
| 409 | 412 | delta.h: headers |
| 410 | 413 | deltacmd_.c: $(SRCDIR)/deltacmd.c translate |
| 411 | 414 | ./translate $(SRCDIR)/deltacmd.c >deltacmd_.c |
| 412 | 415 | |
| 413 | | -deltacmd.o: deltacmd_.c deltacmd.h $(SRCDIR)/config.h |
| 414 | | - $(XTCC) -o deltacmd.o -c deltacmd_.c |
| 416 | +$(OBJDIR)/deltacmd.o: deltacmd_.c deltacmd.h $(SRCDIR)/config.h |
| 417 | + $(XTCC) -o $(OBJDIR)/deltacmd.o -c deltacmd_.c |
| 415 | 418 | |
| 416 | 419 | deltacmd.h: headers |
| 417 | 420 | descendants_.c: $(SRCDIR)/descendants.c translate |
| 418 | 421 | ./translate $(SRCDIR)/descendants.c >descendants_.c |
| 419 | 422 | |
| 420 | | -descendants.o: descendants_.c descendants.h $(SRCDIR)/config.h |
| 421 | | - $(XTCC) -o descendants.o -c descendants_.c |
| 423 | +$(OBJDIR)/descendants.o: descendants_.c descendants.h $(SRCDIR)/config.h |
| 424 | + $(XTCC) -o $(OBJDIR)/descendants.o -c descendants_.c |
| 422 | 425 | |
| 423 | 426 | descendants.h: headers |
| 424 | 427 | diff_.c: $(SRCDIR)/diff.c translate |
| 425 | 428 | ./translate $(SRCDIR)/diff.c >diff_.c |
| 426 | 429 | |
| 427 | | -diff.o: diff_.c diff.h $(SRCDIR)/config.h |
| 428 | | - $(XTCC) -o diff.o -c diff_.c |
| 430 | +$(OBJDIR)/diff.o: diff_.c diff.h $(SRCDIR)/config.h |
| 431 | + $(XTCC) -o $(OBJDIR)/diff.o -c diff_.c |
| 429 | 432 | |
| 430 | 433 | diff.h: headers |
| 431 | 434 | diffcmd_.c: $(SRCDIR)/diffcmd.c translate |
| 432 | 435 | ./translate $(SRCDIR)/diffcmd.c >diffcmd_.c |
| 433 | 436 | |
| 434 | | -diffcmd.o: diffcmd_.c diffcmd.h $(SRCDIR)/config.h |
| 435 | | - $(XTCC) -o diffcmd.o -c diffcmd_.c |
| 437 | +$(OBJDIR)/diffcmd.o: diffcmd_.c diffcmd.h $(SRCDIR)/config.h |
| 438 | + $(XTCC) -o $(OBJDIR)/diffcmd.o -c diffcmd_.c |
| 436 | 439 | |
| 437 | 440 | diffcmd.h: headers |
| 438 | 441 | doc_.c: $(SRCDIR)/doc.c translate |
| 439 | 442 | ./translate $(SRCDIR)/doc.c >doc_.c |
| 440 | 443 | |
| 441 | | -doc.o: doc_.c doc.h $(SRCDIR)/config.h |
| 442 | | - $(XTCC) -o doc.o -c doc_.c |
| 444 | +$(OBJDIR)/doc.o: doc_.c doc.h $(SRCDIR)/config.h |
| 445 | + $(XTCC) -o $(OBJDIR)/doc.o -c doc_.c |
| 443 | 446 | |
| 444 | 447 | doc.h: headers |
| 445 | 448 | encode_.c: $(SRCDIR)/encode.c translate |
| 446 | 449 | ./translate $(SRCDIR)/encode.c >encode_.c |
| 447 | 450 | |
| 448 | | -encode.o: encode_.c encode.h $(SRCDIR)/config.h |
| 449 | | - $(XTCC) -o encode.o -c encode_.c |
| 451 | +$(OBJDIR)/encode.o: encode_.c encode.h $(SRCDIR)/config.h |
| 452 | + $(XTCC) -o $(OBJDIR)/encode.o -c encode_.c |
| 450 | 453 | |
| 451 | 454 | encode.h: headers |
| 452 | 455 | file_.c: $(SRCDIR)/file.c translate |
| 453 | 456 | ./translate $(SRCDIR)/file.c >file_.c |
| 454 | 457 | |
| 455 | | -file.o: file_.c file.h $(SRCDIR)/config.h |
| 456 | | - $(XTCC) -o file.o -c file_.c |
| 458 | +$(OBJDIR)/file.o: file_.c file.h $(SRCDIR)/config.h |
| 459 | + $(XTCC) -o $(OBJDIR)/file.o -c file_.c |
| 457 | 460 | |
| 458 | 461 | file.h: headers |
| 459 | 462 | finfo_.c: $(SRCDIR)/finfo.c translate |
| 460 | 463 | ./translate $(SRCDIR)/finfo.c >finfo_.c |
| 461 | 464 | |
| 462 | | -finfo.o: finfo_.c finfo.h $(SRCDIR)/config.h |
| 463 | | - $(XTCC) -o finfo.o -c finfo_.c |
| 465 | +$(OBJDIR)/finfo.o: finfo_.c finfo.h $(SRCDIR)/config.h |
| 466 | + $(XTCC) -o $(OBJDIR)/finfo.o -c finfo_.c |
| 464 | 467 | |
| 465 | 468 | finfo.h: headers |
| 466 | 469 | graph_.c: $(SRCDIR)/graph.c translate |
| 467 | 470 | ./translate $(SRCDIR)/graph.c >graph_.c |
| 468 | 471 | |
| 469 | | -graph.o: graph_.c graph.h $(SRCDIR)/config.h |
| 470 | | - $(XTCC) -o graph.o -c graph_.c |
| 472 | +$(OBJDIR)/graph.o: graph_.c graph.h $(SRCDIR)/config.h |
| 473 | + $(XTCC) -o $(OBJDIR)/graph.o -c graph_.c |
| 471 | 474 | |
| 472 | 475 | graph.h: headers |
| 473 | 476 | http_.c: $(SRCDIR)/http.c translate |
| 474 | 477 | ./translate $(SRCDIR)/http.c >http_.c |
| 475 | 478 | |
| 476 | | -http.o: http_.c http.h $(SRCDIR)/config.h |
| 477 | | - $(XTCC) -o http.o -c http_.c |
| 479 | +$(OBJDIR)/http.o: http_.c http.h $(SRCDIR)/config.h |
| 480 | + $(XTCC) -o $(OBJDIR)/http.o -c http_.c |
| 478 | 481 | |
| 479 | 482 | http.h: headers |
| 480 | 483 | http_socket_.c: $(SRCDIR)/http_socket.c translate |
| 481 | 484 | ./translate $(SRCDIR)/http_socket.c >http_socket_.c |
| 482 | 485 | |
| 483 | | -http_socket.o: http_socket_.c http_socket.h $(SRCDIR)/config.h |
| 484 | | - $(XTCC) -o http_socket.o -c http_socket_.c |
| 486 | +$(OBJDIR)/http_socket.o: http_socket_.c http_socket.h $(SRCDIR)/config.h |
| 487 | + $(XTCC) -o $(OBJDIR)/http_socket.o -c http_socket_.c |
| 485 | 488 | |
| 486 | 489 | http_socket.h: headers |
| 487 | 490 | http_ssl_.c: $(SRCDIR)/http_ssl.c translate |
| 488 | 491 | ./translate $(SRCDIR)/http_ssl.c >http_ssl_.c |
| 489 | 492 | |
| 490 | | -http_ssl.o: http_ssl_.c http_ssl.h $(SRCDIR)/config.h |
| 491 | | - $(XTCC) -o http_ssl.o -c http_ssl_.c |
| 493 | +$(OBJDIR)/http_ssl.o: http_ssl_.c http_ssl.h $(SRCDIR)/config.h |
| 494 | + $(XTCC) -o $(OBJDIR)/http_ssl.o -c http_ssl_.c |
| 492 | 495 | |
| 493 | 496 | http_ssl.h: headers |
| 494 | 497 | http_transport_.c: $(SRCDIR)/http_transport.c translate |
| 495 | 498 | ./translate $(SRCDIR)/http_transport.c >http_transport_.c |
| 496 | 499 | |
| 497 | | -http_transport.o: http_transport_.c http_transport.h $(SRCDIR)/config.h |
| 498 | | - $(XTCC) -o http_transport.o -c http_transport_.c |
| 500 | +$(OBJDIR)/http_transport.o: http_transport_.c http_transport.h $(SRCDIR)/config.h |
| 501 | + $(XTCC) -o $(OBJDIR)/http_transport.o -c http_transport_.c |
| 499 | 502 | |
| 500 | 503 | http_transport.h: headers |
| 501 | 504 | info_.c: $(SRCDIR)/info.c translate |
| 502 | 505 | ./translate $(SRCDIR)/info.c >info_.c |
| 503 | 506 | |
| 504 | | -info.o: info_.c info.h $(SRCDIR)/config.h |
| 505 | | - $(XTCC) -o info.o -c info_.c |
| 507 | +$(OBJDIR)/info.o: info_.c info.h $(SRCDIR)/config.h |
| 508 | + $(XTCC) -o $(OBJDIR)/info.o -c info_.c |
| 506 | 509 | |
| 507 | 510 | info.h: headers |
| 508 | 511 | login_.c: $(SRCDIR)/login.c translate |
| 509 | 512 | ./translate $(SRCDIR)/login.c >login_.c |
| 510 | 513 | |
| 511 | | -login.o: login_.c login.h $(SRCDIR)/config.h |
| 512 | | - $(XTCC) -o login.o -c login_.c |
| 514 | +$(OBJDIR)/login.o: login_.c login.h $(SRCDIR)/config.h |
| 515 | + $(XTCC) -o $(OBJDIR)/login.o -c login_.c |
| 513 | 516 | |
| 514 | 517 | login.h: headers |
| 515 | 518 | main_.c: $(SRCDIR)/main.c translate |
| 516 | 519 | ./translate $(SRCDIR)/main.c >main_.c |
| 517 | 520 | |
| 518 | | -main.o: main_.c main.h page_index.h $(SRCDIR)/config.h |
| 519 | | - $(XTCC) -o main.o -c main_.c |
| 521 | +$(OBJDIR)/main.o: main_.c main.h page_index.h $(SRCDIR)/config.h |
| 522 | + $(XTCC) -o $(OBJDIR)/main.o -c main_.c |
| 520 | 523 | |
| 521 | 524 | main.h: headers |
| 522 | 525 | manifest_.c: $(SRCDIR)/manifest.c translate |
| 523 | 526 | ./translate $(SRCDIR)/manifest.c >manifest_.c |
| 524 | 527 | |
| 525 | | -manifest.o: manifest_.c manifest.h $(SRCDIR)/config.h |
| 526 | | - $(XTCC) -o manifest.o -c manifest_.c |
| 528 | +$(OBJDIR)/manifest.o: manifest_.c manifest.h $(SRCDIR)/config.h |
| 529 | + $(XTCC) -o $(OBJDIR)/manifest.o -c manifest_.c |
| 527 | 530 | |
| 528 | 531 | manifest.h: headers |
| 529 | 532 | md5_.c: $(SRCDIR)/md5.c translate |
| 530 | 533 | ./translate $(SRCDIR)/md5.c >md5_.c |
| 531 | 534 | |
| 532 | | -md5.o: md5_.c md5.h $(SRCDIR)/config.h |
| 533 | | - $(XTCC) -o md5.o -c md5_.c |
| 535 | +$(OBJDIR)/md5.o: md5_.c md5.h $(SRCDIR)/config.h |
| 536 | + $(XTCC) -o $(OBJDIR)/md5.o -c md5_.c |
| 534 | 537 | |
| 535 | 538 | md5.h: headers |
| 536 | 539 | merge_.c: $(SRCDIR)/merge.c translate |
| 537 | 540 | ./translate $(SRCDIR)/merge.c >merge_.c |
| 538 | 541 | |
| 539 | | -merge.o: merge_.c merge.h $(SRCDIR)/config.h |
| 540 | | - $(XTCC) -o merge.o -c merge_.c |
| 542 | +$(OBJDIR)/merge.o: merge_.c merge.h $(SRCDIR)/config.h |
| 543 | + $(XTCC) -o $(OBJDIR)/merge.o -c merge_.c |
| 541 | 544 | |
| 542 | 545 | merge.h: headers |
| 543 | 546 | merge3_.c: $(SRCDIR)/merge3.c translate |
| 544 | 547 | ./translate $(SRCDIR)/merge3.c >merge3_.c |
| 545 | 548 | |
| 546 | | -merge3.o: merge3_.c merge3.h $(SRCDIR)/config.h |
| 547 | | - $(XTCC) -o merge3.o -c merge3_.c |
| 549 | +$(OBJDIR)/merge3.o: merge3_.c merge3.h $(SRCDIR)/config.h |
| 550 | + $(XTCC) -o $(OBJDIR)/merge3.o -c merge3_.c |
| 548 | 551 | |
| 549 | 552 | merge3.h: headers |
| 550 | 553 | name_.c: $(SRCDIR)/name.c translate |
| 551 | 554 | ./translate $(SRCDIR)/name.c >name_.c |
| 552 | 555 | |
| 553 | | -name.o: name_.c name.h $(SRCDIR)/config.h |
| 554 | | - $(XTCC) -o name.o -c name_.c |
| 556 | +$(OBJDIR)/name.o: name_.c name.h $(SRCDIR)/config.h |
| 557 | + $(XTCC) -o $(OBJDIR)/name.o -c name_.c |
| 555 | 558 | |
| 556 | 559 | name.h: headers |
| 557 | 560 | pivot_.c: $(SRCDIR)/pivot.c translate |
| 558 | 561 | ./translate $(SRCDIR)/pivot.c >pivot_.c |
| 559 | 562 | |
| 560 | | -pivot.o: pivot_.c pivot.h $(SRCDIR)/config.h |
| 561 | | - $(XTCC) -o pivot.o -c pivot_.c |
| 563 | +$(OBJDIR)/pivot.o: pivot_.c pivot.h $(SRCDIR)/config.h |
| 564 | + $(XTCC) -o $(OBJDIR)/pivot.o -c pivot_.c |
| 562 | 565 | |
| 563 | 566 | pivot.h: headers |
| 564 | 567 | pqueue_.c: $(SRCDIR)/pqueue.c translate |
| 565 | 568 | ./translate $(SRCDIR)/pqueue.c >pqueue_.c |
| 566 | 569 | |
| 567 | | -pqueue.o: pqueue_.c pqueue.h $(SRCDIR)/config.h |
| 568 | | - $(XTCC) -o pqueue.o -c pqueue_.c |
| 570 | +$(OBJDIR)/pqueue.o: pqueue_.c pqueue.h $(SRCDIR)/config.h |
| 571 | + $(XTCC) -o $(OBJDIR)/pqueue.o -c pqueue_.c |
| 569 | 572 | |
| 570 | 573 | pqueue.h: headers |
| 571 | 574 | printf_.c: $(SRCDIR)/printf.c translate |
| 572 | 575 | ./translate $(SRCDIR)/printf.c >printf_.c |
| 573 | 576 | |
| 574 | | -printf.o: printf_.c printf.h $(SRCDIR)/config.h |
| 575 | | - $(XTCC) -o printf.o -c printf_.c |
| 577 | +$(OBJDIR)/printf.o: printf_.c printf.h $(SRCDIR)/config.h |
| 578 | + $(XTCC) -o $(OBJDIR)/printf.o -c printf_.c |
| 576 | 579 | |
| 577 | 580 | printf.h: headers |
| 578 | 581 | rebuild_.c: $(SRCDIR)/rebuild.c translate |
| 579 | 582 | ./translate $(SRCDIR)/rebuild.c >rebuild_.c |
| 580 | 583 | |
| 581 | | -rebuild.o: rebuild_.c rebuild.h $(SRCDIR)/config.h |
| 582 | | - $(XTCC) -o rebuild.o -c rebuild_.c |
| 584 | +$(OBJDIR)/rebuild.o: rebuild_.c rebuild.h $(SRCDIR)/config.h |
| 585 | + $(XTCC) -o $(OBJDIR)/rebuild.o -c rebuild_.c |
| 583 | 586 | |
| 584 | 587 | rebuild.h: headers |
| 585 | 588 | report_.c: $(SRCDIR)/report.c translate |
| 586 | 589 | ./translate $(SRCDIR)/report.c >report_.c |
| 587 | 590 | |
| 588 | | -report.o: report_.c report.h $(SRCDIR)/config.h |
| 589 | | - $(XTCC) -o report.o -c report_.c |
| 591 | +$(OBJDIR)/report.o: report_.c report.h $(SRCDIR)/config.h |
| 592 | + $(XTCC) -o $(OBJDIR)/report.o -c report_.c |
| 590 | 593 | |
| 591 | 594 | report.h: headers |
| 592 | 595 | rss_.c: $(SRCDIR)/rss.c translate |
| 593 | 596 | ./translate $(SRCDIR)/rss.c >rss_.c |
| 594 | 597 | |
| 595 | | -rss.o: rss_.c rss.h $(SRCDIR)/config.h |
| 596 | | - $(XTCC) -o rss.o -c rss_.c |
| 598 | +$(OBJDIR)/rss.o: rss_.c rss.h $(SRCDIR)/config.h |
| 599 | + $(XTCC) -o $(OBJDIR)/rss.o -c rss_.c |
| 597 | 600 | |
| 598 | 601 | rss.h: headers |
| 599 | 602 | rstats_.c: $(SRCDIR)/rstats.c translate |
| 600 | 603 | ./translate $(SRCDIR)/rstats.c >rstats_.c |
| 601 | 604 | |
| 602 | | -rstats.o: rstats_.c rstats.h $(SRCDIR)/config.h |
| 603 | | - $(XTCC) -o rstats.o -c rstats_.c |
| 605 | +$(OBJDIR)/rstats.o: rstats_.c rstats.h $(SRCDIR)/config.h |
| 606 | + $(XTCC) -o $(OBJDIR)/rstats.o -c rstats_.c |
| 604 | 607 | |
| 605 | 608 | rstats.h: headers |
| 606 | 609 | schema_.c: $(SRCDIR)/schema.c translate |
| 607 | 610 | ./translate $(SRCDIR)/schema.c >schema_.c |
| 608 | 611 | |
| 609 | | -schema.o: schema_.c schema.h $(SRCDIR)/config.h |
| 610 | | - $(XTCC) -o schema.o -c schema_.c |
| 612 | +$(OBJDIR)/schema.o: schema_.c schema.h $(SRCDIR)/config.h |
| 613 | + $(XTCC) -o $(OBJDIR)/schema.o -c schema_.c |
| 611 | 614 | |
| 612 | 615 | schema.h: headers |
| 613 | 616 | search_.c: $(SRCDIR)/search.c translate |
| 614 | 617 | ./translate $(SRCDIR)/search.c >search_.c |
| 615 | 618 | |
| 616 | | -search.o: search_.c search.h $(SRCDIR)/config.h |
| 617 | | - $(XTCC) -o search.o -c search_.c |
| 619 | +$(OBJDIR)/search.o: search_.c search.h $(SRCDIR)/config.h |
| 620 | + $(XTCC) -o $(OBJDIR)/search.o -c search_.c |
| 618 | 621 | |
| 619 | 622 | search.h: headers |
| 620 | 623 | setup_.c: $(SRCDIR)/setup.c translate |
| 621 | 624 | ./translate $(SRCDIR)/setup.c >setup_.c |
| 622 | 625 | |
| 623 | | -setup.o: setup_.c setup.h $(SRCDIR)/config.h |
| 624 | | - $(XTCC) -o setup.o -c setup_.c |
| 626 | +$(OBJDIR)/setup.o: setup_.c setup.h $(SRCDIR)/config.h |
| 627 | + $(XTCC) -o $(OBJDIR)/setup.o -c setup_.c |
| 625 | 628 | |
| 626 | 629 | setup.h: headers |
| 627 | 630 | sha1_.c: $(SRCDIR)/sha1.c translate |
| 628 | 631 | ./translate $(SRCDIR)/sha1.c >sha1_.c |
| 629 | 632 | |
| 630 | | -sha1.o: sha1_.c sha1.h $(SRCDIR)/config.h |
| 631 | | - $(XTCC) -o sha1.o -c sha1_.c |
| 633 | +$(OBJDIR)/sha1.o: sha1_.c sha1.h $(SRCDIR)/config.h |
| 634 | + $(XTCC) -o $(OBJDIR)/sha1.o -c sha1_.c |
| 632 | 635 | |
| 633 | 636 | sha1.h: headers |
| 634 | 637 | shun_.c: $(SRCDIR)/shun.c translate |
| 635 | 638 | ./translate $(SRCDIR)/shun.c >shun_.c |
| 636 | 639 | |
| 637 | | -shun.o: shun_.c shun.h $(SRCDIR)/config.h |
| 638 | | - $(XTCC) -o shun.o -c shun_.c |
| 640 | +$(OBJDIR)/shun.o: shun_.c shun.h $(SRCDIR)/config.h |
| 641 | + $(XTCC) -o $(OBJDIR)/shun.o -c shun_.c |
| 639 | 642 | |
| 640 | 643 | shun.h: headers |
| 641 | 644 | skins_.c: $(SRCDIR)/skins.c translate |
| 642 | 645 | ./translate $(SRCDIR)/skins.c >skins_.c |
| 643 | 646 | |
| 644 | | -skins.o: skins_.c skins.h $(SRCDIR)/config.h |
| 645 | | - $(XTCC) -o skins.o -c skins_.c |
| 647 | +$(OBJDIR)/skins.o: skins_.c skins.h $(SRCDIR)/config.h |
| 648 | + $(XTCC) -o $(OBJDIR)/skins.o -c skins_.c |
| 646 | 649 | |
| 647 | 650 | skins.h: headers |
| 648 | 651 | stat_.c: $(SRCDIR)/stat.c translate |
| 649 | 652 | ./translate $(SRCDIR)/stat.c >stat_.c |
| 650 | 653 | |
| 651 | | -stat.o: stat_.c stat.h $(SRCDIR)/config.h |
| 652 | | - $(XTCC) -o stat.o -c stat_.c |
| 654 | +$(OBJDIR)/stat.o: stat_.c stat.h $(SRCDIR)/config.h |
| 655 | + $(XTCC) -o $(OBJDIR)/stat.o -c stat_.c |
| 653 | 656 | |
| 654 | 657 | stat.h: headers |
| 655 | 658 | style_.c: $(SRCDIR)/style.c translate |
| 656 | 659 | ./translate $(SRCDIR)/style.c >style_.c |
| 657 | 660 | |
| 658 | | -style.o: style_.c style.h $(SRCDIR)/config.h |
| 659 | | - $(XTCC) -o style.o -c style_.c |
| 661 | +$(OBJDIR)/style.o: style_.c style.h $(SRCDIR)/config.h |
| 662 | + $(XTCC) -o $(OBJDIR)/style.o -c style_.c |
| 660 | 663 | |
| 661 | 664 | style.h: headers |
| 662 | 665 | sync_.c: $(SRCDIR)/sync.c translate |
| 663 | 666 | ./translate $(SRCDIR)/sync.c >sync_.c |
| 664 | 667 | |
| 665 | | -sync.o: sync_.c sync.h $(SRCDIR)/config.h |
| 666 | | - $(XTCC) -o sync.o -c sync_.c |
| 668 | +$(OBJDIR)/sync.o: sync_.c sync.h $(SRCDIR)/config.h |
| 669 | + $(XTCC) -o $(OBJDIR)/sync.o -c sync_.c |
| 667 | 670 | |
| 668 | 671 | sync.h: headers |
| 669 | 672 | tag_.c: $(SRCDIR)/tag.c translate |
| 670 | 673 | ./translate $(SRCDIR)/tag.c >tag_.c |
| 671 | 674 | |
| 672 | | -tag.o: tag_.c tag.h $(SRCDIR)/config.h |
| 673 | | - $(XTCC) -o tag.o -c tag_.c |
| 675 | +$(OBJDIR)/tag.o: tag_.c tag.h $(SRCDIR)/config.h |
| 676 | + $(XTCC) -o $(OBJDIR)/tag.o -c tag_.c |
| 674 | 677 | |
| 675 | 678 | tag.h: headers |
| 676 | 679 | th_main_.c: $(SRCDIR)/th_main.c translate |
| 677 | 680 | ./translate $(SRCDIR)/th_main.c >th_main_.c |
| 678 | 681 | |
| 679 | | -th_main.o: th_main_.c th_main.h $(SRCDIR)/config.h |
| 680 | | - $(XTCC) -o th_main.o -c th_main_.c |
| 682 | +$(OBJDIR)/th_main.o: th_main_.c th_main.h $(SRCDIR)/config.h |
| 683 | + $(XTCC) -o $(OBJDIR)/th_main.o -c th_main_.c |
| 681 | 684 | |
| 682 | 685 | th_main.h: headers |
| 683 | 686 | timeline_.c: $(SRCDIR)/timeline.c translate |
| 684 | 687 | ./translate $(SRCDIR)/timeline.c >timeline_.c |
| 685 | 688 | |
| 686 | | -timeline.o: timeline_.c timeline.h $(SRCDIR)/config.h |
| 687 | | - $(XTCC) -o timeline.o -c timeline_.c |
| 689 | +$(OBJDIR)/timeline.o: timeline_.c timeline.h $(SRCDIR)/config.h |
| 690 | + $(XTCC) -o $(OBJDIR)/timeline.o -c timeline_.c |
| 688 | 691 | |
| 689 | 692 | timeline.h: headers |
| 690 | 693 | tkt_.c: $(SRCDIR)/tkt.c translate |
| 691 | 694 | ./translate $(SRCDIR)/tkt.c >tkt_.c |
| 692 | 695 | |
| 693 | | -tkt.o: tkt_.c tkt.h $(SRCDIR)/config.h |
| 694 | | - $(XTCC) -o tkt.o -c tkt_.c |
| 696 | +$(OBJDIR)/tkt.o: tkt_.c tkt.h $(SRCDIR)/config.h |
| 697 | + $(XTCC) -o $(OBJDIR)/tkt.o -c tkt_.c |
| 695 | 698 | |
| 696 | 699 | tkt.h: headers |
| 697 | 700 | tktsetup_.c: $(SRCDIR)/tktsetup.c translate |
| 698 | 701 | ./translate $(SRCDIR)/tktsetup.c >tktsetup_.c |
| 699 | 702 | |
| 700 | | -tktsetup.o: tktsetup_.c tktsetup.h $(SRCDIR)/config.h |
| 701 | | - $(XTCC) -o tktsetup.o -c tktsetup_.c |
| 703 | +$(OBJDIR)/tktsetup.o: tktsetup_.c tktsetup.h $(SRCDIR)/config.h |
| 704 | + $(XTCC) -o $(OBJDIR)/tktsetup.o -c tktsetup_.c |
| 702 | 705 | |
| 703 | 706 | tktsetup.h: headers |
| 704 | 707 | undo_.c: $(SRCDIR)/undo.c translate |
| 705 | 708 | ./translate $(SRCDIR)/undo.c >undo_.c |
| 706 | 709 | |
| 707 | | -undo.o: undo_.c undo.h $(SRCDIR)/config.h |
| 708 | | - $(XTCC) -o undo.o -c undo_.c |
| 710 | +$(OBJDIR)/undo.o: undo_.c undo.h $(SRCDIR)/config.h |
| 711 | + $(XTCC) -o $(OBJDIR)/undo.o -c undo_.c |
| 709 | 712 | |
| 710 | 713 | undo.h: headers |
| 711 | 714 | update_.c: $(SRCDIR)/update.c translate |
| 712 | 715 | ./translate $(SRCDIR)/update.c >update_.c |
| 713 | 716 | |
| 714 | | -update.o: update_.c update.h $(SRCDIR)/config.h |
| 715 | | - $(XTCC) -o update.o -c update_.c |
| 717 | +$(OBJDIR)/update.o: update_.c update.h $(SRCDIR)/config.h |
| 718 | + $(XTCC) -o $(OBJDIR)/update.o -c update_.c |
| 716 | 719 | |
| 717 | 720 | update.h: headers |
| 718 | 721 | url_.c: $(SRCDIR)/url.c translate |
| 719 | 722 | ./translate $(SRCDIR)/url.c >url_.c |
| 720 | 723 | |
| 721 | | -url.o: url_.c url.h $(SRCDIR)/config.h |
| 722 | | - $(XTCC) -o url.o -c url_.c |
| 724 | +$(OBJDIR)/url.o: url_.c url.h $(SRCDIR)/config.h |
| 725 | + $(XTCC) -o $(OBJDIR)/url.o -c url_.c |
| 723 | 726 | |
| 724 | 727 | url.h: headers |
| 725 | 728 | user_.c: $(SRCDIR)/user.c translate |
| 726 | 729 | ./translate $(SRCDIR)/user.c >user_.c |
| 727 | 730 | |
| 728 | | -user.o: user_.c user.h $(SRCDIR)/config.h |
| 729 | | - $(XTCC) -o user.o -c user_.c |
| 731 | +$(OBJDIR)/user.o: user_.c user.h $(SRCDIR)/config.h |
| 732 | + $(XTCC) -o $(OBJDIR)/user.o -c user_.c |
| 730 | 733 | |
| 731 | 734 | user.h: headers |
| 732 | 735 | verify_.c: $(SRCDIR)/verify.c translate |
| 733 | 736 | ./translate $(SRCDIR)/verify.c >verify_.c |
| 734 | 737 | |
| 735 | | -verify.o: verify_.c verify.h $(SRCDIR)/config.h |
| 736 | | - $(XTCC) -o verify.o -c verify_.c |
| 738 | +$(OBJDIR)/verify.o: verify_.c verify.h $(SRCDIR)/config.h |
| 739 | + $(XTCC) -o $(OBJDIR)/verify.o -c verify_.c |
| 737 | 740 | |
| 738 | 741 | verify.h: headers |
| 739 | 742 | vfile_.c: $(SRCDIR)/vfile.c translate |
| 740 | 743 | ./translate $(SRCDIR)/vfile.c >vfile_.c |
| 741 | 744 | |
| 742 | | -vfile.o: vfile_.c vfile.h $(SRCDIR)/config.h |
| 743 | | - $(XTCC) -o vfile.o -c vfile_.c |
| 745 | +$(OBJDIR)/vfile.o: vfile_.c vfile.h $(SRCDIR)/config.h |
| 746 | + $(XTCC) -o $(OBJDIR)/vfile.o -c vfile_.c |
| 744 | 747 | |
| 745 | 748 | vfile.h: headers |
| 746 | 749 | wiki_.c: $(SRCDIR)/wiki.c translate |
| 747 | 750 | ./translate $(SRCDIR)/wiki.c >wiki_.c |
| 748 | 751 | |
| 749 | | -wiki.o: wiki_.c wiki.h $(SRCDIR)/config.h |
| 750 | | - $(XTCC) -o wiki.o -c wiki_.c |
| 752 | +$(OBJDIR)/wiki.o: wiki_.c wiki.h $(SRCDIR)/config.h |
| 753 | + $(XTCC) -o $(OBJDIR)/wiki.o -c wiki_.c |
| 751 | 754 | |
| 752 | 755 | wiki.h: headers |
| 753 | 756 | wikiformat_.c: $(SRCDIR)/wikiformat.c translate |
| 754 | 757 | ./translate $(SRCDIR)/wikiformat.c >wikiformat_.c |
| 755 | 758 | |
| 756 | | -wikiformat.o: wikiformat_.c wikiformat.h $(SRCDIR)/config.h |
| 757 | | - $(XTCC) -o wikiformat.o -c wikiformat_.c |
| 759 | +$(OBJDIR)/wikiformat.o: wikiformat_.c wikiformat.h $(SRCDIR)/config.h |
| 760 | + $(XTCC) -o $(OBJDIR)/wikiformat.o -c wikiformat_.c |
| 758 | 761 | |
| 759 | 762 | wikiformat.h: headers |
| 760 | 763 | winhttp_.c: $(SRCDIR)/winhttp.c translate |
| 761 | 764 | ./translate $(SRCDIR)/winhttp.c >winhttp_.c |
| 762 | 765 | |
| 763 | | -winhttp.o: winhttp_.c winhttp.h $(SRCDIR)/config.h |
| 764 | | - $(XTCC) -o winhttp.o -c winhttp_.c |
| 766 | +$(OBJDIR)/winhttp.o: winhttp_.c winhttp.h $(SRCDIR)/config.h |
| 767 | + $(XTCC) -o $(OBJDIR)/winhttp.o -c winhttp_.c |
| 765 | 768 | |
| 766 | 769 | winhttp.h: headers |
| 767 | 770 | xfer_.c: $(SRCDIR)/xfer.c translate |
| 768 | 771 | ./translate $(SRCDIR)/xfer.c >xfer_.c |
| 769 | 772 | |
| 770 | | -xfer.o: xfer_.c xfer.h $(SRCDIR)/config.h |
| 771 | | - $(XTCC) -o xfer.o -c xfer_.c |
| 773 | +$(OBJDIR)/xfer.o: xfer_.c xfer.h $(SRCDIR)/config.h |
| 774 | + $(XTCC) -o $(OBJDIR)/xfer.o -c xfer_.c |
| 772 | 775 | |
| 773 | 776 | xfer.h: headers |
| 774 | 777 | zip_.c: $(SRCDIR)/zip.c translate |
| 775 | 778 | ./translate $(SRCDIR)/zip.c >zip_.c |
| 776 | 779 | |
| 777 | | -zip.o: zip_.c zip.h $(SRCDIR)/config.h |
| 778 | | - $(XTCC) -o zip.o -c zip_.c |
| 780 | +$(OBJDIR)/zip.o: zip_.c zip.h $(SRCDIR)/config.h |
| 781 | + $(XTCC) -o $(OBJDIR)/zip.o -c zip_.c |
| 779 | 782 | |
| 780 | 783 | zip.h: headers |
| 781 | | -sqlite3.o: $(SRCDIR)/sqlite3.c |
| 782 | | - $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -Dlocaltime=fossil_localtime -c $(SRCDIR)/sqlite3.c -o sqlite3.o |
| 783 | | - |
| 784 | | -th.o: $(SRCDIR)/th.c |
| 785 | | - $(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th.c -o th.o |
| 786 | | - |
| 787 | | -th_lang.o: $(SRCDIR)/th_lang.c |
| 788 | | - $(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th_lang.c -o th_lang.o |
| 784 | +$(OBJDIR)/sqlite3.o: $(SRCDIR)/sqlite3.c |
| 785 | + $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -Dlocaltime=fossil_localtime -c $(SRCDIR)/sqlite3.c -o $(OBJDIR)/sqlite3.o |
| 786 | + |
| 787 | +$(OBJDIR)/th.o: $(SRCDIR)/th.c |
| 788 | + $(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th.c -o $(OBJDIR)/th.o |
| 789 | + |
| 790 | +$(OBJDIR)/th_lang.o: $(SRCDIR)/th_lang.c |
| 791 | + $(XTCC) -I$(SRCDIR) -c $(SRCDIR)/th_lang.c -o $(OBJDIR)/th_lang.o |
| 789 | 792 | |
| 790 | 793 | |