Skip to content

Commit 801e036

Browse files
committed
upstream 3.7.14.1
1 parent de4f34b commit 801e036

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+7206
-8049
lines changed

Makefile.in

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo auth.lo \
172172
icu.lo insert.lo journal.lo legacy.lo loadext.lo \
173173
main.lo malloc.lo mem0.lo mem1.lo mem2.lo mem3.lo mem5.lo \
174174
memjournal.lo \
175-
mutex.lo mutex_noop.lo mutex_os2.lo mutex_unix.lo mutex_w32.lo \
176-
notify.lo opcodes.lo os.lo os_os2.lo os_unix.lo os_win.lo \
175+
mutex.lo mutex_noop.lo mutex_unix.lo mutex_w32.lo \
176+
notify.lo opcodes.lo os.lo os_unix.lo os_win.lo \
177177
pager.lo parse.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \
178178
random.lo resolve.lo rowset.lo rtree.lo select.lo status.lo \
179179
table.lo tokenize.lo trigger.lo \
@@ -232,14 +232,12 @@ SRC = \
232232
$(TOP)/src/mutex.c \
233233
$(TOP)/src/mutex.h \
234234
$(TOP)/src/mutex_noop.c \
235-
$(TOP)/src/mutex_os2.c \
236235
$(TOP)/src/mutex_unix.c \
237236
$(TOP)/src/mutex_w32.c \
238237
$(TOP)/src/notify.c \
239238
$(TOP)/src/os.c \
240239
$(TOP)/src/os.h \
241240
$(TOP)/src/os_common.h \
242-
$(TOP)/src/os_os2.c \
243241
$(TOP)/src/os_unix.c \
244242
$(TOP)/src/os_win.c \
245243
$(TOP)/src/pager.c \
@@ -402,7 +400,6 @@ TESTSRC2 = \
402400
$(TOP)/src/wal.c \
403401
$(TOP)/src/mem5.c \
404402
$(TOP)/src/os.c \
405-
$(TOP)/src/os_os2.c \
406403
$(TOP)/src/os_unix.c \
407404
$(TOP)/src/os_win.c \
408405
$(TOP)/src/pager.c \
@@ -657,9 +654,6 @@ mutex.lo: $(TOP)/src/mutex.c $(HDR)
657654
mutex_noop.lo: $(TOP)/src/mutex_noop.c $(HDR)
658655
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mutex_noop.c
659656

660-
mutex_os2.lo: $(TOP)/src/mutex_os2.c $(HDR)
661-
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mutex_os2.c
662-
663657
mutex_unix.lo: $(TOP)/src/mutex_unix.c $(HDR)
664658
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mutex_unix.c
665659

@@ -687,9 +681,6 @@ os_unix.lo: $(TOP)/src/os_unix.c $(HDR)
687681
os_win.lo: $(TOP)/src/os_win.c $(HDR)
688682
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/os_win.c
689683

690-
os_os2.lo: $(TOP)/src/os_os2.c $(HDR)
691-
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/os_os2.c
692-
693684
pragma.lo: $(TOP)/src/pragma.c $(HDR)
694685
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/pragma.c
695686

@@ -950,6 +941,7 @@ clean:
950941
rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
951942
rm -f sqlite3.c
952943
rm -f sqlite3_analyzer$(TEXE) sqlite3_analyzer.c
944+
rm -f sqlite-output.vsix
953945

954946
distclean: clean
955947
rm -f config.log config.status libtool Makefile sqlite3.pc

0 commit comments

Comments
 (0)