vendor/bundle/ruby/2.7.0/gems/sqlite3-1.4.2/ext/sqlite3/Makefile in tdiary-5.1.2 vs vendor/bundle/ruby/2.7.0/gems/sqlite3-1.4.2/ext/sqlite3/Makefile in tdiary-5.1.3

- old
+ new

@@ -10,16 +10,16 @@ NULLCMD = : #### Start of system configuration section. #### srcdir = . -topdir = /home/sho/.rbenv/versions/2.7.0/include/ruby-2.7.0 +topdir = /home/sho/.rbenv/versions/2.7.1/include/ruby-2.7.0 hdrdir = $(topdir) -arch_hdrdir = /home/sho/.rbenv/versions/2.7.0/include/ruby-2.7.0/x86_64-linux +arch_hdrdir = /home/sho/.rbenv/versions/2.7.1/include/ruby-2.7.0/x86_64-linux PATH_SEPARATOR = : VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby -prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.7.0 +prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.7.1 rubysitearchprefix = $(rubylibprefix)/$(sitearch) rubyarchprefix = $(rubylibprefix)/$(arch) rubylibprefix = $(libdir)/$(RUBY_BASE_NAME) exec_prefix = $(prefix) vendorarchhdrdir = $(vendorhdrdir)/$(sitearch) @@ -29,12 +29,12 @@ sitehdrdir = $(rubyhdrdir)/site_ruby rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME) vendorarchdir = $(vendorlibdir)/$(sitearch) vendorlibdir = $(vendordir)/$(ruby_version) vendordir = $(rubylibprefix)/vendor_ruby -sitearchdir = $(DESTDIR)./.gem.20191225-4829-phccwa -sitelibdir = $(DESTDIR)./.gem.20191225-4829-phccwa +sitearchdir = $(DESTDIR)./.gem.20200829-26006-7n3jcc +sitelibdir = $(DESTDIR)./.gem.20200829-26006-7n3jcc sitedir = $(rubylibprefix)/site_ruby rubyarchdir = $(rubylibdir)/$(arch) rubylibdir = $(rubylibprefix)/$(ruby_version) sitearchincludedir = $(includedir)/$(sitearch) archincludedir = $(includedir)/$(arch) @@ -79,20 +79,20 @@ RUBY_EXTCONF_H = cflags = $(optflags) $(debugflags) $(warnflags) cxxflags = optflags = -O3 debugflags = -ggdb3 -warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wno-maybe-uninitialized +warnflags = -Wall -Wextra -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable cppflags = CCDLFLAGS = -fPIC CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG) INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) DEFS = -CPPFLAGS = -DHAVE_RB_PROC_ARITY -DHAVE_RB_INTEGER_PACK -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -DHAVE_SQLITE3_ENABLE_LOAD_EXTENSION -DHAVE_SQLITE3_LOAD_EXTENSION -DHAVE_SQLITE3_OPEN_V2 -DHAVE_SQLITE3_PREPARE_V2 -DHAVE_TYPE_SQLITE3_INT64 -DHAVE_TYPE_SQLITE3_UINT64 -I/home/sho/.rbenv/versions/2.7.0/include $(DEFS) $(cppflags) +CPPFLAGS = -DHAVE_RB_PROC_ARITY -DHAVE_RB_INTEGER_PACK -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_COLUMN_DATABASE_NAME -DHAVE_SQLITE3_ENABLE_LOAD_EXTENSION -DHAVE_SQLITE3_LOAD_EXTENSION -DHAVE_SQLITE3_OPEN_V2 -DHAVE_SQLITE3_PREPARE_V2 -DHAVE_TYPE_SQLITE3_INT64 -DHAVE_TYPE_SQLITE3_UINT64 -I/home/sho/.rbenv/versions/2.7.1/include $(DEFS) $(cppflags) CXXFLAGS = $(CCDLFLAGS) -g -O2 $(ARCH_FLAG) -ldflags = -L. -L/home/sho/.rbenv/versions/2.7.0/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic -dldflags = -L/home/sho/.rbenv/versions/2.7.0/lib -Wl,--compress-debug-sections=zlib +ldflags = -L. -L/home/sho/.rbenv/versions/2.7.1/lib -fstack-protector-strong -rdynamic -Wl,-export-dynamic +dldflags = -L/home/sho/.rbenv/versions/2.7.1/lib -Wl,--compress-debug-sections=zlib ARCH_FLAG = DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG) LDSHARED = $(CC) -shared LDSHAREDXX = $(CXX) -shared AR = ar @@ -113,11 +113,11 @@ ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/backward.h $(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/defines.h $(hdrdir)/ruby/missing.h $(hdrdir)/ruby/intern.h $(hdrdir)/ruby/st.h $(hdrdir)/ruby/subst.h $(arch_hdrdir)/ruby/config.h RM = rm -f RM_RF = $(RUBY) -run -e rm -- -rf RMDIRS = rmdir --ignore-fail-on-non-empty -p -MAKEDIRS = /bin/mkdir -p +MAKEDIRS = /usr/bin/mkdir -p INSTALL = /usr/bin/install -c INSTALL_PROG = $(INSTALL) -m 0755 INSTALL_DATA = $(INSTALL) -m 644 COPY = cp TOUCH = exit > @@ -139,10 +139,10 @@ LOCAL_LIBS = LIBS = $(LIBRUBYARG_SHARED) -lsqlite3 -ldl -lpthread -lsqlite3 -lm -lc ORIG_SRCS = aggregator.c backup.c database.c exception.c sqlite3.c statement.c SRCS = $(ORIG_SRCS) OBJS = aggregator.o backup.o database.o exception.o sqlite3.o statement.o -HDRS = $(srcdir)/aggregator.h $(srcdir)/backup.h $(srcdir)/database.h $(srcdir)/exception.h $(srcdir)/sqlite3_ruby.h $(srcdir)/statement.h +HDRS = $(srcdir)/database.h $(srcdir)/statement.h $(srcdir)/aggregator.h $(srcdir)/sqlite3_ruby.h $(srcdir)/backup.h $(srcdir)/exception.h LOCAL_HDRS = TARGET = sqlite3_native TARGET_NAME = sqlite3_native TARGET_ENTRY = Init_$(TARGET_NAME) DLLIB = $(TARGET).so