SHELL = /bin/sh
# V=0 quiet, V=1 verbose. other values don't work. V = 1 Q1 = $(V:1=) Q = $(Q1:0=@) ECHO1 = $(V:1=@ :) ECHO = $(ECHO1:0=@ echo) NULLCMD = :
#### Start of system configuration section. ####
srcdir = . topdir = /usr/include hdrdir = $(topdir) arch_hdrdir = /usr/include PATH_SEPARATOR = : VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby prefix = $(DESTDIR)/usr rubysitearchprefix = $(sitearchlibdir)/$(RUBY_BASE_NAME) rubyarchprefix = $(DESTDIR)/usr/lib/ruby rubylibprefix = $(exec_prefix)/share/ruby exec_prefix = $(DESTDIR)/usr vendorarchhdrdir = $(vendorhdrdir)/$(arch) sitearchhdrdir = $(sitehdrdir)/$(arch) rubyarchhdrdir = $(DESTDIR)/usr/include vendorhdrdir = $(rubyhdrdir)/vendor_ruby sitehdrdir = $(rubyhdrdir)/site_ruby rubyhdrdir = $(DESTDIR)/usr/include rubygemsdir = $(DESTDIR)/usr/share/rubygems vendorarchdir = $(DESTDIR)/usr/lib/ruby/vendor_ruby vendorlibdir = $(vendordir) vendordir = $(DESTDIR)/usr/share/ruby/vendor_ruby sitearchdir = $(DESTDIR)./.gem.20190218-18227-1lpo443 sitelibdir = $(DESTDIR)./.gem.20190218-18227-1lpo443 sitedir = $(DESTDIR)/usr/local/share/ruby/site_ruby rubyarchdir = $(rubyarchprefix) rubylibdir = $(rubylibprefix) sitearchincludedir = $(includedir)/$(sitearch) archincludedir = $(includedir)/$(arch) sitearchlibdir = $(libdir)/$(sitearch) archlibdir = $(DESTDIR)/usr/lib ridir = $(datarootdir)/$(RI_BASE_NAME) mandir = $(DESTDIR)/usr/share/man localedir = $(datarootdir)/locale libdir = $(exec_prefix)/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/libexec sbindir = $(DESTDIR)/usr/sbin bindir = $(exec_prefix)/bin archdir = $(rubyarchdir)
CC_WRAPPER = CC = gcc CXX = g++ LIBRUBY = $(LIBRUBY_SO) LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME) LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static $(MAINLIBS) empty = OUTFLAG = -o $(empty) COUTFLAG = -o $(empty) CSRCFLAG = $(empty)
RUBY_EXTCONF_H = cflags = $(optflags) $(debugflags) $(warnflags) cxxflags = $(optflags) $(debugflags) $(warnflags) optflags = -O3 debugflags = -ggdb3 warnflags = -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -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) -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -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 -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread $(ARCH_FLAG) INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) -I$(sitearchdir) -I$(vendorarchdir) -I/usr/share/gems/gems/cairo-1.16.2/ext/cairo -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 DEFS = -D_FILE_OFFSET_BITS=64 CPPFLAGS = -DHAVE_RB_ERRINFO -DHAVE_RB_CAIRO_H -DHAVE_ST_H -DHAVE_RUBY_ST_H -DRUBY_GTK2_TARGET="x11" -DHAVE_GTK_PLUG_GET_TYPE -DHAVE_GTK_SOCKET_GET_TYPE -DHAVE_PANGO_RENDER_PART_GET_TYPE -DHAVE_X11_XLIB_H -DHAVE_XREADBITMAPFILEDATA -DHAVE_XGETERRORTEXT -DHAVE_GTK_UNIX_PRINT -DRUBY_GTK2_COMPILATION $(DEFS) $(cppflags) CXXFLAGS = $(CCDLFLAGS) -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread $(ARCH_FLAG) ldflags = -L. -Wl,-z,relro -Wl,–as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic
dldflags = -Wl,-z,relro -Wl,–as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld ARCH_FLAG = DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG) LDSHARED = $(CC) -shared LDSHAREDXX = $(CXX) -shared AR = ar EXEEXT =
RUBY_INSTALL_NAME = $(RUBY_BASE_NAME) RUBY_SO_NAME = ruby RUBYW_INSTALL_NAME = RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version_dir_name) RUBYW_BASE_NAME = rubyw RUBY_BASE_NAME = ruby
arch = armv7hl-linux sitearch = $(arch) ruby_version = 2.6.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 RM_RF = $(RUBY) -run -e rm – -rf RMDIRS = rmdir –ignore-fail-on-non-empty -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 >
#### End of system configuration section. ####
preload = libpath = . $(archlibdir) LIBPATH = -L. -L$(archlibdir) DEFFILE =
CLEANFILES = mkmf.log DISTCLEANFILES = ruby-gtk2.pc rbgdkkeysyms.h DISTCLEANDIRS =
extout = extout_prefix = target_prefix = LOCAL_LIBS = LIBS = $(LIBRUBYARG_SHARED) -lX11 -lcairo -lgtk-x11-2.0 -lgdk-x11-2.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgirepository-1.0 -lglib-2.0 -lgobject-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lcairo -lgdk_pixbuf-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lm -lc ORIG_SRCS = init.c rbgdk.c rbgdkatom.c rbgdkcairo.c rbgdkcolor.c rbgdkcolormap.c rbgdkconst.c rbgdkcursor.c rbgdkdevice.c rbgdkdisplay.c rbgdkdisplaymanager.c rbgdkdragcontext.c rbgdkdraw.c rbgdkevent.c rbgdkgc.c rbgdkgeometry.c rbgdkimage.c rbgdkinput.c rbgdkkeymap.c rbgdkkeyval.c rbgdkpango.c rbgdkpangorenderer.c rbgdkpixbuf.c rbgdkpixmap.c rbgdkproperty.c rbgdkrectangle.c rbgdkregion.c rbgdkrgb.c rbgdkscreen.c rbgdkselection.c rbgdkthreads.c rbgdktimecoord.c rbgdkvisual.c rbgdkwindow.c rbgdkwindowattr.c rbgdkx11.c rbgtk.c rbgtkaboutdialog.c rbgtkaccelerator.c rbgtkaccelgroup.c rbgtkaccelgroupentry.c rbgtkaccelkey.c rbgtkaccellabel.c rbgtkaccelmap.c rbgtkaccessible.c rbgtkaction.c rbgtkactiongroup.c rbgtkadjustment.c rbgtkalignment.c rbgtkallocation.c rbgtkarrow.c rbgtkaspectframe.c rbgtkassistant.c rbgtkbbox.c rbgtkbin.c rbgtkbindingset.c rbgtkborder.c rbgtkbox.c rbgtkbuildable.c rbgtkbuilder.c rbgtkbutton.c rbgtkcalendar.c rbgtkcelleditable.c rbgtkcelllayout.c rbgtkcellrenderer.c rbgtkcellrendereraccel.c rbgtkcellrenderercombo.c rbgtkcellrendererpixbuf.c rbgtkcellrendererprogress.c rbgtkcellrendererspin.c rbgtkcellrendererspinner.c rbgtkcellrenderertext.c rbgtkcellrenderertoggle.c rbgtkcellview.c rbgtkcheckbutton.c rbgtkcheckmenuitem.c rbgtkclipboard.c rbgtkcolorbutton.c rbgtkcolorsel.c rbgtkcolorselectiondialog.c rbgtkcombo.c rbgtkcombobox.c rbgtkcomboboxentry.c rbgtkconst.c rbgtkcontainer.c rbgtkcurve.c rbgtkdialog.c rbgtkdrag.c rbgtkdrawingarea.c rbgtkeditable.c rbgtkentry.c rbgtkentrycompletion.c rbgtkeventbox.c rbgtkexpander.c rbgtkfilechooser.c rbgtkfilechooserbutton.c rbgtkfilechooserdialog.c rbgtkfilechooserwidget.c rbgtkfilefilter.c rbgtkfilesel.c rbgtkfilesystemerror.c rbgtkfixed.c rbgtkfontbutton.c rbgtkfontselection.c rbgtkfontselectiondialog.c rbgtkframe.c rbgtkgamma.c rbgtkhandlebox.c rbgtkhbbox.c rbgtkhbox.c rbgtkhpaned.c rbgtkhruler.c rbgtkhscale.c rbgtkhscrollbar.c rbgtkhseparator.c rbgtkiconfactory.c rbgtkiconinfo.c rbgtkiconset.c rbgtkiconsize.c rbgtkiconsource.c rbgtkicontheme.c rbgtkiconview.c rbgtkimage.c rbgtkimagemenuitem.c rbgtkimcontext.c rbgtkimcontextsimple.c rbgtkimmulticontext.c rbgtkinfobar.c rbgtkinputdialog.c rbgtkinvisible.c rbgtkitem.c rbgtkitemfactory.c rbgtklabel.c rbgtklayout.c rbgtklinkbutton.c rbgtkliststore.c rbgtkmenu.c rbgtkmenubar.c rbgtkmenuitem.c rbgtkmenushell.c rbgtkmenutoolbutton.c rbgtkmessagedialog.c rbgtkmisc.c rbgtknotebook.c rbgtkobject.c rbgtkoptionmenu.c rbgtkpagesetup.c rbgtkpagesetupunixdialog.c rbgtkpaned.c rbgtkpapersize.c rbgtkplug.c rbgtkprintcontext.c rbgtkprinter.c rbgtkprintjob.c rbgtkprintoperation.c rbgtkprintoperationpreview.c rbgtkprintsettings.c rbgtkprintunixdialog.c rbgtkprogress.c rbgtkprogressbar.c rbgtkradioaction.c rbgtkradiobutton.c rbgtkradiomenuitem.c rbgtkradiotoolbutton.c rbgtkrange.c rbgtkrc.c rbgtkrcstyle.c rbgtkrecentaction.c rbgtkrecentchooser.c rbgtkrecentchooserdialog.c rbgtkrecentchoosermenu.c rbgtkrecentchooserwidget.c rbgtkrecentdata.c rbgtkrecentfilter.c rbgtkrecentfilterinfo.c rbgtkrecentinfo.c rbgtkrecentmanager.c rbgtkruler.c rbgtkscale.c rbgtkscalebutton.c rbgtkscrollbar.c rbgtkscrolledwindow.c rbgtkselection.c rbgtkselectiondata.c rbgtkseparator.c rbgtkseparatormenuitem.c rbgtkseparatortoolitem.c rbgtksettings.c rbgtksizegroup.c rbgtksocket.c rbgtkspinbutton.c rbgtkspinner.c rbgtkstatusbar.c rbgtkstatusicon.c rbgtkstock.c rbgtkstyle.c rbgtktable.c rbgtktargetlist.c rbgtktearoffmenuitem.c rbgtktextappearance.c rbgtktextattributes.c rbgtktextbuffer.c rbgtktextchild.c rbgtktextiter.c rbgtktextmark.c rbgtktexttag.c rbgtktexttagtable.c rbgtktextview.c rbgtktoggleaction.c rbgtktogglebutton.c rbgtktoggletoolbutton.c rbgtktoolbar.c rbgtktoolbutton.c rbgtktoolitem.c rbgtktooltip.c rbgtktooltips.c rbgtktreedragdest.c rbgtktreedragsource.c rbgtktreeiter.c rbgtktreemodel.c rbgtktreemodelfilter.c rbgtktreemodelsort.c rbgtktreepath.c rbgtktreerowreference.c rbgtktreeselection.c rbgtktreesortable.c rbgtktreestore.c rbgtktreeview.c rbgtktreeviewcolumn.c rbgtkuimanager.c rbgtkvbbox.c rbgtkvbox.c rbgtkviewport.c rbgtkvolumebutton.c rbgtkvpaned.c rbgtkvruler.c rbgtkvscale.c rbgtkvscrollbar.c rbgtkvseparator.c rbgtkwidget.c rbgtkwindow.c rbgtkwindowgroup.c SRCS = $(ORIG_SRCS) rbgdkkeyval.c rbgtkmessagedialog.c rbgtkadjustment.c rbgdkpangorenderer.c rbgtkbin.c rbgtkcellrenderercombo.c rbgdkconst.c rbgtkvolumebutton.c rbgtkmisc.c rbgdkimage.c rbgtkdialog.c rbgtkiconview.c rbgtkwindow.c rbgtkradiomenuitem.c rbgtkmenu.c rbgtkcalendar.c rbgtkcellrenderertext.c rbgtkrecentfilter.c rbgtknotebook.c rbgtktextbuffer.c rbgtktooltips.c rbgtktextappearance.c rbgdkcairo.c rbgtkrecentfilterinfo.c rbgtkcolorsel.c rbgtktogglebutton.c rbgtklabel.c rbgtkcellrendererspinner.c rbgtktargetlist.c rbgtkaccelkey.c rbgtkrecentdata.c rbgtkmenuitem.c rbgtkdrawingarea.c rbgtk.c rbgtkentrycompletion.c rbgdktimecoord.c rbgtkmenutoolbutton.c rbgtkscrollbar.c rbgtkbuildable.c rbgtkscalebutton.c rbgtkcellrendererprogress.c rbgtkprintjob.c rbgtkconst.c rbgtkrecentchooserdialog.c rbgtkitem.c rbgtkstatusbar.c rbgtkclipboard.c rbgtkbox.c rbgdkpango.c rbgtkrcstyle.c rbgdkcolormap.c rbgtktexttag.c rbgtkobject.c rbgtkaction.c rbgtktoggleaction.c rbgtkarrow.c rbgdkdevice.c rbgtkstyle.c rbgtkradioaction.c rbgtkcurve.c rbgtktextattributes.c rbgtktextiter.c rbgtktreemodelfilter.c rbgdkrectangle.c rbgtktoggletoolbutton.c rbgtkhpaned.c rbgtkcellrenderertoggle.c rbgtkmenubar.c rbgtktextchild.c rbgtkicontheme.c rbgtkcellrendererpixbuf.c rbgtkhscrollbar.c rbgtkcellrendereraccel.c rbgtktooltip.c rbgtktreedragsource.c rbgdkscreen.c rbgtktexttagtable.c rbgtkaccessible.c rbgtktreestore.c rbgtkprogressbar.c rbgtkstock.c rbgdkvisual.c rbgtkallocation.c rbgtkhbox.c rbgtkcombo.c rbgtkitemfactory.c rbgtkeventbox.c rbgtkliststore.c rbgtkradiotoolbutton.c rbgdkdisplaymanager.c rbgtkfixed.c rbgtkviewport.c rbgtkwindowgroup.c rbgtkvbox.c rbgtkcontainer.c rbgtkimcontext.c rbgtkaboutdialog.c rbgdkevent.c rbgtkprintoperation.c rbgtkscale.c rbgdkregion.c rbgtkprintunixdialog.c rbgdkkeymap.c rbgtkbutton.c rbgtktreeselection.c rbgtkrecentchooser.c rbgdkthreads.c rbgdk.c rbgtkalignment.c rbgtkseparator.c rbgtkinputdialog.c rbgtkiconsize.c rbgtkiconinfo.c rbgtkcombobox.c rbgdkgc.c rbgtkprintoperationpreview.c rbgtkaccelerator.c rbgtktoolbar.c rbgdkpixbuf.c rbgtkoptionmenu.c rbgtkfontselectiondialog.c rbgtkimcontextsimple.c rbgtktreesortable.c rbgtkiconset.c rbgtkplug.c rbgtksettings.c rbgtkentry.c rbgtkprintcontext.c rbgtkradiobutton.c rbgtkrecentchoosermenu.c rbgtkspinner.c rbgtkassistant.c rbgtkfontselection.c rbgtkeditable.c rbgtkhruler.c rbgdkdragcontext.c rbgtkborder.c rbgtkseparatortoolitem.c rbgtkcelleditable.c rbgtkcomboboxentry.c rbgtkseparatormenuitem.c rbgtktreeviewcolumn.c rbgtkaspectframe.c rbgtktreemodelsort.c rbgdkproperty.c rbgtktreedragdest.c rbgtkgamma.c rbgtkbbox.c rbgtktreemodel.c rbgtksocket.c rbgtkpagesetup.c rbgtkcelllayout.c rbgtkrc.c rbgtkcellview.c rbgtkhbbox.c rbgtktreeview.c rbgtkimmulticontext.c rbgtkvruler.c rbgtkframe.c rbgdkdraw.c rbgtktreepath.c rbgtksizegroup.c rbgtklayout.c rbgtkaccellabel.c rbgtkvpaned.c rbgtktoolitem.c rbgtkcolorselectiondialog.c rbgtkrecentaction.c rbgtktextview.c rbgtkinfobar.c rbgtkfilechooserwidget.c rbgtkfilefilter.c rbgdkdisplay.c rbgdkwindowattr.c rbgdkcolor.c rbgtkfilechooser.c rbgtkcolorbutton.c rbgtkruler.c rbgtkscrolledwindow.c rbgtklinkbutton.c rbgtkinvisible.c rbgtkstatusicon.c rbgtktreerowreference.c rbgtkhscale.c rbgtktearoffmenuitem.c rbgtktreeiter.c rbgtkfontbutton.c rbgtkselectiondata.c rbgtktextmark.c rbgtkbindingset.c rbgtkimagemenuitem.c rbgtkwidget.c rbgtkvscrollbar.c rbgdkselection.c rbgtkimage.c rbgtkhseparator.c rbgtkvseparator.c rbgtkpaned.c rbgtkaccelmap.c rbgtkvscale.c rbgdkgeometry.c rbgtkaccelgroup.c rbgtkrecentchooserwidget.c rbgtkcheckmenuitem.c rbgtkpagesetupunixdialog.c init.c rbgtktable.c rbgtktoolbutton.c rbgtkprinter.c rbgtkdrag.c rbgtkcellrenderer.c rbgtkfilesel.c rbgtkcellrendererspin.c rbgdkwindow.c rbgtkaccelgroupentry.c rbgtkcheckbutton.c rbgtkrange.c rbgdkrgb.c rbgtkfilechooserbutton.c rbgdkatom.c rbgdkinput.c rbgtkpapersize.c rbgtkfilesystemerror.c rbgtkactiongroup.c rbgtkspinbutton.c rbgtkprogress.c rbgdkcursor.c rbgtkvbbox.c rbgtkfilechooserdialog.c rbgtkrecentinfo.c rbgdkx11.c rbgtkuimanager.c rbgtkbuilder.c rbgdkpixmap.c rbgtkiconsource.c rbgtkhandlebox.c rbgtkexpander.c rbgtkprintsettings.c rbgtkiconfactory.c rbgtkrecentmanager.c rbgtkmenushell.c rbgtkselection.c OBJS = rbgdkkeyval.o rbgtkmessagedialog.o rbgtkadjustment.o rbgdkpangorenderer.o rbgtkbin.o rbgtkcellrenderercombo.o rbgdkconst.o rbgtkvolumebutton.o rbgtkmisc.o rbgdkimage.o rbgtkdialog.o rbgtkiconview.o rbgtkwindow.o rbgtkradiomenuitem.o rbgtkmenu.o rbgtkcalendar.o rbgtkcellrenderertext.o rbgtkrecentfilter.o rbgtknotebook.o rbgtktextbuffer.o rbgtktooltips.o rbgtktextappearance.o rbgdkcairo.o rbgtkrecentfilterinfo.o rbgtkcolorsel.o rbgtktogglebutton.o rbgtklabel.o rbgtkcellrendererspinner.o rbgtktargetlist.o rbgtkaccelkey.o rbgtkrecentdata.o rbgtkmenuitem.o rbgtkdrawingarea.o rbgtk.o rbgtkentrycompletion.o rbgdktimecoord.o rbgtkmenutoolbutton.o rbgtkscrollbar.o rbgtkbuildable.o rbgtkscalebutton.o rbgtkcellrendererprogress.o rbgtkprintjob.o rbgtkconst.o rbgtkrecentchooserdialog.o rbgtkitem.o rbgtkstatusbar.o rbgtkclipboard.o rbgtkbox.o rbgdkpango.o rbgtkrcstyle.o rbgdkcolormap.o rbgtktexttag.o rbgtkobject.o rbgtkaction.o rbgtktoggleaction.o rbgtkarrow.o rbgdkdevice.o rbgtkstyle.o rbgtkradioaction.o rbgtkcurve.o rbgtktextattributes.o rbgtktextiter.o rbgtktreemodelfilter.o rbgdkrectangle.o rbgtktoggletoolbutton.o rbgtkhpaned.o rbgtkcellrenderertoggle.o rbgtkmenubar.o rbgtktextchild.o rbgtkicontheme.o rbgtkcellrendererpixbuf.o rbgtkhscrollbar.o rbgtkcellrendereraccel.o rbgtktooltip.o rbgtktreedragsource.o rbgdkscreen.o rbgtktexttagtable.o rbgtkaccessible.o rbgtktreestore.o rbgtkprogressbar.o rbgtkstock.o rbgdkvisual.o rbgtkallocation.o rbgtkhbox.o rbgtkcombo.o rbgtkitemfactory.o rbgtkeventbox.o rbgtkliststore.o rbgtkradiotoolbutton.o rbgdkdisplaymanager.o rbgtkfixed.o rbgtkviewport.o rbgtkwindowgroup.o rbgtkvbox.o rbgtkcontainer.o rbgtkimcontext.o rbgtkaboutdialog.o rbgdkevent.o rbgtkprintoperation.o rbgtkscale.o rbgdkregion.o rbgtkprintunixdialog.o rbgdkkeymap.o rbgtkbutton.o rbgtktreeselection.o rbgtkrecentchooser.o rbgdkthreads.o rbgdk.o rbgtkalignment.o rbgtkseparator.o rbgtkinputdialog.o rbgtkiconsize.o rbgtkiconinfo.o rbgtkcombobox.o rbgdkgc.o rbgtkprintoperationpreview.o rbgtkaccelerator.o rbgtktoolbar.o rbgdkpixbuf.o rbgtkoptionmenu.o rbgtkfontselectiondialog.o rbgtkimcontextsimple.o rbgtktreesortable.o rbgtkiconset.o rbgtkplug.o rbgtksettings.o rbgtkentry.o rbgtkprintcontext.o rbgtkradiobutton.o rbgtkrecentchoosermenu.o rbgtkspinner.o rbgtkassistant.o rbgtkfontselection.o rbgtkeditable.o rbgtkhruler.o rbgdkdragcontext.o rbgtkborder.o rbgtkseparatortoolitem.o rbgtkcelleditable.o rbgtkcomboboxentry.o rbgtkseparatormenuitem.o rbgtktreeviewcolumn.o rbgtkaspectframe.o rbgtktreemodelsort.o rbgdkproperty.o rbgtktreedragdest.o rbgtkgamma.o rbgtkbbox.o rbgtktreemodel.o rbgtksocket.o rbgtkpagesetup.o rbgtkcelllayout.o rbgtkrc.o rbgtkcellview.o rbgtkhbbox.o rbgtktreeview.o rbgtkimmulticontext.o rbgtkvruler.o rbgtkframe.o rbgdkdraw.o rbgtktreepath.o rbgtksizegroup.o rbgtklayout.o rbgtkaccellabel.o rbgtkvpaned.o rbgtktoolitem.o rbgtkcolorselectiondialog.o rbgtkrecentaction.o rbgtktextview.o rbgtkinfobar.o rbgtkfilechooserwidget.o rbgtkfilefilter.o rbgdkdisplay.o rbgdkwindowattr.o rbgdkcolor.o rbgtkfilechooser.o rbgtkcolorbutton.o rbgtkruler.o rbgtkscrolledwindow.o rbgtklinkbutton.o rbgtkinvisible.o rbgtkstatusicon.o rbgtktreerowreference.o rbgtkhscale.o rbgtktearoffmenuitem.o rbgtktreeiter.o rbgtkfontbutton.o rbgtkselectiondata.o rbgtktextmark.o rbgtkbindingset.o rbgtkimagemenuitem.o rbgtkwidget.o rbgtkvscrollbar.o rbgdkselection.o rbgtkimage.o rbgtkhseparator.o rbgtkvseparator.o rbgtkpaned.o rbgtkaccelmap.o rbgtkvscale.o rbgdkgeometry.o rbgtkaccelgroup.o rbgtkrecentchooserwidget.o rbgtkcheckmenuitem.o rbgtkpagesetupunixdialog.o init.o rbgtktable.o rbgtktoolbutton.o rbgtkprinter.o rbgtkdrag.o rbgtkcellrenderer.o rbgtkfilesel.o rbgtkcellrendererspin.o rbgdkwindow.o rbgtkaccelgroupentry.o rbgtkcheckbutton.o rbgtkrange.o rbgdkrgb.o rbgtkfilechooserbutton.o rbgdkatom.o rbgdkinput.o rbgtkpapersize.o rbgtkfilesystemerror.o rbgtkactiongroup.o rbgtkspinbutton.o rbgtkprogress.o rbgdkcursor.o rbgtkvbbox.o rbgtkfilechooserdialog.o rbgtkrecentinfo.o rbgdkx11.o rbgtkuimanager.o rbgtkbuilder.o rbgdkpixmap.o rbgtkiconsource.o rbgtkhandlebox.o rbgtkexpander.o rbgtkprintsettings.o rbgtkiconfactory.o rbgtkrecentmanager.o rbgtkmenushell.o rbgtkselection.o HDRS = $(srcdir)/rbgtkconversions.h $(srcdir)/rbgdkkeysyms.h $(srcdir)/rbgtk.h $(srcdir)/rbgdk.h $(srcdir)/global.h $(srcdir)/rbgtkmacros.h $(srcdir)/rbgdkconversions.h LOCAL_HDRS = TARGET = gtk2 TARGET_NAME = gtk2 TARGET_ENTRY = Init_$(TARGET_NAME) DLLIB = $(TARGET).so EXTSTATIC = STATIC_LIB =
TIMESTAMP_DIR = . 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_DIR = TARGET_SO = $(TARGET_SO_DIR)$(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-static clean-rb
- clean-static
- clean-rb-default
- clean-rb
- clean-so
- clean-rb-default
-
clean: clean-so clean-static clean-rb-default clean-rb
-$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
- distclean-rb-default
- distclean-rb
- distclean-so
- distclean-static
- distclean-rb
-
distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb
-$(Q)$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log -$(Q)$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES) -$(Q)$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true
realclean: distclean install: install-so install-rb
install-so: $(DLLIB) $(TIMESTAMP_DIR)/.sitearchdir.time
$(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR)
- clean-static
-
-$(Q)$(RM) $(STATIC_LIB)
install-rb: pre-install-rb do-install-rb install-rb-default install-rb-default: pre-install-rb-default do-install-rb-default pre-install-rb: Makefile pre-install-rb-default: Makefile do-install-rb: do-install-rb-default: pre-install-rb-default:
@$(NULLCMD)
$(TIMESTAMP_DIR)/.sitearchdir.time:
$(Q) $(MAKEDIRS) $(@D) $(RUBYARCHDIR) $(Q) $(TOUCH) $@
site-install: site-install-so site-install-rb site-install-so: install-so site-install-rb: install-rb
.SUFFIXES: .c .m .cc .mm .cxx .cpp .o .S
.cc.o:
$(ECHO) compiling $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.cc.S:
$(ECHO) translating $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
.mm.o:
$(ECHO) compiling $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.mm.S:
$(ECHO) translating $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
.cxx.o:
$(ECHO) compiling $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.cxx.S:
$(ECHO) translating $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
.cpp.o:
$(ECHO) compiling $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.cpp.S:
$(ECHO) translating $(<) $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
.c.o:
$(ECHO) compiling $(<) $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.c.S:
$(ECHO) translating $(<) $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
.m.o:
$(ECHO) compiling $(<) $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
.m.S:
$(ECHO) translating $(<) $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -S $(CSRCFLAG)$<
$(TARGET_SO): $(OBJS) Makefile
$(ECHO) linking shared-object $(DLLIB) -$(Q)$(RM) $(@) $(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
### install-so: install-headers install-headers:
$(INSTALL_DATA) $(srcdir)/rbgdk.h $(RUBYARCHDIR) $(INSTALL_DATA) $(srcdir)/rbgdkconversions.h $(RUBYARCHDIR) $(INSTALL_DATA) $(srcdir)/rbgtk.h $(RUBYARCHDIR) $(INSTALL_DATA) $(srcdir)/rbgtkconversions.h $(RUBYARCHDIR) $(INSTALL_DATA) $(srcdir)/rbgtkmacros.h $(RUBYARCHDIR)
install: install-pc install-pc:
if test -n "$(pkgconfigdir)"; then \ $(MAKEDIRS) $(pkgconfigdir); \ $(INSTALL_DATA) ruby-gtk2.pc $(pkgconfigdir); \ fi
pkgconfigdir=/builddir/build/BUILD/rubygem-gtk2-3.3.2/usr/lib/pkgconfig
- distclean-rb-default