vendor/bundle/gems/redcarpet-3.4.0/ext/redcarpet/Makefile in tdiary-5.0.5 vs vendor/bundle/gems/redcarpet-3.4.0/ext/redcarpet/Makefile in tdiary-5.0.6
- old
+ new
@@ -10,16 +10,16 @@
NULLCMD = :
#### Start of system configuration section. ####
srcdir = .
-topdir = /home/sho/.rbenv/versions/2.4.1/include/ruby-2.4.0
+topdir = /home/sho/.rbenv/versions/2.4.2/include/ruby-2.4.0
hdrdir = $(topdir)
-arch_hdrdir = /home/sho/.rbenv/versions/2.4.1/include/ruby-2.4.0/x86_64-linux
+arch_hdrdir = /home/sho/.rbenv/versions/2.4.2/include/ruby-2.4.0/x86_64-linux
PATH_SEPARATOR = :
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
-prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.4.1
+prefix = $(DESTDIR)/home/sho/.rbenv/versions/2.4.2
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.20170323-3482-1epqbxm
-sitelibdir = $(DESTDIR)./.gem.20170323-3482-1epqbxm
+sitearchdir = $(DESTDIR)./.gem.20170929-13155-yqsgc4
+sitelibdir = $(DESTDIR)./.gem.20170929-13155-yqsgc4
sitedir = $(rubylibprefix)/site_ruby
rubyarchdir = $(rubylibdir)/$(arch)
rubylibdir = $(rubylibprefix)/$(ruby_version)
sitearchincludedir = $(includedir)/$(sitearch)
archincludedir = $(includedir)/$(arch)
@@ -65,12 +65,12 @@
CC = gcc
CXX = g++
LIBRUBY = $(LIBRUBY_A)
LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
-LIBRUBYARG_SHARED = -Wl,-R$(libdir) -L$(libdir)
-LIBRUBYARG_STATIC = -Wl,-R$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static
+LIBRUBYARG_SHARED = -Wl,-rpath,$(libdir) -L$(libdir)
+LIBRUBYARG_STATIC = -Wl,-rpath,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static
empty =
OUTFLAG = -o $(empty)
COUTFLAG = -o $(empty)
CSRCFLAG = $(empty)
@@ -82,14 +82,14 @@
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.1/include $(DEFS) $(cppflags)
+CPPFLAGS = -I/home/sho/.rbenv/versions/2.4.2/include $(DEFS) $(cppflags)
CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG)
-ldflags = -L. -L/home/sho/.rbenv/versions/2.4.1/lib -fstack-protector -rdynamic -Wl,-export-dynamic
-dldflags = -L/home/sho/.rbenv/versions/2.4.1/lib -Wl,--compress-debug-sections=zlib
+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
ARCH_FLAG =
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
LDSHARED = $(CC) -shared
LDSHAREDXX = $(CXX) -shared
AR = ar
@@ -121,11 +121,11 @@
#### End of system configuration section. ####
preload =
libpath = . $(libdir)
-LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir)
+LIBPATH = -L. -L$(libdir) -Wl,-rpath,$(libdir)
DEFFILE =
CLEANFILES = mkmf.log
DISTCLEANFILES =
DISTCLEANDIRS =
@@ -136,11 +136,11 @@
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)/houdini.h $(srcdir)/html_blocks.h $(srcdir)/buffer.h $(srcdir)/autolink.h $(srcdir)/html.h $(srcdir)/markdown.h $(srcdir)/stack.h
+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
LOCAL_HDRS =
TARGET = redcarpet
TARGET_NAME = redcarpet
TARGET_ENTRY = Init_$(TARGET_NAME)
DLLIB = $(TARGET).so
@@ -158,10 +158,10 @@
TARGET_SO = $(TARGET_SO_DIR)$(DLLIB)
CLEANLIBS = $(TARGET_SO)
CLEANOBJS = *.o *.bak
all: $(DLLIB)
-static: $(STATIC_LIB) install-rb
+static: $(STATIC_LIB)
.PHONY: all install static install-so install-rb
.PHONY: clean clean-so clean-static clean-rb
clean-static::
clean-rb-default::