"Fossies" - the Fresh Open Source Software Archive

Member "gtkdatabox-1.0.0/gtk/Makefile.in" (16 Apr 2021, 27612 Bytes) of package /linux/privat/gtkdatabox-1.0.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
    5 
    6 # This Makefile.in is free software; the Free Software Foundation
    7 # gives unlimited permission to copy and/or distribute it,
    8 # with or without modifications, as long as this notice is preserved.
    9 
   10 # This program is distributed in the hope that it will be useful,
   11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13 # PARTICULAR PURPOSE.
   14 
   15 @SET_MAKE@
   16 
   17 # $Id: Makefile.am 4 2008-06-22 09:19:11Z rbock $
   18 
   19 
   20 VPATH = @srcdir@
   21 am__is_gnu_make = { \
   22   if test -z '$(MAKELEVEL)'; then \
   23     false; \
   24   elif test -n '$(MAKE_HOST)'; then \
   25     true; \
   26   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   27     true; \
   28   else \
   29     false; \
   30   fi; \
   31 }
   32 am__make_running_with_option = \
   33   case $${target_option-} in \
   34       ?) ;; \
   35       *) echo "am__make_running_with_option: internal error: invalid" \
   36               "target option '$${target_option-}' specified" >&2; \
   37          exit 1;; \
   38   esac; \
   39   has_opt=no; \
   40   sane_makeflags=$$MAKEFLAGS; \
   41   if $(am__is_gnu_make); then \
   42     sane_makeflags=$$MFLAGS; \
   43   else \
   44     case $$MAKEFLAGS in \
   45       *\\[\ \	]*) \
   46         bs=\\; \
   47         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   48           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   49     esac; \
   50   fi; \
   51   skip_next=no; \
   52   strip_trailopt () \
   53   { \
   54     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   55   }; \
   56   for flg in $$sane_makeflags; do \
   57     test $$skip_next = yes && { skip_next=no; continue; }; \
   58     case $$flg in \
   59       *=*|--*) continue;; \
   60         -*I) strip_trailopt 'I'; skip_next=yes;; \
   61       -*I?*) strip_trailopt 'I';; \
   62         -*O) strip_trailopt 'O'; skip_next=yes;; \
   63       -*O?*) strip_trailopt 'O';; \
   64         -*l) strip_trailopt 'l'; skip_next=yes;; \
   65       -*l?*) strip_trailopt 'l';; \
   66       -[dEDm]) skip_next=yes;; \
   67       -[JT]) skip_next=yes;; \
   68     esac; \
   69     case $$flg in \
   70       *$$target_option*) has_opt=yes; break;; \
   71     esac; \
   72   done; \
   73   test $$has_opt = yes
   74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   76 pkgdatadir = $(datadir)/@PACKAGE@
   77 pkgincludedir = $(includedir)/@PACKAGE@
   78 pkglibdir = $(libdir)/@PACKAGE@
   79 pkglibexecdir = $(libexecdir)/@PACKAGE@
   80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   81 install_sh_DATA = $(install_sh) -c -m 644
   82 install_sh_PROGRAM = $(install_sh) -c
   83 install_sh_SCRIPT = $(install_sh) -c
   84 INSTALL_HEADER = $(INSTALL_DATA)
   85 transform = $(program_transform_name)
   86 NORMAL_INSTALL = :
   87 PRE_INSTALL = :
   88 POST_INSTALL = :
   89 NORMAL_UNINSTALL = :
   90 PRE_UNINSTALL = :
   91 POST_UNINSTALL = :
   92 build_triplet = @build@
   93 host_triplet = @host@
   94 subdir = gtk
   95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   96 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
   97 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
   98 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
   99 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  101 	$(ACLOCAL_M4)
  102 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
  103 	$(am__DIST_COMMON)
  104 mkinstalldirs = $(install_sh) -d
  105 CONFIG_HEADER = $(top_builddir)/config.h
  106 CONFIG_CLEAN_FILES =
  107 CONFIG_CLEAN_VPATH_FILES =
  108 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  109 am__vpath_adj = case $$p in \
  110     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  111     *) f=$$p;; \
  112   esac;
  113 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  114 am__install_max = 40
  115 am__nobase_strip_setup = \
  116   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  117 am__nobase_strip = \
  118   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  119 am__nobase_list = $(am__nobase_strip_setup); \
  120   for p in $$list; do echo "$$p $$p"; done | \
  121   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  122   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  123     if (++n[$$2] == $(am__install_max)) \
  124       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  125     END { for (dir in files) print dir, files[dir] }'
  126 am__base_list = \
  127   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  128   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  129 am__uninstall_files_from_dir = { \
  130   test -z "$$files" \
  131     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  132     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  133          $(am__cd) "$$dir" && rm -f $$files; }; \
  134   }
  135 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
  136 LTLIBRARIES = $(lib_LTLIBRARIES)
  137 libgtkdatabox_la_LIBADD =
  138 am_libgtkdatabox_la_OBJECTS = gtkdatabox.lo gtkdatabox_marshal.lo \
  139 	gtkdatabox_scale.lo gtkdatabox_graph.lo \
  140 	gtkdatabox_xyc_graph.lo gtkdatabox_xyyc_graph.lo \
  141 	gtkdatabox_points.lo gtkdatabox_lines.lo gtkdatabox_bars.lo \
  142 	gtkdatabox_offset_bars.lo gtkdatabox_regions.lo \
  143 	gtkdatabox_markers.lo gtkdatabox_cross_simple.lo \
  144 	gtkdatabox_grid.lo gtkdatabox_ruler.lo
  145 libgtkdatabox_la_OBJECTS = $(am_libgtkdatabox_la_OBJECTS)
  146 AM_V_lt = $(am__v_lt_@AM_V@)
  147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  148 am__v_lt_0 = --silent
  149 am__v_lt_1 = 
  150 libgtkdatabox_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  151 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  152 	$(AM_CFLAGS) $(CFLAGS) $(libgtkdatabox_la_LDFLAGS) $(LDFLAGS) \
  153 	-o $@
  154 AM_V_P = $(am__v_P_@AM_V@)
  155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  156 am__v_P_0 = false
  157 am__v_P_1 = :
  158 AM_V_GEN = $(am__v_GEN_@AM_V@)
  159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  160 am__v_GEN_0 = @echo "  GEN     " $@;
  161 am__v_GEN_1 = 
  162 AM_V_at = $(am__v_at_@AM_V@)
  163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  164 am__v_at_0 = @
  165 am__v_at_1 = 
  166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  167 depcomp = $(SHELL) $(top_srcdir)/depcomp
  168 am__maybe_remake_depfiles = depfiles
  169 am__depfiles_remade = ./$(DEPDIR)/gtkdatabox.Plo \
  170 	./$(DEPDIR)/gtkdatabox_bars.Plo \
  171 	./$(DEPDIR)/gtkdatabox_cross_simple.Plo \
  172 	./$(DEPDIR)/gtkdatabox_graph.Plo \
  173 	./$(DEPDIR)/gtkdatabox_grid.Plo \
  174 	./$(DEPDIR)/gtkdatabox_lines.Plo \
  175 	./$(DEPDIR)/gtkdatabox_markers.Plo \
  176 	./$(DEPDIR)/gtkdatabox_marshal.Plo \
  177 	./$(DEPDIR)/gtkdatabox_offset_bars.Plo \
  178 	./$(DEPDIR)/gtkdatabox_points.Plo \
  179 	./$(DEPDIR)/gtkdatabox_regions.Plo \
  180 	./$(DEPDIR)/gtkdatabox_ruler.Plo \
  181 	./$(DEPDIR)/gtkdatabox_scale.Plo \
  182 	./$(DEPDIR)/gtkdatabox_xyc_graph.Plo \
  183 	./$(DEPDIR)/gtkdatabox_xyyc_graph.Plo
  184 am__mv = mv -f
  185 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  186 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  187 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  188 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  189 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  190 	$(AM_CFLAGS) $(CFLAGS)
  191 AM_V_CC = $(am__v_CC_@AM_V@)
  192 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  193 am__v_CC_0 = @echo "  CC      " $@;
  194 am__v_CC_1 = 
  195 CCLD = $(CC)
  196 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  197 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  198 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
  199 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  200 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  201 am__v_CCLD_0 = @echo "  CCLD    " $@;
  202 am__v_CCLD_1 = 
  203 SOURCES = $(libgtkdatabox_la_SOURCES)
  204 DIST_SOURCES = $(libgtkdatabox_la_SOURCES)
  205 am__can_run_installinfo = \
  206   case $$AM_UPDATE_INFO_DIR in \
  207     n|no|NO) false;; \
  208     *) (install-info --version) >/dev/null 2>&1;; \
  209   esac
  210 HEADERS = $(include_HEADERS)
  211 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  212 # Read a list of newline-separated strings from the standard input,
  213 # and print each of them once, without duplicates.  Input order is
  214 # *not* preserved.
  215 am__uniquify_input = $(AWK) '\
  216   BEGIN { nonempty = 0; } \
  217   { items[$$0] = 1; nonempty = 1; } \
  218   END { if (nonempty) { for (i in items) print i; }; } \
  219 '
  220 # Make sure the list of sources is unique.  This is necessary because,
  221 # e.g., the same source file might be shared among _SOURCES variables
  222 # for different programs/libraries.
  223 am__define_uniq_tagged_files = \
  224   list='$(am__tagged_files)'; \
  225   unique=`for i in $$list; do \
  226     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  227   done | $(am__uniquify_input)`
  228 ETAGS = etags
  229 CTAGS = ctags
  230 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  231 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  232 ACLOCAL = @ACLOCAL@
  233 AMTAR = @AMTAR@
  234 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  235 AR = @AR@
  236 AS = @AS@
  237 AUTOCONF = @AUTOCONF@
  238 AUTOHEADER = @AUTOHEADER@
  239 AUTOMAKE = @AUTOMAKE@
  240 AWK = @AWK@
  241 CAIRO_CFLAGS = @CAIRO_CFLAGS@
  242 CAIRO_LIBS = @CAIRO_LIBS@
  243 CAIRO_REQUIRED = @CAIRO_REQUIRED@
  244 CC = @CC@
  245 CCDEPMODE = @CCDEPMODE@
  246 CFLAGS = @CFLAGS@
  247 CPP = @CPP@
  248 CPPFLAGS = @CPPFLAGS@
  249 CYGPATH_W = @CYGPATH_W@
  250 DATABOX_LT_VERSION = @DATABOX_LT_VERSION@
  251 DATABOX_VERSION = @DATABOX_VERSION@
  252 DEFS = @DEFS@
  253 DEPDIR = @DEPDIR@
  254 DLLTOOL = @DLLTOOL@
  255 DSYMUTIL = @DSYMUTIL@
  256 DUMPBIN = @DUMPBIN@
  257 ECHO_C = @ECHO_C@
  258 ECHO_N = @ECHO_N@
  259 ECHO_T = @ECHO_T@
  260 EGREP = @EGREP@
  261 EXEEXT = @EXEEXT@
  262 FGREP = @FGREP@
  263 GLADE3_CFLAGS = @GLADE3_CFLAGS@
  264 GLADE3_LIBS = @GLADE3_LIBS@
  265 GREP = @GREP@
  266 GTKDOC_CHECK = @GTKDOC_CHECK@
  267 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
  268 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
  269 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
  270 GTKDOC_MKPDF = @GTKDOC_MKPDF@
  271 GTKDOC_REBASE = @GTKDOC_REBASE@
  272 GTK_CFLAGS = @GTK_CFLAGS@
  273 GTK_LIBS = @GTK_LIBS@
  274 GTK_REQUIRED = @GTK_REQUIRED@
  275 HTML_DIR = @HTML_DIR@
  276 INSTALL = @INSTALL@
  277 INSTALL_DATA = @INSTALL_DATA@
  278 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  279 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  281 LD = @LD@
  282 LDFLAGS = @LDFLAGS@
  283 LIBOBJS = @LIBOBJS@
  284 LIBS = @LIBS@
  285 LIBTOOL = @LIBTOOL@
  286 LIPO = @LIPO@
  287 LN_S = @LN_S@
  288 LTLIBOBJS = @LTLIBOBJS@
  289 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  290 MAKEINFO = @MAKEINFO@
  291 MANIFEST_TOOL = @MANIFEST_TOOL@
  292 MKDIR_P = @MKDIR_P@
  293 NM = @NM@
  294 NMEDIT = @NMEDIT@
  295 OBJDUMP = @OBJDUMP@
  296 OBJEXT = @OBJEXT@
  297 OTOOL = @OTOOL@
  298 OTOOL64 = @OTOOL64@
  299 PACKAGE = @PACKAGE@
  300 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  301 PACKAGE_NAME = @PACKAGE_NAME@
  302 PACKAGE_STRING = @PACKAGE_STRING@
  303 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  304 PACKAGE_URL = @PACKAGE_URL@
  305 PACKAGE_VERSION = @PACKAGE_VERSION@
  306 PANGO_CFLAGS = @PANGO_CFLAGS@
  307 PANGO_LIBS = @PANGO_LIBS@
  308 PANGO_REQUIRED = @PANGO_REQUIRED@
  309 PATH_SEPARATOR = @PATH_SEPARATOR@
  310 PKG_CONFIG = @PKG_CONFIG@
  311 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  312 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  313 RANLIB = @RANLIB@
  314 SED = @SED@
  315 SET_MAKE = @SET_MAKE@
  316 SHELL = @SHELL@
  317 STRIP = @STRIP@
  318 VERSION = @VERSION@
  319 abs_builddir = @abs_builddir@
  320 abs_srcdir = @abs_srcdir@
  321 abs_top_builddir = @abs_top_builddir@
  322 abs_top_srcdir = @abs_top_srcdir@
  323 ac_ct_AR = @ac_ct_AR@
  324 ac_ct_CC = @ac_ct_CC@
  325 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  326 am__include = @am__include@
  327 am__leading_dot = @am__leading_dot@
  328 am__quote = @am__quote@
  329 am__tar = @am__tar@
  330 am__untar = @am__untar@
  331 bindir = @bindir@
  332 build = @build@
  333 build_alias = @build_alias@
  334 build_cpu = @build_cpu@
  335 build_os = @build_os@
  336 build_vendor = @build_vendor@
  337 builddir = @builddir@
  338 datadir = @datadir@
  339 datarootdir = @datarootdir@
  340 docdir = @docdir@
  341 dvidir = @dvidir@
  342 exec_prefix = @exec_prefix@
  343 glade_catalogdir = @glade_catalogdir@
  344 glade_moduledir = @glade_moduledir@
  345 host = @host@
  346 host_alias = @host_alias@
  347 host_cpu = @host_cpu@
  348 host_os = @host_os@
  349 host_vendor = @host_vendor@
  350 htmldir = @htmldir@
  351 includedir = @includedir@
  352 infodir = @infodir@
  353 install_sh = @install_sh@
  354 libdir = @libdir@
  355 libexecdir = @libexecdir@
  356 localedir = @localedir@
  357 localstatedir = @localstatedir@
  358 mandir = @mandir@
  359 mkdir_p = @mkdir_p@
  360 oldincludedir = @oldincludedir@
  361 pdfdir = @pdfdir@
  362 prefix = @prefix@
  363 program_transform_name = @program_transform_name@
  364 psdir = @psdir@
  365 runstatedir = @runstatedir@
  366 sbindir = @sbindir@
  367 sharedstatedir = @sharedstatedir@
  368 srcdir = @srcdir@
  369 sysconfdir = @sysconfdir@
  370 target_alias = @target_alias@
  371 top_build_prefix = @top_build_prefix@
  372 top_builddir = @top_builddir@
  373 top_srcdir = @top_srcdir@
  374 lib_LTLIBRARIES = libgtkdatabox.la
  375 libgtkdatabox_la_SOURCES = \
  376 			gtkdatabox.c\
  377 			gtkdatabox_marshal.c\
  378 			gtkdatabox_scale.c\
  379 			gtkdatabox_graph.c\
  380 			gtkdatabox_xyc_graph.c\
  381 			gtkdatabox_xyyc_graph.c\
  382  			gtkdatabox_points.c\
  383             gtkdatabox_lines.c\
  384             gtkdatabox_bars.c\
  385             gtkdatabox_offset_bars.c\
  386             gtkdatabox_regions.c\
  387 			gtkdatabox_markers.c\
  388             gtkdatabox_cross_simple.c\
  389             gtkdatabox_grid.c\
  390 			gtkdatabox_ruler.c
  391 
  392 libgtkdatabox_la_LDFLAGS = \
  393 		        -version-info $(DATABOX_LT_VERSION)\
  394 			-no-undefined \
  395 			@GTK_LIBS@
  396 
  397 include_HEADERS = \
  398 			gtkdatabox_typedefs.h\
  399 			gtkdatabox.h\
  400 			gtkdatabox_marshal.h\
  401 			gtkdatabox_scale.h\
  402 			gtkdatabox_graph.h\
  403 			gtkdatabox_xyc_graph.h\
  404 			gtkdatabox_xyyc_graph.h\
  405  			gtkdatabox_points.h\
  406             gtkdatabox_lines.h\
  407             gtkdatabox_bars.h\
  408             gtkdatabox_offset_bars.h\
  409             gtkdatabox_regions.h\
  410 			gtkdatabox_markers.h\
  411             gtkdatabox_cross_simple.h\
  412             gtkdatabox_grid.h\
  413 			gtkdatabox_ruler.h
  414 
  415 EXTRA_DIST = gtkdatabox_marshal.list
  416 BUILT_SOURCES = gtkdatabox_marshal.c gtkdatabox_marshal.h
  417 AM_CPPFLAGS = \
  418 			-I$(top_srcdir)
  419 
  420 AM_CFLAGS = \
  421 			-O2\
  422 			-W -Wall -pedantic\
  423 			-DGDK_MIN_VERSION_REQUIRED=GDK_VERSION_3_4\
  424 			-DGTK_MULTIHEAD_SAFE=1\
  425 			-DGTK_DISABLE_SINGLE_INCLUDES\
  426 		 	@GTK_CFLAGS@
  427 
  428 all: $(BUILT_SOURCES)
  429 	$(MAKE) $(AM_MAKEFLAGS) all-am
  430 
  431 .SUFFIXES:
  432 .SUFFIXES: .c .lo .o .obj
  433 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  434 	@for dep in $?; do \
  435 	  case '$(am__configure_deps)' in \
  436 	    *$$dep*) \
  437 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  438 	        && { if test -f $@; then exit 0; else break; fi; }; \
  439 	      exit 1;; \
  440 	  esac; \
  441 	done; \
  442 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gtk/Makefile'; \
  443 	$(am__cd) $(top_srcdir) && \
  444 	  $(AUTOMAKE) --gnu gtk/Makefile
  445 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  446 	@case '$?' in \
  447 	  *config.status*) \
  448 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  449 	  *) \
  450 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  451 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  452 	esac;
  453 
  454 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  455 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  456 
  457 $(top_srcdir)/configure:  $(am__configure_deps)
  458 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  459 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  460 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  461 $(am__aclocal_m4_deps):
  462 
  463 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  464 	@$(NORMAL_INSTALL)
  465 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  466 	list2=; for p in $$list; do \
  467 	  if test -f $$p; then \
  468 	    list2="$$list2 $$p"; \
  469 	  else :; fi; \
  470 	done; \
  471 	test -z "$$list2" || { \
  472 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  473 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  474 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  475 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  476 	}
  477 
  478 uninstall-libLTLIBRARIES:
  479 	@$(NORMAL_UNINSTALL)
  480 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  481 	for p in $$list; do \
  482 	  $(am__strip_dir) \
  483 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  484 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  485 	done
  486 
  487 clean-libLTLIBRARIES:
  488 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  489 	@list='$(lib_LTLIBRARIES)'; \
  490 	locs=`for p in $$list; do echo $$p; done | \
  491 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  492 	      sort -u`; \
  493 	test -z "$$locs" || { \
  494 	  echo rm -f $${locs}; \
  495 	  rm -f $${locs}; \
  496 	}
  497 
  498 libgtkdatabox.la: $(libgtkdatabox_la_OBJECTS) $(libgtkdatabox_la_DEPENDENCIES) $(EXTRA_libgtkdatabox_la_DEPENDENCIES) 
  499 	$(AM_V_CCLD)$(libgtkdatabox_la_LINK) -rpath $(libdir) $(libgtkdatabox_la_OBJECTS) $(libgtkdatabox_la_LIBADD) $(LIBS)
  500 
  501 mostlyclean-compile:
  502 	-rm -f *.$(OBJEXT)
  503 
  504 distclean-compile:
  505 	-rm -f *.tab.c
  506 
  507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox.Plo@am__quote@ # am--include-marker
  508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_bars.Plo@am__quote@ # am--include-marker
  509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_cross_simple.Plo@am__quote@ # am--include-marker
  510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_graph.Plo@am__quote@ # am--include-marker
  511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_grid.Plo@am__quote@ # am--include-marker
  512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_lines.Plo@am__quote@ # am--include-marker
  513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_markers.Plo@am__quote@ # am--include-marker
  514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_marshal.Plo@am__quote@ # am--include-marker
  515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_offset_bars.Plo@am__quote@ # am--include-marker
  516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_points.Plo@am__quote@ # am--include-marker
  517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_regions.Plo@am__quote@ # am--include-marker
  518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_ruler.Plo@am__quote@ # am--include-marker
  519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_scale.Plo@am__quote@ # am--include-marker
  520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_xyc_graph.Plo@am__quote@ # am--include-marker
  521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox_xyyc_graph.Plo@am__quote@ # am--include-marker
  522 
  523 $(am__depfiles_remade):
  524 	@$(MKDIR_P) $(@D)
  525 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
  526 
  527 am--depfiles: $(am__depfiles_remade)
  528 
  529 .c.o:
  530 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  531 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  532 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  533 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  534 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  535 
  536 .c.obj:
  537 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  538 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  539 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  540 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  541 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  542 
  543 .c.lo:
  544 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  545 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  546 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  547 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  548 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  549 
  550 mostlyclean-libtool:
  551 	-rm -f *.lo
  552 
  553 clean-libtool:
  554 	-rm -rf .libs _libs
  555 install-includeHEADERS: $(include_HEADERS)
  556 	@$(NORMAL_INSTALL)
  557 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  558 	if test -n "$$list"; then \
  559 	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  560 	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  561 	fi; \
  562 	for p in $$list; do \
  563 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  564 	  echo "$$d$$p"; \
  565 	done | $(am__base_list) | \
  566 	while read files; do \
  567 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  568 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  569 	done
  570 
  571 uninstall-includeHEADERS:
  572 	@$(NORMAL_UNINSTALL)
  573 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  574 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  575 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  576 
  577 ID: $(am__tagged_files)
  578 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  579 tags: tags-am
  580 TAGS: tags
  581 
  582 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  583 	set x; \
  584 	here=`pwd`; \
  585 	$(am__define_uniq_tagged_files); \
  586 	shift; \
  587 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  588 	  test -n "$$unique" || unique=$$empty_fix; \
  589 	  if test $$# -gt 0; then \
  590 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  591 	      "$$@" $$unique; \
  592 	  else \
  593 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  594 	      $$unique; \
  595 	  fi; \
  596 	fi
  597 ctags: ctags-am
  598 
  599 CTAGS: ctags
  600 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  601 	$(am__define_uniq_tagged_files); \
  602 	test -z "$(CTAGS_ARGS)$$unique" \
  603 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  604 	     $$unique
  605 
  606 GTAGS:
  607 	here=`$(am__cd) $(top_builddir) && pwd` \
  608 	  && $(am__cd) $(top_srcdir) \
  609 	  && gtags -i $(GTAGS_ARGS) "$$here"
  610 cscopelist: cscopelist-am
  611 
  612 cscopelist-am: $(am__tagged_files)
  613 	list='$(am__tagged_files)'; \
  614 	case "$(srcdir)" in \
  615 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  616 	  *) sdir=$(subdir)/$(srcdir) ;; \
  617 	esac; \
  618 	for i in $$list; do \
  619 	  if test -f "$$i"; then \
  620 	    echo "$(subdir)/$$i"; \
  621 	  else \
  622 	    echo "$$sdir/$$i"; \
  623 	  fi; \
  624 	done >> $(top_builddir)/cscope.files
  625 
  626 distclean-tags:
  627 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  628 
  629 distdir: $(BUILT_SOURCES)
  630 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  631 
  632 distdir-am: $(DISTFILES)
  633 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  634 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  635 	list='$(DISTFILES)'; \
  636 	  dist_files=`for file in $$list; do echo $$file; done | \
  637 	  sed -e "s|^$$srcdirstrip/||;t" \
  638 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  639 	case $$dist_files in \
  640 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  641 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  642 			   sort -u` ;; \
  643 	esac; \
  644 	for file in $$dist_files; do \
  645 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  646 	  if test -d $$d/$$file; then \
  647 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  648 	    if test -d "$(distdir)/$$file"; then \
  649 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  650 	    fi; \
  651 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  652 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  653 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  654 	    fi; \
  655 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  656 	  else \
  657 	    test -f "$(distdir)/$$file" \
  658 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  659 	    || exit 1; \
  660 	  fi; \
  661 	done
  662 check-am: all-am
  663 check: $(BUILT_SOURCES)
  664 	$(MAKE) $(AM_MAKEFLAGS) check-am
  665 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  666 installdirs:
  667 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  668 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  669 	done
  670 install: $(BUILT_SOURCES)
  671 	$(MAKE) $(AM_MAKEFLAGS) install-am
  672 install-exec: install-exec-am
  673 install-data: install-data-am
  674 uninstall: uninstall-am
  675 
  676 install-am: all-am
  677 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  678 
  679 installcheck: installcheck-am
  680 install-strip:
  681 	if test -z '$(STRIP)'; then \
  682 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  683 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  684 	      install; \
  685 	else \
  686 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  687 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  688 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  689 	fi
  690 mostlyclean-generic:
  691 
  692 clean-generic:
  693 
  694 distclean-generic:
  695 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  696 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  697 
  698 maintainer-clean-generic:
  699 	@echo "This command is intended for maintainers to use"
  700 	@echo "it deletes files that may require special tools to rebuild."
  701 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  702 clean: clean-am
  703 
  704 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  705 	mostlyclean-am
  706 
  707 distclean: distclean-am
  708 		-rm -f ./$(DEPDIR)/gtkdatabox.Plo
  709 	-rm -f ./$(DEPDIR)/gtkdatabox_bars.Plo
  710 	-rm -f ./$(DEPDIR)/gtkdatabox_cross_simple.Plo
  711 	-rm -f ./$(DEPDIR)/gtkdatabox_graph.Plo
  712 	-rm -f ./$(DEPDIR)/gtkdatabox_grid.Plo
  713 	-rm -f ./$(DEPDIR)/gtkdatabox_lines.Plo
  714 	-rm -f ./$(DEPDIR)/gtkdatabox_markers.Plo
  715 	-rm -f ./$(DEPDIR)/gtkdatabox_marshal.Plo
  716 	-rm -f ./$(DEPDIR)/gtkdatabox_offset_bars.Plo
  717 	-rm -f ./$(DEPDIR)/gtkdatabox_points.Plo
  718 	-rm -f ./$(DEPDIR)/gtkdatabox_regions.Plo
  719 	-rm -f ./$(DEPDIR)/gtkdatabox_ruler.Plo
  720 	-rm -f ./$(DEPDIR)/gtkdatabox_scale.Plo
  721 	-rm -f ./$(DEPDIR)/gtkdatabox_xyc_graph.Plo
  722 	-rm -f ./$(DEPDIR)/gtkdatabox_xyyc_graph.Plo
  723 	-rm -f Makefile
  724 distclean-am: clean-am distclean-compile distclean-generic \
  725 	distclean-tags
  726 
  727 dvi: dvi-am
  728 
  729 dvi-am:
  730 
  731 html: html-am
  732 
  733 html-am:
  734 
  735 info: info-am
  736 
  737 info-am:
  738 
  739 install-data-am: install-includeHEADERS
  740 
  741 install-dvi: install-dvi-am
  742 
  743 install-dvi-am:
  744 
  745 install-exec-am: install-libLTLIBRARIES
  746 
  747 install-html: install-html-am
  748 
  749 install-html-am:
  750 
  751 install-info: install-info-am
  752 
  753 install-info-am:
  754 
  755 install-man:
  756 
  757 install-pdf: install-pdf-am
  758 
  759 install-pdf-am:
  760 
  761 install-ps: install-ps-am
  762 
  763 install-ps-am:
  764 
  765 installcheck-am:
  766 
  767 maintainer-clean: maintainer-clean-am
  768 		-rm -f ./$(DEPDIR)/gtkdatabox.Plo
  769 	-rm -f ./$(DEPDIR)/gtkdatabox_bars.Plo
  770 	-rm -f ./$(DEPDIR)/gtkdatabox_cross_simple.Plo
  771 	-rm -f ./$(DEPDIR)/gtkdatabox_graph.Plo
  772 	-rm -f ./$(DEPDIR)/gtkdatabox_grid.Plo
  773 	-rm -f ./$(DEPDIR)/gtkdatabox_lines.Plo
  774 	-rm -f ./$(DEPDIR)/gtkdatabox_markers.Plo
  775 	-rm -f ./$(DEPDIR)/gtkdatabox_marshal.Plo
  776 	-rm -f ./$(DEPDIR)/gtkdatabox_offset_bars.Plo
  777 	-rm -f ./$(DEPDIR)/gtkdatabox_points.Plo
  778 	-rm -f ./$(DEPDIR)/gtkdatabox_regions.Plo
  779 	-rm -f ./$(DEPDIR)/gtkdatabox_ruler.Plo
  780 	-rm -f ./$(DEPDIR)/gtkdatabox_scale.Plo
  781 	-rm -f ./$(DEPDIR)/gtkdatabox_xyc_graph.Plo
  782 	-rm -f ./$(DEPDIR)/gtkdatabox_xyyc_graph.Plo
  783 	-rm -f Makefile
  784 maintainer-clean-am: distclean-am maintainer-clean-generic
  785 
  786 mostlyclean: mostlyclean-am
  787 
  788 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  789 	mostlyclean-libtool
  790 
  791 pdf: pdf-am
  792 
  793 pdf-am:
  794 
  795 ps: ps-am
  796 
  797 ps-am:
  798 
  799 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
  800 
  801 .MAKE: all check install install-am install-strip
  802 
  803 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  804 	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
  805 	ctags ctags-am distclean distclean-compile distclean-generic \
  806 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  807 	html-am info info-am install install-am install-data \
  808 	install-data-am install-dvi install-dvi-am install-exec \
  809 	install-exec-am install-html install-html-am \
  810 	install-includeHEADERS install-info install-info-am \
  811 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  812 	install-ps install-ps-am install-strip installcheck \
  813 	installcheck-am installdirs maintainer-clean \
  814 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  815 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  816 	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
  817 	uninstall-libLTLIBRARIES
  818 
  819 .PRECIOUS: Makefile
  820 
  821 
  822 $(srcdir)/gtkdatabox_marshal.c: $(srcdir)/gtkdatabox_marshal.list
  823 	glib-genmarshal --body --prefix=gtk_databox_marshal --internal $< > $@
  824 
  825 $(srcdir)/gtkdatabox_marshal.h: $(srcdir)/gtkdatabox_marshal.list
  826 	glib-genmarshal --header --prefix=gtk_databox_marshal --internal $< > $@
  827 
  828 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  829 # Otherwise a system limit (for SysV at least) may be exceeded.
  830 .NOEXPORT: