1# Makefile.in generated by automake 1.16.3 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@
91@UNITTESTS_TRUE@TESTS = unittests$(EXEEXT)
92@UNITTESTS_TRUE@check_PROGRAMS = unittests$(EXEEXT)
93subdir = scope/src
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/geanypy/m4/ax_python_devel.m4 \
96	$(top_srcdir)/geanypy/m4/ax_python_library.m4 \
97	$(top_srcdir)/build/bundled/gpgme.m4 \
98	$(top_srcdir)/build/addons.m4 $(top_srcdir)/build/autoclose.m4 \
99	$(top_srcdir)/build/automark.m4 $(top_srcdir)/build/cflags.m4 \
100	$(top_srcdir)/build/codenav.m4 \
101	$(top_srcdir)/build/commander.m4 $(top_srcdir)/build/common.m4 \
102	$(top_srcdir)/build/cppcheck.m4 \
103	$(top_srcdir)/build/debugger.m4 \
104	$(top_srcdir)/build/defineformat.m4 \
105	$(top_srcdir)/build/devhelp.m4 \
106	$(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
107	$(top_srcdir)/build/geanyctags.m4 \
108	$(top_srcdir)/build/geanydoc.m4 \
109	$(top_srcdir)/build/geanyextrasel.m4 \
110	$(top_srcdir)/build/geanygendoc.m4 \
111	$(top_srcdir)/build/geanyinsertnum.m4 \
112	$(top_srcdir)/build/geanylua.m4 \
113	$(top_srcdir)/build/geanymacro.m4 \
114	$(top_srcdir)/build/geanyminiscript.m4 \
115	$(top_srcdir)/build/geanynumberedbookmarks.m4 \
116	$(top_srcdir)/build/geanypg.m4 $(top_srcdir)/build/geanyprj.m4 \
117	$(top_srcdir)/build/geanypy.m4 $(top_srcdir)/build/geanyvc.m4 \
118	$(top_srcdir)/build/geniuspaste.m4 \
119	$(top_srcdir)/build/git-changebar.m4 \
120	$(top_srcdir)/build/gtk.m4 $(top_srcdir)/build/i18n.m4 \
121	$(top_srcdir)/build/keyrecord.m4 $(top_srcdir)/build/latex.m4 \
122	$(top_srcdir)/build/ldflags.m4 \
123	$(top_srcdir)/build/lineoperations.m4 \
124	$(top_srcdir)/build/lipsum.m4 $(top_srcdir)/build/markdown.m4 \
125	$(top_srcdir)/build/multiterm.m4 \
126	$(top_srcdir)/build/overview.m4 \
127	$(top_srcdir)/build/pairtaghighlighter.m4 \
128	$(top_srcdir)/build/pohelper.m4 \
129	$(top_srcdir)/build/pretty-printer.m4 \
130	$(top_srcdir)/build/projectorganizer.m4 \
131	$(top_srcdir)/build/scope.m4 $(top_srcdir)/build/sendmail.m4 \
132	$(top_srcdir)/build/shiftcolumn.m4 \
133	$(top_srcdir)/build/spellcheck.m4 \
134	$(top_srcdir)/build/status.m4 \
135	$(top_srcdir)/build/tableconvert.m4 \
136	$(top_srcdir)/build/treebrowser.m4 \
137	$(top_srcdir)/build/unittests.m4 \
138	$(top_srcdir)/build/updatechecker.m4 \
139	$(top_srcdir)/build/utils.m4 $(top_srcdir)/build/vala.m4 \
140	$(top_srcdir)/build/vimode.m4 $(top_srcdir)/build/webhelper.m4 \
141	$(top_srcdir)/build/workbench.m4 \
142	$(top_srcdir)/build/xmlsnippets.m4 \
143	$(top_srcdir)/build/cache/glib-gettext.m4 \
144	$(top_srcdir)/build/cache/intltool.m4 \
145	$(top_srcdir)/build/cache/libtool.m4 \
146	$(top_srcdir)/build/cache/ltoptions.m4 \
147	$(top_srcdir)/build/cache/ltsugar.m4 \
148	$(top_srcdir)/build/cache/ltversion.m4 \
149	$(top_srcdir)/build/cache/lt~obsolete.m4 \
150	$(top_srcdir)/build/cache/nls.m4 \
151	$(top_srcdir)/build/cache/pkg.m4 $(top_srcdir)/configure.ac
152am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
153	$(ACLOCAL_M4)
154DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
155mkinstalldirs = $(install_sh) -d
156CONFIG_HEADER = $(top_builddir)/config.h
157CONFIG_CLEAN_FILES =
158CONFIG_CLEAN_VPATH_FILES =
159am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
160am__vpath_adj = case $$p in \
161    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162    *) f=$$p;; \
163  esac;
164am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
165am__install_max = 40
166am__nobase_strip_setup = \
167  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
168am__nobase_strip = \
169  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
170am__nobase_list = $(am__nobase_strip_setup); \
171  for p in $$list; do echo "$$p $$p"; done | \
172  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
173  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174    if (++n[$$2] == $(am__install_max)) \
175      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176    END { for (dir in files) print dir, files[dir] }'
177am__base_list = \
178  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180am__uninstall_files_from_dir = { \
181  test -z "$$files" \
182    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
183    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
184         $(am__cd) "$$dir" && rm -f $$files; }; \
185  }
186am__installdirs = "$(DESTDIR)$(geanypluginsdir)"
187LTLIBRARIES = $(geanyplugins_LTLIBRARIES)
188am__DEPENDENCIES_1 =
189am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
190scope_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
191	$(am__DEPENDENCIES_1) \
192	$(top_builddir)/utils/src/libgeanypluginutils.la
193am__dirstamp = $(am__leading_dot)dirstamp
194am_scope_la_OBJECTS = scope_la-break.lo scope_la-conterm.lo \
195	scope_la-debug.lo scope_la-inspect.lo scope_la-local.lo \
196	scope_la-memory.lo scope_la-menu.lo scope_la-parse.lo \
197	scope_la-plugme.lo scope_la-prefs.lo scope_la-program.lo \
198	scope_la-register.lo scope_la-scope.lo scope_la-stack.lo \
199	scope_la-thread.lo scope_la-tooltip.lo scope_la-utils.lo \
200	scope_la-views.lo scope_la-watch.lo \
201	store/scope_la-scptreedata.lo store/scope_la-scptreestore.lo
202scope_la_OBJECTS = $(am_scope_la_OBJECTS)
203AM_V_lt = $(am__v_lt_@AM_V@)
204am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
205am__v_lt_0 = --silent
206am__v_lt_1 =
207scope_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(scope_la_CFLAGS) \
209	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
210am__unittests_SOURCES_DIST = tests/unittests.c tests/utils_test.c \
211	break.c break.h common.h conterm.c conterm.h debug.c debug.h \
212	inspect.c inspect.h local.c local.h memory.c memory.h menu.c \
213	menu.h parse.c parse.h plugme.c plugme.h prefs.c prefs.h \
214	program.c program.h register.c register.h scope.c scope.h \
215	stack.c stack.h thread.c thread.h tooltip.c tooltip.h utils.c \
216	utils.h views.c views.h watch.c watch.h store.h \
217	store/scptreedata.h store/scptreedata.c store/scptreestore.h \
218	store/scptreestore.c
219am__objects_1 = unittests-break.$(OBJEXT) unittests-conterm.$(OBJEXT) \
220	unittests-debug.$(OBJEXT) unittests-inspect.$(OBJEXT) \
221	unittests-local.$(OBJEXT) unittests-memory.$(OBJEXT) \
222	unittests-menu.$(OBJEXT) unittests-parse.$(OBJEXT) \
223	unittests-plugme.$(OBJEXT) unittests-prefs.$(OBJEXT) \
224	unittests-program.$(OBJEXT) unittests-register.$(OBJEXT) \
225	unittests-scope.$(OBJEXT) unittests-stack.$(OBJEXT) \
226	unittests-thread.$(OBJEXT) unittests-tooltip.$(OBJEXT) \
227	unittests-utils.$(OBJEXT) unittests-views.$(OBJEXT) \
228	unittests-watch.$(OBJEXT) \
229	store/unittests-scptreedata.$(OBJEXT) \
230	store/unittests-scptreestore.$(OBJEXT)
231@UNITTESTS_TRUE@am_unittests_OBJECTS =  \
232@UNITTESTS_TRUE@	tests/unittests-unittests.$(OBJEXT) \
233@UNITTESTS_TRUE@	tests/unittests-utils_test.$(OBJEXT) \
234@UNITTESTS_TRUE@	$(am__objects_1)
235unittests_OBJECTS = $(am_unittests_OBJECTS)
236am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
237	$(am__DEPENDENCIES_1) \
238	$(top_builddir)/utils/src/libgeanypluginutils.la
239@UNITTESTS_TRUE@unittests_DEPENDENCIES = $(am__DEPENDENCIES_1) \
240@UNITTESTS_TRUE@	$(am__DEPENDENCIES_3)
241unittests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
242	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(unittests_CFLAGS) \
243	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
244AM_V_P = $(am__v_P_@AM_V@)
245am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
246am__v_P_0 = false
247am__v_P_1 = :
248AM_V_GEN = $(am__v_GEN_@AM_V@)
249am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
250am__v_GEN_0 = @echo "  GEN     " $@;
251am__v_GEN_1 =
252AM_V_at = $(am__v_at_@AM_V@)
253am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
254am__v_at_0 = @
255am__v_at_1 =
256DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
257depcomp = $(SHELL) $(top_srcdir)/depcomp
258am__maybe_remake_depfiles = depfiles
259am__depfiles_remade = ./$(DEPDIR)/scope_la-break.Plo \
260	./$(DEPDIR)/scope_la-conterm.Plo \
261	./$(DEPDIR)/scope_la-debug.Plo \
262	./$(DEPDIR)/scope_la-inspect.Plo \
263	./$(DEPDIR)/scope_la-local.Plo ./$(DEPDIR)/scope_la-memory.Plo \
264	./$(DEPDIR)/scope_la-menu.Plo ./$(DEPDIR)/scope_la-parse.Plo \
265	./$(DEPDIR)/scope_la-plugme.Plo ./$(DEPDIR)/scope_la-prefs.Plo \
266	./$(DEPDIR)/scope_la-program.Plo \
267	./$(DEPDIR)/scope_la-register.Plo \
268	./$(DEPDIR)/scope_la-scope.Plo ./$(DEPDIR)/scope_la-stack.Plo \
269	./$(DEPDIR)/scope_la-thread.Plo \
270	./$(DEPDIR)/scope_la-tooltip.Plo \
271	./$(DEPDIR)/scope_la-utils.Plo ./$(DEPDIR)/scope_la-views.Plo \
272	./$(DEPDIR)/scope_la-watch.Plo ./$(DEPDIR)/unittests-break.Po \
273	./$(DEPDIR)/unittests-conterm.Po \
274	./$(DEPDIR)/unittests-debug.Po \
275	./$(DEPDIR)/unittests-inspect.Po \
276	./$(DEPDIR)/unittests-local.Po ./$(DEPDIR)/unittests-memory.Po \
277	./$(DEPDIR)/unittests-menu.Po ./$(DEPDIR)/unittests-parse.Po \
278	./$(DEPDIR)/unittests-plugme.Po ./$(DEPDIR)/unittests-prefs.Po \
279	./$(DEPDIR)/unittests-program.Po \
280	./$(DEPDIR)/unittests-register.Po \
281	./$(DEPDIR)/unittests-scope.Po ./$(DEPDIR)/unittests-stack.Po \
282	./$(DEPDIR)/unittests-thread.Po \
283	./$(DEPDIR)/unittests-tooltip.Po \
284	./$(DEPDIR)/unittests-utils.Po ./$(DEPDIR)/unittests-views.Po \
285	./$(DEPDIR)/unittests-watch.Po \
286	store/$(DEPDIR)/scope_la-scptreedata.Plo \
287	store/$(DEPDIR)/scope_la-scptreestore.Plo \
288	store/$(DEPDIR)/unittests-scptreedata.Po \
289	store/$(DEPDIR)/unittests-scptreestore.Po \
290	tests/$(DEPDIR)/unittests-unittests.Po \
291	tests/$(DEPDIR)/unittests-utils_test.Po
292am__mv = mv -f
293COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
294	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
295LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
296	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
297	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
298	$(AM_CFLAGS) $(CFLAGS)
299AM_V_CC = $(am__v_CC_@AM_V@)
300am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
301am__v_CC_0 = @echo "  CC      " $@;
302am__v_CC_1 =
303CCLD = $(CC)
304LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
305	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
306	$(AM_LDFLAGS) $(LDFLAGS) -o $@
307AM_V_CCLD = $(am__v_CCLD_@AM_V@)
308am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
309am__v_CCLD_0 = @echo "  CCLD    " $@;
310am__v_CCLD_1 =
311SOURCES = $(scope_la_SOURCES) $(unittests_SOURCES)
312DIST_SOURCES = $(scope_la_SOURCES) $(am__unittests_SOURCES_DIST)
313am__can_run_installinfo = \
314  case $$AM_UPDATE_INFO_DIR in \
315    n|no|NO) false;; \
316    *) (install-info --version) >/dev/null 2>&1;; \
317  esac
318am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
319# Read a list of newline-separated strings from the standard input,
320# and print each of them once, without duplicates.  Input order is
321# *not* preserved.
322am__uniquify_input = $(AWK) '\
323  BEGIN { nonempty = 0; } \
324  { items[$$0] = 1; nonempty = 1; } \
325  END { if (nonempty) { for (i in items) print i; }; } \
326'
327# Make sure the list of sources is unique.  This is necessary because,
328# e.g., the same source file might be shared among _SOURCES variables
329# for different programs/libraries.
330am__define_uniq_tagged_files = \
331  list='$(am__tagged_files)'; \
332  unique=`for i in $$list; do \
333    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334  done | $(am__uniquify_input)`
335ETAGS = etags
336CTAGS = ctags
337am__tty_colors_dummy = \
338  mgn= red= grn= lgn= blu= brg= std=; \
339  am__color_tests=no
340am__tty_colors = { \
341  $(am__tty_colors_dummy); \
342  if test "X$(AM_COLOR_TESTS)" = Xno; then \
343    am__color_tests=no; \
344  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
345    am__color_tests=yes; \
346  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
347    am__color_tests=yes; \
348  fi; \
349  if test $$am__color_tests = yes; then \
350    red=''; \
351    grn=''; \
352    lgn=''; \
353    blu=''; \
354    mgn=''; \
355    brg=''; \
356    std=''; \
357  fi; \
358}
359am__recheck_rx = ^[ 	]*:recheck:[ 	]*
360am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
361am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
362# A command that, given a newline-separated list of test names on the
363# standard input, print the name of the tests that are to be re-run
364# upon "make recheck".
365am__list_recheck_tests = $(AWK) '{ \
366  recheck = 1; \
367  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
368    { \
369      if (rc < 0) \
370        { \
371          if ((getline line2 < ($$0 ".log")) < 0) \
372	    recheck = 0; \
373          break; \
374        } \
375      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
376        { \
377          recheck = 0; \
378          break; \
379        } \
380      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
381        { \
382          break; \
383        } \
384    }; \
385  if (recheck) \
386    print $$0; \
387  close ($$0 ".trs"); \
388  close ($$0 ".log"); \
389}'
390# A command that, given a newline-separated list of test names on the
391# standard input, create the global log from their .trs and .log files.
392am__create_global_log = $(AWK) ' \
393function fatal(msg) \
394{ \
395  print "fatal: making $@: " msg | "cat >&2"; \
396  exit 1; \
397} \
398function rst_section(header) \
399{ \
400  print header; \
401  len = length(header); \
402  for (i = 1; i <= len; i = i + 1) \
403    printf "="; \
404  printf "\n\n"; \
405} \
406{ \
407  copy_in_global_log = 1; \
408  global_test_result = "RUN"; \
409  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
410    { \
411      if (rc < 0) \
412         fatal("failed to read from " $$0 ".trs"); \
413      if (line ~ /$(am__global_test_result_rx)/) \
414        { \
415          sub("$(am__global_test_result_rx)", "", line); \
416          sub("[ 	]*$$", "", line); \
417          global_test_result = line; \
418        } \
419      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
420        copy_in_global_log = 0; \
421    }; \
422  if (copy_in_global_log) \
423    { \
424      rst_section(global_test_result ": " $$0); \
425      while ((rc = (getline line < ($$0 ".log"))) != 0) \
426      { \
427        if (rc < 0) \
428          fatal("failed to read from " $$0 ".log"); \
429        print line; \
430      }; \
431      printf "\n"; \
432    }; \
433  close ($$0 ".trs"); \
434  close ($$0 ".log"); \
435}'
436# Restructured Text title.
437am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
438# Solaris 10 'make', and several other traditional 'make' implementations,
439# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
440# by disabling -e (using the XSI extension "set +e") if it's set.
441am__sh_e_setup = case $$- in *e*) set +e;; esac
442# Default flags passed to test drivers.
443am__common_driver_flags = \
444  --color-tests "$$am__color_tests" \
445  --enable-hard-errors "$$am__enable_hard_errors" \
446  --expect-failure "$$am__expect_failure"
447# To be inserted before the command running the test.  Creates the
448# directory for the log if needed.  Stores in $dir the directory
449# containing $f, in $tst the test, in $log the log.  Executes the
450# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
451# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
452# will run the test scripts (or their associated LOG_COMPILER, if
453# thy have one).
454am__check_pre = \
455$(am__sh_e_setup);					\
456$(am__vpath_adj_setup) $(am__vpath_adj)			\
457$(am__tty_colors);					\
458srcdir=$(srcdir); export srcdir;			\
459case "$@" in						\
460  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
461    *) am__odir=.;; 					\
462esac;							\
463test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
464  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
465if test -f "./$$f"; then dir=./;			\
466elif test -f "$$f"; then dir=;				\
467else dir="$(srcdir)/"; fi;				\
468tst=$$dir$$f; log='$@'; 				\
469if test -n '$(DISABLE_HARD_ERRORS)'; then		\
470  am__enable_hard_errors=no; 				\
471else							\
472  am__enable_hard_errors=yes; 				\
473fi; 							\
474case " $(XFAIL_TESTS) " in				\
475  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
476    am__expect_failure=yes;;				\
477  *)							\
478    am__expect_failure=no;;				\
479esac; 							\
480$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
481# A shell command to get the names of the tests scripts with any registered
482# extension removed (i.e., equivalently, the names of the test logs, with
483# the '.log' extension removed).  The result is saved in the shell variable
484# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
485# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
486# since that might cause problem with VPATH rewrites for suffix-less tests.
487# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
488am__set_TESTS_bases = \
489  bases='$(TEST_LOGS)'; \
490  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
491  bases=`echo $$bases`
492AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
493RECHECK_LOGS = $(TEST_LOGS)
494AM_RECURSIVE_TARGETS = check recheck
495TEST_SUITE_LOG = test-suite.log
496TEST_EXTENSIONS = @EXEEXT@ .test
497LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
498LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
499am__set_b = \
500  case '$@' in \
501    */*) \
502      case '$*' in \
503        */*) b='$*';; \
504          *) b=`echo '$@' | sed 's/\.log$$//'`; \
505       esac;; \
506    *) \
507      b='$*';; \
508  esac
509am__test_logs1 = $(TESTS:=.log)
510am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
511TEST_LOGS = $(am__test_logs2:.test.log=.log)
512TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
513TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
514	$(TEST_LOG_FLAGS)
515am__DIST_COMMON = $(srcdir)/Makefile.in \
516	$(top_srcdir)/build/cppcheck.mk \
517	$(top_srcdir)/build/vars.build.mk \
518	$(top_srcdir)/build/vars.docs.mk $(top_srcdir)/depcomp \
519	$(top_srcdir)/test-driver
520DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
521ACLOCAL = @ACLOCAL@
522ALL_LINGUAS = @ALL_LINGUAS@
523AMTAR = @AMTAR@
524AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
525AR = @AR@
526AUTOCLOSE_CFLAGS = @AUTOCLOSE_CFLAGS@
527AUTOCLOSE_LIBS = @AUTOCLOSE_LIBS@
528AUTOCONF = @AUTOCONF@
529AUTOHEADER = @AUTOHEADER@
530AUTOMAKE = @AUTOMAKE@
531AUTOMARK_CFLAGS = @AUTOMARK_CFLAGS@
532AUTOMARK_LIBS = @AUTOMARK_LIBS@
533AWK = @AWK@
534CATALOGS = @CATALOGS@
535CATOBJEXT = @CATOBJEXT@
536CC = @CC@
537CCDEPMODE = @CCDEPMODE@
538CFLAGS = @CFLAGS@
539CHECK_CFLAGS = @CHECK_CFLAGS@
540CHECK_LIBS = @CHECK_LIBS@
541COMMANDER_CFLAGS = @COMMANDER_CFLAGS@
542COMMANDER_LIBS = @COMMANDER_LIBS@
543CPP = @CPP@
544CPPCHECK = @CPPCHECK@
545CPPFLAGS = @CPPFLAGS@
546CYGPATH_W = @CYGPATH_W@
547DATADIRNAME = @DATADIRNAME@
548DEFINEFORMAT_CFLAGS = @DEFINEFORMAT_CFLAGS@
549DEFINEFORMAT_LIBS = @DEFINEFORMAT_LIBS@
550DEFS = @DEFS@
551DEPDIR = @DEPDIR@
552DEVHELP_CFLAGS = @DEVHELP_CFLAGS@
553DEVHELP_LIBS = @DEVHELP_LIBS@
554DLLTOOL = @DLLTOOL@
555DSYMUTIL = @DSYMUTIL@
556DUMPBIN = @DUMPBIN@
557ECHO_C = @ECHO_C@
558ECHO_N = @ECHO_N@
559ECHO_T = @ECHO_T@
560EGREP = @EGREP@
561ENCHANT_1_5_CFLAGS = @ENCHANT_1_5_CFLAGS@
562ENCHANT_1_5_LIBS = @ENCHANT_1_5_LIBS@
563ENCHANT_2_0_CFLAGS = @ENCHANT_2_0_CFLAGS@
564ENCHANT_2_0_LIBS = @ENCHANT_2_0_LIBS@
565ENCHANT_2_2_CFLAGS = @ENCHANT_2_2_CFLAGS@
566ENCHANT_2_2_LIBS = @ENCHANT_2_2_LIBS@
567ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
568ENCHANT_LIBS = @ENCHANT_LIBS@
569EXEEXT = @EXEEXT@
570FGREP = @FGREP@
571GEANYGENDOC_CFLAGS = @GEANYGENDOC_CFLAGS@
572GEANYGENDOC_LIBS = @GEANYGENDOC_LIBS@
573GEANYPY_CFLAGS = @GEANYPY_CFLAGS@
574GEANY_CFLAGS = @GEANY_CFLAGS@
575GEANY_INCLUDEDIR = @GEANY_INCLUDEDIR@
576GEANY_LIBS = @GEANY_LIBS@
577GEANY_VERSION = @GEANY_VERSION@
578GENIUSPASTE_CFLAGS = @GENIUSPASTE_CFLAGS@
579GENIUSPASTE_LIBS = @GENIUSPASTE_LIBS@
580GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
581GITCHANGEBAR_CFLAGS = @GITCHANGEBAR_CFLAGS@
582GITCHANGEBAR_LIBS = @GITCHANGEBAR_LIBS@
583GLIB_CFLAGS = @GLIB_CFLAGS@
584GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
585GLIB_LIBS = @GLIB_LIBS@
586GLIB_MKENUMS = @GLIB_MKENUMS@
587GMODULE_CFLAGS = @GMODULE_CFLAGS@
588GMODULE_LIBS = @GMODULE_LIBS@
589GMOFILES = @GMOFILES@
590GMSGFMT = @GMSGFMT@
591GPGME_CFLAGS = @GPGME_CFLAGS@
592GPGME_CONFIG = @GPGME_CONFIG@
593GPGME_LIBS = @GPGME_LIBS@
594GP_CFLAGS = @GP_CFLAGS@
595GP_GTK_PACKAGE = @GP_GTK_PACKAGE@
596GP_GTK_VERSION = @GP_GTK_VERSION@
597GP_GTK_VERSION_MAJOR = @GP_GTK_VERSION_MAJOR@
598GP_LDFLAGS = @GP_LDFLAGS@
599GREP = @GREP@
600GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
601GTKSPELL_LIBS = @GTKSPELL_LIBS@
602INSTALL = @INSTALL@
603INSTALL_DATA = @INSTALL_DATA@
604INSTALL_PROGRAM = @INSTALL_PROGRAM@
605INSTALL_SCRIPT = @INSTALL_SCRIPT@
606INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
607INSTOBJEXT = @INSTOBJEXT@
608INTLLIBS = @INTLLIBS@
609INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
610INTLTOOL_MERGE = @INTLTOOL_MERGE@
611INTLTOOL_PERL = @INTLTOOL_PERL@
612INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
613INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
614INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
615INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
616INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
617INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
618LD = @LD@
619LDFLAGS = @LDFLAGS@
620LIBMARKDOWN_CFLAGS = @LIBMARKDOWN_CFLAGS@
621LIBMARKDOWN_LIBS = @LIBMARKDOWN_LIBS@
622LIBOBJS = @LIBOBJS@
623LIBS = @LIBS@
624LIBTOOL = @LIBTOOL@
625LIBXML_CFLAGS = @LIBXML_CFLAGS@
626LIBXML_LIBS = @LIBXML_LIBS@
627LIPO = @LIPO@
628LN_S = @LN_S@
629LOCALEDIR = @LOCALEDIR@
630LTLIBOBJS = @LTLIBOBJS@
631LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
632LUA_CFLAGS = @LUA_CFLAGS@
633LUA_LIBS = @LUA_LIBS@
634MAKEINFO = @MAKEINFO@
635MANIFEST_TOOL = @MANIFEST_TOOL@
636MARKDOWN_CFLAGS = @MARKDOWN_CFLAGS@
637MARKDOWN_LIBS = @MARKDOWN_LIBS@
638MKDIR_P = @MKDIR_P@
639MKINSTALLDIRS = @MKINSTALLDIRS@
640MSGFMT = @MSGFMT@
641MSGFMT_OPTS = @MSGFMT_OPTS@
642MSGMERGE = @MSGMERGE@
643MULTITERM_CFLAGS = @MULTITERM_CFLAGS@
644MULTITERM_LIBS = @MULTITERM_LIBS@
645NM = @NM@
646NMEDIT = @NMEDIT@
647OBJDUMP = @OBJDUMP@
648OBJEXT = @OBJEXT@
649OTOOL = @OTOOL@
650OTOOL64 = @OTOOL64@
651PACKAGE = @PACKAGE@
652PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
653PACKAGE_NAME = @PACKAGE_NAME@
654PACKAGE_STRING = @PACKAGE_STRING@
655PACKAGE_TARNAME = @PACKAGE_TARNAME@
656PACKAGE_URL = @PACKAGE_URL@
657PACKAGE_VERSION = @PACKAGE_VERSION@
658PATH_SEPARATOR = @PATH_SEPARATOR@
659PKG_CONFIG = @PKG_CONFIG@
660PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
661PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
662POFILES = @POFILES@
663POSUB = @POSUB@
664PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
665PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
666PTY_LIBS = @PTY_LIBS@
667PYGTK_CFLAGS = @PYGTK_CFLAGS@
668PYGTK_LIBS = @PYGTK_LIBS@
669PYTHON = @PYTHON@
670PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
671PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
672PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
673PYTHON_LIBRARY = @PYTHON_LIBRARY@
674PYTHON_LIBS = @PYTHON_LIBS@
675PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
676PYTHON_VERSION = @PYTHON_VERSION@
677RANLIB = @RANLIB@
678RST2HTML = @RST2HTML@
679SED = @SED@
680SET_MAKE = @SET_MAKE@
681SHELL = @SHELL@
682STRIP = @STRIP@
683UPDATECHECKER_CFLAGS = @UPDATECHECKER_CFLAGS@
684UPDATECHECKER_LIBS = @UPDATECHECKER_LIBS@
685USE_NLS = @USE_NLS@
686UTILSLIB_CFLAGS = @UTILSLIB_CFLAGS@
687UTILSLIB_LIBS = @UTILSLIB_LIBS@
688VALAC = @VALAC@
689VERSION = @VERSION@
690VTE_CFLAGS = @VTE_CFLAGS@
691VTE_LIBS = @VTE_LIBS@
692WEBHELPER_CFLAGS = @WEBHELPER_CFLAGS@
693WEBHELPER_LIBS = @WEBHELPER_LIBS@
694WORKBENCH_CFLAGS = @WORKBENCH_CFLAGS@
695WORKBENCH_LIBS = @WORKBENCH_LIBS@
696XGETTEXT = @XGETTEXT@
697abs_builddir = @abs_builddir@
698abs_srcdir = @abs_srcdir@
699abs_top_builddir = @abs_top_builddir@
700abs_top_srcdir = @abs_top_srcdir@
701ac_ct_AR = @ac_ct_AR@
702ac_ct_CC = @ac_ct_CC@
703ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
704am__include = @am__include@
705am__leading_dot = @am__leading_dot@
706am__quote = @am__quote@
707am__tar = @am__tar@
708am__untar = @am__untar@
709bindir = @bindir@
710build = @build@
711build_alias = @build_alias@
712build_cpu = @build_cpu@
713build_os = @build_os@
714build_vendor = @build_vendor@
715builddir = @builddir@
716datadir = @datadir@
717datarootdir = @datarootdir@
718docdir = @docdir@
719dvidir = @dvidir@
720exec_prefix = @exec_prefix@
721geanypluginsdir = @geanypluginsdir@
722host = @host@
723host_alias = @host_alias@
724host_cpu = @host_cpu@
725host_os = @host_os@
726host_vendor = @host_vendor@
727htmldir = @htmldir@
728includedir = @includedir@
729infodir = @infodir@
730install_sh = @install_sh@
731intltool__v_merge_options_ = @intltool__v_merge_options_@
732intltool__v_merge_options_0 = @intltool__v_merge_options_0@
733libdir = @libdir@
734libexecdir = @libexecdir@
735localedir = @localedir@
736localstatedir = @localstatedir@
737mandir = @mandir@
738mkdir_p = @mkdir_p@
739oldincludedir = @oldincludedir@
740pdfdir = @pdfdir@
741prefix = @prefix@
742program_transform_name = @program_transform_name@
743psdir = @psdir@
744runstatedir = @runstatedir@
745sbindir = @sbindir@
746sharedstatedir = @sharedstatedir@
747srcdir = @srcdir@
748sysconfdir = @sysconfdir@
749target_alias = @target_alias@
750top_build_prefix = @top_build_prefix@
751top_builddir = @top_builddir@
752top_srcdir = @top_srcdir@
753@MINGW_FALSE@GP_PREFIX = $(prefix)
754@MINGW_TRUE@GP_PREFIX = .
755@MINGW_FALSE@GP_DATADIR = $(datadir)
756@MINGW_TRUE@GP_DATADIR = $(GP_PREFIX)/share
757@MINGW_FALSE@GP_LOCALEDIR = $(LOCALEDIR)
758@MINGW_TRUE@GP_LOCALEDIR = $(GP_DATADIR)/locale
759@MINGW_FALSE@GP_DOCDIR = $(docdir)
760@MINGW_TRUE@GP_DOCDIR = $(GP_DATADIR)/doc/$(PACKAGE)
761@MINGW_FALSE@GP_PKGDATADIR = $(pkgdatadir)
762@MINGW_TRUE@GP_PKGDATADIR = $(GP_DATADIR)/$(PACKAGE)
763@MINGW_FALSE@GP_LIBDIR = $(libdir)
764@MINGW_TRUE@GP_LIBDIR = $(GP_PREFIX)/lib
765@MINGW_FALSE@GP_PKGLIBDIR = $(pkglibdir)
766@MINGW_TRUE@GP_PKGLIBDIR = $(GP_LIBDIR)/$(PACKAGE)
767LOCAL_AM_CFLAGS = \
768	-DLOCALEDIR=\""$(GP_LOCALEDIR)"\" \
769	-DPREFIX=\""$(GP_PREFIX)"\" \
770	-DDOCDIR=\""$(GP_DOCDIR)"\" \
771	-DGEANYPLUGINS_DATADIR=\""$(GP_DATADIR)"\" \
772	-DPKGDATADIR=\""$(GP_PKGDATADIR)"\" \
773	-DLIBDIR=\""$(GP_LIBDIR)"\" \
774	-DPKGLIBDIR=\""$(GP_PKGLIBDIR)"\" \
775	-DPLUGINDATADIR=\""$(GP_PKGDATADIR)/$(plugin)"\" \
776	-DPLUGINDOCDIR=\""$(GP_DOCDIR)/$(plugin)"\" \
777	-DPLUGINLIBDIR=\""$(GP_PKGLIBDIR)/$(plugin)"\" \
778	-DPLUGIN="\"$(plugin)\""
779
780AM_CFLAGS = \
781	${LOCAL_AM_CFLAGS} \
782	$(GEANY_CFLAGS) \
783	$(GP_CFLAGS)
784
785AM_LDFLAGS = -module -avoid-version -no-undefined $(GP_LDFLAGS)
786COMMONLIBS = \
787	$(GEANY_LIBS) \
788	$(INTLLIBS)
789
790plugindocdir = $(docdir)/$(plugin)
791htmldocdir = $(plugindocdir)
792plugindatadir = $(pkgdatadir)/$(plugin)
793pluginlibdir = $(pkglibdir)/$(plugin)
794examplesdir = $(plugindatadir)
795geanyplugins_LTLIBRARIES = scope.la
796plugin = scope
797scope_la_SOURCES = \
798	break.c \
799	break.h \
800	common.h \
801	conterm.c \
802	conterm.h \
803	debug.c \
804	debug.h \
805	inspect.c \
806	inspect.h \
807	local.c \
808	local.h \
809	memory.c \
810	memory.h \
811	menu.c \
812	menu.h \
813	parse.c \
814	parse.h \
815	plugme.c \
816	plugme.h \
817	prefs.c \
818	prefs.h \
819	program.c \
820	program.h \
821	register.c \
822	register.h \
823	scope.c \
824	scope.h \
825	stack.c \
826	stack.h \
827	thread.c \
828	thread.h \
829	tooltip.c \
830	tooltip.h \
831	utils.c \
832	utils.h \
833	views.c \
834	views.h \
835	watch.c \
836	watch.h \
837	store.h \
838	store/scptreedata.h \
839	store/scptreedata.c \
840	store/scptreestore.h \
841	store/scptreestore.c
842
843scope_la_LIBADD = $(COMMONLIBS) $(VTE_LIBS) $(PTY_LIBS) \
844				  $(top_builddir)/utils/src/libgeanypluginutils.la
845
846scope_la_CPPFLAGS = $(AM_CPPFLAGS) -DG_LOG_DOMAIN=\"Scope\"
847scope_la_CFLAGS = $(AM_CFLAGS) $(VTE_CFLAGS) \
848	-DPLUGINHTMLDOCDIR=\"$(plugindocdir)/html\" \
849	-Wno-shadow \
850	-I$(top_srcdir)/utils/src
851
852@UNITTESTS_TRUE@unittests_SOURCES = tests/unittests.c tests/utils_test.c \
853@UNITTESTS_TRUE@                     $(scope_la_SOURCES)
854
855@UNITTESTS_TRUE@unittests_CPPFLAGS = -DTEST $(scope_la_CPPFLAGS)
856@UNITTESTS_TRUE@unittests_CFLAGS = $(GEANY_CFLAGS) -DUNITTESTS $(scope_la_CFLAGS)
857@UNITTESTS_TRUE@unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@ \
858@UNITTESTS_TRUE@                     $(scope_la_LIBADD)
859
860all: all-am
861
862.SUFFIXES:
863.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
864$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/vars.build.mk $(top_srcdir)/build/vars.docs.mk $(top_srcdir)/build/cppcheck.mk $(am__configure_deps)
865	@for dep in $?; do \
866	  case '$(am__configure_deps)' in \
867	    *$$dep*) \
868	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
869	        && { if test -f $@; then exit 0; else break; fi; }; \
870	      exit 1;; \
871	  esac; \
872	done; \
873	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scope/src/Makefile'; \
874	$(am__cd) $(top_srcdir) && \
875	  $(AUTOMAKE) --foreign scope/src/Makefile
876Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
877	@case '$?' in \
878	  *config.status*) \
879	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
880	  *) \
881	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
882	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
883	esac;
884$(top_srcdir)/build/vars.build.mk $(top_srcdir)/build/vars.docs.mk $(top_srcdir)/build/cppcheck.mk $(am__empty):
885
886$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
887	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
888
889$(top_srcdir)/configure:  $(am__configure_deps)
890	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
891$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
892	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
893$(am__aclocal_m4_deps):
894
895clean-checkPROGRAMS:
896	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
897	echo " rm -f" $$list; \
898	rm -f $$list || exit $$?; \
899	test -n "$(EXEEXT)" || exit 0; \
900	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
901	echo " rm -f" $$list; \
902	rm -f $$list
903
904install-geanypluginsLTLIBRARIES: $(geanyplugins_LTLIBRARIES)
905	@$(NORMAL_INSTALL)
906	@list='$(geanyplugins_LTLIBRARIES)'; test -n "$(geanypluginsdir)" || list=; \
907	list2=; for p in $$list; do \
908	  if test -f $$p; then \
909	    list2="$$list2 $$p"; \
910	  else :; fi; \
911	done; \
912	test -z "$$list2" || { \
913	  echo " $(MKDIR_P) '$(DESTDIR)$(geanypluginsdir)'"; \
914	  $(MKDIR_P) "$(DESTDIR)$(geanypluginsdir)" || exit 1; \
915	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(geanypluginsdir)'"; \
916	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(geanypluginsdir)"; \
917	}
918
919uninstall-geanypluginsLTLIBRARIES:
920	@$(NORMAL_UNINSTALL)
921	@list='$(geanyplugins_LTLIBRARIES)'; test -n "$(geanypluginsdir)" || list=; \
922	for p in $$list; do \
923	  $(am__strip_dir) \
924	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(geanypluginsdir)/$$f'"; \
925	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(geanypluginsdir)/$$f"; \
926	done
927
928clean-geanypluginsLTLIBRARIES:
929	-test -z "$(geanyplugins_LTLIBRARIES)" || rm -f $(geanyplugins_LTLIBRARIES)
930	@list='$(geanyplugins_LTLIBRARIES)'; \
931	locs=`for p in $$list; do echo $$p; done | \
932	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
933	      sort -u`; \
934	test -z "$$locs" || { \
935	  echo rm -f $${locs}; \
936	  rm -f $${locs}; \
937	}
938store/$(am__dirstamp):
939	@$(MKDIR_P) store
940	@: > store/$(am__dirstamp)
941store/$(DEPDIR)/$(am__dirstamp):
942	@$(MKDIR_P) store/$(DEPDIR)
943	@: > store/$(DEPDIR)/$(am__dirstamp)
944store/scope_la-scptreedata.lo: store/$(am__dirstamp) \
945	store/$(DEPDIR)/$(am__dirstamp)
946store/scope_la-scptreestore.lo: store/$(am__dirstamp) \
947	store/$(DEPDIR)/$(am__dirstamp)
948
949scope.la: $(scope_la_OBJECTS) $(scope_la_DEPENDENCIES) $(EXTRA_scope_la_DEPENDENCIES)
950	$(AM_V_CCLD)$(scope_la_LINK) -rpath $(geanypluginsdir) $(scope_la_OBJECTS) $(scope_la_LIBADD) $(LIBS)
951tests/$(am__dirstamp):
952	@$(MKDIR_P) tests
953	@: > tests/$(am__dirstamp)
954tests/$(DEPDIR)/$(am__dirstamp):
955	@$(MKDIR_P) tests/$(DEPDIR)
956	@: > tests/$(DEPDIR)/$(am__dirstamp)
957tests/unittests-unittests.$(OBJEXT): tests/$(am__dirstamp) \
958	tests/$(DEPDIR)/$(am__dirstamp)
959tests/unittests-utils_test.$(OBJEXT): tests/$(am__dirstamp) \
960	tests/$(DEPDIR)/$(am__dirstamp)
961store/unittests-scptreedata.$(OBJEXT): store/$(am__dirstamp) \
962	store/$(DEPDIR)/$(am__dirstamp)
963store/unittests-scptreestore.$(OBJEXT): store/$(am__dirstamp) \
964	store/$(DEPDIR)/$(am__dirstamp)
965
966unittests$(EXEEXT): $(unittests_OBJECTS) $(unittests_DEPENDENCIES) $(EXTRA_unittests_DEPENDENCIES)
967	@rm -f unittests$(EXEEXT)
968	$(AM_V_CCLD)$(unittests_LINK) $(unittests_OBJECTS) $(unittests_LDADD) $(LIBS)
969
970mostlyclean-compile:
971	-rm -f *.$(OBJEXT)
972	-rm -f store/*.$(OBJEXT)
973	-rm -f store/*.lo
974	-rm -f tests/*.$(OBJEXT)
975
976distclean-compile:
977	-rm -f *.tab.c
978
979@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-break.Plo@am__quote@ # am--include-marker
980@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-conterm.Plo@am__quote@ # am--include-marker
981@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-debug.Plo@am__quote@ # am--include-marker
982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-inspect.Plo@am__quote@ # am--include-marker
983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-local.Plo@am__quote@ # am--include-marker
984@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-memory.Plo@am__quote@ # am--include-marker
985@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-menu.Plo@am__quote@ # am--include-marker
986@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-parse.Plo@am__quote@ # am--include-marker
987@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-plugme.Plo@am__quote@ # am--include-marker
988@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-prefs.Plo@am__quote@ # am--include-marker
989@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-program.Plo@am__quote@ # am--include-marker
990@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-register.Plo@am__quote@ # am--include-marker
991@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-scope.Plo@am__quote@ # am--include-marker
992@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-stack.Plo@am__quote@ # am--include-marker
993@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-thread.Plo@am__quote@ # am--include-marker
994@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-tooltip.Plo@am__quote@ # am--include-marker
995@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-utils.Plo@am__quote@ # am--include-marker
996@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-views.Plo@am__quote@ # am--include-marker
997@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope_la-watch.Plo@am__quote@ # am--include-marker
998@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-break.Po@am__quote@ # am--include-marker
999@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-conterm.Po@am__quote@ # am--include-marker
1000@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-debug.Po@am__quote@ # am--include-marker
1001@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-inspect.Po@am__quote@ # am--include-marker
1002@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-local.Po@am__quote@ # am--include-marker
1003@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-memory.Po@am__quote@ # am--include-marker
1004@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-menu.Po@am__quote@ # am--include-marker
1005@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-parse.Po@am__quote@ # am--include-marker
1006@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-plugme.Po@am__quote@ # am--include-marker
1007@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-prefs.Po@am__quote@ # am--include-marker
1008@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-program.Po@am__quote@ # am--include-marker
1009@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-register.Po@am__quote@ # am--include-marker
1010@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-scope.Po@am__quote@ # am--include-marker
1011@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-stack.Po@am__quote@ # am--include-marker
1012@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-thread.Po@am__quote@ # am--include-marker
1013@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-tooltip.Po@am__quote@ # am--include-marker
1014@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-utils.Po@am__quote@ # am--include-marker
1015@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-views.Po@am__quote@ # am--include-marker
1016@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittests-watch.Po@am__quote@ # am--include-marker
1017@AMDEP_TRUE@@am__include@ @am__quote@store/$(DEPDIR)/scope_la-scptreedata.Plo@am__quote@ # am--include-marker
1018@AMDEP_TRUE@@am__include@ @am__quote@store/$(DEPDIR)/scope_la-scptreestore.Plo@am__quote@ # am--include-marker
1019@AMDEP_TRUE@@am__include@ @am__quote@store/$(DEPDIR)/unittests-scptreedata.Po@am__quote@ # am--include-marker
1020@AMDEP_TRUE@@am__include@ @am__quote@store/$(DEPDIR)/unittests-scptreestore.Po@am__quote@ # am--include-marker
1021@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/unittests-unittests.Po@am__quote@ # am--include-marker
1022@AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/unittests-utils_test.Po@am__quote@ # am--include-marker
1023
1024$(am__depfiles_remade):
1025	@$(MKDIR_P) $(@D)
1026	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1027
1028am--depfiles: $(am__depfiles_remade)
1029
1030.c.o:
1031@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1032@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1033@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1034@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1035@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1036@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1037
1038.c.obj:
1039@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1040@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1041@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1042@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1043@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1044@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1045
1046.c.lo:
1047@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1048@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1049@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1050@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1051@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1053
1054scope_la-break.lo: break.c
1055@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-break.lo -MD -MP -MF $(DEPDIR)/scope_la-break.Tpo -c -o scope_la-break.lo `test -f 'break.c' || echo '$(srcdir)/'`break.c
1056@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-break.Tpo $(DEPDIR)/scope_la-break.Plo
1057@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='break.c' object='scope_la-break.lo' libtool=yes @AMDEPBACKSLASH@
1058@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1059@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-break.lo `test -f 'break.c' || echo '$(srcdir)/'`break.c
1060
1061scope_la-conterm.lo: conterm.c
1062@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-conterm.lo -MD -MP -MF $(DEPDIR)/scope_la-conterm.Tpo -c -o scope_la-conterm.lo `test -f 'conterm.c' || echo '$(srcdir)/'`conterm.c
1063@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-conterm.Tpo $(DEPDIR)/scope_la-conterm.Plo
1064@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conterm.c' object='scope_la-conterm.lo' libtool=yes @AMDEPBACKSLASH@
1065@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1066@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-conterm.lo `test -f 'conterm.c' || echo '$(srcdir)/'`conterm.c
1067
1068scope_la-debug.lo: debug.c
1069@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-debug.lo -MD -MP -MF $(DEPDIR)/scope_la-debug.Tpo -c -o scope_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1070@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-debug.Tpo $(DEPDIR)/scope_la-debug.Plo
1071@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='scope_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
1072@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1073@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1074
1075scope_la-inspect.lo: inspect.c
1076@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-inspect.lo -MD -MP -MF $(DEPDIR)/scope_la-inspect.Tpo -c -o scope_la-inspect.lo `test -f 'inspect.c' || echo '$(srcdir)/'`inspect.c
1077@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-inspect.Tpo $(DEPDIR)/scope_la-inspect.Plo
1078@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inspect.c' object='scope_la-inspect.lo' libtool=yes @AMDEPBACKSLASH@
1079@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1080@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-inspect.lo `test -f 'inspect.c' || echo '$(srcdir)/'`inspect.c
1081
1082scope_la-local.lo: local.c
1083@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-local.lo -MD -MP -MF $(DEPDIR)/scope_la-local.Tpo -c -o scope_la-local.lo `test -f 'local.c' || echo '$(srcdir)/'`local.c
1084@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-local.Tpo $(DEPDIR)/scope_la-local.Plo
1085@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='local.c' object='scope_la-local.lo' libtool=yes @AMDEPBACKSLASH@
1086@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1087@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-local.lo `test -f 'local.c' || echo '$(srcdir)/'`local.c
1088
1089scope_la-memory.lo: memory.c
1090@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-memory.lo -MD -MP -MF $(DEPDIR)/scope_la-memory.Tpo -c -o scope_la-memory.lo `test -f 'memory.c' || echo '$(srcdir)/'`memory.c
1091@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-memory.Tpo $(DEPDIR)/scope_la-memory.Plo
1092@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory.c' object='scope_la-memory.lo' libtool=yes @AMDEPBACKSLASH@
1093@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1094@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-memory.lo `test -f 'memory.c' || echo '$(srcdir)/'`memory.c
1095
1096scope_la-menu.lo: menu.c
1097@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-menu.lo -MD -MP -MF $(DEPDIR)/scope_la-menu.Tpo -c -o scope_la-menu.lo `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
1098@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-menu.Tpo $(DEPDIR)/scope_la-menu.Plo
1099@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='menu.c' object='scope_la-menu.lo' libtool=yes @AMDEPBACKSLASH@
1100@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-menu.lo `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
1102
1103scope_la-parse.lo: parse.c
1104@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-parse.lo -MD -MP -MF $(DEPDIR)/scope_la-parse.Tpo -c -o scope_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
1105@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-parse.Tpo $(DEPDIR)/scope_la-parse.Plo
1106@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parse.c' object='scope_la-parse.lo' libtool=yes @AMDEPBACKSLASH@
1107@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
1109
1110scope_la-plugme.lo: plugme.c
1111@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-plugme.lo -MD -MP -MF $(DEPDIR)/scope_la-plugme.Tpo -c -o scope_la-plugme.lo `test -f 'plugme.c' || echo '$(srcdir)/'`plugme.c
1112@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-plugme.Tpo $(DEPDIR)/scope_la-plugme.Plo
1113@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='plugme.c' object='scope_la-plugme.lo' libtool=yes @AMDEPBACKSLASH@
1114@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1115@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-plugme.lo `test -f 'plugme.c' || echo '$(srcdir)/'`plugme.c
1116
1117scope_la-prefs.lo: prefs.c
1118@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-prefs.lo -MD -MP -MF $(DEPDIR)/scope_la-prefs.Tpo -c -o scope_la-prefs.lo `test -f 'prefs.c' || echo '$(srcdir)/'`prefs.c
1119@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-prefs.Tpo $(DEPDIR)/scope_la-prefs.Plo
1120@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prefs.c' object='scope_la-prefs.lo' libtool=yes @AMDEPBACKSLASH@
1121@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1122@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-prefs.lo `test -f 'prefs.c' || echo '$(srcdir)/'`prefs.c
1123
1124scope_la-program.lo: program.c
1125@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-program.lo -MD -MP -MF $(DEPDIR)/scope_la-program.Tpo -c -o scope_la-program.lo `test -f 'program.c' || echo '$(srcdir)/'`program.c
1126@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-program.Tpo $(DEPDIR)/scope_la-program.Plo
1127@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='program.c' object='scope_la-program.lo' libtool=yes @AMDEPBACKSLASH@
1128@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1129@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-program.lo `test -f 'program.c' || echo '$(srcdir)/'`program.c
1130
1131scope_la-register.lo: register.c
1132@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-register.lo -MD -MP -MF $(DEPDIR)/scope_la-register.Tpo -c -o scope_la-register.lo `test -f 'register.c' || echo '$(srcdir)/'`register.c
1133@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-register.Tpo $(DEPDIR)/scope_la-register.Plo
1134@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='register.c' object='scope_la-register.lo' libtool=yes @AMDEPBACKSLASH@
1135@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1136@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-register.lo `test -f 'register.c' || echo '$(srcdir)/'`register.c
1137
1138scope_la-scope.lo: scope.c
1139@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-scope.lo -MD -MP -MF $(DEPDIR)/scope_la-scope.Tpo -c -o scope_la-scope.lo `test -f 'scope.c' || echo '$(srcdir)/'`scope.c
1140@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-scope.Tpo $(DEPDIR)/scope_la-scope.Plo
1141@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='scope.c' object='scope_la-scope.lo' libtool=yes @AMDEPBACKSLASH@
1142@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1143@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-scope.lo `test -f 'scope.c' || echo '$(srcdir)/'`scope.c
1144
1145scope_la-stack.lo: stack.c
1146@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-stack.lo -MD -MP -MF $(DEPDIR)/scope_la-stack.Tpo -c -o scope_la-stack.lo `test -f 'stack.c' || echo '$(srcdir)/'`stack.c
1147@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-stack.Tpo $(DEPDIR)/scope_la-stack.Plo
1148@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stack.c' object='scope_la-stack.lo' libtool=yes @AMDEPBACKSLASH@
1149@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1150@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-stack.lo `test -f 'stack.c' || echo '$(srcdir)/'`stack.c
1151
1152scope_la-thread.lo: thread.c
1153@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-thread.lo -MD -MP -MF $(DEPDIR)/scope_la-thread.Tpo -c -o scope_la-thread.lo `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
1154@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-thread.Tpo $(DEPDIR)/scope_la-thread.Plo
1155@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='thread.c' object='scope_la-thread.lo' libtool=yes @AMDEPBACKSLASH@
1156@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1157@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-thread.lo `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
1158
1159scope_la-tooltip.lo: tooltip.c
1160@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-tooltip.lo -MD -MP -MF $(DEPDIR)/scope_la-tooltip.Tpo -c -o scope_la-tooltip.lo `test -f 'tooltip.c' || echo '$(srcdir)/'`tooltip.c
1161@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-tooltip.Tpo $(DEPDIR)/scope_la-tooltip.Plo
1162@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tooltip.c' object='scope_la-tooltip.lo' libtool=yes @AMDEPBACKSLASH@
1163@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1164@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-tooltip.lo `test -f 'tooltip.c' || echo '$(srcdir)/'`tooltip.c
1165
1166scope_la-utils.lo: utils.c
1167@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-utils.lo -MD -MP -MF $(DEPDIR)/scope_la-utils.Tpo -c -o scope_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1168@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-utils.Tpo $(DEPDIR)/scope_la-utils.Plo
1169@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='utils.c' object='scope_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
1170@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1171@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1172
1173scope_la-views.lo: views.c
1174@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-views.lo -MD -MP -MF $(DEPDIR)/scope_la-views.Tpo -c -o scope_la-views.lo `test -f 'views.c' || echo '$(srcdir)/'`views.c
1175@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-views.Tpo $(DEPDIR)/scope_la-views.Plo
1176@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='views.c' object='scope_la-views.lo' libtool=yes @AMDEPBACKSLASH@
1177@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1178@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-views.lo `test -f 'views.c' || echo '$(srcdir)/'`views.c
1179
1180scope_la-watch.lo: watch.c
1181@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT scope_la-watch.lo -MD -MP -MF $(DEPDIR)/scope_la-watch.Tpo -c -o scope_la-watch.lo `test -f 'watch.c' || echo '$(srcdir)/'`watch.c
1182@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scope_la-watch.Tpo $(DEPDIR)/scope_la-watch.Plo
1183@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='watch.c' object='scope_la-watch.lo' libtool=yes @AMDEPBACKSLASH@
1184@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1185@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o scope_la-watch.lo `test -f 'watch.c' || echo '$(srcdir)/'`watch.c
1186
1187store/scope_la-scptreedata.lo: store/scptreedata.c
1188@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT store/scope_la-scptreedata.lo -MD -MP -MF store/$(DEPDIR)/scope_la-scptreedata.Tpo -c -o store/scope_la-scptreedata.lo `test -f 'store/scptreedata.c' || echo '$(srcdir)/'`store/scptreedata.c
1189@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/scope_la-scptreedata.Tpo store/$(DEPDIR)/scope_la-scptreedata.Plo
1190@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreedata.c' object='store/scope_la-scptreedata.lo' libtool=yes @AMDEPBACKSLASH@
1191@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1192@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o store/scope_la-scptreedata.lo `test -f 'store/scptreedata.c' || echo '$(srcdir)/'`store/scptreedata.c
1193
1194store/scope_la-scptreestore.lo: store/scptreestore.c
1195@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -MT store/scope_la-scptreestore.lo -MD -MP -MF store/$(DEPDIR)/scope_la-scptreestore.Tpo -c -o store/scope_la-scptreestore.lo `test -f 'store/scptreestore.c' || echo '$(srcdir)/'`store/scptreestore.c
1196@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/scope_la-scptreestore.Tpo store/$(DEPDIR)/scope_la-scptreestore.Plo
1197@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreestore.c' object='store/scope_la-scptreestore.lo' libtool=yes @AMDEPBACKSLASH@
1198@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1199@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scope_la_CPPFLAGS) $(CPPFLAGS) $(scope_la_CFLAGS) $(CFLAGS) -c -o store/scope_la-scptreestore.lo `test -f 'store/scptreestore.c' || echo '$(srcdir)/'`store/scptreestore.c
1200
1201tests/unittests-unittests.o: tests/unittests.c
1202@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT tests/unittests-unittests.o -MD -MP -MF tests/$(DEPDIR)/unittests-unittests.Tpo -c -o tests/unittests-unittests.o `test -f 'tests/unittests.c' || echo '$(srcdir)/'`tests/unittests.c
1203@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/unittests-unittests.Tpo tests/$(DEPDIR)/unittests-unittests.Po
1204@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/unittests.c' object='tests/unittests-unittests.o' libtool=no @AMDEPBACKSLASH@
1205@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1206@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o tests/unittests-unittests.o `test -f 'tests/unittests.c' || echo '$(srcdir)/'`tests/unittests.c
1207
1208tests/unittests-unittests.obj: tests/unittests.c
1209@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT tests/unittests-unittests.obj -MD -MP -MF tests/$(DEPDIR)/unittests-unittests.Tpo -c -o tests/unittests-unittests.obj `if test -f 'tests/unittests.c'; then $(CYGPATH_W) 'tests/unittests.c'; else $(CYGPATH_W) '$(srcdir)/tests/unittests.c'; fi`
1210@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/unittests-unittests.Tpo tests/$(DEPDIR)/unittests-unittests.Po
1211@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/unittests.c' object='tests/unittests-unittests.obj' libtool=no @AMDEPBACKSLASH@
1212@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1213@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o tests/unittests-unittests.obj `if test -f 'tests/unittests.c'; then $(CYGPATH_W) 'tests/unittests.c'; else $(CYGPATH_W) '$(srcdir)/tests/unittests.c'; fi`
1214
1215tests/unittests-utils_test.o: tests/utils_test.c
1216@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT tests/unittests-utils_test.o -MD -MP -MF tests/$(DEPDIR)/unittests-utils_test.Tpo -c -o tests/unittests-utils_test.o `test -f 'tests/utils_test.c' || echo '$(srcdir)/'`tests/utils_test.c
1217@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/unittests-utils_test.Tpo tests/$(DEPDIR)/unittests-utils_test.Po
1218@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/utils_test.c' object='tests/unittests-utils_test.o' libtool=no @AMDEPBACKSLASH@
1219@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1220@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o tests/unittests-utils_test.o `test -f 'tests/utils_test.c' || echo '$(srcdir)/'`tests/utils_test.c
1221
1222tests/unittests-utils_test.obj: tests/utils_test.c
1223@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT tests/unittests-utils_test.obj -MD -MP -MF tests/$(DEPDIR)/unittests-utils_test.Tpo -c -o tests/unittests-utils_test.obj `if test -f 'tests/utils_test.c'; then $(CYGPATH_W) 'tests/utils_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/utils_test.c'; fi`
1224@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tests/$(DEPDIR)/unittests-utils_test.Tpo tests/$(DEPDIR)/unittests-utils_test.Po
1225@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tests/utils_test.c' object='tests/unittests-utils_test.obj' libtool=no @AMDEPBACKSLASH@
1226@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o tests/unittests-utils_test.obj `if test -f 'tests/utils_test.c'; then $(CYGPATH_W) 'tests/utils_test.c'; else $(CYGPATH_W) '$(srcdir)/tests/utils_test.c'; fi`
1228
1229unittests-break.o: break.c
1230@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-break.o -MD -MP -MF $(DEPDIR)/unittests-break.Tpo -c -o unittests-break.o `test -f 'break.c' || echo '$(srcdir)/'`break.c
1231@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-break.Tpo $(DEPDIR)/unittests-break.Po
1232@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='break.c' object='unittests-break.o' libtool=no @AMDEPBACKSLASH@
1233@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1234@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-break.o `test -f 'break.c' || echo '$(srcdir)/'`break.c
1235
1236unittests-break.obj: break.c
1237@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-break.obj -MD -MP -MF $(DEPDIR)/unittests-break.Tpo -c -o unittests-break.obj `if test -f 'break.c'; then $(CYGPATH_W) 'break.c'; else $(CYGPATH_W) '$(srcdir)/break.c'; fi`
1238@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-break.Tpo $(DEPDIR)/unittests-break.Po
1239@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='break.c' object='unittests-break.obj' libtool=no @AMDEPBACKSLASH@
1240@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1241@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-break.obj `if test -f 'break.c'; then $(CYGPATH_W) 'break.c'; else $(CYGPATH_W) '$(srcdir)/break.c'; fi`
1242
1243unittests-conterm.o: conterm.c
1244@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-conterm.o -MD -MP -MF $(DEPDIR)/unittests-conterm.Tpo -c -o unittests-conterm.o `test -f 'conterm.c' || echo '$(srcdir)/'`conterm.c
1245@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-conterm.Tpo $(DEPDIR)/unittests-conterm.Po
1246@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conterm.c' object='unittests-conterm.o' libtool=no @AMDEPBACKSLASH@
1247@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1248@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-conterm.o `test -f 'conterm.c' || echo '$(srcdir)/'`conterm.c
1249
1250unittests-conterm.obj: conterm.c
1251@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-conterm.obj -MD -MP -MF $(DEPDIR)/unittests-conterm.Tpo -c -o unittests-conterm.obj `if test -f 'conterm.c'; then $(CYGPATH_W) 'conterm.c'; else $(CYGPATH_W) '$(srcdir)/conterm.c'; fi`
1252@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-conterm.Tpo $(DEPDIR)/unittests-conterm.Po
1253@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conterm.c' object='unittests-conterm.obj' libtool=no @AMDEPBACKSLASH@
1254@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1255@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-conterm.obj `if test -f 'conterm.c'; then $(CYGPATH_W) 'conterm.c'; else $(CYGPATH_W) '$(srcdir)/conterm.c'; fi`
1256
1257unittests-debug.o: debug.c
1258@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-debug.o -MD -MP -MF $(DEPDIR)/unittests-debug.Tpo -c -o unittests-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1259@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-debug.Tpo $(DEPDIR)/unittests-debug.Po
1260@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='unittests-debug.o' libtool=no @AMDEPBACKSLASH@
1261@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1262@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
1263
1264unittests-debug.obj: debug.c
1265@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-debug.obj -MD -MP -MF $(DEPDIR)/unittests-debug.Tpo -c -o unittests-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
1266@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-debug.Tpo $(DEPDIR)/unittests-debug.Po
1267@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='unittests-debug.obj' libtool=no @AMDEPBACKSLASH@
1268@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1269@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
1270
1271unittests-inspect.o: inspect.c
1272@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-inspect.o -MD -MP -MF $(DEPDIR)/unittests-inspect.Tpo -c -o unittests-inspect.o `test -f 'inspect.c' || echo '$(srcdir)/'`inspect.c
1273@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-inspect.Tpo $(DEPDIR)/unittests-inspect.Po
1274@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inspect.c' object='unittests-inspect.o' libtool=no @AMDEPBACKSLASH@
1275@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1276@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-inspect.o `test -f 'inspect.c' || echo '$(srcdir)/'`inspect.c
1277
1278unittests-inspect.obj: inspect.c
1279@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-inspect.obj -MD -MP -MF $(DEPDIR)/unittests-inspect.Tpo -c -o unittests-inspect.obj `if test -f 'inspect.c'; then $(CYGPATH_W) 'inspect.c'; else $(CYGPATH_W) '$(srcdir)/inspect.c'; fi`
1280@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-inspect.Tpo $(DEPDIR)/unittests-inspect.Po
1281@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='inspect.c' object='unittests-inspect.obj' libtool=no @AMDEPBACKSLASH@
1282@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1283@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-inspect.obj `if test -f 'inspect.c'; then $(CYGPATH_W) 'inspect.c'; else $(CYGPATH_W) '$(srcdir)/inspect.c'; fi`
1284
1285unittests-local.o: local.c
1286@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-local.o -MD -MP -MF $(DEPDIR)/unittests-local.Tpo -c -o unittests-local.o `test -f 'local.c' || echo '$(srcdir)/'`local.c
1287@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-local.Tpo $(DEPDIR)/unittests-local.Po
1288@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='local.c' object='unittests-local.o' libtool=no @AMDEPBACKSLASH@
1289@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1290@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-local.o `test -f 'local.c' || echo '$(srcdir)/'`local.c
1291
1292unittests-local.obj: local.c
1293@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-local.obj -MD -MP -MF $(DEPDIR)/unittests-local.Tpo -c -o unittests-local.obj `if test -f 'local.c'; then $(CYGPATH_W) 'local.c'; else $(CYGPATH_W) '$(srcdir)/local.c'; fi`
1294@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-local.Tpo $(DEPDIR)/unittests-local.Po
1295@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='local.c' object='unittests-local.obj' libtool=no @AMDEPBACKSLASH@
1296@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1297@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-local.obj `if test -f 'local.c'; then $(CYGPATH_W) 'local.c'; else $(CYGPATH_W) '$(srcdir)/local.c'; fi`
1298
1299unittests-memory.o: memory.c
1300@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-memory.o -MD -MP -MF $(DEPDIR)/unittests-memory.Tpo -c -o unittests-memory.o `test -f 'memory.c' || echo '$(srcdir)/'`memory.c
1301@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-memory.Tpo $(DEPDIR)/unittests-memory.Po
1302@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory.c' object='unittests-memory.o' libtool=no @AMDEPBACKSLASH@
1303@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1304@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-memory.o `test -f 'memory.c' || echo '$(srcdir)/'`memory.c
1305
1306unittests-memory.obj: memory.c
1307@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-memory.obj -MD -MP -MF $(DEPDIR)/unittests-memory.Tpo -c -o unittests-memory.obj `if test -f 'memory.c'; then $(CYGPATH_W) 'memory.c'; else $(CYGPATH_W) '$(srcdir)/memory.c'; fi`
1308@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-memory.Tpo $(DEPDIR)/unittests-memory.Po
1309@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory.c' object='unittests-memory.obj' libtool=no @AMDEPBACKSLASH@
1310@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1311@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-memory.obj `if test -f 'memory.c'; then $(CYGPATH_W) 'memory.c'; else $(CYGPATH_W) '$(srcdir)/memory.c'; fi`
1312
1313unittests-menu.o: menu.c
1314@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-menu.o -MD -MP -MF $(DEPDIR)/unittests-menu.Tpo -c -o unittests-menu.o `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
1315@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-menu.Tpo $(DEPDIR)/unittests-menu.Po
1316@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='menu.c' object='unittests-menu.o' libtool=no @AMDEPBACKSLASH@
1317@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1318@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-menu.o `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
1319
1320unittests-menu.obj: menu.c
1321@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-menu.obj -MD -MP -MF $(DEPDIR)/unittests-menu.Tpo -c -o unittests-menu.obj `if test -f 'menu.c'; then $(CYGPATH_W) 'menu.c'; else $(CYGPATH_W) '$(srcdir)/menu.c'; fi`
1322@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-menu.Tpo $(DEPDIR)/unittests-menu.Po
1323@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='menu.c' object='unittests-menu.obj' libtool=no @AMDEPBACKSLASH@
1324@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1325@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-menu.obj `if test -f 'menu.c'; then $(CYGPATH_W) 'menu.c'; else $(CYGPATH_W) '$(srcdir)/menu.c'; fi`
1326
1327unittests-parse.o: parse.c
1328@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-parse.o -MD -MP -MF $(DEPDIR)/unittests-parse.Tpo -c -o unittests-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
1329@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-parse.Tpo $(DEPDIR)/unittests-parse.Po
1330@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parse.c' object='unittests-parse.o' libtool=no @AMDEPBACKSLASH@
1331@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1332@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
1333
1334unittests-parse.obj: parse.c
1335@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-parse.obj -MD -MP -MF $(DEPDIR)/unittests-parse.Tpo -c -o unittests-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
1336@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-parse.Tpo $(DEPDIR)/unittests-parse.Po
1337@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parse.c' object='unittests-parse.obj' libtool=no @AMDEPBACKSLASH@
1338@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1339@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
1340
1341unittests-plugme.o: plugme.c
1342@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-plugme.o -MD -MP -MF $(DEPDIR)/unittests-plugme.Tpo -c -o unittests-plugme.o `test -f 'plugme.c' || echo '$(srcdir)/'`plugme.c
1343@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-plugme.Tpo $(DEPDIR)/unittests-plugme.Po
1344@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='plugme.c' object='unittests-plugme.o' libtool=no @AMDEPBACKSLASH@
1345@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1346@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-plugme.o `test -f 'plugme.c' || echo '$(srcdir)/'`plugme.c
1347
1348unittests-plugme.obj: plugme.c
1349@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-plugme.obj -MD -MP -MF $(DEPDIR)/unittests-plugme.Tpo -c -o unittests-plugme.obj `if test -f 'plugme.c'; then $(CYGPATH_W) 'plugme.c'; else $(CYGPATH_W) '$(srcdir)/plugme.c'; fi`
1350@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-plugme.Tpo $(DEPDIR)/unittests-plugme.Po
1351@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='plugme.c' object='unittests-plugme.obj' libtool=no @AMDEPBACKSLASH@
1352@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1353@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-plugme.obj `if test -f 'plugme.c'; then $(CYGPATH_W) 'plugme.c'; else $(CYGPATH_W) '$(srcdir)/plugme.c'; fi`
1354
1355unittests-prefs.o: prefs.c
1356@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-prefs.o -MD -MP -MF $(DEPDIR)/unittests-prefs.Tpo -c -o unittests-prefs.o `test -f 'prefs.c' || echo '$(srcdir)/'`prefs.c
1357@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-prefs.Tpo $(DEPDIR)/unittests-prefs.Po
1358@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prefs.c' object='unittests-prefs.o' libtool=no @AMDEPBACKSLASH@
1359@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1360@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-prefs.o `test -f 'prefs.c' || echo '$(srcdir)/'`prefs.c
1361
1362unittests-prefs.obj: prefs.c
1363@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-prefs.obj -MD -MP -MF $(DEPDIR)/unittests-prefs.Tpo -c -o unittests-prefs.obj `if test -f 'prefs.c'; then $(CYGPATH_W) 'prefs.c'; else $(CYGPATH_W) '$(srcdir)/prefs.c'; fi`
1364@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-prefs.Tpo $(DEPDIR)/unittests-prefs.Po
1365@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prefs.c' object='unittests-prefs.obj' libtool=no @AMDEPBACKSLASH@
1366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1367@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-prefs.obj `if test -f 'prefs.c'; then $(CYGPATH_W) 'prefs.c'; else $(CYGPATH_W) '$(srcdir)/prefs.c'; fi`
1368
1369unittests-program.o: program.c
1370@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-program.o -MD -MP -MF $(DEPDIR)/unittests-program.Tpo -c -o unittests-program.o `test -f 'program.c' || echo '$(srcdir)/'`program.c
1371@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-program.Tpo $(DEPDIR)/unittests-program.Po
1372@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='program.c' object='unittests-program.o' libtool=no @AMDEPBACKSLASH@
1373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1374@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-program.o `test -f 'program.c' || echo '$(srcdir)/'`program.c
1375
1376unittests-program.obj: program.c
1377@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-program.obj -MD -MP -MF $(DEPDIR)/unittests-program.Tpo -c -o unittests-program.obj `if test -f 'program.c'; then $(CYGPATH_W) 'program.c'; else $(CYGPATH_W) '$(srcdir)/program.c'; fi`
1378@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-program.Tpo $(DEPDIR)/unittests-program.Po
1379@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='program.c' object='unittests-program.obj' libtool=no @AMDEPBACKSLASH@
1380@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1381@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-program.obj `if test -f 'program.c'; then $(CYGPATH_W) 'program.c'; else $(CYGPATH_W) '$(srcdir)/program.c'; fi`
1382
1383unittests-register.o: register.c
1384@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-register.o -MD -MP -MF $(DEPDIR)/unittests-register.Tpo -c -o unittests-register.o `test -f 'register.c' || echo '$(srcdir)/'`register.c
1385@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-register.Tpo $(DEPDIR)/unittests-register.Po
1386@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='register.c' object='unittests-register.o' libtool=no @AMDEPBACKSLASH@
1387@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1388@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-register.o `test -f 'register.c' || echo '$(srcdir)/'`register.c
1389
1390unittests-register.obj: register.c
1391@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-register.obj -MD -MP -MF $(DEPDIR)/unittests-register.Tpo -c -o unittests-register.obj `if test -f 'register.c'; then $(CYGPATH_W) 'register.c'; else $(CYGPATH_W) '$(srcdir)/register.c'; fi`
1392@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-register.Tpo $(DEPDIR)/unittests-register.Po
1393@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='register.c' object='unittests-register.obj' libtool=no @AMDEPBACKSLASH@
1394@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1395@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-register.obj `if test -f 'register.c'; then $(CYGPATH_W) 'register.c'; else $(CYGPATH_W) '$(srcdir)/register.c'; fi`
1396
1397unittests-scope.o: scope.c
1398@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-scope.o -MD -MP -MF $(DEPDIR)/unittests-scope.Tpo -c -o unittests-scope.o `test -f 'scope.c' || echo '$(srcdir)/'`scope.c
1399@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-scope.Tpo $(DEPDIR)/unittests-scope.Po
1400@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='scope.c' object='unittests-scope.o' libtool=no @AMDEPBACKSLASH@
1401@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1402@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-scope.o `test -f 'scope.c' || echo '$(srcdir)/'`scope.c
1403
1404unittests-scope.obj: scope.c
1405@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-scope.obj -MD -MP -MF $(DEPDIR)/unittests-scope.Tpo -c -o unittests-scope.obj `if test -f 'scope.c'; then $(CYGPATH_W) 'scope.c'; else $(CYGPATH_W) '$(srcdir)/scope.c'; fi`
1406@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-scope.Tpo $(DEPDIR)/unittests-scope.Po
1407@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='scope.c' object='unittests-scope.obj' libtool=no @AMDEPBACKSLASH@
1408@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1409@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-scope.obj `if test -f 'scope.c'; then $(CYGPATH_W) 'scope.c'; else $(CYGPATH_W) '$(srcdir)/scope.c'; fi`
1410
1411unittests-stack.o: stack.c
1412@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-stack.o -MD -MP -MF $(DEPDIR)/unittests-stack.Tpo -c -o unittests-stack.o `test -f 'stack.c' || echo '$(srcdir)/'`stack.c
1413@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-stack.Tpo $(DEPDIR)/unittests-stack.Po
1414@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stack.c' object='unittests-stack.o' libtool=no @AMDEPBACKSLASH@
1415@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1416@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-stack.o `test -f 'stack.c' || echo '$(srcdir)/'`stack.c
1417
1418unittests-stack.obj: stack.c
1419@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-stack.obj -MD -MP -MF $(DEPDIR)/unittests-stack.Tpo -c -o unittests-stack.obj `if test -f 'stack.c'; then $(CYGPATH_W) 'stack.c'; else $(CYGPATH_W) '$(srcdir)/stack.c'; fi`
1420@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-stack.Tpo $(DEPDIR)/unittests-stack.Po
1421@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stack.c' object='unittests-stack.obj' libtool=no @AMDEPBACKSLASH@
1422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1423@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-stack.obj `if test -f 'stack.c'; then $(CYGPATH_W) 'stack.c'; else $(CYGPATH_W) '$(srcdir)/stack.c'; fi`
1424
1425unittests-thread.o: thread.c
1426@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-thread.o -MD -MP -MF $(DEPDIR)/unittests-thread.Tpo -c -o unittests-thread.o `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
1427@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-thread.Tpo $(DEPDIR)/unittests-thread.Po
1428@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='thread.c' object='unittests-thread.o' libtool=no @AMDEPBACKSLASH@
1429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1430@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-thread.o `test -f 'thread.c' || echo '$(srcdir)/'`thread.c
1431
1432unittests-thread.obj: thread.c
1433@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-thread.obj -MD -MP -MF $(DEPDIR)/unittests-thread.Tpo -c -o unittests-thread.obj `if test -f 'thread.c'; then $(CYGPATH_W) 'thread.c'; else $(CYGPATH_W) '$(srcdir)/thread.c'; fi`
1434@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-thread.Tpo $(DEPDIR)/unittests-thread.Po
1435@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='thread.c' object='unittests-thread.obj' libtool=no @AMDEPBACKSLASH@
1436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1437@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-thread.obj `if test -f 'thread.c'; then $(CYGPATH_W) 'thread.c'; else $(CYGPATH_W) '$(srcdir)/thread.c'; fi`
1438
1439unittests-tooltip.o: tooltip.c
1440@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-tooltip.o -MD -MP -MF $(DEPDIR)/unittests-tooltip.Tpo -c -o unittests-tooltip.o `test -f 'tooltip.c' || echo '$(srcdir)/'`tooltip.c
1441@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-tooltip.Tpo $(DEPDIR)/unittests-tooltip.Po
1442@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tooltip.c' object='unittests-tooltip.o' libtool=no @AMDEPBACKSLASH@
1443@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1444@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-tooltip.o `test -f 'tooltip.c' || echo '$(srcdir)/'`tooltip.c
1445
1446unittests-tooltip.obj: tooltip.c
1447@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-tooltip.obj -MD -MP -MF $(DEPDIR)/unittests-tooltip.Tpo -c -o unittests-tooltip.obj `if test -f 'tooltip.c'; then $(CYGPATH_W) 'tooltip.c'; else $(CYGPATH_W) '$(srcdir)/tooltip.c'; fi`
1448@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-tooltip.Tpo $(DEPDIR)/unittests-tooltip.Po
1449@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tooltip.c' object='unittests-tooltip.obj' libtool=no @AMDEPBACKSLASH@
1450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1451@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-tooltip.obj `if test -f 'tooltip.c'; then $(CYGPATH_W) 'tooltip.c'; else $(CYGPATH_W) '$(srcdir)/tooltip.c'; fi`
1452
1453unittests-utils.o: utils.c
1454@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-utils.o -MD -MP -MF $(DEPDIR)/unittests-utils.Tpo -c -o unittests-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1455@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-utils.Tpo $(DEPDIR)/unittests-utils.Po
1456@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='utils.c' object='unittests-utils.o' libtool=no @AMDEPBACKSLASH@
1457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1458@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1459
1460unittests-utils.obj: utils.c
1461@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-utils.obj -MD -MP -MF $(DEPDIR)/unittests-utils.Tpo -c -o unittests-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1462@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-utils.Tpo $(DEPDIR)/unittests-utils.Po
1463@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='utils.c' object='unittests-utils.obj' libtool=no @AMDEPBACKSLASH@
1464@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1465@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1466
1467unittests-views.o: views.c
1468@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-views.o -MD -MP -MF $(DEPDIR)/unittests-views.Tpo -c -o unittests-views.o `test -f 'views.c' || echo '$(srcdir)/'`views.c
1469@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-views.Tpo $(DEPDIR)/unittests-views.Po
1470@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='views.c' object='unittests-views.o' libtool=no @AMDEPBACKSLASH@
1471@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1472@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-views.o `test -f 'views.c' || echo '$(srcdir)/'`views.c
1473
1474unittests-views.obj: views.c
1475@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-views.obj -MD -MP -MF $(DEPDIR)/unittests-views.Tpo -c -o unittests-views.obj `if test -f 'views.c'; then $(CYGPATH_W) 'views.c'; else $(CYGPATH_W) '$(srcdir)/views.c'; fi`
1476@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-views.Tpo $(DEPDIR)/unittests-views.Po
1477@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='views.c' object='unittests-views.obj' libtool=no @AMDEPBACKSLASH@
1478@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1479@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-views.obj `if test -f 'views.c'; then $(CYGPATH_W) 'views.c'; else $(CYGPATH_W) '$(srcdir)/views.c'; fi`
1480
1481unittests-watch.o: watch.c
1482@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-watch.o -MD -MP -MF $(DEPDIR)/unittests-watch.Tpo -c -o unittests-watch.o `test -f 'watch.c' || echo '$(srcdir)/'`watch.c
1483@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-watch.Tpo $(DEPDIR)/unittests-watch.Po
1484@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='watch.c' object='unittests-watch.o' libtool=no @AMDEPBACKSLASH@
1485@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1486@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-watch.o `test -f 'watch.c' || echo '$(srcdir)/'`watch.c
1487
1488unittests-watch.obj: watch.c
1489@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT unittests-watch.obj -MD -MP -MF $(DEPDIR)/unittests-watch.Tpo -c -o unittests-watch.obj `if test -f 'watch.c'; then $(CYGPATH_W) 'watch.c'; else $(CYGPATH_W) '$(srcdir)/watch.c'; fi`
1490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/unittests-watch.Tpo $(DEPDIR)/unittests-watch.Po
1491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='watch.c' object='unittests-watch.obj' libtool=no @AMDEPBACKSLASH@
1492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o unittests-watch.obj `if test -f 'watch.c'; then $(CYGPATH_W) 'watch.c'; else $(CYGPATH_W) '$(srcdir)/watch.c'; fi`
1494
1495store/unittests-scptreedata.o: store/scptreedata.c
1496@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT store/unittests-scptreedata.o -MD -MP -MF store/$(DEPDIR)/unittests-scptreedata.Tpo -c -o store/unittests-scptreedata.o `test -f 'store/scptreedata.c' || echo '$(srcdir)/'`store/scptreedata.c
1497@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/unittests-scptreedata.Tpo store/$(DEPDIR)/unittests-scptreedata.Po
1498@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreedata.c' object='store/unittests-scptreedata.o' libtool=no @AMDEPBACKSLASH@
1499@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1500@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o store/unittests-scptreedata.o `test -f 'store/scptreedata.c' || echo '$(srcdir)/'`store/scptreedata.c
1501
1502store/unittests-scptreedata.obj: store/scptreedata.c
1503@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT store/unittests-scptreedata.obj -MD -MP -MF store/$(DEPDIR)/unittests-scptreedata.Tpo -c -o store/unittests-scptreedata.obj `if test -f 'store/scptreedata.c'; then $(CYGPATH_W) 'store/scptreedata.c'; else $(CYGPATH_W) '$(srcdir)/store/scptreedata.c'; fi`
1504@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/unittests-scptreedata.Tpo store/$(DEPDIR)/unittests-scptreedata.Po
1505@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreedata.c' object='store/unittests-scptreedata.obj' libtool=no @AMDEPBACKSLASH@
1506@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1507@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o store/unittests-scptreedata.obj `if test -f 'store/scptreedata.c'; then $(CYGPATH_W) 'store/scptreedata.c'; else $(CYGPATH_W) '$(srcdir)/store/scptreedata.c'; fi`
1508
1509store/unittests-scptreestore.o: store/scptreestore.c
1510@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT store/unittests-scptreestore.o -MD -MP -MF store/$(DEPDIR)/unittests-scptreestore.Tpo -c -o store/unittests-scptreestore.o `test -f 'store/scptreestore.c' || echo '$(srcdir)/'`store/scptreestore.c
1511@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/unittests-scptreestore.Tpo store/$(DEPDIR)/unittests-scptreestore.Po
1512@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreestore.c' object='store/unittests-scptreestore.o' libtool=no @AMDEPBACKSLASH@
1513@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1514@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o store/unittests-scptreestore.o `test -f 'store/scptreestore.c' || echo '$(srcdir)/'`store/scptreestore.c
1515
1516store/unittests-scptreestore.obj: store/scptreestore.c
1517@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -MT store/unittests-scptreestore.obj -MD -MP -MF store/$(DEPDIR)/unittests-scptreestore.Tpo -c -o store/unittests-scptreestore.obj `if test -f 'store/scptreestore.c'; then $(CYGPATH_W) 'store/scptreestore.c'; else $(CYGPATH_W) '$(srcdir)/store/scptreestore.c'; fi`
1518@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) store/$(DEPDIR)/unittests-scptreestore.Tpo store/$(DEPDIR)/unittests-scptreestore.Po
1519@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='store/scptreestore.c' object='store/unittests-scptreestore.obj' libtool=no @AMDEPBACKSLASH@
1520@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1521@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(unittests_CPPFLAGS) $(CPPFLAGS) $(unittests_CFLAGS) $(CFLAGS) -c -o store/unittests-scptreestore.obj `if test -f 'store/scptreestore.c'; then $(CYGPATH_W) 'store/scptreestore.c'; else $(CYGPATH_W) '$(srcdir)/store/scptreestore.c'; fi`
1522
1523mostlyclean-libtool:
1524	-rm -f *.lo
1525
1526clean-libtool:
1527	-rm -rf .libs _libs
1528	-rm -rf store/.libs store/_libs
1529
1530ID: $(am__tagged_files)
1531	$(am__define_uniq_tagged_files); mkid -fID $$unique
1532tags: tags-am
1533TAGS: tags
1534
1535tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1536	set x; \
1537	here=`pwd`; \
1538	$(am__define_uniq_tagged_files); \
1539	shift; \
1540	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1541	  test -n "$$unique" || unique=$$empty_fix; \
1542	  if test $$# -gt 0; then \
1543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1544	      "$$@" $$unique; \
1545	  else \
1546	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1547	      $$unique; \
1548	  fi; \
1549	fi
1550ctags: ctags-am
1551
1552CTAGS: ctags
1553ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1554	$(am__define_uniq_tagged_files); \
1555	test -z "$(CTAGS_ARGS)$$unique" \
1556	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1557	     $$unique
1558
1559GTAGS:
1560	here=`$(am__cd) $(top_builddir) && pwd` \
1561	  && $(am__cd) $(top_srcdir) \
1562	  && gtags -i $(GTAGS_ARGS) "$$here"
1563cscopelist: cscopelist-am
1564
1565cscopelist-am: $(am__tagged_files)
1566	list='$(am__tagged_files)'; \
1567	case "$(srcdir)" in \
1568	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1569	  *) sdir=$(subdir)/$(srcdir) ;; \
1570	esac; \
1571	for i in $$list; do \
1572	  if test -f "$$i"; then \
1573	    echo "$(subdir)/$$i"; \
1574	  else \
1575	    echo "$$sdir/$$i"; \
1576	  fi; \
1577	done >> $(top_builddir)/cscope.files
1578
1579distclean-tags:
1580	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1581
1582# Recover from deleted '.trs' file; this should ensure that
1583# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1584# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1585# to avoid problems with "make -n".
1586.log.trs:
1587	rm -f $< $@
1588	$(MAKE) $(AM_MAKEFLAGS) $<
1589
1590# Leading 'am--fnord' is there to ensure the list of targets does not
1591# expand to empty, as could happen e.g. with make check TESTS=''.
1592am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1593am--force-recheck:
1594	@:
1595
1596$(TEST_SUITE_LOG): $(TEST_LOGS)
1597	@$(am__set_TESTS_bases); \
1598	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1599	redo_bases=`for i in $$bases; do \
1600	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1601	            done`; \
1602	if test -n "$$redo_bases"; then \
1603	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1604	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1605	  if $(am__make_dryrun); then :; else \
1606	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1607	  fi; \
1608	fi; \
1609	if test -n "$$am__remaking_logs"; then \
1610	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1611	       "recursion detected" >&2; \
1612	elif test -n "$$redo_logs"; then \
1613	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1614	fi; \
1615	if $(am__make_dryrun); then :; else \
1616	  st=0;  \
1617	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1618	  for i in $$redo_bases; do \
1619	    test -f $$i.trs && test -r $$i.trs \
1620	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1621	    test -f $$i.log && test -r $$i.log \
1622	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1623	  done; \
1624	  test $$st -eq 0 || exit 1; \
1625	fi
1626	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1627	ws='[ 	]'; \
1628	results=`for b in $$bases; do echo $$b.trs; done`; \
1629	test -n "$$results" || results=/dev/null; \
1630	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1631	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1632	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1633	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1634	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1635	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1636	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1637	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1638	  success=true; \
1639	else \
1640	  success=false; \
1641	fi; \
1642	br='==================='; br=$$br$$br$$br$$br; \
1643	result_count () \
1644	{ \
1645	    if test x"$$1" = x"--maybe-color"; then \
1646	      maybe_colorize=yes; \
1647	    elif test x"$$1" = x"--no-color"; then \
1648	      maybe_colorize=no; \
1649	    else \
1650	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1651	    fi; \
1652	    shift; \
1653	    desc=$$1 count=$$2; \
1654	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1655	      color_start=$$3 color_end=$$std; \
1656	    else \
1657	      color_start= color_end=; \
1658	    fi; \
1659	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1660	}; \
1661	create_testsuite_report () \
1662	{ \
1663	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1664	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1665	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1666	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1667	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1668	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1669	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1670	}; \
1671	{								\
1672	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1673	    $(am__rst_title);						\
1674	  create_testsuite_report --no-color;				\
1675	  echo;								\
1676	  echo ".. contents:: :depth: 2";				\
1677	  echo;								\
1678	  for b in $$bases; do echo $$b; done				\
1679	    | $(am__create_global_log);					\
1680	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1681	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1682	if $$success; then						\
1683	  col="$$grn";							\
1684	 else								\
1685	  col="$$red";							\
1686	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1687	fi;								\
1688	echo "$${col}$$br$${std}"; 					\
1689	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
1690	echo "$${col}$$br$${std}"; 					\
1691	create_testsuite_report --maybe-color;				\
1692	echo "$$col$$br$$std";						\
1693	if $$success; then :; else					\
1694	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1695	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1696	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1697	  fi;								\
1698	  echo "$$col$$br$$std";					\
1699	fi;								\
1700	$$success || exit 1
1701
1702check-TESTS: $(check_PROGRAMS)
1703	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1704	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1705	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1706	@set +e; $(am__set_TESTS_bases); \
1707	log_list=`for i in $$bases; do echo $$i.log; done`; \
1708	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1709	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1710	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1711	exit $$?;
1712recheck: all $(check_PROGRAMS)
1713	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1714	@set +e; $(am__set_TESTS_bases); \
1715	bases=`for i in $$bases; do echo $$i; done \
1716	         | $(am__list_recheck_tests)` || exit 1; \
1717	log_list=`for i in $$bases; do echo $$i.log; done`; \
1718	log_list=`echo $$log_list`; \
1719	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1720	        am__force_recheck=am--force-recheck \
1721	        TEST_LOGS="$$log_list"; \
1722	exit $$?
1723unittests.log: unittests$(EXEEXT)
1724	@p='unittests$(EXEEXT)'; \
1725	b='unittests'; \
1726	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1727	--log-file $$b.log --trs-file $$b.trs \
1728	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1729	"$$tst" $(AM_TESTS_FD_REDIRECT)
1730.test.log:
1731	@p='$<'; \
1732	$(am__set_b); \
1733	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1734	--log-file $$b.log --trs-file $$b.trs \
1735	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1736	"$$tst" $(AM_TESTS_FD_REDIRECT)
1737@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1738@am__EXEEXT_TRUE@	@p='$<'; \
1739@am__EXEEXT_TRUE@	$(am__set_b); \
1740@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1741@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1742@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1743@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1744
1745distdir: $(BUILT_SOURCES)
1746	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1747
1748distdir-am: $(DISTFILES)
1749	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1750	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1751	list='$(DISTFILES)'; \
1752	  dist_files=`for file in $$list; do echo $$file; done | \
1753	  sed -e "s|^$$srcdirstrip/||;t" \
1754	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1755	case $$dist_files in \
1756	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1757			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1758			   sort -u` ;; \
1759	esac; \
1760	for file in $$dist_files; do \
1761	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1762	  if test -d $$d/$$file; then \
1763	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1764	    if test -d "$(distdir)/$$file"; then \
1765	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1766	    fi; \
1767	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1768	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1769	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1770	    fi; \
1771	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1772	  else \
1773	    test -f "$(distdir)/$$file" \
1774	    || cp -p $$d/$$file "$(distdir)/$$file" \
1775	    || exit 1; \
1776	  fi; \
1777	done
1778@HAVE_CPPCHECK_FALSE@check-local:
1779check-am: all-am
1780	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1781	$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1782check: check-am
1783all-am: Makefile $(LTLIBRARIES)
1784installdirs:
1785	for dir in "$(DESTDIR)$(geanypluginsdir)"; do \
1786	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1787	done
1788install: install-am
1789install-exec: install-exec-am
1790install-data: install-data-am
1791uninstall: uninstall-am
1792
1793install-am: all-am
1794	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1795
1796installcheck: installcheck-am
1797install-strip:
1798	if test -z '$(STRIP)'; then \
1799	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1800	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1801	      install; \
1802	else \
1803	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1804	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1805	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1806	fi
1807mostlyclean-generic:
1808	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1809	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1810	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1811
1812clean-generic:
1813
1814distclean-generic:
1815	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1816	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1817	-rm -f store/$(DEPDIR)/$(am__dirstamp)
1818	-rm -f store/$(am__dirstamp)
1819	-rm -f tests/$(DEPDIR)/$(am__dirstamp)
1820	-rm -f tests/$(am__dirstamp)
1821
1822maintainer-clean-generic:
1823	@echo "This command is intended for maintainers to use"
1824	@echo "it deletes files that may require special tools to rebuild."
1825clean: clean-am
1826
1827clean-am: clean-checkPROGRAMS clean-geanypluginsLTLIBRARIES \
1828	clean-generic clean-libtool mostlyclean-am
1829
1830distclean: distclean-am
1831		-rm -f ./$(DEPDIR)/scope_la-break.Plo
1832	-rm -f ./$(DEPDIR)/scope_la-conterm.Plo
1833	-rm -f ./$(DEPDIR)/scope_la-debug.Plo
1834	-rm -f ./$(DEPDIR)/scope_la-inspect.Plo
1835	-rm -f ./$(DEPDIR)/scope_la-local.Plo
1836	-rm -f ./$(DEPDIR)/scope_la-memory.Plo
1837	-rm -f ./$(DEPDIR)/scope_la-menu.Plo
1838	-rm -f ./$(DEPDIR)/scope_la-parse.Plo
1839	-rm -f ./$(DEPDIR)/scope_la-plugme.Plo
1840	-rm -f ./$(DEPDIR)/scope_la-prefs.Plo
1841	-rm -f ./$(DEPDIR)/scope_la-program.Plo
1842	-rm -f ./$(DEPDIR)/scope_la-register.Plo
1843	-rm -f ./$(DEPDIR)/scope_la-scope.Plo
1844	-rm -f ./$(DEPDIR)/scope_la-stack.Plo
1845	-rm -f ./$(DEPDIR)/scope_la-thread.Plo
1846	-rm -f ./$(DEPDIR)/scope_la-tooltip.Plo
1847	-rm -f ./$(DEPDIR)/scope_la-utils.Plo
1848	-rm -f ./$(DEPDIR)/scope_la-views.Plo
1849	-rm -f ./$(DEPDIR)/scope_la-watch.Plo
1850	-rm -f ./$(DEPDIR)/unittests-break.Po
1851	-rm -f ./$(DEPDIR)/unittests-conterm.Po
1852	-rm -f ./$(DEPDIR)/unittests-debug.Po
1853	-rm -f ./$(DEPDIR)/unittests-inspect.Po
1854	-rm -f ./$(DEPDIR)/unittests-local.Po
1855	-rm -f ./$(DEPDIR)/unittests-memory.Po
1856	-rm -f ./$(DEPDIR)/unittests-menu.Po
1857	-rm -f ./$(DEPDIR)/unittests-parse.Po
1858	-rm -f ./$(DEPDIR)/unittests-plugme.Po
1859	-rm -f ./$(DEPDIR)/unittests-prefs.Po
1860	-rm -f ./$(DEPDIR)/unittests-program.Po
1861	-rm -f ./$(DEPDIR)/unittests-register.Po
1862	-rm -f ./$(DEPDIR)/unittests-scope.Po
1863	-rm -f ./$(DEPDIR)/unittests-stack.Po
1864	-rm -f ./$(DEPDIR)/unittests-thread.Po
1865	-rm -f ./$(DEPDIR)/unittests-tooltip.Po
1866	-rm -f ./$(DEPDIR)/unittests-utils.Po
1867	-rm -f ./$(DEPDIR)/unittests-views.Po
1868	-rm -f ./$(DEPDIR)/unittests-watch.Po
1869	-rm -f store/$(DEPDIR)/scope_la-scptreedata.Plo
1870	-rm -f store/$(DEPDIR)/scope_la-scptreestore.Plo
1871	-rm -f store/$(DEPDIR)/unittests-scptreedata.Po
1872	-rm -f store/$(DEPDIR)/unittests-scptreestore.Po
1873	-rm -f tests/$(DEPDIR)/unittests-unittests.Po
1874	-rm -f tests/$(DEPDIR)/unittests-utils_test.Po
1875	-rm -f Makefile
1876distclean-am: clean-am distclean-compile distclean-generic \
1877	distclean-tags
1878
1879dvi: dvi-am
1880
1881dvi-am:
1882
1883html: html-am
1884
1885html-am:
1886
1887info: info-am
1888
1889info-am:
1890
1891install-data-am: install-geanypluginsLTLIBRARIES
1892
1893install-dvi: install-dvi-am
1894
1895install-dvi-am:
1896
1897install-exec-am:
1898
1899install-html: install-html-am
1900
1901install-html-am:
1902
1903install-info: install-info-am
1904
1905install-info-am:
1906
1907install-man:
1908
1909install-pdf: install-pdf-am
1910
1911install-pdf-am:
1912
1913install-ps: install-ps-am
1914
1915install-ps-am:
1916
1917installcheck-am:
1918
1919maintainer-clean: maintainer-clean-am
1920		-rm -f ./$(DEPDIR)/scope_la-break.Plo
1921	-rm -f ./$(DEPDIR)/scope_la-conterm.Plo
1922	-rm -f ./$(DEPDIR)/scope_la-debug.Plo
1923	-rm -f ./$(DEPDIR)/scope_la-inspect.Plo
1924	-rm -f ./$(DEPDIR)/scope_la-local.Plo
1925	-rm -f ./$(DEPDIR)/scope_la-memory.Plo
1926	-rm -f ./$(DEPDIR)/scope_la-menu.Plo
1927	-rm -f ./$(DEPDIR)/scope_la-parse.Plo
1928	-rm -f ./$(DEPDIR)/scope_la-plugme.Plo
1929	-rm -f ./$(DEPDIR)/scope_la-prefs.Plo
1930	-rm -f ./$(DEPDIR)/scope_la-program.Plo
1931	-rm -f ./$(DEPDIR)/scope_la-register.Plo
1932	-rm -f ./$(DEPDIR)/scope_la-scope.Plo
1933	-rm -f ./$(DEPDIR)/scope_la-stack.Plo
1934	-rm -f ./$(DEPDIR)/scope_la-thread.Plo
1935	-rm -f ./$(DEPDIR)/scope_la-tooltip.Plo
1936	-rm -f ./$(DEPDIR)/scope_la-utils.Plo
1937	-rm -f ./$(DEPDIR)/scope_la-views.Plo
1938	-rm -f ./$(DEPDIR)/scope_la-watch.Plo
1939	-rm -f ./$(DEPDIR)/unittests-break.Po
1940	-rm -f ./$(DEPDIR)/unittests-conterm.Po
1941	-rm -f ./$(DEPDIR)/unittests-debug.Po
1942	-rm -f ./$(DEPDIR)/unittests-inspect.Po
1943	-rm -f ./$(DEPDIR)/unittests-local.Po
1944	-rm -f ./$(DEPDIR)/unittests-memory.Po
1945	-rm -f ./$(DEPDIR)/unittests-menu.Po
1946	-rm -f ./$(DEPDIR)/unittests-parse.Po
1947	-rm -f ./$(DEPDIR)/unittests-plugme.Po
1948	-rm -f ./$(DEPDIR)/unittests-prefs.Po
1949	-rm -f ./$(DEPDIR)/unittests-program.Po
1950	-rm -f ./$(DEPDIR)/unittests-register.Po
1951	-rm -f ./$(DEPDIR)/unittests-scope.Po
1952	-rm -f ./$(DEPDIR)/unittests-stack.Po
1953	-rm -f ./$(DEPDIR)/unittests-thread.Po
1954	-rm -f ./$(DEPDIR)/unittests-tooltip.Po
1955	-rm -f ./$(DEPDIR)/unittests-utils.Po
1956	-rm -f ./$(DEPDIR)/unittests-views.Po
1957	-rm -f ./$(DEPDIR)/unittests-watch.Po
1958	-rm -f store/$(DEPDIR)/scope_la-scptreedata.Plo
1959	-rm -f store/$(DEPDIR)/scope_la-scptreestore.Plo
1960	-rm -f store/$(DEPDIR)/unittests-scptreedata.Po
1961	-rm -f store/$(DEPDIR)/unittests-scptreestore.Po
1962	-rm -f tests/$(DEPDIR)/unittests-unittests.Po
1963	-rm -f tests/$(DEPDIR)/unittests-utils_test.Po
1964	-rm -f Makefile
1965maintainer-clean-am: distclean-am maintainer-clean-generic
1966
1967mostlyclean: mostlyclean-am
1968
1969mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1970	mostlyclean-libtool
1971
1972pdf: pdf-am
1973
1974pdf-am:
1975
1976ps: ps-am
1977
1978ps-am:
1979
1980uninstall-am: uninstall-geanypluginsLTLIBRARIES
1981
1982.MAKE: check-am install-am install-strip
1983
1984.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1985	check-am check-local clean clean-checkPROGRAMS \
1986	clean-geanypluginsLTLIBRARIES clean-generic clean-libtool \
1987	cscopelist-am ctags ctags-am distclean distclean-compile \
1988	distclean-generic distclean-libtool distclean-tags distdir dvi \
1989	dvi-am html html-am info info-am install install-am \
1990	install-data install-data-am install-dvi install-dvi-am \
1991	install-exec install-exec-am install-geanypluginsLTLIBRARIES \
1992	install-html install-html-am install-info install-info-am \
1993	install-man install-pdf install-pdf-am install-ps \
1994	install-ps-am install-strip installcheck installcheck-am \
1995	installdirs maintainer-clean maintainer-clean-generic \
1996	mostlyclean mostlyclean-compile mostlyclean-generic \
1997	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1998	uninstall uninstall-am uninstall-geanypluginsLTLIBRARIES
1999
2000.PRECIOUS: Makefile
2001
2002
2003@HAVE_CPPCHECK_TRUE@check-cppcheck: $(srcdir)
2004@HAVE_CPPCHECK_TRUE@	$(CPPCHECK) \
2005@HAVE_CPPCHECK_TRUE@		-q --template gcc --error-exitcode=2 \
2006@HAVE_CPPCHECK_TRUE@		-I$(GEANY_INCLUDEDIR)/geany \
2007@HAVE_CPPCHECK_TRUE@		$(AM_CPPCHECKFLAGS) $(CPPCHECKFLAGS) \
2008@HAVE_CPPCHECK_TRUE@		$(srcdir)
2009
2010@HAVE_CPPCHECK_TRUE@check-local: check-cppcheck
2011
2012# Tell versions [3.59,3.63) of GNU make to not export all variables.
2013# Otherwise a system limit (for SysV at least) may be exceeded.
2014.NOEXPORT:
2015