1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src/themes/standard
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94	$(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
95	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
96	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.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)/m4/nls.m4 \
100	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
101	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110am__vpath_adj = case $$p in \
111    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112    *) f=$$p;; \
113  esac;
114am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115am__install_max = 40
116am__nobase_strip_setup = \
117  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118am__nobase_strip = \
119  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120am__nobase_list = $(am__nobase_strip_setup); \
121  for p in $$list; do echo "$$p $$p"; done | \
122  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124    if (++n[$$2] == $(am__install_max)) \
125      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126    END { for (dir in files) print dir, files[dir] }'
127am__base_list = \
128  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130am__uninstall_files_from_dir = { \
131  test -z "$$files" \
132    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134         $(am__cd) "$$dir" && rm -f $$files; }; \
135  }
136am__installdirs = "$(DESTDIR)$(enginedir)"
137LTLIBRARIES = $(engine_LTLIBRARIES)
138am__DEPENDENCIES_1 =
139libstandard_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
140am_libstandard_la_OBJECTS = libstandard_la-theme.lo
141libstandard_la_OBJECTS = $(am_libstandard_la_OBJECTS)
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
146libstandard_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
147	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
148	$(libstandard_la_CFLAGS) $(CFLAGS) $(libstandard_la_LDFLAGS) \
149	$(LDFLAGS) -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo "  GEN     " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/depcomp
164am__maybe_remake_depfiles = depfiles
165am__depfiles_remade = ./$(DEPDIR)/libstandard_la-theme.Plo
166am__mv = mv -f
167COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
168	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
169LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
171	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
172	$(AM_CFLAGS) $(CFLAGS)
173AM_V_CC = $(am__v_CC_@AM_V@)
174am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
175am__v_CC_0 = @echo "  CC      " $@;
176am__v_CC_1 =
177CCLD = $(CC)
178LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180	$(AM_LDFLAGS) $(LDFLAGS) -o $@
181AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183am__v_CCLD_0 = @echo "  CCLD    " $@;
184am__v_CCLD_1 =
185SOURCES = $(libstandard_la_SOURCES)
186DIST_SOURCES = $(libstandard_la_SOURCES)
187am__can_run_installinfo = \
188  case $$AM_UPDATE_INFO_DIR in \
189    n|no|NO) false;; \
190    *) (install-info --version) >/dev/null 2>&1;; \
191  esac
192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193# Read a list of newline-separated strings from the standard input,
194# and print each of them once, without duplicates.  Input order is
195# *not* preserved.
196am__uniquify_input = $(AWK) '\
197  BEGIN { nonempty = 0; } \
198  { items[$$0] = 1; nonempty = 1; } \
199  END { if (nonempty) { for (i in items) print i; }; } \
200'
201# Make sure the list of sources is unique.  This is necessary because,
202# e.g., the same source file might be shared among _SOURCES variables
203# for different programs/libraries.
204am__define_uniq_tagged_files = \
205  list='$(am__tagged_files)'; \
206  unique=`for i in $$list; do \
207    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208  done | $(am__uniquify_input)`
209ETAGS = etags
210CTAGS = ctags
211am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213ACLOCAL = @ACLOCAL@
214AMTAR = @AMTAR@
215AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216AR = @AR@
217AUTOCONF = @AUTOCONF@
218AUTOHEADER = @AUTOHEADER@
219AUTOMAKE = @AUTOMAKE@
220AWK = @AWK@
221CC = @CC@
222CCDEPMODE = @CCDEPMODE@
223CFLAGS = @CFLAGS@
224CPP = @CPP@
225CPPFLAGS = @CPPFLAGS@
226CYGPATH_W = @CYGPATH_W@
227DATADIR = @DATADIR@
228DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
229DBUS_SYS_DIR = @DBUS_SYS_DIR@
230DEFS = @DEFS@
231DEPDIR = @DEPDIR@
232DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
233DLLTOOL = @DLLTOOL@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241FGREP = @FGREP@
242GDK_CFLAGS = @GDK_CFLAGS@
243GDK_LIBS = @GDK_LIBS@
244GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
245GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
246GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
247GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
248GMODULE_CFLAGS = @GMODULE_CFLAGS@
249GMODULE_LIBS = @GMODULE_LIBS@
250GMSGFMT = @GMSGFMT@
251GMSGFMT_015 = @GMSGFMT_015@
252GREP = @GREP@
253GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
254INSTALL = @INSTALL@
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_PROGRAM = @INSTALL_PROGRAM@
257INSTALL_SCRIPT = @INSTALL_SCRIPT@
258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
259INTLLIBS = @INTLLIBS@
260INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
261LD = @LD@
262LDFLAGS = @LDFLAGS@
263LIBDIR = @LIBDIR@
264LIBEXECDIR = @LIBEXECDIR@
265LIBICONV = @LIBICONV@
266LIBINTL = @LIBINTL@
267LIBOBJS = @LIBOBJS@
268LIBS = @LIBS@
269LIBTOOL = @LIBTOOL@
270LIPO = @LIPO@
271LN_S = @LN_S@
272LTLIBICONV = @LTLIBICONV@
273LTLIBINTL = @LTLIBINTL@
274LTLIBOBJS = @LTLIBOBJS@
275LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
276MAINT = @MAINT@
277MAKEINFO = @MAKEINFO@
278MANIFEST_TOOL = @MANIFEST_TOOL@
279MKDIR_P = @MKDIR_P@
280MSGFMT = @MSGFMT@
281MSGMERGE = @MSGMERGE@
282MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
283NM = @NM@
284NMEDIT = @NMEDIT@
285NOTIFICATION_APPLET_CFLAGS = @NOTIFICATION_APPLET_CFLAGS@
286NOTIFICATION_APPLET_LIBS = @NOTIFICATION_APPLET_LIBS@
287NOTIFICATION_CAPPLET_CFLAGS = @NOTIFICATION_CAPPLET_CFLAGS@
288NOTIFICATION_CAPPLET_LIBS = @NOTIFICATION_CAPPLET_LIBS@
289NOTIFICATION_DAEMON_CFLAGS = @NOTIFICATION_DAEMON_CFLAGS@
290NOTIFICATION_DAEMON_LIBS = @NOTIFICATION_DAEMON_LIBS@
291NOTIFICATION_DAEMON_WAYLAND_CFLAGS = @NOTIFICATION_DAEMON_WAYLAND_CFLAGS@
292NOTIFICATION_DAEMON_WAYLAND_LIBS = @NOTIFICATION_DAEMON_WAYLAND_LIBS@
293NOTIFICATION_DAEMON_X11_CFLAGS = @NOTIFICATION_DAEMON_X11_CFLAGS@
294NOTIFICATION_DAEMON_X11_LIBS = @NOTIFICATION_DAEMON_X11_LIBS@
295OBJDUMP = @OBJDUMP@
296OBJEXT = @OBJEXT@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PATH_SEPARATOR = @PATH_SEPARATOR@
307PKG_CONFIG = @PKG_CONFIG@
308PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
309PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
310POSUB = @POSUB@
311RANLIB = @RANLIB@
312SED = @SED@
313SET_MAKE = @SET_MAKE@
314SHELL = @SHELL@
315STRIP = @STRIP@
316SYSCONFDIR = @SYSCONFDIR@
317THEME_CFLAGS = @THEME_CFLAGS@
318THEME_LIBS = @THEME_LIBS@
319UPDATE_ICON_CACHE = @UPDATE_ICON_CACHE@
320USE_NLS = @USE_NLS@
321VERSION = @VERSION@
322WARN_CFLAGS = @WARN_CFLAGS@
323XGETTEXT = @XGETTEXT@
324XGETTEXT_015 = @XGETTEXT_015@
325XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
326XMLLINT = @XMLLINT@
327abs_builddir = @abs_builddir@
328abs_srcdir = @abs_srcdir@
329abs_top_builddir = @abs_top_builddir@
330abs_top_srcdir = @abs_top_srcdir@
331ac_ct_AR = @ac_ct_AR@
332ac_ct_CC = @ac_ct_CC@
333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334am__include = @am__include@
335am__leading_dot = @am__leading_dot@
336am__quote = @am__quote@
337am__tar = @am__tar@
338am__untar = @am__untar@
339bindir = @bindir@
340build = @build@
341build_alias = @build_alias@
342build_cpu = @build_cpu@
343build_os = @build_os@
344build_vendor = @build_vendor@
345builddir = @builddir@
346datadir = @datadir@
347datarootdir = @datarootdir@
348docdir = @docdir@
349dvidir = @dvidir@
350exec_prefix = @exec_prefix@
351gsettingsschemadir = @gsettingsschemadir@
352host = @host@
353host_alias = @host_alias@
354host_cpu = @host_cpu@
355host_os = @host_os@
356host_vendor = @host_vendor@
357htmldir = @htmldir@
358includedir = @includedir@
359infodir = @infodir@
360install_sh = @install_sh@
361libdir = @libdir@
362libexecdir = @libexecdir@
363localedir = @localedir@
364localstatedir = @localstatedir@
365mandir = @mandir@
366mkdir_p = @mkdir_p@
367oldincludedir = @oldincludedir@
368pdfdir = @pdfdir@
369prefix = @prefix@
370program_transform_name = @program_transform_name@
371psdir = @psdir@
372runstatedir = @runstatedir@
373sbindir = @sbindir@
374sharedstatedir = @sharedstatedir@
375srcdir = @srcdir@
376sysconfdir = @sysconfdir@
377target_alias = @target_alias@
378top_build_prefix = @top_build_prefix@
379top_builddir = @top_builddir@
380top_srcdir = @top_srcdir@
381enginedir = $(libdir)/mate-notification-daemon/engines
382engine_LTLIBRARIES = libstandard.la
383libstandard_la_SOURCES = theme.c
384libstandard_la_CFLAGS = $(WARN_CFLAGS)
385libstandard_la_LDFLAGS = -module -avoid-version -no-undefined
386libstandard_la_LIBADD = $(THEME_LIBS)
387AM_CPPFLAGS = $(THEME_CFLAGS)
388all: all-am
389
390.SUFFIXES:
391.SUFFIXES: .c .lo .o .obj
392$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
393	@for dep in $?; do \
394	  case '$(am__configure_deps)' in \
395	    *$$dep*) \
396	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397	        && { if test -f $@; then exit 0; else break; fi; }; \
398	      exit 1;; \
399	  esac; \
400	done; \
401	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/themes/standard/Makefile'; \
402	$(am__cd) $(top_srcdir) && \
403	  $(AUTOMAKE) --foreign src/themes/standard/Makefile
404Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405	@case '$?' in \
406	  *config.status*) \
407	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408	  *) \
409	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
410	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
411	esac;
412
413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
416$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
417	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(am__aclocal_m4_deps):
421
422install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
423	@$(NORMAL_INSTALL)
424	@list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
425	list2=; for p in $$list; do \
426	  if test -f $$p; then \
427	    list2="$$list2 $$p"; \
428	  else :; fi; \
429	done; \
430	test -z "$$list2" || { \
431	  echo " $(MKDIR_P) '$(DESTDIR)$(enginedir)'"; \
432	  $(MKDIR_P) "$(DESTDIR)$(enginedir)" || exit 1; \
433	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(enginedir)'"; \
434	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(enginedir)"; \
435	}
436
437uninstall-engineLTLIBRARIES:
438	@$(NORMAL_UNINSTALL)
439	@list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
440	for p in $$list; do \
441	  $(am__strip_dir) \
442	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(enginedir)/$$f'"; \
443	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(enginedir)/$$f"; \
444	done
445
446clean-engineLTLIBRARIES:
447	-test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES)
448	@list='$(engine_LTLIBRARIES)'; \
449	locs=`for p in $$list; do echo $$p; done | \
450	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
451	      sort -u`; \
452	test -z "$$locs" || { \
453	  echo rm -f $${locs}; \
454	  rm -f $${locs}; \
455	}
456
457libstandard.la: $(libstandard_la_OBJECTS) $(libstandard_la_DEPENDENCIES) $(EXTRA_libstandard_la_DEPENDENCIES)
458	$(AM_V_CCLD)$(libstandard_la_LINK) -rpath $(enginedir) $(libstandard_la_OBJECTS) $(libstandard_la_LIBADD) $(LIBS)
459
460mostlyclean-compile:
461	-rm -f *.$(OBJEXT)
462
463distclean-compile:
464	-rm -f *.tab.c
465
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstandard_la-theme.Plo@am__quote@ # am--include-marker
467
468$(am__depfiles_remade):
469	@$(MKDIR_P) $(@D)
470	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
471
472am--depfiles: $(am__depfiles_remade)
473
474.c.o:
475@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
478@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
480
481.c.obj:
482@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
483@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
485@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
487
488.c.lo:
489@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
494
495libstandard_la-theme.lo: theme.c
496@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstandard_la_CFLAGS) $(CFLAGS) -MT libstandard_la-theme.lo -MD -MP -MF $(DEPDIR)/libstandard_la-theme.Tpo -c -o libstandard_la-theme.lo `test -f 'theme.c' || echo '$(srcdir)/'`theme.c
497@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libstandard_la-theme.Tpo $(DEPDIR)/libstandard_la-theme.Plo
498@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='theme.c' object='libstandard_la-theme.lo' libtool=yes @AMDEPBACKSLASH@
499@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstandard_la_CFLAGS) $(CFLAGS) -c -o libstandard_la-theme.lo `test -f 'theme.c' || echo '$(srcdir)/'`theme.c
501
502mostlyclean-libtool:
503	-rm -f *.lo
504
505clean-libtool:
506	-rm -rf .libs _libs
507
508ID: $(am__tagged_files)
509	$(am__define_uniq_tagged_files); mkid -fID $$unique
510tags: tags-am
511TAGS: tags
512
513tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
514	set x; \
515	here=`pwd`; \
516	$(am__define_uniq_tagged_files); \
517	shift; \
518	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
519	  test -n "$$unique" || unique=$$empty_fix; \
520	  if test $$# -gt 0; then \
521	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522	      "$$@" $$unique; \
523	  else \
524	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
525	      $$unique; \
526	  fi; \
527	fi
528ctags: ctags-am
529
530CTAGS: ctags
531ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532	$(am__define_uniq_tagged_files); \
533	test -z "$(CTAGS_ARGS)$$unique" \
534	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535	     $$unique
536
537GTAGS:
538	here=`$(am__cd) $(top_builddir) && pwd` \
539	  && $(am__cd) $(top_srcdir) \
540	  && gtags -i $(GTAGS_ARGS) "$$here"
541cscopelist: cscopelist-am
542
543cscopelist-am: $(am__tagged_files)
544	list='$(am__tagged_files)'; \
545	case "$(srcdir)" in \
546	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
547	  *) sdir=$(subdir)/$(srcdir) ;; \
548	esac; \
549	for i in $$list; do \
550	  if test -f "$$i"; then \
551	    echo "$(subdir)/$$i"; \
552	  else \
553	    echo "$$sdir/$$i"; \
554	  fi; \
555	done >> $(top_builddir)/cscope.files
556
557distclean-tags:
558	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
559
560distdir: $(BUILT_SOURCES)
561	$(MAKE) $(AM_MAKEFLAGS) distdir-am
562
563distdir-am: $(DISTFILES)
564	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566	list='$(DISTFILES)'; \
567	  dist_files=`for file in $$list; do echo $$file; done | \
568	  sed -e "s|^$$srcdirstrip/||;t" \
569	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
570	case $$dist_files in \
571	  */*) $(MKDIR_P) `echo "$$dist_files" | \
572			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
573			   sort -u` ;; \
574	esac; \
575	for file in $$dist_files; do \
576	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
577	  if test -d $$d/$$file; then \
578	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
579	    if test -d "$(distdir)/$$file"; then \
580	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581	    fi; \
582	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
583	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
584	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585	    fi; \
586	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
587	  else \
588	    test -f "$(distdir)/$$file" \
589	    || cp -p $$d/$$file "$(distdir)/$$file" \
590	    || exit 1; \
591	  fi; \
592	done
593check-am: all-am
594check: check-am
595all-am: Makefile $(LTLIBRARIES)
596installdirs:
597	for dir in "$(DESTDIR)$(enginedir)"; do \
598	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
599	done
600install: install-am
601install-exec: install-exec-am
602install-data: install-data-am
603uninstall: uninstall-am
604
605install-am: all-am
606	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
607
608installcheck: installcheck-am
609install-strip:
610	if test -z '$(STRIP)'; then \
611	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
612	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
613	      install; \
614	else \
615	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
618	fi
619mostlyclean-generic:
620
621clean-generic:
622
623distclean-generic:
624	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
625	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
626
627maintainer-clean-generic:
628	@echo "This command is intended for maintainers to use"
629	@echo "it deletes files that may require special tools to rebuild."
630clean: clean-am
631
632clean-am: clean-engineLTLIBRARIES clean-generic clean-libtool \
633	mostlyclean-am
634
635distclean: distclean-am
636		-rm -f ./$(DEPDIR)/libstandard_la-theme.Plo
637	-rm -f Makefile
638distclean-am: clean-am distclean-compile distclean-generic \
639	distclean-tags
640
641dvi: dvi-am
642
643dvi-am:
644
645html: html-am
646
647html-am:
648
649info: info-am
650
651info-am:
652
653install-data-am: install-engineLTLIBRARIES
654
655install-dvi: install-dvi-am
656
657install-dvi-am:
658
659install-exec-am:
660
661install-html: install-html-am
662
663install-html-am:
664
665install-info: install-info-am
666
667install-info-am:
668
669install-man:
670
671install-pdf: install-pdf-am
672
673install-pdf-am:
674
675install-ps: install-ps-am
676
677install-ps-am:
678
679installcheck-am:
680
681maintainer-clean: maintainer-clean-am
682		-rm -f ./$(DEPDIR)/libstandard_la-theme.Plo
683	-rm -f Makefile
684maintainer-clean-am: distclean-am maintainer-clean-generic
685
686mostlyclean: mostlyclean-am
687
688mostlyclean-am: mostlyclean-compile mostlyclean-generic \
689	mostlyclean-libtool
690
691pdf: pdf-am
692
693pdf-am:
694
695ps: ps-am
696
697ps-am:
698
699uninstall-am: uninstall-engineLTLIBRARIES
700
701.MAKE: install-am install-strip
702
703.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
704	clean-engineLTLIBRARIES clean-generic clean-libtool \
705	cscopelist-am ctags ctags-am distclean distclean-compile \
706	distclean-generic distclean-libtool distclean-tags distdir dvi \
707	dvi-am html html-am info info-am install install-am \
708	install-data install-data-am install-dvi install-dvi-am \
709	install-engineLTLIBRARIES install-exec install-exec-am \
710	install-html install-html-am install-info install-info-am \
711	install-man install-pdf install-pdf-am install-ps \
712	install-ps-am install-strip installcheck installcheck-am \
713	installdirs maintainer-clean maintainer-clean-generic \
714	mostlyclean mostlyclean-compile mostlyclean-generic \
715	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
716	uninstall-am uninstall-engineLTLIBRARIES
717
718.PRECIOUS: Makefile
719
720
721-include $(top_srcdir)/git.mk
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.NOEXPORT:
726