Differences From:
File
src/makemake.tcl
part of check-in
[ecd1f09632]
- Initial commit of Creole Wiki Parser extension.
by
robert on
2009-05-08 09:52:38.
[view]
To:
File
src/makemake.tcl
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
[view]
@@ -7,14 +7,14 @@
# "translate" and "makeheaders"
#
set src {
add
- admin
allrepo
bag
blob
branch
browse
+ captcha
cgi
checkin
checkout
clearsign
@@ -42,9 +42,8 @@
manifest
md5
merge
merge3
- my_page
name
pivot
pqueue
printf
@@ -59,9 +58,8 @@
stat
style
sync
tag
- tagview
th_main
timeline
tkt
tktsetup
@@ -178,10 +176,10 @@
puts "Makefile:"
set extra_h(main) page_index.h
foreach s [lsort $src] {
- puts "${s}_.c:\t\$(SRCDIR)/$s.c \$(SRCDIR)/VERSION translate"
- puts "\t./translate \$(SRCDIR)/$s.c | sed -f \$(SRCDIR)/VERSION >${s}_.c\n"
+ puts "${s}_.c:\t\$(SRCDIR)/$s.c translate"
+ puts "\t./translate \$(SRCDIR)/$s.c >${s}_.c\n"
puts "$s.o:\t${s}_.c $s.h $extra_h($s) \$(SRCDIR)/config.h"
puts "\t\$(XTCC) -o $s.o -c ${s}_.c\n"
puts "$s.h:\theaders"
# puts "\t./makeheaders $mhargs\n\ttouch headers\n"
@@ -189,14 +187,15 @@
}
puts "sqlite3.o:\t\$(SRCDIR)/sqlite3.c"
-set opt {-DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_PRIVATE=}
+set opt {-DSQLITE_OMIT_LOAD_EXTENSION=1}
append opt " -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4"
-append opt " -DSQLITE_ENABLE_FTS3=1 -Dlocaltime=fossil_localtime"
+#append opt " -DSQLITE_ENABLE_FTS3=1"
+append opt " -Dlocaltime=fossil_localtime"
puts "\t\$(XTCC) $opt -c \$(SRCDIR)/sqlite3.c -o sqlite3.o\n"
puts "th.o:\t\$(SRCDIR)/th.c"
puts "\t\$(XTCC) -I\$(SRCDIR) -c \$(SRCDIR)/th.c -o th.o\n"
puts "th_lang.o:\t\$(SRCDIR)/th_lang.c"
puts "\t\$(XTCC) -I\$(SRCDIR) -c \$(SRCDIR)/th_lang.c -o th_lang.o\n"