SHELL = /bin/sh
# V=0 quiet, V=1 verbose. other values don't work. V = 0 Q1 = $(V:1=) Q = $(Q1:0=@) n=$(NULLCMD) ECHO1 = $(V:1=@$n) ECHO = $(ECHO1:0=@echo)
#### Start of system configuration section. ####
srcdir = /tmp/B.6e567af2-4ac4-445f-9b31-a87d443af0e7/BUILD/ruby-gnome2-all-1.1.5/glib2/ext/glib2 topdir = /usr/include/ruby-1.9 hdrdir = /usr/include/ruby-1.9 arch_hdrdir = /usr/include/ruby-1.9/$(arch) VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby prefix = $(DESTDIR)/usr rubylibprefix = $(DESTDIR)/usr/share/ruby exec_prefix = $(DESTDIR)/usr vendorhdrdir = $(rubyhdrdir)/vendor_ruby sitehdrdir = $(rubyhdrdir)/site_ruby rubyhdrdir = $(includedir)/$(RUBY_BASE_NAME)-$(ruby_version) vendordir = $(DESTDIR)/usr/share/ruby/vendor_ruby sitedir = $(DESTDIR)/usr/local/share/ruby/site_ruby ridir = $(datarootdir)/$(RI_BASE_NAME) mandir = $(DESTDIR)/usr/share/man localedir = $(datarootdir)/locale libdir = $(DESTDIR)/usr/lib psdir = $(docdir) pdfdir = $(docdir) dvidir = $(docdir) htmldir = $(docdir) infodir = $(DESTDIR)/usr/share/info docdir = $(datarootdir)/doc/$(PACKAGE) oldincludedir = $(DESTDIR)/usr/include includedir = $(DESTDIR)/usr/include localstatedir = $(DESTDIR)/var sharedstatedir = $(DESTDIR)/var/lib sysconfdir = $(DESTDIR)/etc datadir = $(DESTDIR)/usr/share datarootdir = $(prefix)/share libexecdir = $(DESTDIR)/usr/lib sbindir = $(DESTDIR)/usr/sbin bindir = $(DESTDIR)/usr/bin rubylibdir = $(rubylibprefix)/$(ruby_version) archdir = $(DESTDIR)/usr/lib/ruby/1.9 sitelibdir = $(sitedir)/$(ruby_version) sitearchdir = $(DESTDIR)/usr/local/lib/ruby/site_ruby/1.9 vendorlibdir = $(vendordir)/$(ruby_version) vendorarchdir = $(DESTDIR)/usr/lib/ruby/vendor_ruby/1.9
NULLCMD = :
CC = i686-pld-linux-gcc CXX = i686-pld-linux-g++ LIBRUBY = $(LIBRUBY_SO) LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME) LIBRUBYARG_STATIC = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static empty = OUTFLAG = -o $(empty) COUTFLAG = -o $(empty)
RUBY_EXTCONF_H = cflags = $(optflags) $(debugflags) $(warnflags) optflags = -O3 debugflags = -ggdb warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration CFLAGS = -fPIC -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -fno-omit-frame-pointer -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread $(ARCH_FLAG) INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) -I$(vendorarchdir) DEFS = -D_FILE_OFFSET_BITS=64 CPPFLAGS = -DHAVE_RB_DEFINE_ALLOC_FUNC -DHAVE_RB_BLOCK_PROC -DHAVE_OBJECT_ALLOCATE -DHAVE_UNISTD_H -DHAVE_G_SPAWN_CLOSE_PID -DHAVE_G_THREAD_INIT -DHAVE_G_MAIN_DEPTH -DHAVE_G_LISTENV -DHAVE_RB_CHECK_ARRAY_TYPE -DHAVE_RB_EXEC_RECURSIVE -DHAVE_RB_ERRINFO -DHAVE_RB_SOURCEFILE -DHAVE_RB_SOURCELINE -DHAVE_RB_THREAD_BLOCKING_REGION -DHAVE_RUBY_NATIVE_THREAD_P -DHAVE_RB_THREAD_CALL_WITH_GVL -DRUBY_GLIB2_COMPILATION $(DEFS) $(cppflags) CXXFLAGS = $(CFLAGS) -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -fno-omit-frame-pointer -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ldflags = -L. -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -rdynamic -Wl,-export-dynamic -pthread dldflags = ARCH_FLAG = DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG) LDSHARED = $(CC) -shared LDSHAREDXX = $(CXX) -shared AR = ar EXEEXT =
RUBY_BASE_NAME = ruby RUBY_INSTALL_NAME = ruby RUBY_SO_NAME = ruby arch = i686-linux sitearch = $(arch) ruby_version = 1.9 ruby = /usr/bin/ruby RUBY = $(ruby) RM = rm -f RM_RF = $(RUBY) -run -e rm -- -rf RMDIRS = rmdir --ignore-fail-on-non-empty -p MAKEDIRS = /bin/mkdir -p INSTALL = /usr/bin/install -c INSTALL_PROG = $(INSTALL) -m 0755 INSTALL_DATA = $(INSTALL) -m 644 COPY = cp TOUCH = exit >
#### End of system configuration section. ####
preload =
libpath = . $(libdir) LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir) DEFFILE =
CLEANFILES = mkmf.log DISTCLEANFILES = ruby-glib2.pc glib-enum-types.h glib-enum-types.c DISTCLEANDIRS =
extout = extout_prefix = target_prefix = LOCAL_LIBS = LIBS = $(LIBRUBYARG_SHARED) -lgobject-2.0 -lglib-2.0 -lgthread-2.0 -lglib-2.0 -lpthread -lrt -ldl -lcrypt -lm -lc SRCS = rbglib_timer.c rbglib_completion.c rbglib_iochannel_win32_socket.c rbgobj_param.c rbgobj_valuearray.c rbglib_threads.c rbgobj_value.c rbglib_fileutils.c rbglib.c rbglib_iochannel.c rbgobj_type.c rbgobj_typeplugin.c rbgobj_convert.c rbgobj_strv.c rbglib_unichar.c rbglib_messages.c rbgutil.c rbglib_maincontext.c rbglib_utf16.c rbgobj_object.c rbgobj_typeinstance.c rbglib_error.c rbgobj_paramspecs.c rbglib_shellerror.c rbgutil_callback.c rbgobj_typemodule.c rbglib_utils.c rbglib_mainloop.c rbgobj_enums.c rbglib_win32.c rbglib_int64.c rbglib_io_constants.c rbgobj_fundamental.c rbgobj_closure.c rbgobject.c rbgobj_boxed.c rbglib_shell.c rbglib_utf8.c rbgobj_typeinterface.c rbglib_convert.c rbglib_keyfile.c rbglib_ucs4.c rbgobj_valuetypes.c rbglib_i18n.c rbglib_spawnerror.c rbglib_unicode.c rbgobj_flags.c rbgutildeprecated.c rbglibdeprecated.c rbgutil_list.c rbglib_pollfd.c rbglib_bookmarkfile.c rbglib_iochannelerror.c rbglib_source.c rbgobj_signal.c rbgobj_enumflags.c rbglib_spawn.c glib-enum-types.c OBJS = rbglib_timer.o rbglib_completion.o rbglib_iochannel_win32_socket.o rbgobj_param.o rbgobj_valuearray.o rbglib_threads.o rbgobj_value.o rbglib_fileutils.o rbglib.o rbglib_iochannel.o rbgobj_type.o rbgobj_typeplugin.o rbgobj_convert.o rbgobj_strv.o rbglib_unichar.o rbglib_messages.o rbgutil.o rbglib_maincontext.o rbglib_utf16.o rbgobj_object.o rbgobj_typeinstance.o rbglib_error.o rbgobj_paramspecs.o rbglib_shellerror.o rbgutil_callback.o rbgobj_typemodule.o rbglib_utils.o rbglib_mainloop.o rbgobj_enums.o rbglib_win32.o rbglib_int64.o rbglib_io_constants.o rbgobj_fundamental.o rbgobj_closure.o rbgobject.o rbgobj_boxed.o rbglib_shell.o rbglib_utf8.o rbgobj_typeinterface.o rbglib_convert.o rbglib_keyfile.o rbglib_ucs4.o rbgobj_valuetypes.o rbglib_i18n.o rbglib_spawnerror.o rbglib_unicode.o rbgobj_flags.o rbgutildeprecated.o rbglibdeprecated.o rbgutil_list.o rbglib_pollfd.o rbglib_bookmarkfile.o rbglib_iochannelerror.o rbglib_source.o rbgobj_signal.o rbgobj_enumflags.o rbglib_spawn.o glib-enum-types.o TARGET = glib2 TARGET_NAME = glib2 TARGET_ENTRY = Init_$(TARGET_NAME) DLLIB = $(TARGET).so EXTSTATIC = STATIC_LIB =
BINDIR = $(bindir) RUBYCOMMONDIR = $(sitedir)$(target_prefix) RUBYLIBDIR = $(sitelibdir)$(target_prefix) RUBYARCHDIR = $(sitearchdir)$(target_prefix) HDRDIR = $(rubyhdrdir)/ruby$(target_prefix) ARCHHDRDIR = $(rubyhdrdir)/$(arch)/ruby$(target_prefix)
TARGET_SO = $(DLLIB) CLEANLIBS = $(TARGET).so CLEANOBJS = *.o *.bak
all: $(DLLIB) static: $(STATIC_LIB) .PHONY: all install static install-so install-rb .PHONY: clean clean-so clean-rb
clean-static |
|||||||||
clean-rb-default |
|||||||||
clean-rb |
|||||||||
clean-so |
clean: clean-so clean-static clean-rb-default clean-rb -$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
|
Generated with the Darkfish Rdoc Generator 2.