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