1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92target_triplet = @target@
93subdir = src/plugins/occurrenceshighlighting
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/revision.m4 $(top_srcdir)/m4/acinclude.m4 \
99	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
100	$(top_srcdir)/m4/ax_boost_base.m4 \
101	$(top_srcdir)/m4/ax_boost_system.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
105	$(am__DIST_COMMON)
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/src/include/config.h
108CONFIG_CLEAN_FILES =
109CONFIG_CLEAN_VPATH_FILES =
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
116am__install_max = 40
117am__nobase_strip_setup = \
118  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
119am__nobase_strip = \
120  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
121am__nobase_list = $(am__nobase_strip_setup); \
122  for p in $$list; do echo "$$p $$p"; done | \
123  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
124  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125    if (++n[$$2] == $(am__install_max)) \
126      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
127    END { for (dir in files) print dir, files[dir] }'
128am__base_list = \
129  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
130  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
131am__uninstall_files_from_dir = { \
132  test -z "$$files" \
133    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
134    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
135         $(am__cd) "$$dir" && rm -f $$files; }; \
136  }
137am__installdirs = "$(DESTDIR)$(pluginlibdir)"
138LTLIBRARIES = $(pluginlib_LTLIBRARIES)
139am__DEPENDENCIES_1 =
140liboccurrenceshighlighting_la_DEPENDENCIES =  \
141	../../sdk/libcodeblocks.la $(am__DEPENDENCIES_1)
142am_liboccurrenceshighlighting_la_OBJECTS = occurrenceshighlighting.lo \
143	occurrencespanel.lo \
144	occurrenceshighlightingconfigurationpanel.lo highlighter.lo
145liboccurrenceshighlighting_la_OBJECTS =  \
146	$(am_liboccurrenceshighlighting_la_OBJECTS)
147AM_V_lt = $(am__v_lt_@AM_V@)
148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149am__v_lt_0 = --silent
150am__v_lt_1 =
151liboccurrenceshighlighting_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
152	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
153	$(AM_CXXFLAGS) $(CXXFLAGS) \
154	$(liboccurrenceshighlighting_la_LDFLAGS) $(LDFLAGS) -o $@
155AM_V_P = $(am__v_P_@AM_V@)
156am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157am__v_P_0 = false
158am__v_P_1 = :
159AM_V_GEN = $(am__v_GEN_@AM_V@)
160am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161am__v_GEN_0 = @echo "  GEN     " $@;
162am__v_GEN_1 =
163AM_V_at = $(am__v_at_@AM_V@)
164am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165am__v_at_0 = @
166am__v_at_1 =
167DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
168depcomp = $(SHELL) $(top_srcdir)/depcomp
169am__maybe_remake_depfiles = depfiles
170am__depfiles_remade = ./$(DEPDIR)/highlighter.Plo \
171	./$(DEPDIR)/occurrenceshighlighting.Plo \
172	./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo \
173	./$(DEPDIR)/occurrencespanel.Plo
174am__mv = mv -f
175CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
176	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
177LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
178	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
179	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180	$(AM_CXXFLAGS) $(CXXFLAGS)
181AM_V_CXX = $(am__v_CXX_@AM_V@)
182am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
183am__v_CXX_0 = @echo "  CXX     " $@;
184am__v_CXX_1 =
185CXXLD = $(CXX)
186CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
187	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
188	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
189AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
190am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
191am__v_CXXLD_0 = @echo "  CXXLD   " $@;
192am__v_CXXLD_1 =
193SOURCES = $(liboccurrenceshighlighting_la_SOURCES)
194DIST_SOURCES = $(liboccurrenceshighlighting_la_SOURCES)
195RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
196	ctags-recursive dvi-recursive html-recursive info-recursive \
197	install-data-recursive install-dvi-recursive \
198	install-exec-recursive install-html-recursive \
199	install-info-recursive install-pdf-recursive \
200	install-ps-recursive install-recursive installcheck-recursive \
201	installdirs-recursive pdf-recursive ps-recursive \
202	tags-recursive uninstall-recursive
203am__can_run_installinfo = \
204  case $$AM_UPDATE_INFO_DIR in \
205    n|no|NO) false;; \
206    *) (install-info --version) >/dev/null 2>&1;; \
207  esac
208HEADERS = $(noinst_HEADERS)
209RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
210  distclean-recursive maintainer-clean-recursive
211am__recursive_targets = \
212  $(RECURSIVE_TARGETS) \
213  $(RECURSIVE_CLEAN_TARGETS) \
214  $(am__extra_recursive_targets)
215AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
216	distdir distdir-am
217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218# Read a list of newline-separated strings from the standard input,
219# and print each of them once, without duplicates.  Input order is
220# *not* preserved.
221am__uniquify_input = $(AWK) '\
222  BEGIN { nonempty = 0; } \
223  { items[$$0] = 1; nonempty = 1; } \
224  END { if (nonempty) { for (i in items) print i; }; } \
225'
226# Make sure the list of sources is unique.  This is necessary because,
227# e.g., the same source file might be shared among _SOURCES variables
228# for different programs/libraries.
229am__define_uniq_tagged_files = \
230  list='$(am__tagged_files)'; \
231  unique=`for i in $$list; do \
232    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233  done | $(am__uniquify_input)`
234ETAGS = etags
235CTAGS = ctags
236DIST_SUBDIRS = $(SUBDIRS)
237am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239am__relativize = \
240  dir0=`pwd`; \
241  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
242  sed_rest='s,^[^/]*/*,,'; \
243  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
244  sed_butlast='s,/*[^/]*$$,,'; \
245  while test -n "$$dir1"; do \
246    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
247    if test "$$first" != "."; then \
248      if test "$$first" = ".."; then \
249        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
250        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
251      else \
252        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
253        if test "$$first2" = "$$first"; then \
254          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
255        else \
256          dir2="../$$dir2"; \
257        fi; \
258        dir0="$$dir0"/"$$first"; \
259      fi; \
260    fi; \
261    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
262  done; \
263  reldir="$$dir2"
264ACLOCAL = @ACLOCAL@
265AMTAR = @AMTAR@
266AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
267AR = @AR@
268AUTOCONF = @AUTOCONF@
269AUTOHEADER = @AUTOHEADER@
270AUTOMAKE = @AUTOMAKE@
271AWK = @AWK@
272BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
273BOOST_LDFLAGS = @BOOST_LDFLAGS@
274BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
275BUILD_AUTOVERSIONING = @BUILD_AUTOVERSIONING@
276BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
277BUILD_BYOGAMES = @BUILD_BYOGAMES@
278BUILD_CBKODERS = @BUILD_CBKODERS@
279BUILD_CCCC = @BUILD_CCCC@
280BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
281BUILD_CODESTAT = @BUILD_CODESTAT@
282BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
283BUILD_CPPCHECK = @BUILD_CPPCHECK@
284BUILD_CSCOPE = @BUILD_CSCOPE@
285BUILD_DOXYBLOCKS = @BUILD_DOXYBLOCKS@
286BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
287BUILD_EDITORCONFIG = @BUILD_EDITORCONFIG@
288BUILD_EDITORTWEAKS = @BUILD_EDITORTWEAKS@
289BUILD_ENVVARS = @BUILD_ENVVARS@
290BUILD_EXPORTER = @BUILD_EXPORTER@
291BUILD_FILEMANAGER = @BUILD_FILEMANAGER@
292BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
293BUILD_HELP = @BUILD_HELP@
294BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
295BUILD_INCSEARCH = @BUILD_INCSEARCH@
296BUILD_KEYBINDER = @BUILD_KEYBINDER@
297BUILD_LIBFINDER = @BUILD_LIBFINDER@
298BUILD_MOUSESAP = @BUILD_MOUSESAP@
299BUILD_NASSISHNEIDERMAN = @BUILD_NASSISHNEIDERMAN@
300BUILD_PROFILER = @BUILD_PROFILER@
301BUILD_REGEX = @BUILD_REGEX@
302BUILD_REOPENEDITOR = @BUILD_REOPENEDITOR@
303BUILD_RNDGEN = @BUILD_RNDGEN@
304BUILD_SMARTINDENT = @BUILD_SMARTINDENT@
305BUILD_SPELLCHECKER = @BUILD_SPELLCHECKER@
306BUILD_SYMTAB = @BUILD_SYMTAB@
307BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
308BUILD_TOOLSPLUS = @BUILD_TOOLSPLUS@
309BUILD_VALGRIND = @BUILD_VALGRIND@
310BUILD_WXCONTRIB = @BUILD_WXCONTRIB@
311BUILD_WXSMITH = @BUILD_WXSMITH@
312BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
313BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
314CB_FONTCONFIG_CFLAGS = @CB_FONTCONFIG_CFLAGS@
315CB_FONTCONFIG_LIBS = @CB_FONTCONFIG_LIBS@
316CB_GAMIN_CFLAGS = @CB_GAMIN_CFLAGS@
317CB_GAMIN_LIBS = @CB_GAMIN_LIBS@
318CB_GLIB2_CFLAGS = @CB_GLIB2_CFLAGS@
319CB_GLIB2_LIBS = @CB_GLIB2_LIBS@
320CB_HUNSPELL_CFLAGS = @CB_HUNSPELL_CFLAGS@
321CB_HUNSPELL_LIBS = @CB_HUNSPELL_LIBS@
322CB_SQUIRREL_CFLAGS = @CB_SQUIRREL_CFLAGS@
323CB_SQUIRREL_LIBS = @CB_SQUIRREL_LIBS@
324CB_TINYXML_CFLAGS = @CB_TINYXML_CFLAGS@
325CB_TINYXML_LIBS = @CB_TINYXML_LIBS@
326CC = @CC@
327CCDEPMODE = @CCDEPMODE@
328CFLAGS = @CFLAGS@
329CODEBLOCKS_PLATFORM = @CODEBLOCKS_PLATFORM@
330CODEBLOCKS_VERSION_INFO = @CODEBLOCKS_VERSION_INFO@
331CPP = @CPP@
332CPPFLAGS = @CPPFLAGS@
333CXX = @CXX@
334CXXCPP = @CXXCPP@
335CXXDEPMODE = @CXXDEPMODE@
336CXXFLAGS = @CXXFLAGS@
337CYGPATH_W = @CYGPATH_W@
338DATE = @DATE@
339DEFS = @DEFS@
340DEPDIR = @DEPDIR@
341DLLTOOL = @DLLTOOL@
342DSYMUTIL = @DSYMUTIL@
343DUMPBIN = @DUMPBIN@
344ECHO_C = @ECHO_C@
345ECHO_N = @ECHO_N@
346ECHO_T = @ECHO_T@
347EGREP = @EGREP@
348EXEEXT = @EXEEXT@
349FGREP = @FGREP@
350FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
351FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
352GAMIN_CFLAGS = @GAMIN_CFLAGS@
353GAMIN_LIBS = @GAMIN_LIBS@
354GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
355GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
356GCC_PATCH_VERSION = @GCC_PATCH_VERSION@
357GCC_VERSION = @GCC_VERSION@
358GDK_CFLAGS = @GDK_CFLAGS@
359GDK_LIBS = @GDK_LIBS@
360GLIB2_CFLAGS = @GLIB2_CFLAGS@
361GLIB2_LIBS = @GLIB2_LIBS@
362GREP = @GREP@
363GTK_CFLAGS = @GTK_CFLAGS@
364GTK_LIBS = @GTK_LIBS@
365HAVE_CXX11 = @HAVE_CXX11@
366HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
367HUNSPELL_CFLAGS = @HUNSPELL_CFLAGS@
368HUNSPELL_LIBS = @HUNSPELL_LIBS@
369INSTALL = @INSTALL@
370INSTALL_DATA = @INSTALL_DATA@
371INSTALL_PROGRAM = @INSTALL_PROGRAM@
372INSTALL_SCRIPT = @INSTALL_SCRIPT@
373INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
374LD = @LD@
375LDFLAGS = @LDFLAGS@
376LIBOBJS = @LIBOBJS@
377LIBS = @LIBS@
378LIBTOOL = @LIBTOOL@
379LIPO = @LIPO@
380LN_S = @LN_S@
381LTLIBOBJS = @LTLIBOBJS@
382LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
383MACSETFILE = @MACSETFILE@
384MAKEINFO = @MAKEINFO@
385MANIFEST_TOOL = @MANIFEST_TOOL@
386MKDIR_P = @MKDIR_P@
387MODULE_SHARED_LDFLAGS = @MODULE_SHARED_LDFLAGS@
388NM = @NM@
389NMEDIT = @NMEDIT@
390OBJDUMP = @OBJDUMP@
391OBJEXT = @OBJEXT@
392OTOOL = @OTOOL@
393OTOOL64 = @OTOOL64@
394PACKAGE = @PACKAGE@
395PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
396PACKAGE_NAME = @PACKAGE_NAME@
397PACKAGE_STRING = @PACKAGE_STRING@
398PACKAGE_TARNAME = @PACKAGE_TARNAME@
399PACKAGE_URL = @PACKAGE_URL@
400PACKAGE_VERSION = @PACKAGE_VERSION@
401PATH_SEPARATOR = @PATH_SEPARATOR@
402PKG_CONFIG = @PKG_CONFIG@
403PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
404PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
405PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
406PLATFORM_LIBS = @PLATFORM_LIBS@
407PLUGIN_FLAGS = @PLUGIN_FLAGS@
408POSTLINK_COMMAND = @POSTLINK_COMMAND@
409RANLIB = @RANLIB@
410RC = @RC@
411REVISION = @REVISION@
412REZ = @REZ@
413SCINTILLA_GTK_CFLAGS = @SCINTILLA_GTK_CFLAGS@
414SCINTILLA_GTK_LIBS = @SCINTILLA_GTK_LIBS@
415SED = @SED@
416SETFILE = @SETFILE@
417SET_MAKE = @SET_MAKE@
418SHARED_FLAGS = @SHARED_FLAGS@
419SHELL = @SHELL@
420SQUIRREL_CFLAGS = @SQUIRREL_CFLAGS@
421SQUIRREL_LIBS = @SQUIRREL_LIBS@
422STRIP = @STRIP@
423TINYXML_CFLAGS = @TINYXML_CFLAGS@
424TINYXML_LIBS = @TINYXML_LIBS@
425VERSION = @VERSION@
426WXPROPGRID_DIR = @WXPROPGRID_DIR@
427WXPROPGRID_HEADERS = @WXPROPGRID_HEADERS@
428WXPROPGRID_INCLUDE = @WXPROPGRID_INCLUDE@
429WXPROPGRID_LIB = @WXPROPGRID_LIB@
430WX_CFLAGS = @WX_CFLAGS@
431WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
432WX_CONFIG_PATH = @WX_CONFIG_PATH@
433WX_CPPFLAGS = @WX_CPPFLAGS@
434WX_CXXFLAGS = @WX_CXXFLAGS@
435WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
436WX_GTK_CFLAGS = @WX_GTK_CFLAGS@
437WX_GTK_LIBS = @WX_GTK_LIBS@
438WX_LIBS = @WX_LIBS@
439WX_LIBS_STATIC = @WX_LIBS_STATIC@
440WX_RESCOMP = @WX_RESCOMP@
441WX_VERSION = @WX_VERSION@
442WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
443WX_VERSION_MICRO = @WX_VERSION_MICRO@
444WX_VERSION_MINOR = @WX_VERSION_MINOR@
445WX_X11_CFLAGS = @WX_X11_CFLAGS@
446WX_X11_LIBS = @WX_X11_LIBS@
447XMKMF = @XMKMF@
448X_CFLAGS = @X_CFLAGS@
449X_EXTRA_LIBS = @X_EXTRA_LIBS@
450X_LIBS = @X_LIBS@
451X_PRE_LIBS = @X_PRE_LIBS@
452abs_builddir = @abs_builddir@
453abs_srcdir = @abs_srcdir@
454abs_top_builddir = @abs_top_builddir@
455abs_top_srcdir = @abs_top_srcdir@
456ac_ct_AR = @ac_ct_AR@
457ac_ct_CC = @ac_ct_CC@
458ac_ct_CXX = @ac_ct_CXX@
459ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
460am__include = @am__include@
461am__leading_dot = @am__leading_dot@
462am__quote = @am__quote@
463am__tar = @am__tar@
464am__untar = @am__untar@
465bindir = @bindir@
466build = @build@
467build_alias = @build_alias@
468build_cpu = @build_cpu@
469build_os = @build_os@
470build_vendor = @build_vendor@
471builddir = @builddir@
472codeblocks_PCH_FLAGS = @codeblocks_PCH_FLAGS@
473datadir = @datadir@
474datarootdir = @datarootdir@
475docdir = @docdir@
476dvidir = @dvidir@
477exec_prefix = @exec_prefix@
478host = @host@
479host_alias = @host_alias@
480host_cpu = @host_cpu@
481host_os = @host_os@
482host_vendor = @host_vendor@
483htmldir = @htmldir@
484includedir = @includedir@
485infodir = @infodir@
486install_sh = @install_sh@
487libdir = @libdir@
488libexecdir = @libexecdir@
489localedir = @localedir@
490localstatedir = @localstatedir@
491mandir = @mandir@
492mkdir_p = @mkdir_p@
493oldincludedir = @oldincludedir@
494pdfdir = @pdfdir@
495prefix = @prefix@
496program_transform_name = @program_transform_name@
497psdir = @psdir@
498runstatedir = @runstatedir@
499sbindir = @sbindir@
500sharedstatedir = @sharedstatedir@
501srcdir = @srcdir@
502sysconfdir = @sysconfdir@
503target = @target@
504target_alias = @target_alias@
505target_cpu = @target_cpu@
506target_os = @target_os@
507target_vendor = @target_vendor@
508top_build_prefix = @top_build_prefix@
509top_builddir = @top_builddir@
510top_srcdir = @top_srcdir@
511zlib_CFLAGS = @zlib_CFLAGS@
512zlib_LIBS = @zlib_LIBS@
513SUBDIRS = resources
514AM_CPPFLAGS = $(WX_CXXFLAGS) \
515		$(CB_SQUIRREL_CFLAGS) \
516		-I$(top_srcdir)/src/include \
517		-I$(top_srcdir)/src/sdk/wxscintilla/include \
518		-I$(top_srcdir)/src/include/scripting/sqplus \
519		-I$(top_srcdir)/src/include/scripting/bindings
520
521pluginlibdir = $(pkglibdir)/plugins
522pluginlib_LTLIBRARIES = liboccurrenceshighlighting.la
523liboccurrenceshighlighting_la_LDFLAGS = @MODULE_SHARED_LDFLAGS@ -version-info 0:1:0 -no-undefined -avoid-version
524liboccurrenceshighlighting_la_LIBADD = ../../sdk/libcodeblocks.la $(WX_LIBS)
525liboccurrenceshighlighting_la_SOURCES = occurrenceshighlighting.cpp \
526			occurrencespanel.cpp \
527			occurrenceshighlightingconfigurationpanel.cpp \
528			highlighter.cpp
529
530noinst_HEADERS = occurrenceshighlighting.h \
531			occurrencespanel.h \
532			occurrenceshighlightingconfigurationpanel.h \
533			highlighter.h
534
535all: all-recursive
536
537.SUFFIXES:
538.SUFFIXES: .cpp .lo .o .obj
539$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
540	@for dep in $?; do \
541	  case '$(am__configure_deps)' in \
542	    *$$dep*) \
543	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
544	        && { if test -f $@; then exit 0; else break; fi; }; \
545	      exit 1;; \
546	  esac; \
547	done; \
548	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/Makefile'; \
549	$(am__cd) $(top_srcdir) && \
550	  $(AUTOMAKE) --foreign src/plugins/occurrenceshighlighting/Makefile
551Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
552	@case '$?' in \
553	  *config.status*) \
554	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
555	  *) \
556	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
557	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
558	esac;
559
560$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
561	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
562
563$(top_srcdir)/configure:  $(am__configure_deps)
564	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
566	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567$(am__aclocal_m4_deps):
568
569install-pluginlibLTLIBRARIES: $(pluginlib_LTLIBRARIES)
570	@$(NORMAL_INSTALL)
571	@list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
572	list2=; for p in $$list; do \
573	  if test -f $$p; then \
574	    list2="$$list2 $$p"; \
575	  else :; fi; \
576	done; \
577	test -z "$$list2" || { \
578	  echo " $(MKDIR_P) '$(DESTDIR)$(pluginlibdir)'"; \
579	  $(MKDIR_P) "$(DESTDIR)$(pluginlibdir)" || exit 1; \
580	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pluginlibdir)'"; \
581	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pluginlibdir)"; \
582	}
583
584uninstall-pluginlibLTLIBRARIES:
585	@$(NORMAL_UNINSTALL)
586	@list='$(pluginlib_LTLIBRARIES)'; test -n "$(pluginlibdir)" || list=; \
587	for p in $$list; do \
588	  $(am__strip_dir) \
589	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pluginlibdir)/$$f'"; \
590	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pluginlibdir)/$$f"; \
591	done
592
593clean-pluginlibLTLIBRARIES:
594	-test -z "$(pluginlib_LTLIBRARIES)" || rm -f $(pluginlib_LTLIBRARIES)
595	@list='$(pluginlib_LTLIBRARIES)'; \
596	locs=`for p in $$list; do echo $$p; done | \
597	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
598	      sort -u`; \
599	test -z "$$locs" || { \
600	  echo rm -f $${locs}; \
601	  rm -f $${locs}; \
602	}
603
604liboccurrenceshighlighting.la: $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_DEPENDENCIES) $(EXTRA_liboccurrenceshighlighting_la_DEPENDENCIES)
605	$(AM_V_CXXLD)$(liboccurrenceshighlighting_la_LINK) -rpath $(pluginlibdir) $(liboccurrenceshighlighting_la_OBJECTS) $(liboccurrenceshighlighting_la_LIBADD) $(LIBS)
606
607mostlyclean-compile:
608	-rm -f *.$(OBJEXT)
609
610distclean-compile:
611	-rm -f *.tab.c
612
613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/highlighter.Plo@am__quote@ # am--include-marker
614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlighting.Plo@am__quote@ # am--include-marker
615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo@am__quote@ # am--include-marker
616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occurrencespanel.Plo@am__quote@ # am--include-marker
617
618$(am__depfiles_remade):
619	@$(MKDIR_P) $(@D)
620	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
621
622am--depfiles: $(am__depfiles_remade)
623
624.cpp.o:
625@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
626@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
627@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
628@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
631
632.cpp.obj:
633@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
634@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
635@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
636@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
637@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
639
640.cpp.lo:
641@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
642@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
643@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
644@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
645@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
647
648mostlyclean-libtool:
649	-rm -f *.lo
650
651clean-libtool:
652	-rm -rf .libs _libs
653
654# This directory's subdirectories are mostly independent; you can cd
655# into them and run 'make' without going through this Makefile.
656# To change the values of 'make' variables: instead of editing Makefiles,
657# (1) if the variable is set in 'config.status', edit 'config.status'
658#     (which will cause the Makefiles to be regenerated when you run 'make');
659# (2) otherwise, pass the desired values on the 'make' command line.
660$(am__recursive_targets):
661	@fail=; \
662	if $(am__make_keepgoing); then \
663	  failcom='fail=yes'; \
664	else \
665	  failcom='exit 1'; \
666	fi; \
667	dot_seen=no; \
668	target=`echo $@ | sed s/-recursive//`; \
669	case "$@" in \
670	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
671	  *) list='$(SUBDIRS)' ;; \
672	esac; \
673	for subdir in $$list; do \
674	  echo "Making $$target in $$subdir"; \
675	  if test "$$subdir" = "."; then \
676	    dot_seen=yes; \
677	    local_target="$$target-am"; \
678	  else \
679	    local_target="$$target"; \
680	  fi; \
681	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
682	  || eval $$failcom; \
683	done; \
684	if test "$$dot_seen" = "no"; then \
685	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
686	fi; test -z "$$fail"
687
688ID: $(am__tagged_files)
689	$(am__define_uniq_tagged_files); mkid -fID $$unique
690tags: tags-recursive
691TAGS: tags
692
693tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
694	set x; \
695	here=`pwd`; \
696	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
697	  include_option=--etags-include; \
698	  empty_fix=.; \
699	else \
700	  include_option=--include; \
701	  empty_fix=; \
702	fi; \
703	list='$(SUBDIRS)'; for subdir in $$list; do \
704	  if test "$$subdir" = .; then :; else \
705	    test ! -f $$subdir/TAGS || \
706	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
707	  fi; \
708	done; \
709	$(am__define_uniq_tagged_files); \
710	shift; \
711	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
712	  test -n "$$unique" || unique=$$empty_fix; \
713	  if test $$# -gt 0; then \
714	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
715	      "$$@" $$unique; \
716	  else \
717	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
718	      $$unique; \
719	  fi; \
720	fi
721ctags: ctags-recursive
722
723CTAGS: ctags
724ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
725	$(am__define_uniq_tagged_files); \
726	test -z "$(CTAGS_ARGS)$$unique" \
727	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
728	     $$unique
729
730GTAGS:
731	here=`$(am__cd) $(top_builddir) && pwd` \
732	  && $(am__cd) $(top_srcdir) \
733	  && gtags -i $(GTAGS_ARGS) "$$here"
734cscopelist: cscopelist-recursive
735
736cscopelist-am: $(am__tagged_files)
737	list='$(am__tagged_files)'; \
738	case "$(srcdir)" in \
739	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
740	  *) sdir=$(subdir)/$(srcdir) ;; \
741	esac; \
742	for i in $$list; do \
743	  if test -f "$$i"; then \
744	    echo "$(subdir)/$$i"; \
745	  else \
746	    echo "$$sdir/$$i"; \
747	  fi; \
748	done >> $(top_builddir)/cscope.files
749
750distclean-tags:
751	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
752
753distdir: $(BUILT_SOURCES)
754	$(MAKE) $(AM_MAKEFLAGS) distdir-am
755
756distdir-am: $(DISTFILES)
757	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
759	list='$(DISTFILES)'; \
760	  dist_files=`for file in $$list; do echo $$file; done | \
761	  sed -e "s|^$$srcdirstrip/||;t" \
762	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
763	case $$dist_files in \
764	  */*) $(MKDIR_P) `echo "$$dist_files" | \
765			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
766			   sort -u` ;; \
767	esac; \
768	for file in $$dist_files; do \
769	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
770	  if test -d $$d/$$file; then \
771	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
772	    if test -d "$(distdir)/$$file"; then \
773	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
774	    fi; \
775	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
776	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
777	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
778	    fi; \
779	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
780	  else \
781	    test -f "$(distdir)/$$file" \
782	    || cp -p $$d/$$file "$(distdir)/$$file" \
783	    || exit 1; \
784	  fi; \
785	done
786	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
787	  if test "$$subdir" = .; then :; else \
788	    $(am__make_dryrun) \
789	      || test -d "$(distdir)/$$subdir" \
790	      || $(MKDIR_P) "$(distdir)/$$subdir" \
791	      || exit 1; \
792	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
793	    $(am__relativize); \
794	    new_distdir=$$reldir; \
795	    dir1=$$subdir; dir2="$(top_distdir)"; \
796	    $(am__relativize); \
797	    new_top_distdir=$$reldir; \
798	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
799	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
800	    ($(am__cd) $$subdir && \
801	      $(MAKE) $(AM_MAKEFLAGS) \
802	        top_distdir="$$new_top_distdir" \
803	        distdir="$$new_distdir" \
804		am__remove_distdir=: \
805		am__skip_length_check=: \
806		am__skip_mode_fix=: \
807	        distdir) \
808	      || exit 1; \
809	  fi; \
810	done
811check-am: all-am
812check: check-recursive
813all-am: Makefile $(LTLIBRARIES) $(HEADERS)
814installdirs: installdirs-recursive
815installdirs-am:
816	for dir in "$(DESTDIR)$(pluginlibdir)"; do \
817	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
818	done
819install: install-recursive
820install-exec: install-exec-recursive
821install-data: install-data-recursive
822uninstall: uninstall-recursive
823
824install-am: all-am
825	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
826
827installcheck: installcheck-recursive
828install-strip:
829	if test -z '$(STRIP)'; then \
830	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
831	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
832	      install; \
833	else \
834	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
835	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
836	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
837	fi
838mostlyclean-generic:
839
840clean-generic:
841
842distclean-generic:
843	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
844	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
845
846maintainer-clean-generic:
847	@echo "This command is intended for maintainers to use"
848	@echo "it deletes files that may require special tools to rebuild."
849clean: clean-recursive
850
851clean-am: clean-generic clean-libtool clean-pluginlibLTLIBRARIES \
852	mostlyclean-am
853
854distclean: distclean-recursive
855		-rm -f ./$(DEPDIR)/highlighter.Plo
856	-rm -f ./$(DEPDIR)/occurrenceshighlighting.Plo
857	-rm -f ./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo
858	-rm -f ./$(DEPDIR)/occurrencespanel.Plo
859	-rm -f Makefile
860distclean-am: clean-am distclean-compile distclean-generic \
861	distclean-tags
862
863dvi: dvi-recursive
864
865dvi-am:
866
867html: html-recursive
868
869html-am:
870
871info: info-recursive
872
873info-am:
874
875install-data-am: install-pluginlibLTLIBRARIES
876
877install-dvi: install-dvi-recursive
878
879install-dvi-am:
880
881install-exec-am:
882
883install-html: install-html-recursive
884
885install-html-am:
886
887install-info: install-info-recursive
888
889install-info-am:
890
891install-man:
892
893install-pdf: install-pdf-recursive
894
895install-pdf-am:
896
897install-ps: install-ps-recursive
898
899install-ps-am:
900
901installcheck-am:
902
903maintainer-clean: maintainer-clean-recursive
904		-rm -f ./$(DEPDIR)/highlighter.Plo
905	-rm -f ./$(DEPDIR)/occurrenceshighlighting.Plo
906	-rm -f ./$(DEPDIR)/occurrenceshighlightingconfigurationpanel.Plo
907	-rm -f ./$(DEPDIR)/occurrencespanel.Plo
908	-rm -f Makefile
909maintainer-clean-am: distclean-am maintainer-clean-generic
910
911mostlyclean: mostlyclean-recursive
912
913mostlyclean-am: mostlyclean-compile mostlyclean-generic \
914	mostlyclean-libtool
915
916pdf: pdf-recursive
917
918pdf-am:
919
920ps: ps-recursive
921
922ps-am:
923
924uninstall-am: uninstall-pluginlibLTLIBRARIES
925
926.MAKE: $(am__recursive_targets) install-am install-strip
927
928.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
929	am--depfiles check check-am clean clean-generic clean-libtool \
930	clean-pluginlibLTLIBRARIES cscopelist-am ctags ctags-am \
931	distclean distclean-compile distclean-generic \
932	distclean-libtool distclean-tags distdir dvi dvi-am html \
933	html-am info info-am install install-am install-data \
934	install-data-am install-dvi install-dvi-am install-exec \
935	install-exec-am install-html install-html-am install-info \
936	install-info-am install-man install-pdf install-pdf-am \
937	install-pluginlibLTLIBRARIES install-ps install-ps-am \
938	install-strip installcheck installcheck-am installdirs \
939	installdirs-am maintainer-clean maintainer-clean-generic \
940	mostlyclean mostlyclean-compile mostlyclean-generic \
941	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
942	uninstall-am uninstall-pluginlibLTLIBRARIES
943
944.PRECIOUS: Makefile
945
946
947# Tell versions [3.59,3.63) of GNU make to not export all variables.
948# Otherwise a system limit (for SysV at least) may be exceeded.
949.NOEXPORT:
950