vendor/bundle/gems/redcarpet-3.4.0/ext/redcarpet/Makefile in tdiary-5.0.6 vs vendor/bundle/gems/redcarpet-3.4.0/ext/redcarpet/Makefile in tdiary-5.0.7

- old
+ new

@@ -10,16 +10,16 @@ NULLCMD = : #### Start of system configuration section. #### srcdir = . -topdir = /home/sho/.rbenv/versions/2.4.2/include/ruby-2.4.0 +topdir = /home/sho/.rbenv/versions/2.5.0/include/ruby-2.5.0 hdrdir = $(topdir) -arch_hdrdir = /home/sho/.rbenv/versions/2.4.2/include/ruby-2.4.0/x86_64-linux +arch_hdrdir = /home/sho/.rbenv/versions/2.5.0/include/ruby-2.5.0/x86_64-linux PATH_SEPARATOR = : VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby -prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.4.2 +prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.5.0 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.20170929-13155-yqsgc4 -sitelibdir = $(DESTDIR)./.gem.20170929-13155-yqsgc4 +sitearchdir = $(DESTDIR)./.gem.20171229-30007-1ila5mh +sitelibdir = $(DESTDIR)./.gem.20171229-30007-1ila5mh sitedir = $(rubylibprefix)/site_ruby rubyarchdir = $(rubylibdir)/$(arch) rubylibdir = $(rubylibprefix)/$(ruby_version) sitearchincludedir = $(includedir)/$(sitearch) archincludedir = $(includedir)/$(arch) @@ -75,21 +75,21 @@ CSRCFLAG = $(empty) RUBY_EXTCONF_H = cflags = $(optflags) $(debugflags) $(warnflags) cxxflags = $(optflags) $(debugflags) $(warnflags) -optflags = -O3 -fno-fast-math +optflags = -O3 debugflags = -ggdb3 warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized CCDLFLAGS = -fPIC CFLAGS = $(CCDLFLAGS) $(cflags) -fvisibility=hidden $(ARCH_FLAG) INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) DEFS = -CPPFLAGS = -I/home/sho/.rbenv/versions/2.4.2/include $(DEFS) $(cppflags) +CPPFLAGS = -I/home/sho/.rbenv/versions/2.5.0/include $(DEFS) $(cppflags) CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG) -ldflags = -L. -L/home/sho/.rbenv/versions/2.4.2/lib -fstack-protector -rdynamic -Wl,-export-dynamic -dldflags = -L/home/sho/.rbenv/versions/2.4.2/lib -Wl,--compress-debug-sections=zlib +ldflags = -L. -L/home/sho/.rbenv/versions/2.5.0/lib -fstack-protector -rdynamic -Wl,-export-dynamic +dldflags = -L/home/sho/.rbenv/versions/2.5.0/lib -Wl,--compress-debug-sections=zlib ARCH_FLAG = DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG) LDSHARED = $(CC) -shared LDSHAREDXX = $(CXX) -shared AR = ar @@ -102,11 +102,11 @@ RUBYW_BASE_NAME = rubyw RUBY_BASE_NAME = ruby arch = x86_64-linux sitearch = $(arch) -ruby_version = 2.4.0 +ruby_version = 2.5.0 ruby = $(bindir)/$(RUBY_BASE_NAME) RUBY = $(ruby) 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 @@ -136,10 +136,10 @@ LOCAL_LIBS = LIBS = -lpthread -ldl -lcrypt -lm -lc ORIG_SRCS = autolink.c buffer.c houdini_href_e.c houdini_html_e.c html.c html_smartypants.c markdown.c rc_markdown.c rc_render.c stack.c SRCS = $(ORIG_SRCS) OBJS = autolink.o buffer.o houdini_href_e.o houdini_html_e.o html.o html_smartypants.o markdown.o rc_markdown.o rc_render.o stack.o -HDRS = $(srcdir)/redcarpet.h $(srcdir)/html.h $(srcdir)/autolink.h $(srcdir)/houdini.h $(srcdir)/markdown.h $(srcdir)/stack.h $(srcdir)/buffer.h $(srcdir)/html_blocks.h +HDRS = $(srcdir)/autolink.h $(srcdir)/buffer.h $(srcdir)/houdini.h $(srcdir)/html.h $(srcdir)/html_blocks.h $(srcdir)/markdown.h $(srcdir)/redcarpet.h $(srcdir)/stack.h LOCAL_HDRS = TARGET = redcarpet TARGET_NAME = redcarpet TARGET_ENTRY = Init_$(TARGET_NAME) DLLIB = $(TARGET).so