Diff
Not logged in

Differences From:

File src/main.mk part of check-in [137bff8294] - Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. by drh on 2009-08-15 17:45:28. [view]

To:

File src/main.mk part of check-in [07f6780c98] - Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. by drh on 2009-08-16 21:34:30. [view]

@@ -13,9 +13,8 @@
 
 
 SRC = \
   $(SRCDIR)/add.c \
-  $(SRCDIR)/admin.c \
   $(SRCDIR)/allrepo.c \
   $(SRCDIR)/bag.c \
   $(SRCDIR)/blob.c \
   $(SRCDIR)/branch.c \
@@ -48,9 +47,8 @@
   $(SRCDIR)/manifest.c \
   $(SRCDIR)/md5.c \
   $(SRCDIR)/merge.c \
   $(SRCDIR)/merge3.c \
-  $(SRCDIR)/my_page.c \
   $(SRCDIR)/name.c \
   $(SRCDIR)/pivot.c \
   $(SRCDIR)/pqueue.c \
   $(SRCDIR)/printf.c \
@@ -65,9 +63,8 @@
   $(SRCDIR)/stat.c \
   $(SRCDIR)/style.c \
   $(SRCDIR)/sync.c \
   $(SRCDIR)/tag.c \
-  $(SRCDIR)/tagview.c \
   $(SRCDIR)/th_main.c \
   $(SRCDIR)/timeline.c \
   $(SRCDIR)/tkt.c \
   $(SRCDIR)/tktsetup.c \
@@ -84,9 +81,8 @@
   $(SRCDIR)/zip.c
 
 TRANS_SRC = \
   add_.c \
-  admin_.c \
   allrepo_.c \
   bag_.c \
   blob_.c \
   branch_.c \
@@ -119,9 +115,8 @@
   manifest_.c \
   md5_.c \
   merge_.c \
   merge3_.c \
-  my_page_.c \
   name_.c \
   pivot_.c \
   pqueue_.c \
   printf_.c \
@@ -136,9 +131,8 @@
   stat_.c \
   style_.c \
   sync_.c \
   tag_.c \
-  tagview_.c \
   th_main_.c \
   timeline_.c \
   tkt_.c \
   tktsetup_.c \
@@ -155,9 +149,8 @@
   zip_.c
 
 OBJ = \
   add.o \
-  admin.o \
   allrepo.o \
   bag.o \
   blob.o \
   branch.o \
@@ -190,9 +183,8 @@
   manifest.o \
   md5.o \
   merge.o \
   merge3.o \
-  my_page.o \
   name.o \
   pivot.o \
   pqueue.o \
   printf.o \
@@ -207,9 +199,8 @@
   stat.o \
   style.o \
   sync.o \
   tag.o \
-  tagview.o \
   th_main.o \
   timeline.o \
   tkt.o \
   tktsetup.o \
@@ -265,14 +256,14 @@
 
 clean:
 	rm -f *.o *_.c $(APPNAME) VERSION.h
 	rm -f translate makeheaders mkindex page_index.h headers
-	rm -f add.h admin.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 http.h http_socket.h http_transport.h info.h login.h main.h manifest.h md5.h merge.h merge3.h my_page.h name.h pivot.h pqueue.h printf.h rebuild.h report.h rss.h rstats.h schema.h setup.h sha1.h shun.h stat.h style.h sync.h tag.h tagview.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
+	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 http.h http_socket.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 setup.h sha1.h shun.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
 
 page_index.h: $(TRANS_SRC) mkindex
 	./mkindex $(TRANS_SRC) >$@
 headers:	page_index.h makeheaders VERSION.h
