Add the Makefile.in that was forgotten with checkin #562 (CVS 563)

FossilOrigin-Name: 29b8330ca6bfe32c499a045189683100f2b15246
This commit is contained in:
danielk1977 2002-05-15 08:43:10 +00:00
parent c3f9bad209
commit b38f58b51a
3 changed files with 13 additions and 9 deletions

View File

@ -63,7 +63,7 @@ ENCODING = @ENCODING@
#
LIBOBJ = btree.lo build.lo delete.lo expr.lo func.lo hash.lo insert.lo \
main.lo os.lo pager.lo parse.lo printf.lo random.lo select.lo \
table.lo tokenize.lo update.lo util.lo vdbe.lo where.lo
table.lo tokenize.lo update.lo util.lo vdbe.lo where.lo trigger.lo
# All of the source code files.
#
@ -94,7 +94,8 @@ SRC = \
$(TOP)/src/util.c \
$(TOP)/src/vdbe.c \
$(TOP)/src/vdbe.h \
$(TOP)/src/where.c
$(TOP)/src/where.c \
$(TOP)/src/trigger.c
# Source code to the test files.
#
@ -211,6 +212,9 @@ select.lo: $(TOP)/src/select.c $(HDR)
table.lo: $(TOP)/src/table.c $(HDR)
$(LIBTOOL) $(TCC) -c $(TOP)/src/table.c
trigger.lo: $(TOP)/src/trigger.c $(HDR)
$(LIBTOOL) $(TCC) -c $(TOP)/src/trigger.c
update.lo: $(TOP)/src/update.c $(HDR)
$(LIBTOOL) $(TCC) -c $(TOP)/src/update.c

View File

@ -1,6 +1,6 @@
C Added\sFOR\sEACH\sROW\striggers\sfunctionality\s(CVS\s562)
D 2002-05-15T08:30:13
F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
C Add\sthe\sMakefile.in\sthat\swas\sforgotten\swith\scheckin\s#562\s(CVS\s563)
D 2002-05-15T08:43:10
F Makefile.in 6291a33b87d2a395aafd7646ee1ed562c6f2c28c
F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
F VERSION 45e2ae5cf63867a750b544c539f79a076d53a9a0
@ -134,7 +134,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
P 06cdaf1c80f7bc25fc555c7c8a35258faed2d2e9
R f9f4dba69771590feeaaa99270d2ac88
P 794bf67b6b36fce8854d5daff12f21dbb943240c
R 08d6d280437ddbf6c3512d0683d6a10e
U danielk1977
Z 1a13ba7db9cc1bf25e7e68999e113789
Z 654e041ad87e42741720cd7b74aa49a7

View File

@ -1 +1 @@
794bf67b6b36fce8854d5daff12f21dbb943240c
29b8330ca6bfe32c499a045189683100f2b15246