1# Makefile.in generated by automake 1.13.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
18
19VPATH = @srcdir@
20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22  case $${target_option-} in \
23      ?) ;; \
24      *) echo "am__make_running_with_option: internal error: invalid" \
25              "target option '$${target_option-}' specified" >&2; \
26         exit 1;; \
27  esac; \
28  has_opt=no; \
29  sane_makeflags=$$MAKEFLAGS; \
30  if $(am__is_gnu_make); then \
31    sane_makeflags=$$MFLAGS; \
32  else \
33    case $$MAKEFLAGS in \
34      *\\[\ \	]*) \
35        bs=\\; \
36        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
38    esac; \
39  fi; \
40  skip_next=no; \
41  strip_trailopt () \
42  { \
43    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44  }; \
45  for flg in $$sane_makeflags; do \
46    test $$skip_next = yes && { skip_next=no; continue; }; \
47    case $$flg in \
48      *=*|--*) continue;; \
49        -*I) strip_trailopt 'I'; skip_next=yes;; \
50      -*I?*) strip_trailopt 'I';; \
51        -*O) strip_trailopt 'O'; skip_next=yes;; \
52      -*O?*) strip_trailopt 'O';; \
53        -*l) strip_trailopt 'l'; skip_next=yes;; \
54      -*l?*) strip_trailopt 'l';; \
55      -[dEDm]) skip_next=yes;; \
56      -[JT]) skip_next=yes;; \
57    esac; \
58    case $$flg in \
59      *$$target_option*) has_opt=yes; break;; \
60    esac; \
61  done; \
62  test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
83target_triplet = @target@
84sbin_PROGRAMS = gsmartcontrol$(EXEEXT)
85subdir = src
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87	$(srcdir)/gsc_winres.rc.in \
88	$(srcdir)/gsmartcontrol.exe.manifest.in $(top_srcdir)/depcomp \
89	$(noinst_HEADERS)
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/autoconf.m4/ac_cxx_exceptions.m4 \
92	$(top_srcdir)/autoconf.m4/ac_cxx_namespaces.m4 \
93	$(top_srcdir)/autoconf.m4/ac_cxx_rtti.m4 \
94	$(top_srcdir)/autoconf.m4/ac_cxx_verbose_terminate_handler.m4 \
95	$(top_srcdir)/autoconf.m4/app_auto_clear_flags.m4 \
96	$(top_srcdir)/autoconf.m4/app_compiler_options.m4 \
97	$(top_srcdir)/autoconf.m4/app_cxx_extern_c_overload.m4 \
98	$(top_srcdir)/autoconf.m4/app_cxx_func.m4 \
99	$(top_srcdir)/autoconf.m4/app_detect_os.m4 \
100	$(top_srcdir)/autoconf.m4/app_get_mt_flags.m4 \
101	$(top_srcdir)/autoconf.m4/app_use_system_extensions.m4 \
102	$(top_srcdir)/autoconf.m4/ax_compiler_vendor.m4 \
103	$(top_srcdir)/autoconf.m4/ax_cxx_compile_stdcxx.m4 \
104	$(top_srcdir)/autoconf.m4/ax_cxx_gcc_abi_demangle.m4 \
105	$(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/config.h
110CONFIG_CLEAN_FILES = gsc_winres.rc gsmartcontrol.exe.manifest
111CONFIG_CLEAN_VPATH_FILES =
112am__installdirs = "$(DESTDIR)$(sbindir)"
113PROGRAMS = $(sbin_PROGRAMS)
114am_gsmartcontrol_OBJECTS = gsc_about_dialog.$(OBJEXT) \
115	gsc_add_device_window.$(OBJEXT) \
116	gsc_executor_error_dialog.$(OBJEXT) \
117	gsc_executor_log_window.$(OBJEXT) gsc_info_window.$(OBJEXT) \
118	gsc_init.$(OBJEXT) gsc_main.$(OBJEXT) \
119	gsc_main_window.$(OBJEXT) gsc_preferences_window.$(OBJEXT)
120gsmartcontrol_OBJECTS = $(am_gsmartcontrol_OBJECTS)
121gsmartcontrol_DEPENDENCIES = $(top_builddir)/src/applib/libapplib.a \
122	$(top_builddir)/src/libdebug/libdebug.a \
123	$(top_builddir)/src/res/libres.a $(WINRES_OBJ)
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
137depcomp = $(SHELL) $(top_srcdir)/depcomp
138am__depfiles_maybe = depfiles
139am__mv = mv -f
140CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
141	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
142AM_V_CXX = $(am__v_CXX_@AM_V@)
143am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
144am__v_CXX_0 = @echo "  CXX     " $@;
145am__v_CXX_1 =
146CXXLD = $(CXX)
147CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
148	-o $@
149AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
150am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
151am__v_CXXLD_0 = @echo "  CXXLD   " $@;
152am__v_CXXLD_1 =
153SOURCES = $(gsmartcontrol_SOURCES)
154DIST_SOURCES = $(gsmartcontrol_SOURCES)
155RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156	ctags-recursive dvi-recursive html-recursive info-recursive \
157	install-data-recursive install-dvi-recursive \
158	install-exec-recursive install-html-recursive \
159	install-info-recursive install-pdf-recursive \
160	install-ps-recursive install-recursive installcheck-recursive \
161	installdirs-recursive pdf-recursive ps-recursive \
162	tags-recursive uninstall-recursive
163am__can_run_installinfo = \
164  case $$AM_UPDATE_INFO_DIR in \
165    n|no|NO) false;; \
166    *) (install-info --version) >/dev/null 2>&1;; \
167  esac
168DATA = $(noinst_DATA)
169HEADERS = $(noinst_HEADERS)
170RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
171  distclean-recursive maintainer-clean-recursive
172am__recursive_targets = \
173  $(RECURSIVE_TARGETS) \
174  $(RECURSIVE_CLEAN_TARGETS) \
175  $(am__extra_recursive_targets)
176AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
177	distdir
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179# Read a list of newline-separated strings from the standard input,
180# and print each of them once, without duplicates.  Input order is
181# *not* preserved.
182am__uniquify_input = $(AWK) '\
183  BEGIN { nonempty = 0; } \
184  { items[$$0] = 1; nonempty = 1; } \
185  END { if (nonempty) { for (i in items) print i; }; } \
186'
187# Make sure the list of sources is unique.  This is necessary because,
188# e.g., the same source file might be shared among _SOURCES variables
189# for different programs/libraries.
190am__define_uniq_tagged_files = \
191  list='$(am__tagged_files)'; \
192  unique=`for i in $$list; do \
193    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194  done | $(am__uniquify_input)`
195ETAGS = etags
196CTAGS = ctags
197DIST_SUBDIRS = $(SUBDIRS)
198DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199am__relativize = \
200  dir0=`pwd`; \
201  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
202  sed_rest='s,^[^/]*/*,,'; \
203  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
204  sed_butlast='s,/*[^/]*$$,,'; \
205  while test -n "$$dir1"; do \
206    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
207    if test "$$first" != "."; then \
208      if test "$$first" = ".."; then \
209        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
210        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
211      else \
212        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
213        if test "$$first2" = "$$first"; then \
214          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
215        else \
216          dir2="../$$dir2"; \
217        fi; \
218        dir0="$$dir0"/"$$first"; \
219      fi; \
220    fi; \
221    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
222  done; \
223  reldir="$$dir2"
224ACLOCAL = @ACLOCAL@
225AMTAR = @AMTAR@
226AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
227AR = @AR@
228AUTOCONF = @AUTOCONF@
229AUTODIRS = @AUTODIRS@
230AUTOHEADER = @AUTOHEADER@
231AUTOMAKE = @AUTOMAKE@
232AWK = @AWK@
233CC = @CC@
234CCDEPMODE = @CCDEPMODE@
235CFLAGS = @CFLAGS@
236CPPFLAGS = @CPPFLAGS@
237CXX = @CXX@
238CXXCPP = @CXXCPP@
239CXXDEPMODE = @CXXDEPMODE@
240CXXFLAGS = @CXXFLAGS@
241CYGPATH_W = @CYGPATH_W@
242DEFS = @DEFS@
243DEPDIR = @DEPDIR@
244ECHO_C = @ECHO_C@
245ECHO_N = @ECHO_N@
246ECHO_T = @ECHO_T@
247EGREP = @EGREP@
248EXEEXT = @EXEEXT@
249GREP = @GREP@
250GTKMM_CFLAGS = @GTKMM_CFLAGS@
251GTKMM_LIBS = @GTKMM_LIBS@
252HAVE_CXX11 = @HAVE_CXX11@
253INSTALL = @INSTALL@
254INSTALL_DATA = @INSTALL_DATA@
255INSTALL_PROGRAM = @INSTALL_PROGRAM@
256INSTALL_SCRIPT = @INSTALL_SCRIPT@
257INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258LDFLAGS = @LDFLAGS@
259LIBOBJS = @LIBOBJS@
260LIBS = @LIBS@
261LN_S = @LN_S@
262LTLIBOBJS = @LTLIBOBJS@
263MAKEINFO = @MAKEINFO@
264MKDIR_P = @MKDIR_P@
265NSIS_EXEC = @NSIS_EXEC@
266OBJEXT = @OBJEXT@
267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
273PACKAGE_VERSION = @PACKAGE_VERSION@
274PATH_SEPARATOR = @PATH_SEPARATOR@
275PCRECPP_CFLAGS = @PCRECPP_CFLAGS@
276PCRECPP_LIBS = @PCRECPP_LIBS@
277PKG_CONFIG = @PKG_CONFIG@
278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
280RANLIB = @RANLIB@
281RES_DIST = @RES_DIST@
282RES_LIBADD = @RES_LIBADD@
283SET_MAKE = @SET_MAKE@
284SHELL = @SHELL@
285STRIP = @STRIP@
286VERSION = @VERSION@
287WINDOWS_ARCH = @WINDOWS_ARCH@
288WINDOWS_SUFFIX = @WINDOWS_SUFFIX@
289WINDOWS_SYSROOT = @WINDOWS_SYSROOT@
290WINDRES = @WINDRES@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_AR = @ac_ct_AR@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298am__include = @am__include@
299am__leading_dot = @am__leading_dot@
300am__quote = @am__quote@
301am__tar = @am__tar@
302am__untar = @am__untar@
303bindir = @bindir@
304build = @build@
305build_alias = @build_alias@
306build_cpu = @build_cpu@
307build_os = @build_os@
308build_vendor = @build_vendor@
309builddir = @builddir@
310datadir = @datadir@
311datarootdir = @datarootdir@
312docdir = @docdir@
313dvidir = @dvidir@
314exec_prefix = @exec_prefix@
315host = @host@
316host_alias = @host_alias@
317host_cpu = @host_cpu@
318host_os = @host_os@
319host_vendor = @host_vendor@
320htmldir = @htmldir@
321includedir = @includedir@
322infodir = @infodir@
323install_sh = @install_sh@
324libdir = @libdir@
325libexecdir = @libexecdir@
326localedir = @localedir@
327localstatedir = @localstatedir@
328mandir = @mandir@
329mkdir_p = @mkdir_p@
330oldincludedir = @oldincludedir@
331pcre_config_binary = @pcre_config_binary@
332pdfdir = @pdfdir@
333prefix = @prefix@
334program_transform_name = @program_transform_name@
335psdir = @psdir@
336sbindir = @sbindir@
337sharedstatedir = @sharedstatedir@
338srcdir = @srcdir@
339sysconfdir = @sysconfdir@
340target = @target@
341target_alias = @target_alias@
342target_cpu = @target_cpu@
343target_os = @target_os@
344target_vendor = @target_vendor@
345top_build_prefix = @top_build_prefix@
346top_builddir = @top_builddir@
347top_srcdir = @top_srcdir@
348AM_CPPFLAGS = $(all_includes)
349METASOURCES = AUTO
350SUBDIRS = libdebug hz rmn rconfig applib res
351@TARGET_OS_KERNEL_FAMILY_WINDOWS_TRUE@WINRES_OBJ = gsc_winres_win32.o
352noinst_DATA = gsc_winres.rc.in gsmartcontrol.exe.manifest.in
353gsmartcontrol_LDADD = $(top_builddir)/src/applib/libapplib.a \
354	$(top_builddir)/src/libdebug/libdebug.a \
355	$(top_builddir)/src/res/libres.a $(WINRES_OBJ)
356
357noinst_HEADERS = global_macros.h gsc_about_dialog.h gsc_add_device_window.h gsc_executor_error_dialog.h \
358	gsc_executor_log_window.h gsc_info_window.h gsc_init.h gsc_main_window.h \
359	gsc_main_window_iconview.h gsc_preferences_window.h gsc_settings.h gsc_text_window.h
360
361gsmartcontrol_SOURCES = $(WIN_MAIN_SRC) gsc_about_dialog.cpp gsc_add_device_window.cpp \
362	gsc_executor_error_dialog.cpp gsc_executor_log_window.cpp gsc_info_window.cpp \
363	gsc_init.cpp gsc_main.cpp gsc_main_window.cpp gsc_preferences_window.cpp
364
365all: all-recursive
366
367.SUFFIXES:
368.SUFFIXES: .cpp .o .obj
369$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
370	@for dep in $?; do \
371	  case '$(am__configure_deps)' in \
372	    *$$dep*) \
373	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374	        && { if test -f $@; then exit 0; else break; fi; }; \
375	      exit 1;; \
376	  esac; \
377	done; \
378	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
379	$(am__cd) $(top_srcdir) && \
380	  $(AUTOMAKE) --foreign src/Makefile
381.PRECIOUS: Makefile
382Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383	@case '$?' in \
384	  *config.status*) \
385	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
386	  *) \
387	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
388	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
389	esac;
390
391$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
392	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393
394$(top_srcdir)/configure:  $(am__configure_deps)
395	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398$(am__aclocal_m4_deps):
399gsc_winres.rc: $(top_builddir)/config.status $(srcdir)/gsc_winres.rc.in
400	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
401gsmartcontrol.exe.manifest: $(top_builddir)/config.status $(srcdir)/gsmartcontrol.exe.manifest.in
402	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
403install-sbinPROGRAMS: $(sbin_PROGRAMS)
404	@$(NORMAL_INSTALL)
405	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
406	if test -n "$$list"; then \
407	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
408	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
409	fi; \
410	for p in $$list; do echo "$$p $$p"; done | \
411	sed 's/$(EXEEXT)$$//' | \
412	while read p p1; do if test -f $$p \
413	  ; then echo "$$p"; echo "$$p"; else :; fi; \
414	done | \
415	sed -e 'p;s,.*/,,;n;h' \
416	    -e 's|.*|.|' \
417	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
418	sed 'N;N;N;s,\n, ,g' | \
419	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
421	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
422	    else { print "f", $$3 "/" $$4, $$1; } } \
423	  END { for (d in files) print "f", d, files[d] }' | \
424	while read type dir files; do \
425	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
426	    test -z "$$files" || { \
427	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
428	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
429	    } \
430	; done
431
432uninstall-sbinPROGRAMS:
433	@$(NORMAL_UNINSTALL)
434	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
435	files=`for p in $$list; do echo "$$p"; done | \
436	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
437	      -e 's/$$/$(EXEEXT)/' \
438	`; \
439	test -n "$$list" || exit 0; \
440	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
441	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
442
443clean-sbinPROGRAMS:
444	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
445
446gsmartcontrol$(EXEEXT): $(gsmartcontrol_OBJECTS) $(gsmartcontrol_DEPENDENCIES) $(EXTRA_gsmartcontrol_DEPENDENCIES)
447	@rm -f gsmartcontrol$(EXEEXT)
448	$(AM_V_CXXLD)$(CXXLINK) $(gsmartcontrol_OBJECTS) $(gsmartcontrol_LDADD) $(LIBS)
449
450mostlyclean-compile:
451	-rm -f *.$(OBJEXT)
452
453distclean-compile:
454	-rm -f *.tab.c
455
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_about_dialog.Po@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_add_device_window.Po@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_executor_error_dialog.Po@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_executor_log_window.Po@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_info_window.Po@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_init.Po@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_main.Po@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_main_window.Po@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsc_preferences_window.Po@am__quote@
465
466.cpp.o:
467@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
472
473.cpp.obj:
474@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
475@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
479
480# This directory's subdirectories are mostly independent; you can cd
481# into them and run 'make' without going through this Makefile.
482# To change the values of 'make' variables: instead of editing Makefiles,
483# (1) if the variable is set in 'config.status', edit 'config.status'
484#     (which will cause the Makefiles to be regenerated when you run 'make');
485# (2) otherwise, pass the desired values on the 'make' command line.
486$(am__recursive_targets):
487	@fail=; \
488	if $(am__make_keepgoing); then \
489	  failcom='fail=yes'; \
490	else \
491	  failcom='exit 1'; \
492	fi; \
493	dot_seen=no; \
494	target=`echo $@ | sed s/-recursive//`; \
495	case "$@" in \
496	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
497	  *) list='$(SUBDIRS)' ;; \
498	esac; \
499	for subdir in $$list; do \
500	  echo "Making $$target in $$subdir"; \
501	  if test "$$subdir" = "."; then \
502	    dot_seen=yes; \
503	    local_target="$$target-am"; \
504	  else \
505	    local_target="$$target"; \
506	  fi; \
507	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508	  || eval $$failcom; \
509	done; \
510	if test "$$dot_seen" = "no"; then \
511	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512	fi; test -z "$$fail"
513
514ID: $(am__tagged_files)
515	$(am__define_uniq_tagged_files); mkid -fID $$unique
516tags: tags-recursive
517TAGS: tags
518
519tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520	set x; \
521	here=`pwd`; \
522	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523	  include_option=--etags-include; \
524	  empty_fix=.; \
525	else \
526	  include_option=--include; \
527	  empty_fix=; \
528	fi; \
529	list='$(SUBDIRS)'; for subdir in $$list; do \
530	  if test "$$subdir" = .; then :; else \
531	    test ! -f $$subdir/TAGS || \
532	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533	  fi; \
534	done; \
535	$(am__define_uniq_tagged_files); \
536	shift; \
537	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538	  test -n "$$unique" || unique=$$empty_fix; \
539	  if test $$# -gt 0; then \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      "$$@" $$unique; \
542	  else \
543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544	      $$unique; \
545	  fi; \
546	fi
547ctags: ctags-recursive
548
549CTAGS: ctags
550ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551	$(am__define_uniq_tagged_files); \
552	test -z "$(CTAGS_ARGS)$$unique" \
553	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
554	     $$unique
555
556GTAGS:
557	here=`$(am__cd) $(top_builddir) && pwd` \
558	  && $(am__cd) $(top_srcdir) \
559	  && gtags -i $(GTAGS_ARGS) "$$here"
560cscopelist: cscopelist-recursive
561
562cscopelist-am: $(am__tagged_files)
563	list='$(am__tagged_files)'; \
564	case "$(srcdir)" in \
565	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
566	  *) sdir=$(subdir)/$(srcdir) ;; \
567	esac; \
568	for i in $$list; do \
569	  if test -f "$$i"; then \
570	    echo "$(subdir)/$$i"; \
571	  else \
572	    echo "$$sdir/$$i"; \
573	  fi; \
574	done >> $(top_builddir)/cscope.files
575
576distclean-tags:
577	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578
579distdir: $(DISTFILES)
580	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
582	list='$(DISTFILES)'; \
583	  dist_files=`for file in $$list; do echo $$file; done | \
584	  sed -e "s|^$$srcdirstrip/||;t" \
585	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
586	case $$dist_files in \
587	  */*) $(MKDIR_P) `echo "$$dist_files" | \
588			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
589			   sort -u` ;; \
590	esac; \
591	for file in $$dist_files; do \
592	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
593	  if test -d $$d/$$file; then \
594	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
595	    if test -d "$(distdir)/$$file"; then \
596	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597	    fi; \
598	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
599	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
600	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
601	    fi; \
602	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
603	  else \
604	    test -f "$(distdir)/$$file" \
605	    || cp -p $$d/$$file "$(distdir)/$$file" \
606	    || exit 1; \
607	  fi; \
608	done
609	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
610	  if test "$$subdir" = .; then :; else \
611	    $(am__make_dryrun) \
612	      || test -d "$(distdir)/$$subdir" \
613	      || $(MKDIR_P) "$(distdir)/$$subdir" \
614	      || exit 1; \
615	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
616	    $(am__relativize); \
617	    new_distdir=$$reldir; \
618	    dir1=$$subdir; dir2="$(top_distdir)"; \
619	    $(am__relativize); \
620	    new_top_distdir=$$reldir; \
621	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
622	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
623	    ($(am__cd) $$subdir && \
624	      $(MAKE) $(AM_MAKEFLAGS) \
625	        top_distdir="$$new_top_distdir" \
626	        distdir="$$new_distdir" \
627		am__remove_distdir=: \
628		am__skip_length_check=: \
629		am__skip_mode_fix=: \
630	        distdir) \
631	      || exit 1; \
632	  fi; \
633	done
634check-am: all-am
635check: check-recursive
636all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
637installdirs: installdirs-recursive
638installdirs-am:
639	for dir in "$(DESTDIR)$(sbindir)"; do \
640	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
641	done
642install: install-recursive
643install-exec: install-exec-recursive
644install-data: install-data-recursive
645uninstall: uninstall-recursive
646
647install-am: all-am
648	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650installcheck: installcheck-recursive
651install-strip:
652	if test -z '$(STRIP)'; then \
653	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655	      install; \
656	else \
657	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
660	fi
661mostlyclean-generic:
662
663clean-generic:
664
665distclean-generic:
666	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
668
669maintainer-clean-generic:
670	@echo "This command is intended for maintainers to use"
671	@echo "it deletes files that may require special tools to rebuild."
672clean: clean-recursive
673
674clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
675
676distclean: distclean-recursive
677	-rm -rf ./$(DEPDIR)
678	-rm -f Makefile
679distclean-am: clean-am distclean-compile distclean-generic \
680	distclean-tags
681
682dvi: dvi-recursive
683
684dvi-am:
685
686html: html-recursive
687
688html-am:
689
690info: info-recursive
691
692info-am:
693
694install-data-am:
695
696install-dvi: install-dvi-recursive
697
698install-dvi-am:
699
700install-exec-am: install-sbinPROGRAMS
701
702install-html: install-html-recursive
703
704install-html-am:
705
706install-info: install-info-recursive
707
708install-info-am:
709
710install-man:
711
712install-pdf: install-pdf-recursive
713
714install-pdf-am:
715
716install-ps: install-ps-recursive
717
718install-ps-am:
719
720installcheck-am:
721
722maintainer-clean: maintainer-clean-recursive
723	-rm -rf ./$(DEPDIR)
724	-rm -f Makefile
725maintainer-clean-am: distclean-am maintainer-clean-generic
726
727mostlyclean: mostlyclean-recursive
728
729mostlyclean-am: mostlyclean-compile mostlyclean-generic \
730	mostlyclean-local
731
732pdf: pdf-recursive
733
734pdf-am:
735
736ps: ps-recursive
737
738ps-am:
739
740uninstall-am: uninstall-sbinPROGRAMS
741
742.MAKE: $(am__recursive_targets) install-am install-strip
743
744.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
745	check-am clean clean-generic clean-sbinPROGRAMS cscopelist-am \
746	ctags ctags-am distclean distclean-compile distclean-generic \
747	distclean-tags distdir dvi dvi-am html html-am info info-am \
748	install install-am install-data install-data-am install-dvi \
749	install-dvi-am install-exec install-exec-am install-html \
750	install-html-am install-info install-info-am install-man \
751	install-pdf install-pdf-am install-ps install-ps-am \
752	install-sbinPROGRAMS install-strip installcheck \
753	installcheck-am installdirs installdirs-am maintainer-clean \
754	maintainer-clean-generic mostlyclean mostlyclean-compile \
755	mostlyclean-generic mostlyclean-local pdf pdf-am ps ps-am tags \
756	tags-am uninstall uninstall-am uninstall-sbinPROGRAMS
757
758
759# use different name for object file to avoid make auto-rules
760gsc_winres_win32.o: $(top_srcdir)/data/gsmartcontrol.ico gsc_winres.rc
761	cp -f $(top_srcdir)/data/gsmartcontrol.ico .
762	$(WINDRES) gsc_winres.rc gsc_winres_win32.o
763
764mostlyclean-local:
765	rm -f gsmartcontrol.ico
766
767# Tell versions [3.59,3.63) of GNU make to not export all variables.
768# Otherwise a system limit (for SysV at least) may be exceeded.
769.NOEXPORT:
770