-	./makeheaders  add_.c:add.h admin_.c:admin.h allrepo_.c:allrepo.h bag_.c:bag.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h construct_.c:construct.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h file_.c:file.h http_.c:http.h http_socket_.c:http_socket.h http_transport_.c:http_transport.h info_.c:info.h login_.c:login.h main_.c:main.h manifest_.c:manifest.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h my_page_.c:my_page.h name_.c:name.h pivot_.c:pivot.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h report_.c:report.h rss_.c:rss.h rstats_.c:rstats.h schema_.c:schema.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h tagview_.c:tagview.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h update_.c:update.h url_.c:url.h user_.c:user.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winhttp_.c:winhttp.h xfer_.c:xfer.h zip_.c:zip.h $(SRCDIR)/sqlite3.h $(SRCDIR)/th.h VERSION.h
+	./makeheaders  add_.c:add.h allrepo_.c:allrepo.h bag_.c:bag.h blob_.c:blob.h branch_.c:branch.h browse_.c:browse.h captcha_.c:captcha.h cgi_.c:cgi.h checkin_.c:checkin.h checkout_.c:checkout.h clearsign_.c:clearsign.h clone_.c:clone.h comformat_.c:comformat.h configure_.c:configure.h construct_.c:construct.h content_.c:content.h db_.c:db.h delta_.c:delta.h deltacmd_.c:deltacmd.h descendants_.c:descendants.h diff_.c:diff.h diffcmd_.c:diffcmd.h doc_.c:doc.h encode_.c:encode.h file_.c:file.h http_.c:http.h http_socket_.c:http_socket.h http_transport_.c:http_transport.h info_.c:info.h login_.c:login.h main_.c:main.h manifest_.c:manifest.h md5_.c:md5.h merge_.c:merge.h merge3_.c:merge3.h name_.c:name.h pivot_.c:pivot.h pqueue_.c:pqueue.h printf_.c:printf.h rebuild_.c:rebuild.h report_.c:report.h rss_.c:rss.h rstats_.c:rstats.h schema_.c:schema.h setup_.c:setup.h sha1_.c:sha1.h shun_.c:shun.h stat_.c:stat.h style_.c:style.h sync_.c:sync.h tag_.c:tag.h th_main_.c:th_main.h timeline_.c:timeline.h tkt_.c:tkt.h tktsetup_.c:tktsetup.h undo_.c:undo.h update_.c:update.h url_.c:url.h user_.c:user.h verify_.c:verify.h vfile_.c:vfile.h wiki_.c:wiki.h wikiformat_.c:wikiformat.h winhttp_.c:winhttp.h xfer_.c:xfer.h zip_.c:zip.h $(SRCDIR)/sqlite3.h $(SRCDIR)/th.h VERSION.h
 	touch headers
 headers: Makefile
 Makefile:
 add_.c:	$(SRCDIR)/add.c translate
@@ -281,15 +272,8 @@
 add.o:	add_.c add.h  $(SRCDIR)/config.h
 	$(XTCC) -o add.o -c add_.c
 
 add.h:	headers
-admin_.c:	$(SRCDIR)/admin.c translate
-	./translate $(SRCDIR)/admin.c >admin_.c
-
-admin.o:	admin_.c admin.h  $(SRCDIR)/config.h
-	$(XTCC) -o admin.o -c admin_.c
-
-admin.h:	headers
 allrepo_.c:	$(SRCDIR)/allrepo.c translate
 	./translate $(SRCDIR)/allrepo.c >allrepo_.c
 
 allrepo.o:	allrepo_.c allrepo.h  $(SRCDIR)/config.h
@@ -526,15 +510,8 @@
 merge3.o:	merge3_.c merge3.h  $(SRCDIR)/config.h
 	$(XTCC) -o merge3.o -c merge3_.c
 
 merge3.h:	headers
-my_page_.c:	$(SRCDIR)/my_page.c translate
-	./translate $(SRCDIR)/my_page.c >my_page_.c
-
-my_page.o:	my_page_.c my_page.h  $(SRCDIR)/config.h
-	$(XTCC) -o my_page.o -c my_page_.c
-
-my_page.h:	headers
 name_.c:	$(SRCDIR)/name.c translate
 	./translate $(SRCDIR)/name.c >name_.c
 
 name.o:	name_.c name.h  $(SRCDIR)/config.h
@@ -645,15 +622,8 @@
 tag.o:	tag_.c tag.h  $(SRCDIR)/config.h
 	$(XTCC) -o tag.o -c tag_.c
 
 tag.h:	headers
-tagview_.c:	$(SRCDIR)/tagview.c translate
-	./translate $(SRCDIR)/tagview.c >tagview_.c
-
-tagview.o:	tagview_.c tagview.h  $(SRCDIR)/config.h
-	$(XTCC) -o tagview.o -c tagview_.c
-
-tagview.h:	headers
 th_main_.c:	$(SRCDIR)/th_main.c translate
 	./translate $(SRCDIR)/th_main.c >th_main_.c
 
 th_main.o:	th_main_.c th_main.h  $(SRCDIR)/config.h