nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
||
3 | |||
4 | # Copyright (C) 1994-2014 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 | # GLIB - Library of useful C routines |
||
18 | |||
19 | # Author: Fan, Chun-wei |
||
20 | # Common Autotools file used to generate Visual Studio 2008+ |
||
21 | # Projects from their templates |
||
22 | |||
23 | # This autotools file, from GLib, can be used in other projects |
||
24 | # that have Visual Studio build support, and is copied into |
||
25 | # $(srcroot)/build/. |
||
26 | |||
27 | # * Input variables: |
||
28 | # |
||
29 | # MSVCPROJS - List of Projects that should be generated |
||
30 | # |
||
31 | # * Simple tutorial |
||
32 | # |
||
33 | # Add this to Makefile.am where your library/program is built: |
||
34 | # include $(top_srcdir)/build/Makefile.msvcproj |
||
35 | # MSVCPROJS = YourProject (can be multiple projects in a single srcdir) |
||
36 | # YourProject_FILES = $(libyourlib_1_0_SOURCES) |
||
37 | # YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random unsed value if none |
||
38 | # YourProject_HEADERS_DIR = $(libyourlibincludedir) |
||
39 | # YourProject_HEADERS_INST = $(libyourlib_1_0_HEADERS) |
||
40 | # YourProject_HEADERS_EXCLUDES = ... # <list of headers to exclude from installation, separated by '|', wildcards allowed; use random unsed value if none> |
||
41 | # |
||
42 | # dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in the process) |
||
43 | # $(top_builddir)/build/win32/vs9/YourProject.vcproj \ |
||
44 | # $(top_builddir)/build/win32/vs9/YourProject.headers |
||
45 | |||
46 | # Private functions |
||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | VPATH = @srcdir@ |
||
53 | am__is_gnu_make = { \ |
||
54 | if test -z '$(MAKELEVEL)'; then \ |
||
55 | false; \ |
||
56 | elif test -n '$(MAKE_HOST)'; then \ |
||
57 | true; \ |
||
58 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
59 | true; \ |
||
60 | else \ |
||
61 | false; \ |
||
62 | fi; \ |
||
63 | } |
||
64 | am__make_running_with_option = \ |
||
65 | case $${target_option-} in \ |
||
66 | ?) ;; \ |
||
67 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
68 | "target option '$${target_option-}' specified" >&2; \ |
||
69 | exit 1;; \ |
||
70 | esac; \ |
||
71 | has_opt=no; \ |
||
72 | sane_makeflags=$$MAKEFLAGS; \ |
||
73 | if $(am__is_gnu_make); then \ |
||
74 | sane_makeflags=$$MFLAGS; \ |
||
75 | else \ |
||
76 | case $$MAKEFLAGS in \ |
||
77 | *\\[\ \ ]*) \ |
||
78 | bs=\\; \ |
||
79 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
80 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
81 | esac; \ |
||
82 | fi; \ |
||
83 | skip_next=no; \ |
||
84 | strip_trailopt () \ |
||
85 | { \ |
||
86 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
87 | }; \ |
||
88 | for flg in $$sane_makeflags; do \ |
||
89 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
90 | case $$flg in \ |
||
91 | *=*|--*) continue;; \ |
||
92 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
93 | -*I?*) strip_trailopt 'I';; \ |
||
94 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
95 | -*O?*) strip_trailopt 'O';; \ |
||
96 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
97 | -*l?*) strip_trailopt 'l';; \ |
||
98 | -[dEDm]) skip_next=yes;; \ |
||
99 | -[JT]) skip_next=yes;; \ |
||
100 | esac; \ |
||
101 | case $$flg in \ |
||
102 | *$$target_option*) has_opt=yes; break;; \ |
||
103 | esac; \ |
||
104 | done; \ |
||
105 | test $$has_opt = yes |
||
106 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
107 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
108 | pkgdatadir = $(datadir)/@PACKAGE@ |
||
109 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
110 | pkglibdir = $(libdir)/@PACKAGE@ |
||
111 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
112 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
113 | install_sh_DATA = $(install_sh) -c -m 644 |
||
114 | install_sh_PROGRAM = $(install_sh) -c |
||
115 | install_sh_SCRIPT = $(install_sh) -c |
||
116 | INSTALL_HEADER = $(INSTALL_DATA) |
||
117 | transform = $(program_transform_name) |
||
118 | NORMAL_INSTALL = : |
||
119 | PRE_INSTALL = : |
||
120 | POST_INSTALL = : |
||
121 | NORMAL_UNINSTALL = : |
||
122 | PRE_UNINSTALL = : |
||
123 | POST_UNINSTALL = : |
||
124 | build_triplet = @build@ |
||
125 | host_triplet = @host@ |
||
126 | installed_test_PROGRAMS = $(am__EXEEXT_5) |
||
127 | noinst_PROGRAMS = $(am__EXEEXT_7) |
||
128 | check_PROGRAMS = $(am__EXEEXT_6) |
||
129 | TESTS = $(am__EXEEXT_5) |
||
130 | @OS_WIN32_TRUE@am__append_1 = $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \ |
||
131 | @OS_WIN32_TRUE@ $(dist_test_scripts) $(dist_uninstalled_test_scripts) |
||
132 | |||
133 | @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_2 = $(all_test_ltlibs) |
||
134 | @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_3 = $(all_test_programs) |
||
135 | @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_4 = $(all_test_scripts) |
||
136 | @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_5 = $(all_test_data) |
||
137 | @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_6 = $(all_test_ltlibs) |
||
138 | @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_7 = $(all_test_programs) |
||
139 | @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_8 = $(all_test_scripts) |
||
140 | @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_9 = $(all_test_data) |
||
141 | @ENABLE_INSTALLED_TESTS_TRUE@am__append_10 = $(test_programs) $(installed_test_programs) \ |
||
142 | @ENABLE_INSTALLED_TESTS_TRUE@ $(test_extra_programs) $(installed_test_extra_programs) |
||
143 | |||
144 | @ENABLE_INSTALLED_TESTS_TRUE@am__append_11 = $(test_scripts) \ |
||
145 | @ENABLE_INSTALLED_TESTS_TRUE@ $(installed_test_scripts) \ |
||
146 | @ENABLE_INSTALLED_TESTS_TRUE@ $(test_extra_scripts) \ |
||
147 | @ENABLE_INSTALLED_TESTS_TRUE@ $(test_installed_extra_scripts) \ |
||
148 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_scripts) \ |
||
149 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_extra_scripts) \ |
||
150 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_installed_test_scripts) \ |
||
151 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_installed_test_extra_scripts) |
||
152 | @ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_data) \ |
||
153 | @ENABLE_INSTALLED_TESTS_TRUE@ $(installed_test_data) \ |
||
154 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_data) \ |
||
155 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_installed_test_data) |
||
156 | @ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(test_ltlibraries) $(installed_test_ltlibraries) |
||
157 | @ENABLE_INSTALLED_TESTS_TRUE@am__append_14 = $(installed_test_meta_DATA) |
||
158 | @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@am__append_15 = glib-2.0.lib |
||
159 | @OS_UNIX_TRUE@am__append_16 = glib-unix.c |
||
160 | @THREADS_WIN32_TRUE@am__append_17 = gthread-win32.c |
||
161 | @THREADS_POSIX_TRUE@@THREADS_WIN32_FALSE@am__append_18 = gthread-posix.c |
||
162 | @ENABLE_DTRACE_TRUE@am__append_19 = glib_probes.h glib_probes.lo |
||
163 | @ENABLE_DTRACE_TRUE@am__append_20 = glib_probes.h glib_probes.h.tmp |
||
164 | @ENABLE_DTRACE_TRUE@am__append_21 = glib_probes.lo |
||
165 | @ENABLE_SYSTEMTAP_TRUE@am__append_22 = $(tapset_in_files:.stp.in=.stp) |
||
166 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__append_23 = gspawn-win64-helper gspawn-win64-helper-console |
||
167 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__append_24 = gspawn-win32-helper gspawn-win32-helper-console |
||
168 | bin_PROGRAMS = $(am__EXEEXT_4) |
||
169 | @OS_UNIX_TRUE@am__append_25 = gtester |
||
170 | @OS_UNIX_TRUE@am__append_26 = ${auto_config_binscripts} |
||
171 | subdir = glib |
||
172 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
173 | am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \ |
||
174 | $(top_srcdir)/m4macros/glibtests.m4 \ |
||
175 | $(top_srcdir)/m4macros/gtk-doc.m4 \ |
||
176 | $(top_srcdir)/m4macros/libtool.m4 \ |
||
177 | $(top_srcdir)/m4macros/ltoptions.m4 \ |
||
178 | $(top_srcdir)/m4macros/ltsugar.m4 \ |
||
179 | $(top_srcdir)/m4macros/ltversion.m4 \ |
||
180 | $(top_srcdir)/m4macros/lt~obsolete.m4 \ |
||
181 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \ |
||
182 | $(top_srcdir)/glib/libcharset/codeset.m4 \ |
||
183 | $(top_srcdir)/glib/libcharset/glibc21.m4 \ |
||
184 | $(top_srcdir)/m4macros/glib-gettext.m4 \ |
||
185 | $(top_srcdir)/configure.ac |
||
186 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
187 | $(ACLOCAL_M4) |
||
188 | DIST_COMMON = $(srcdir)/Makefile.am $(dist_gdb_SCRIPTS) \ |
||
189 | $(deprecatedinclude_HEADERS) $(glibinclude_HEADERS) \ |
||
190 | $(glibsubinclude_HEADERS) $(am__DIST_COMMON) |
||
191 | mkinstalldirs = $(install_sh) -d |
||
192 | CONFIG_HEADER = $(top_builddir)/config.h |
||
193 | CONFIG_CLEAN_FILES = glibconfig.h.win32 makefile.msc glib.rc |
||
194 | CONFIG_CLEAN_VPATH_FILES = |
||
195 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
||
196 | am__vpath_adj = case $$p in \ |
||
197 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
||
198 | *) f=$$p;; \ |
||
199 | esac; |
||
200 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
||
201 | am__install_max = 40 |
||
202 | am__nobase_strip_setup = \ |
||
203 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
||
204 | am__nobase_strip = \ |
||
205 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
||
206 | am__nobase_list = $(am__nobase_strip_setup); \ |
||
207 | for p in $$list; do echo "$$p $$p"; done | \ |
||
208 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
||
209 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
||
210 | if (++n[$$2] == $(am__install_max)) \ |
||
211 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
||
212 | END { for (dir in files) print dir, files[dir] }' |
||
213 | am__base_list = \ |
||
214 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
||
215 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
||
216 | am__uninstall_files_from_dir = { \ |
||
217 | test -z "$$files" \ |
||
218 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
||
219 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
||
220 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
||
221 | } |
||
222 | am__installdirs = "$(DESTDIR)$(installed_testdir)" \ |
||
223 | "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
||
224 | "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" \ |
||
225 | "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(installed_testdir)" \ |
||
226 | "$(DESTDIR)$(installed_test_metadir)" \ |
||
227 | "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(tapsetdir)" \ |
||
228 | "$(DESTDIR)$(deprecatedincludedir)" \ |
||
229 | "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" \ |
||
230 | "$(DESTDIR)$(configexecincludedir)" |
||
231 | LTLIBRARIES = $(installed_test_LTLIBRARIES) $(lib_LTLIBRARIES) \ |
||
232 | $(noinst_LTLIBRARIES) |
||
233 | am__DEPENDENCIES_1 = |
||
234 | @USE_SYSTEM_PCRE_FALSE@am__DEPENDENCIES_2 = pcre/libpcre.la |
||
235 | @USE_SYSTEM_PCRE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) |
||
236 | am__libglib_2_0_la_SOURCES_DIST = deprecated/gallocator.c \ |
||
237 | deprecated/gcache.c deprecated/gcompletion.c deprecated/grel.c \ |
||
238 | deprecated/gthread-deprecated.c glib_probes.d garray.c \ |
||
239 | gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \ |
||
240 | gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \ |
||
241 | gbytes.h gcharset.c gcharsetprivate.h gchecksum.c gconvert.c \ |
||
242 | gdataset.c gdatasetprivate.h gdate.c gdatetime.c gdir.c \ |
||
243 | genviron.c gerror.c gfileutils.c ggettext.c ghash.c ghmac.c \ |
||
244 | ghook.c ghostutils.c giochannel.c gkeyfile.c glibintl.h \ |
||
245 | glib_trace.h glib-init.h glib-init.c glib-private.h \ |
||
246 | glib-private.c glist.c gmain-internal.h gmain.c gmappedfile.c \ |
||
247 | gmarkup.c gmem.c gmessages.c gmirroringtable.h gnode.c \ |
||
248 | goption.c gpattern.c gpoll.c gprimes.c gqsort.c gquark.c \ |
||
249 | gqueue.c grand.c gregex.c gscanner.c gscripttable.h \ |
||
250 | gsequence.c gshell.c gslice.c gslist.c gstdio.c gstrfuncs.c \ |
||
251 | gstring.c gstringchunk.c gtestutils.c gthread.c \ |
||
252 | gthreadprivate.h gthreadpool.c gtimer.c gtimezone.c \ |
||
253 | gtranslit.c gtranslit-data.h gtrashstack.c gtree.c guniprop.c \ |
||
254 | gutf8.c gunibreak.h gunibreak.c gunichartables.h gunicollate.c \ |
||
255 | gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \ |
||
256 | gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \ |
||
257 | gvariant-core.c gvariant-internal.h gvariant-parser.c \ |
||
258 | gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \ |
||
259 | gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \ |
||
260 | gwakeup.c gprintf.c gprintfint.h valgrind.h glib-unix.c \ |
||
261 | gthread-win32.c gthread-posix.c |
||
262 | am__objects_1 = libglib_2_0_la-gallocator.lo libglib_2_0_la-gcache.lo \ |
||
263 | libglib_2_0_la-gcompletion.lo libglib_2_0_la-grel.lo \ |
||
264 | libglib_2_0_la-gthread-deprecated.lo |
||
265 | @OS_UNIX_TRUE@am__objects_2 = libglib_2_0_la-glib-unix.lo |
||
266 | @THREADS_WIN32_TRUE@am__objects_3 = libglib_2_0_la-gthread-win32.lo |
||
267 | @THREADS_POSIX_TRUE@@THREADS_WIN32_FALSE@am__objects_4 = libglib_2_0_la-gthread-posix.lo |
||
268 | am_libglib_2_0_la_OBJECTS = $(am__objects_1) libglib_2_0_la-garray.lo \ |
||
269 | libglib_2_0_la-gasyncqueue.lo libglib_2_0_la-gatomic.lo \ |
||
270 | libglib_2_0_la-gbacktrace.lo libglib_2_0_la-gbase64.lo \ |
||
271 | libglib_2_0_la-gbitlock.lo libglib_2_0_la-gbookmarkfile.lo \ |
||
272 | libglib_2_0_la-gbytes.lo libglib_2_0_la-gcharset.lo \ |
||
273 | libglib_2_0_la-gchecksum.lo libglib_2_0_la-gconvert.lo \ |
||
274 | libglib_2_0_la-gdataset.lo libglib_2_0_la-gdate.lo \ |
||
275 | libglib_2_0_la-gdatetime.lo libglib_2_0_la-gdir.lo \ |
||
276 | libglib_2_0_la-genviron.lo libglib_2_0_la-gerror.lo \ |
||
277 | libglib_2_0_la-gfileutils.lo libglib_2_0_la-ggettext.lo \ |
||
278 | libglib_2_0_la-ghash.lo libglib_2_0_la-ghmac.lo \ |
||
279 | libglib_2_0_la-ghook.lo libglib_2_0_la-ghostutils.lo \ |
||
280 | libglib_2_0_la-giochannel.lo libglib_2_0_la-gkeyfile.lo \ |
||
281 | libglib_2_0_la-glib-init.lo libglib_2_0_la-glib-private.lo \ |
||
282 | libglib_2_0_la-glist.lo libglib_2_0_la-gmain.lo \ |
||
283 | libglib_2_0_la-gmappedfile.lo libglib_2_0_la-gmarkup.lo \ |
||
284 | libglib_2_0_la-gmem.lo libglib_2_0_la-gmessages.lo \ |
||
285 | libglib_2_0_la-gnode.lo libglib_2_0_la-goption.lo \ |
||
286 | libglib_2_0_la-gpattern.lo libglib_2_0_la-gpoll.lo \ |
||
287 | libglib_2_0_la-gprimes.lo libglib_2_0_la-gqsort.lo \ |
||
288 | libglib_2_0_la-gquark.lo libglib_2_0_la-gqueue.lo \ |
||
289 | libglib_2_0_la-grand.lo libglib_2_0_la-gregex.lo \ |
||
290 | libglib_2_0_la-gscanner.lo libglib_2_0_la-gsequence.lo \ |
||
291 | libglib_2_0_la-gshell.lo libglib_2_0_la-gslice.lo \ |
||
292 | libglib_2_0_la-gslist.lo libglib_2_0_la-gstdio.lo \ |
||
293 | libglib_2_0_la-gstrfuncs.lo libglib_2_0_la-gstring.lo \ |
||
294 | libglib_2_0_la-gstringchunk.lo libglib_2_0_la-gtestutils.lo \ |
||
295 | libglib_2_0_la-gthread.lo libglib_2_0_la-gthreadpool.lo \ |
||
296 | libglib_2_0_la-gtimer.lo libglib_2_0_la-gtimezone.lo \ |
||
297 | libglib_2_0_la-gtranslit.lo libglib_2_0_la-gtrashstack.lo \ |
||
298 | libglib_2_0_la-gtree.lo libglib_2_0_la-guniprop.lo \ |
||
299 | libglib_2_0_la-gutf8.lo libglib_2_0_la-gunibreak.lo \ |
||
300 | libglib_2_0_la-gunicollate.lo libglib_2_0_la-gunidecomp.lo \ |
||
301 | libglib_2_0_la-gurifuncs.lo libglib_2_0_la-gutils.lo \ |
||
302 | libglib_2_0_la-gvariant.lo libglib_2_0_la-gvariant-core.lo \ |
||
303 | libglib_2_0_la-gvariant-parser.lo \ |
||
304 | libglib_2_0_la-gvariant-serialiser.lo \ |
||
305 | libglib_2_0_la-gvarianttypeinfo.lo \ |
||
306 | libglib_2_0_la-gvarianttype.lo libglib_2_0_la-gversion.lo \ |
||
307 | libglib_2_0_la-gwakeup.lo libglib_2_0_la-gprintf.lo \ |
||
308 | $(am__objects_2) $(am__objects_3) $(am__objects_4) |
||
309 | libglib_2_0_la_OBJECTS = $(am_libglib_2_0_la_OBJECTS) |
||
310 | AM_V_lt = $(am__v_lt_@AM_V@) |
||
311 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
||
312 | am__v_lt_0 = --silent |
||
313 | am__v_lt_1 = |
||
314 | libglib_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
||
315 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
||
316 | $(libglib_2_0_la_CFLAGS) $(CFLAGS) $(libglib_2_0_la_LDFLAGS) \ |
||
317 | $(LDFLAGS) -o $@ |
||
318 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__EXEEXT_1 = gspawn-win64-helper$(EXEEXT) \ |
||
319 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@ gspawn-win64-helper-console$(EXEEXT) |
||
320 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__EXEEXT_2 = gspawn-win32-helper$(EXEEXT) \ |
||
321 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@ gspawn-win32-helper-console$(EXEEXT) |
||
322 | @OS_UNIX_TRUE@am__EXEEXT_3 = gtester$(EXEEXT) |
||
323 | am__EXEEXT_4 = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) |
||
324 | am__EXEEXT_5 = |
||
325 | @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_6 = $(am__EXEEXT_5) |
||
326 | @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_7 = $(am__EXEEXT_5) |
||
327 | PROGRAMS = $(bin_PROGRAMS) $(installed_test_PROGRAMS) \ |
||
328 | $(noinst_PROGRAMS) |
||
329 | gspawn_win32_helper_SOURCES = gspawn-win32-helper.c |
||
330 | gspawn_win32_helper_OBJECTS = gspawn-win32-helper.$(OBJEXT) |
||
331 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_DEPENDENCIES = \ |
||
332 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@ libglib-2.0.la |
||
333 | gspawn_win32_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
||
334 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
||
335 | $(AM_CFLAGS) $(CFLAGS) $(gspawn_win32_helper_LDFLAGS) \ |
||
336 | $(LDFLAGS) -o $@ |
||
337 | gspawn_win32_helper_console_SOURCES = gspawn-win32-helper-console.c |
||
338 | gspawn_win32_helper_console_OBJECTS = \ |
||
339 | gspawn-win32-helper-console.$(OBJEXT) |
||
340 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_DEPENDENCIES = \ |
||
341 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@ libglib-2.0.la |
||
342 | gspawn_win64_helper_SOURCES = gspawn-win64-helper.c |
||
343 | gspawn_win64_helper_OBJECTS = gspawn-win64-helper.$(OBJEXT) |
||
344 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_DEPENDENCIES = \ |
||
345 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@ libglib-2.0.la |
||
346 | gspawn_win64_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
||
347 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
||
348 | $(AM_CFLAGS) $(CFLAGS) $(gspawn_win64_helper_LDFLAGS) \ |
||
349 | $(LDFLAGS) -o $@ |
||
350 | gspawn_win64_helper_console_SOURCES = gspawn-win64-helper-console.c |
||
351 | gspawn_win64_helper_console_OBJECTS = \ |
||
352 | gspawn-win64-helper-console.$(OBJEXT) |
||
353 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_DEPENDENCIES = \ |
||
354 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@ libglib-2.0.la |
||
355 | am__gtester_SOURCES_DIST = gtester.c |
||
356 | @OS_UNIX_TRUE@am_gtester_OBJECTS = gtester.$(OBJEXT) |
||
357 | gtester_OBJECTS = $(am_gtester_OBJECTS) |
||
358 | @OS_UNIX_TRUE@gtester_DEPENDENCIES = libglib-2.0.la |
||
359 | SCRIPTS = $(bin_SCRIPTS) $(dist_gdb_SCRIPTS) $(installed_test_SCRIPTS) \ |
||
360 | $(noinst_SCRIPTS) |
||
361 | AM_V_P = $(am__v_P_@AM_V@) |
||
362 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
363 | am__v_P_0 = false |
||
364 | am__v_P_1 = : |
||
365 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
366 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
367 | am__v_GEN_0 = @echo " GEN " $@; |
||
368 | am__v_GEN_1 = |
||
369 | AM_V_at = $(am__v_at_@AM_V@) |
||
370 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
371 | am__v_at_0 = @ |
||
372 | am__v_at_1 = |
||
373 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
||
374 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
||
375 | am__depfiles_maybe = depfiles |
||
376 | am__mv = mv -f |
||
377 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
378 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
379 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
380 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
||
381 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
||
382 | $(AM_CFLAGS) $(CFLAGS) |
||
383 | AM_V_CC = $(am__v_CC_@AM_V@) |
||
384 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
||
385 | am__v_CC_0 = @echo " CC " $@; |
||
386 | am__v_CC_1 = |
||
387 | CCLD = $(CC) |
||
388 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
389 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
390 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
391 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
||
392 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
||
393 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
394 | am__v_CCLD_1 = |
||
395 | SOURCES = $(libglib_2_0_la_SOURCES) $(EXTRA_libglib_2_0_la_SOURCES) \ |
||
396 | gspawn-win32-helper.c gspawn-win32-helper-console.c \ |
||
397 | gspawn-win64-helper.c gspawn-win64-helper-console.c \ |
||
398 | $(gtester_SOURCES) |
||
399 | DIST_SOURCES = $(am__libglib_2_0_la_SOURCES_DIST) \ |
||
400 | $(EXTRA_libglib_2_0_la_SOURCES) gspawn-win32-helper.c \ |
||
401 | gspawn-win32-helper-console.c gspawn-win64-helper.c \ |
||
402 | gspawn-win64-helper-console.c $(am__gtester_SOURCES_DIST) |
||
403 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
||
404 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
||
405 | install-data-recursive install-dvi-recursive \ |
||
406 | install-exec-recursive install-html-recursive \ |
||
407 | install-info-recursive install-pdf-recursive \ |
||
408 | install-ps-recursive install-recursive installcheck-recursive \ |
||
409 | installdirs-recursive pdf-recursive ps-recursive \ |
||
410 | tags-recursive uninstall-recursive |
||
411 | am__can_run_installinfo = \ |
||
412 | case $$AM_UPDATE_INFO_DIR in \ |
||
413 | n|no|NO) false;; \ |
||
414 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
415 | esac |
||
416 | DATA = $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \ |
||
417 | $(noinst_DATA) $(tapset_DATA) |
||
418 | HEADERS = $(deprecatedinclude_HEADERS) $(glibinclude_HEADERS) \ |
||
419 | $(glibsubinclude_HEADERS) $(nodist_configexecinclude_HEADERS) |
||
420 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
||
421 | distclean-recursive maintainer-clean-recursive |
||
422 | am__recursive_targets = \ |
||
423 | $(RECURSIVE_TARGETS) \ |
||
424 | $(RECURSIVE_CLEAN_TARGETS) \ |
||
425 | $(am__extra_recursive_targets) |
||
426 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
||
427 | check recheck distdir |
||
428 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
||
429 | # Read a list of newline-separated strings from the standard input, |
||
430 | # and print each of them once, without duplicates. Input order is |
||
431 | # *not* preserved. |
||
432 | am__uniquify_input = $(AWK) '\ |
||
433 | BEGIN { nonempty = 0; } \ |
||
434 | { items[$$0] = 1; nonempty = 1; } \ |
||
435 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
436 | ' |
||
437 | # Make sure the list of sources is unique. This is necessary because, |
||
438 | # e.g., the same source file might be shared among _SOURCES variables |
||
439 | # for different programs/libraries. |
||
440 | am__define_uniq_tagged_files = \ |
||
441 | list='$(am__tagged_files)'; \ |
||
442 | unique=`for i in $$list; do \ |
||
443 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
444 | done | $(am__uniquify_input)` |
||
445 | ETAGS = etags |
||
446 | CTAGS = ctags |
||
447 | am__tty_colors_dummy = \ |
||
448 | mgn= red= grn= lgn= blu= brg= std=; \ |
||
449 | am__color_tests=no |
||
450 | am__tty_colors = { \ |
||
451 | $(am__tty_colors_dummy); \ |
||
452 | if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
||
453 | am__color_tests=no; \ |
||
454 | elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
||
455 | am__color_tests=yes; \ |
||
456 | elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ |
||
457 | am__color_tests=yes; \ |
||
458 | fi; \ |
||
459 | if test $$am__color_tests = yes; then \ |
||
460 | red='[0;31m'; \ |
||
461 | grn='[0;32m'; \ |
||
462 | lgn='[1;32m'; \ |
||
463 | blu='[1;34m'; \ |
||
464 | mgn='[0;35m'; \ |
||
465 | brg='[1m'; \ |
||
466 | std='[m'; \ |
||
467 | fi; \ |
||
468 | } |
||
469 | am__recheck_rx = ^[ ]*:recheck:[ ]* |
||
470 | am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
||
471 | am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
||
472 | # A command that, given a newline-separated list of test names on the |
||
473 | # standard input, print the name of the tests that are to be re-run |
||
474 | # upon "make recheck". |
||
475 | am__list_recheck_tests = $(AWK) '{ \ |
||
476 | recheck = 1; \ |
||
477 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
||
478 | { \ |
||
479 | if (rc < 0) \ |
||
480 | { \ |
||
481 | if ((getline line2 < ($$0 ".log")) < 0) \ |
||
482 | recheck = 0; \ |
||
483 | break; \ |
||
484 | } \ |
||
485 | else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
||
486 | { \ |
||
487 | recheck = 0; \ |
||
488 | break; \ |
||
489 | } \ |
||
490 | else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
||
491 | { \ |
||
492 | break; \ |
||
493 | } \ |
||
494 | }; \ |
||
495 | if (recheck) \ |
||
496 | print $$0; \ |
||
497 | close ($$0 ".trs"); \ |
||
498 | close ($$0 ".log"); \ |
||
499 | }' |
||
500 | # A command that, given a newline-separated list of test names on the |
||
501 | # standard input, create the global log from their .trs and .log files. |
||
502 | am__create_global_log = $(AWK) ' \ |
||
503 | function fatal(msg) \ |
||
504 | { \ |
||
505 | print "fatal: making $@: " msg | "cat >&2"; \ |
||
506 | exit 1; \ |
||
507 | } \ |
||
508 | function rst_section(header) \ |
||
509 | { \ |
||
510 | print header; \ |
||
511 | len = length(header); \ |
||
512 | for (i = 1; i <= len; i = i + 1) \ |
||
513 | printf "="; \ |
||
514 | printf "\n\n"; \ |
||
515 | } \ |
||
516 | { \ |
||
517 | copy_in_global_log = 1; \ |
||
518 | global_test_result = "RUN"; \ |
||
519 | while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
||
520 | { \ |
||
521 | if (rc < 0) \ |
||
522 | fatal("failed to read from " $$0 ".trs"); \ |
||
523 | if (line ~ /$(am__global_test_result_rx)/) \ |
||
524 | { \ |
||
525 | sub("$(am__global_test_result_rx)", "", line); \ |
||
526 | sub("[ ]*$$", "", line); \ |
||
527 | global_test_result = line; \ |
||
528 | } \ |
||
529 | else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
||
530 | copy_in_global_log = 0; \ |
||
531 | }; \ |
||
532 | if (copy_in_global_log) \ |
||
533 | { \ |
||
534 | rst_section(global_test_result ": " $$0); \ |
||
535 | while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
||
536 | { \ |
||
537 | if (rc < 0) \ |
||
538 | fatal("failed to read from " $$0 ".log"); \ |
||
539 | print line; \ |
||
540 | }; \ |
||
541 | printf "\n"; \ |
||
542 | }; \ |
||
543 | close ($$0 ".trs"); \ |
||
544 | close ($$0 ".log"); \ |
||
545 | }' |
||
546 | # Restructured Text title. |
||
547 | am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } |
||
548 | # Solaris 10 'make', and several other traditional 'make' implementations, |
||
549 | # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
||
550 | # by disabling -e (using the XSI extension "set +e") if it's set. |
||
551 | am__sh_e_setup = case $$- in *e*) set +e;; esac |
||
552 | # Default flags passed to test drivers. |
||
553 | am__common_driver_flags = \ |
||
554 | --color-tests "$$am__color_tests" \ |
||
555 | --enable-hard-errors "$$am__enable_hard_errors" \ |
||
556 | --expect-failure "$$am__expect_failure" |
||
557 | # To be inserted before the command running the test. Creates the |
||
558 | # directory for the log if needed. Stores in $dir the directory |
||
559 | # containing $f, in $tst the test, in $log the log. Executes the |
||
560 | # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
||
561 | # passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
||
562 | # will run the test scripts (or their associated LOG_COMPILER, if |
||
563 | # thy have one). |
||
564 | am__check_pre = \ |
||
565 | $(am__sh_e_setup); \ |
||
566 | $(am__vpath_adj_setup) $(am__vpath_adj) \ |
||
567 | $(am__tty_colors); \ |
||
568 | srcdir=$(srcdir); export srcdir; \ |
||
569 | case "$@" in \ |
||
570 | */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
||
571 | *) am__odir=.;; \ |
||
572 | esac; \ |
||
573 | test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
||
574 | || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
||
575 | if test -f "./$$f"; then dir=./; \ |
||
576 | elif test -f "$$f"; then dir=; \ |
||
577 | else dir="$(srcdir)/"; fi; \ |
||
578 | tst=$$dir$$f; log='$@'; \ |
||
579 | if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
||
580 | am__enable_hard_errors=no; \ |
||
581 | else \ |
||
582 | am__enable_hard_errors=yes; \ |
||
583 | fi; \ |
||
584 | case " $(XFAIL_TESTS) " in \ |
||
585 | *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
||
586 | am__expect_failure=yes;; \ |
||
587 | *) \ |
||
588 | am__expect_failure=no;; \ |
||
589 | esac; \ |
||
590 | $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
||
591 | # A shell command to get the names of the tests scripts with any registered |
||
592 | # extension removed (i.e., equivalently, the names of the test logs, with |
||
593 | # the '.log' extension removed). The result is saved in the shell variable |
||
594 | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
||
595 | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
||
596 | # since that might cause problem with VPATH rewrites for suffix-less tests. |
||
597 | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
||
598 | am__set_TESTS_bases = \ |
||
599 | bases='$(TEST_LOGS)'; \ |
||
600 | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
||
601 | bases=`echo $$bases` |
||
602 | RECHECK_LOGS = $(TEST_LOGS) |
||
603 | TEST_SUITE_LOG = test-suite.log |
||
604 | TEST_EXTENSIONS = @EXEEXT@ .test |
||
605 | am__test_logs1 = $(TESTS:=.log) |
||
606 | am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) |
||
607 | TEST_LOGS = $(am__test_logs2:.test.log=.log) |
||
608 | TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver |
||
609 | TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
||
610 | $(TEST_LOG_FLAGS) |
||
611 | am__set_b = \ |
||
612 | case '$@' in \ |
||
613 | */*) \ |
||
614 | case '$*' in \ |
||
615 | */*) b='$*';; \ |
||
616 | *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
||
617 | esac;; \ |
||
618 | *) \ |
||
619 | b='$*';; \ |
||
620 | esac |
||
621 | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/glib.rc.in \ |
||
622 | $(srcdir)/glibconfig.h.win32.in $(srcdir)/makefile.msc.in \ |
||
623 | $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \ |
||
624 | $(top_srcdir)/glib.mk $(top_srcdir)/test-driver |
||
625 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
626 | am__relativize = \ |
||
627 | dir0=`pwd`; \ |
||
628 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
||
629 | sed_rest='s,^[^/]*/*,,'; \ |
||
630 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
||
631 | sed_butlast='s,/*[^/]*$$,,'; \ |
||
632 | while test -n "$$dir1"; do \ |
||
633 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
||
634 | if test "$$first" != "."; then \ |
||
635 | if test "$$first" = ".."; then \ |
||
636 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
||
637 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
||
638 | else \ |
||
639 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
||
640 | if test "$$first2" = "$$first"; then \ |
||
641 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
||
642 | else \ |
||
643 | dir2="../$$dir2"; \ |
||
644 | fi; \ |
||
645 | dir0="$$dir0"/"$$first"; \ |
||
646 | fi; \ |
||
647 | fi; \ |
||
648 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
||
649 | done; \ |
||
650 | reldir="$$dir2" |
||
651 | ABS_TAPSET_DIR = @ABS_TAPSET_DIR@ |
||
652 | ACLOCAL = @ACLOCAL@ |
||
653 | ALLOCA = @ALLOCA@ |
||
654 | AMTAR = @AMTAR@ |
||
655 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
656 | AR = @AR@ |
||
657 | AS = @AS@ |
||
658 | AUTOCONF = @AUTOCONF@ |
||
659 | AUTOHEADER = @AUTOHEADER@ |
||
660 | AUTOMAKE = @AUTOMAKE@ |
||
661 | AWK = @AWK@ |
||
662 | CARBON_LIBS = @CARBON_LIBS@ |
||
663 | CATALOGS = @CATALOGS@ |
||
664 | CATOBJEXT = @CATOBJEXT@ |
||
665 | CC = @CC@ |
||
666 | CCDEPMODE = @CCDEPMODE@ |
||
667 | CFLAGS = @CFLAGS@ |
||
668 | COCOA_LIBS = @COCOA_LIBS@ |
||
669 | CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@ |
||
670 | CPP = @CPP@ |
||
671 | CPPFLAGS = @CPPFLAGS@ |
||
672 | CXX = @CXX@ |
||
673 | CXXCPP = @CXXCPP@ |
||
674 | CXXDEPMODE = @CXXDEPMODE@ |
||
675 | CXXFLAGS = @CXXFLAGS@ |
||
676 | CYGPATH_W = @CYGPATH_W@ |
||
677 | DATADIRNAME = @DATADIRNAME@ |
||
678 | DBUS1_CFLAGS = @DBUS1_CFLAGS@ |
||
679 | DBUS1_LIBS = @DBUS1_LIBS@ |
||
680 | DBUS_DAEMON = @DBUS_DAEMON@ |
||
681 | DEFS = @DEFS@ |
||
682 | DEPDIR = @DEPDIR@ |
||
683 | DLLTOOL = @DLLTOOL@ |
||
684 | DSYMUTIL = @DSYMUTIL@ |
||
685 | DTRACE = @DTRACE@ |
||
686 | DUMPBIN = @DUMPBIN@ |
||
687 | ECHO_C = @ECHO_C@ |
||
688 | ECHO_N = @ECHO_N@ |
||
689 | ECHO_T = @ECHO_T@ |
||
690 | EGREP = @EGREP@ |
||
691 | EXEEXT = @EXEEXT@ |
||
692 | FAM_LIBS = @FAM_LIBS@ |
||
693 | FGREP = @FGREP@ |
||
694 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ |
||
695 | GIO = @GIO@ |
||
696 | GIO_MODULE_DIR = @GIO_MODULE_DIR@ |
||
697 | GLIBC21 = @GLIBC21@ |
||
698 | GLIB_BINARY_AGE = @GLIB_BINARY_AGE@ |
||
699 | GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@ |
||
700 | GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@ |
||
701 | GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@ |
||
702 | GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@ |
||
703 | GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@ |
||
704 | GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@ |
||
705 | GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@ |
||
706 | GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@ |
||
707 | GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@ |
||
708 | GLIB_VERSION = @GLIB_VERSION@ |
||
709 | GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@ |
||
710 | GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@ |
||
711 | GMOFILES = @GMOFILES@ |
||
712 | GMSGFMT = @GMSGFMT@ |
||
713 | GREP = @GREP@ |
||
714 | GSPAWN = @GSPAWN@ |
||
715 | GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@ |
||
716 | GTKDOC_CHECK = @GTKDOC_CHECK@ |
||
717 | GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ |
||
718 | GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ |
||
719 | GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ |
||
720 | GTKDOC_MKPDF = @GTKDOC_MKPDF@ |
||
721 | GTKDOC_REBASE = @GTKDOC_REBASE@ |
||
722 | G_LIBS_EXTRA = @G_LIBS_EXTRA@ |
||
723 | G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@ |
||
724 | G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@ |
||
725 | G_MODULE_IMPL = @G_MODULE_IMPL@ |
||
726 | G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@ |
||
727 | G_MODULE_LIBS = @G_MODULE_LIBS@ |
||
728 | G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@ |
||
729 | G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@ |
||
730 | G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@ |
||
731 | G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@ |
||
732 | G_THREAD_CFLAGS = @G_THREAD_CFLAGS@ |
||
733 | G_THREAD_LIBS = @G_THREAD_LIBS@ |
||
734 | G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@ |
||
735 | G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@ |
||
736 | HTML_DIR = @HTML_DIR@ |
||
737 | ICONV_LIBS = @ICONV_LIBS@ |
||
738 | INDENT = @INDENT@ |
||
739 | INSTALL = @INSTALL@ |
||
740 | INSTALL_DATA = @INSTALL_DATA@ |
||
741 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
742 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
743 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
744 | INSTOBJEXT = @INSTOBJEXT@ |
||
745 | INTLLIBS = @INTLLIBS@ |
||
746 | LD = @LD@ |
||
747 | LDFLAGS = @LDFLAGS@ |
||
748 | LIBELF_CFLAGS = @LIBELF_CFLAGS@ |
||
749 | LIBELF_LIBS = @LIBELF_LIBS@ |
||
750 | LIBFFI_CFLAGS = @LIBFFI_CFLAGS@ |
||
751 | LIBFFI_LIBS = @LIBFFI_LIBS@ |
||
752 | LIBOBJS = @LIBOBJS@ |
||
753 | LIBS = @LIBS@ |
||
754 | LIBTOOL = @LIBTOOL@ |
||
755 | LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@ |
||
756 | LIPO = @LIPO@ |
||
757 | LN_S = @LN_S@ |
||
758 | LTLIBOBJS = @LTLIBOBJS@ |
||
759 | LTP = @LTP@ |
||
760 | LTP_GENHTML = @LTP_GENHTML@ |
||
761 | LT_AGE = @LT_AGE@ |
||
762 | LT_CURRENT = @LT_CURRENT@ |
||
763 | LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ |
||
764 | LT_RELEASE = @LT_RELEASE@ |
||
765 | LT_REVISION = @LT_REVISION@ |
||
766 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
||
767 | MAINT = @MAINT@ |
||
768 | MAKEINFO = @MAKEINFO@ |
||
769 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
||
770 | MKDIR_P = @MKDIR_P@ |
||
771 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
||
772 | MSGFMT = @MSGFMT@ |
||
773 | MSGFMT_OPTS = @MSGFMT_OPTS@ |
||
774 | NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@ |
||
775 | NETWORK_LIBS = @NETWORK_LIBS@ |
||
776 | NM = @NM@ |
||
777 | NMEDIT = @NMEDIT@ |
||
778 | OBJDUMP = @OBJDUMP@ |
||
779 | OBJEXT = @OBJEXT@ |
||
780 | OTOOL = @OTOOL@ |
||
781 | OTOOL64 = @OTOOL64@ |
||
782 | PACKAGE = @PACKAGE@ |
||
783 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
784 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
785 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
786 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
787 | PACKAGE_URL = @PACKAGE_URL@ |
||
788 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
789 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
790 | PCRE_CFLAGS = @PCRE_CFLAGS@ |
||
791 | PCRE_LIBS = @PCRE_LIBS@ |
||
792 | PCRE_REQUIRES = @PCRE_REQUIRES@ |
||
793 | PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@ |
||
794 | PERL = @PERL@ |
||
795 | PERL_PATH = @PERL_PATH@ |
||
796 | PKG_CONFIG = @PKG_CONFIG@ |
||
797 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
||
798 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
||
799 | PLATFORMDEP = @PLATFORMDEP@ |
||
800 | POFILES = @POFILES@ |
||
801 | POSUB = @POSUB@ |
||
802 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ |
||
803 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ |
||
804 | PYTHON = @PYTHON@ |
||
805 | PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ |
||
806 | PYTHON_PLATFORM = @PYTHON_PLATFORM@ |
||
807 | PYTHON_PREFIX = @PYTHON_PREFIX@ |
||
808 | PYTHON_VERSION = @PYTHON_VERSION@ |
||
809 | RANLIB = @RANLIB@ |
||
810 | REBUILD = @REBUILD@ |
||
811 | SED = @SED@ |
||
812 | SELINUX_LIBS = @SELINUX_LIBS@ |
||
813 | SET_MAKE = @SET_MAKE@ |
||
814 | SHELL = @SHELL@ |
||
815 | SHTOOL = @SHTOOL@ |
||
816 | STRIP = @STRIP@ |
||
817 | USE_NLS = @USE_NLS@ |
||
818 | VERSION = @VERSION@ |
||
819 | WINDRES = @WINDRES@ |
||
820 | WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@ |
||
821 | XATTR_LIBS = @XATTR_LIBS@ |
||
822 | XGETTEXT = @XGETTEXT@ |
||
823 | XMLCATALOG = @XMLCATALOG@ |
||
824 | XML_CATALOG_FILE = @XML_CATALOG_FILE@ |
||
825 | XSLTPROC = @XSLTPROC@ |
||
826 | ZLIB_CFLAGS = @ZLIB_CFLAGS@ |
||
827 | ZLIB_LIBS = @ZLIB_LIBS@ |
||
828 | abs_builddir = @abs_builddir@ |
||
829 | abs_srcdir = @abs_srcdir@ |
||
830 | abs_top_builddir = @abs_top_builddir@ |
||
831 | abs_top_srcdir = @abs_top_srcdir@ |
||
832 | ac_ct_AR = @ac_ct_AR@ |
||
833 | ac_ct_CC = @ac_ct_CC@ |
||
834 | ac_ct_CXX = @ac_ct_CXX@ |
||
835 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
||
836 | am__include = @am__include@ |
||
837 | am__leading_dot = @am__leading_dot@ |
||
838 | am__quote = @am__quote@ |
||
839 | am__tar = @am__tar@ |
||
840 | am__untar = @am__untar@ |
||
841 | bindir = @bindir@ |
||
842 | build = @build@ |
||
843 | build_alias = @build_alias@ |
||
844 | build_cpu = @build_cpu@ |
||
845 | build_os = @build_os@ |
||
846 | build_vendor = @build_vendor@ |
||
847 | builddir = @builddir@ |
||
848 | config_h_INCLUDES = @config_h_INCLUDES@ |
||
849 | datadir = @datadir@ |
||
850 | datarootdir = @datarootdir@ |
||
851 | docdir = @docdir@ |
||
852 | dvidir = @dvidir@ |
||
853 | exec_prefix = @exec_prefix@ |
||
854 | gio_INCLUDES = @gio_INCLUDES@ |
||
855 | glib_INCLUDES = @glib_INCLUDES@ |
||
856 | gmodule_INCLUDES = @gmodule_INCLUDES@ |
||
857 | gobject_INCLUDES = @gobject_INCLUDES@ |
||
858 | host = @host@ |
||
859 | host_alias = @host_alias@ |
||
860 | host_cpu = @host_cpu@ |
||
861 | host_os = @host_os@ |
||
862 | host_vendor = @host_vendor@ |
||
863 | htmldir = @htmldir@ |
||
864 | includedir = @includedir@ |
||
865 | infodir = @infodir@ |
||
866 | install_sh = @install_sh@ |
||
867 | installed_test_metadir = @installed_test_metadir@ |
||
868 | installed_testdir = @installed_testdir@ |
||
869 | libdir = @libdir@ |
||
870 | libexecdir = @libexecdir@ |
||
871 | localedir = @localedir@ |
||
872 | localstatedir = @localstatedir@ |
||
873 | mandir = @mandir@ |
||
874 | mkdir_p = @mkdir_p@ |
||
875 | ms_librarian = @ms_librarian@ |
||
876 | oldincludedir = @oldincludedir@ |
||
877 | pdfdir = @pdfdir@ |
||
878 | pkgpyexecdir = @pkgpyexecdir@ |
||
879 | pkgpythondir = @pkgpythondir@ |
||
880 | prefix = @prefix@ |
||
881 | program_transform_name = @program_transform_name@ |
||
882 | psdir = @psdir@ |
||
883 | pyexecdir = @pyexecdir@ |
||
884 | pythondir = @pythondir@ |
||
885 | runstatedir = @runstatedir@ |
||
886 | sbindir = @sbindir@ |
||
887 | sharedstatedir = @sharedstatedir@ |
||
888 | srcdir = @srcdir@ |
||
889 | sysconfdir = @sysconfdir@ |
||
890 | target_alias = @target_alias@ |
||
891 | top_build_prefix = @top_build_prefix@ |
||
892 | top_builddir = @top_builddir@ |
||
893 | top_srcdir = @top_srcdir@ |
||
894 | |||
895 | #GTESTER = gtester # for non-GLIB packages |
||
896 | #GTESTER_REPORT = gtester-report # for non-GLIB packages |
||
897 | GTESTER = $(top_builddir)/glib/gtester # for the GLIB package |
||
898 | GTESTER_REPORT = $(top_builddir)/glib/gtester-report # for the GLIB package |
||
899 | NULL = |
||
900 | |||
901 | # initialize variables for unconditional += appending |
||
902 | BUILT_SOURCES = glibconfig-stamp $(am__append_19) |
||
903 | |||
904 | # These may be in the builddir too |
||
905 | BUILT_EXTRA_DIST = makefile.msc glibconfig.h.win32 glib.rc |
||
906 | CLEANFILES = *.log *.trs $(am__append_14) libglib-gdb.py \ |
||
907 | glib-public-headers.txt $(am__append_20) $(am__append_22) |
||
908 | |||
909 | # |
||
910 | # Generate glibconfig.h |
||
911 | # |
||
912 | # The timestamp of the stamp file is used to indicate if glibconfig.h is |
||
913 | # up to date with respect to config.status. In the usual case, changes |
||
914 | # to config.status will not result in changes to glibconfig.h so we |
||
915 | # avoid touching its timestamp (in order not to rebuild the whole tree). |
||
916 | # |
||
917 | DISTCLEANFILES = glibconfig-stamp glibconfig.h glibconfig.h.win32 |
||
918 | MAINTAINERCLEANFILES = |
||
919 | |||
920 | # The compilation of GRegex can be disabled, but the source files must |
||
921 | # be distributed. |
||
922 | EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \ |
||
923 | makefile.msc.in glib.rc.in gen-unicode-tables.pl \ |
||
924 | glibconfig.h.win32.in gregex.c gregex.h win_iconv.c \ |
||
925 | libglib-gdb.py.in docs.c gconstructor.h \ |
||
926 | $(MIRRORING_TAB_SOURCE) $(tapset_in_files) $(am__append_26) |
||
927 | |||
928 | # We support a fairly large range of possible variables. It is expected that all types of files in a test suite |
||
929 | # will belong in exactly one of the following variables. |
||
930 | # |
||
931 | # First, we support the usual automake suffixes, but in lowercase, with the customary meaning: |
||
932 | # |
||
933 | # test_programs, test_scripts, test_data, test_ltlibraries |
||
934 | # |
||
935 | # The above are used to list files that are involved in both uninstalled and installed testing. The |
||
936 | # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite. |
||
937 | # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is |
||
938 | # installed in the same way as it appears in the package layout. |
||
939 | # |
||
940 | # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled', |
||
941 | # like so: |
||
942 | # |
||
943 | # installed_test_programs, uninstalled_test_programs |
||
944 | # installed_test_scripts, uninstalled_test_scripts |
||
945 | # installed_test_data, uninstalled_test_data |
||
946 | # installed_test_ltlibraries, uninstalled_test_ltlibraries |
||
947 | # |
||
948 | # Additionally, we support 'extra' infixes for programs and scripts. This is used for support programs/scripts |
||
949 | # that should not themselves be run as testcases (but exist to be used from other testcases): |
||
950 | # |
||
951 | # test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs |
||
952 | # test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts |
||
953 | # |
||
954 | # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data |
||
955 | # file automatically end up in the tarball. |
||
956 | # |
||
957 | # dist_test_scripts, dist_test_data, dist_test_extra_scripts |
||
958 | # dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts |
||
959 | # dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts |
||
960 | # |
||
961 | # Note that no file is automatically disted unless it appears in one of the dist_ variables. This follows the |
||
962 | # standard automake convention of not disting programs scripts or data by default. |
||
963 | # |
||
964 | # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted |
||
965 | # variants) will be run as part of the in-tree 'make check'. These are all assumed to be runnable under |
||
966 | # gtester. That's a bit strange for scripts, but it's possible. |
||
967 | |||
968 | # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace... |
||
969 | TEST_PROGS = $(strip $(test_programs) $(test_scripts) \ |
||
970 | $(uninstalled_test_programs) $(uninstalled_test_scripts) \ |
||
971 | $(dist_test_scripts) $(dist_uninstalled_test_scripts)) |
||
972 | installed_test_LTLIBRARIES = $(am__append_13) |
||
973 | installed_test_SCRIPTS = $(am__append_11) |
||
974 | nobase_installed_test_DATA = $(am__append_12) |
||
975 | noinst_LTLIBRARIES = $(am__append_2) |
||
976 | noinst_SCRIPTS = $(am__append_4) |
||
977 | noinst_DATA = $(am__append_5) $(am__append_15) |
||
978 | check_LTLIBRARIES = $(am__append_6) |
||
979 | check_SCRIPTS = $(am__append_8) |
||
980 | check_DATA = $(am__append_9) |
||
981 | |||
982 | # Note: build even the installed-only targets during 'make check' to ensure that they still work. |
||
983 | # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to |
||
984 | # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were |
||
985 | # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'. |
||
986 | all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \ |
||
987 | $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs) |
||
988 | |||
989 | all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \ |
||
990 | $(installed_test_scripts) $(test_extra_scripts) \ |
||
991 | $(uninstalled_test_extra_scripts) \ |
||
992 | $(installed_test_extra_scripts) $(all_dist_test_scripts) |
||
993 | all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \ |
||
994 | $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts) |
||
995 | |||
996 | all_test_data = $(test_data) $(uninstalled_test_data) \ |
||
997 | $(installed_test_data) $(all_dist_test_data) |
||
998 | all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data) |
||
999 | all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries) |
||
1000 | @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \ |
||
1001 | @ENABLE_INSTALLED_TESTS_TRUE@ $(test_scripts) $(installed_test_scripts) \ |
||
1002 | @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_scripts) $(dist_installed_test_scripts) |
||
1003 | |||
1004 | @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test) |
||
1005 | configexecincludedir = $(libdir)/glib-2.0/include |
||
1006 | nodist_configexecinclude_HEADERS = glibconfig.h |
||
1007 | @HAVE_GOOD_PRINTF_FALSE@PRINTF_SUBDIR = gnulib |
||
1008 | @HAVE_GOOD_PRINTF_FALSE@printf_la = gnulib/libgnulib.la |
||
1009 | @USE_SYSTEM_PCRE_FALSE@MAYBE_PCRE = pcre |
||
1010 | SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests |
||
1011 | DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests |
||
1012 | AM_CPPFLAGS = \ |
||
1013 | $(glib_INCLUDES) \ |
||
1014 | $(pcre_inc) \ |
||
1015 | -DG_LOG_DOMAIN=\"GLib\" \ |
||
1016 | $(GLIB_DEBUG_FLAGS) \ |
||
1017 | -DGLIB_COMPILATION \ |
||
1018 | -DPCRE_STATIC |
||
1019 | |||
1020 | AM_CFLAGS = $(GLIB_WARN_CFLAGS) |
||
1021 | MIRRORING_TAB_SOURCE = \ |
||
1022 | glib-mirroring-tab/Makefile \ |
||
1023 | glib-mirroring-tab/gen-mirroring-tab.c \ |
||
1024 | glib-mirroring-tab/packtab.h \ |
||
1025 | glib-mirroring-tab/packtab.c |
||
1026 | |||
1027 | lib_LTLIBRARIES = libglib-2.0.la |
||
1028 | @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir) |
||
1029 | @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib |
||
1030 | deprecated_sources = \ |
||
1031 | deprecated/gallocator.c \ |
||
1032 | deprecated/gcache.c \ |
||
1033 | deprecated/gcompletion.c \ |
||
1034 | deprecated/grel.c \ |
||
1035 | deprecated/gthread-deprecated.c |
||
1036 | |||
1037 | libglib_2_0_la_SOURCES = $(deprecated_sources) glib_probes.d garray.c \ |
||
1038 | gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \ |
||
1039 | gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \ |
||
1040 | gbytes.h gcharset.c gcharsetprivate.h gchecksum.c gconvert.c \ |
||
1041 | gdataset.c gdatasetprivate.h gdate.c gdatetime.c gdir.c \ |
||
1042 | genviron.c gerror.c gfileutils.c ggettext.c ghash.c ghmac.c \ |
||
1043 | ghook.c ghostutils.c giochannel.c gkeyfile.c glibintl.h \ |
||
1044 | glib_trace.h glib-init.h glib-init.c glib-private.h \ |
||
1045 | glib-private.c glist.c gmain-internal.h gmain.c gmappedfile.c \ |
||
1046 | gmarkup.c gmem.c gmessages.c gmirroringtable.h gnode.c \ |
||
1047 | goption.c gpattern.c gpoll.c gprimes.c gqsort.c gquark.c \ |
||
1048 | gqueue.c grand.c gregex.c gscanner.c gscripttable.h \ |
||
1049 | gsequence.c gshell.c gslice.c gslist.c gstdio.c gstrfuncs.c \ |
||
1050 | gstring.c gstringchunk.c gtestutils.c gthread.c \ |
||
1051 | gthreadprivate.h gthreadpool.c gtimer.c gtimezone.c \ |
||
1052 | gtranslit.c gtranslit-data.h gtrashstack.c gtree.c guniprop.c \ |
||
1053 | gutf8.c gunibreak.h gunibreak.c gunichartables.h gunicollate.c \ |
||
1054 | gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \ |
||
1055 | gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \ |
||
1056 | gvariant-core.c gvariant-internal.h gvariant-parser.c \ |
||
1057 | gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \ |
||
1058 | gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \ |
||
1059 | gwakeup.c gprintf.c gprintfint.h valgrind.h $(am__append_16) \ |
||
1060 | $(am__append_17) $(am__append_18) |
||
1061 | EXTRA_libglib_2_0_la_SOURCES = \ |
||
1062 | giounix.c \ |
||
1063 | giowin32.c \ |
||
1064 | gspawn.c \ |
||
1065 | gspawn-win32.c \ |
||
1066 | gwin32.c |
||
1067 | |||
1068 | glibincludedir = $(includedir)/glib-2.0 |
||
1069 | glibinclude_HEADERS = \ |
||
1070 | glib-unix.h \ |
||
1071 | glib-object.h \ |
||
1072 | glib.h |
||
1073 | |||
1074 | deprecatedincludedir = $(includedir)/glib-2.0/glib/deprecated |
||
1075 | deprecatedinclude_HEADERS = \ |
||
1076 | deprecated/gallocator.h \ |
||
1077 | deprecated/gcache.h \ |
||
1078 | deprecated/gcompletion.h \ |
||
1079 | deprecated/gmain.h \ |
||
1080 | deprecated/grel.h \ |
||
1081 | deprecated/gthread.h |
||
1082 | |||
1083 | glibsubincludedir = $(includedir)/glib-2.0/glib |
||
1084 | glibsubinclude_HEADERS = \ |
||
1085 | glib-autocleanups.h \ |
||
1086 | galloca.h \ |
||
1087 | garray.h \ |
||
1088 | gasyncqueue.h \ |
||
1089 | gatomic.h \ |
||
1090 | gbacktrace.h \ |
||
1091 | gbase64.h \ |
||
1092 | gbitlock.h \ |
||
1093 | gbookmarkfile.h \ |
||
1094 | gbytes.h \ |
||
1095 | gcharset.h \ |
||
1096 | gchecksum.h \ |
||
1097 | gconvert.h \ |
||
1098 | gdataset.h \ |
||
1099 | gdate.h \ |
||
1100 | gdatetime.h \ |
||
1101 | gdir.h \ |
||
1102 | genviron.h \ |
||
1103 | gerror.h \ |
||
1104 | gfileutils.h \ |
||
1105 | ggettext.h \ |
||
1106 | ghash.h \ |
||
1107 | ghmac.h \ |
||
1108 | ghook.h \ |
||
1109 | ghostutils.h \ |
||
1110 | gi18n.h \ |
||
1111 | gi18n-lib.h \ |
||
1112 | giochannel.h \ |
||
1113 | gkeyfile.h \ |
||
1114 | glist.h \ |
||
1115 | gmacros.h \ |
||
1116 | gmain.h \ |
||
1117 | gmappedfile.h \ |
||
1118 | gmarkup.h \ |
||
1119 | gmem.h \ |
||
1120 | gmessages.h \ |
||
1121 | gnode.h \ |
||
1122 | goption.h \ |
||
1123 | gpattern.h \ |
||
1124 | gpoll.h \ |
||
1125 | gprimes.h \ |
||
1126 | gqsort.h \ |
||
1127 | gquark.h \ |
||
1128 | gqueue.h \ |
||
1129 | grand.h \ |
||
1130 | gregex.h \ |
||
1131 | gscanner.h \ |
||
1132 | gsequence.h \ |
||
1133 | gshell.h \ |
||
1134 | gslice.h \ |
||
1135 | gslist.h \ |
||
1136 | gspawn.h \ |
||
1137 | gstdio.h \ |
||
1138 | gstrfuncs.h \ |
||
1139 | gtestutils.h \ |
||
1140 | gstring.h \ |
||
1141 | gstringchunk.h \ |
||
1142 | gthread.h \ |
||
1143 | gthreadpool.h \ |
||
1144 | gtimer.h \ |
||
1145 | gtimezone.h \ |
||
1146 | gtrashstack.h \ |
||
1147 | gtree.h \ |
||
1148 | gtypes.h \ |
||
1149 | gunicode.h \ |
||
1150 | gurifuncs.h \ |
||
1151 | gutils.h \ |
||
1152 | gvarianttype.h \ |
||
1153 | gvariant.h \ |
||
1154 | gversion.h \ |
||
1155 | gversionmacros.h \ |
||
1156 | gwin32.h \ |
||
1157 | gprintf.h |
||
1158 | |||
1159 | @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined |
||
1160 | @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res = glib-win32-res.o |
||
1161 | @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res_ldflag = -Wl,$(glib_win32_res) |
||
1162 | @USE_SYSTEM_PCRE_FALSE@pcre_lib = pcre/libpcre.la |
||
1163 | @USE_SYSTEM_PCRE_TRUE@pcre_lib = $(PCRE_LIBS) |
||
1164 | @USE_SYSTEM_PCRE_FALSE@pcre_inc = |
||
1165 | @USE_SYSTEM_PCRE_TRUE@pcre_inc = $(PCRE_CFLAGS) |
||
1166 | libglib_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS) |
||
1167 | libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ \ |
||
1168 | @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib) \ |
||
1169 | $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) \ |
||
1170 | $(am__append_21) |
||
1171 | libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def) |
||
1172 | libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \ |
||
1173 | $(glib_win32_res_ldflag) \ |
||
1174 | -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ |
||
1175 | -export-dynamic $(no_undefined) |
||
1176 | |||
1177 | INSTALL_PROGS = $(am__append_23) $(am__append_24) $(am__append_25) |
||
1178 | @ENABLE_DTRACE_TRUE@DTCOMPILE = $(patsubst -W%,,$(LTCOMPILE)) |
||
1179 | @ENABLE_DTRACE_TRUE@DTCFLAGS = $(patsubst -W%,,$(CFLAGS)) |
||
1180 | tapset_in_files = glib.stp.in |
||
1181 | tapsetdir = @ABS_TAPSET_DIR@ |
||
1182 | @ENABLE_SYSTEMTAP_TRUE@tapset_DATA = $(tapset_in_files:.stp.in=.stp) |
||
1183 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDADD = libglib-2.0.la |
||
1184 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDFLAGS = -mwindows |
||
1185 | @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_LDADD = libglib-2.0.la |
||
1186 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDADD = libglib-2.0.la |
||
1187 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDFLAGS = -mwindows |
||
1188 | @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_LDADD = libglib-2.0.la |
||
1189 | @OS_UNIX_TRUE@gtester_SOURCES = gtester.c |
||
1190 | @OS_UNIX_TRUE@gtester_LDADD = libglib-2.0.la |
||
1191 | @OS_UNIX_TRUE@auto_config_binscripts = gtester-report |
||
1192 | @OS_UNIX_TRUE@bin_SCRIPTS = ${auto_config_binscripts} |
||
1193 | @OS_UNIX_TRUE@CONFIGVARS = \ |
||
1194 | @OS_UNIX_TRUE@ "bindir" : "${bindir}", \ |
||
1195 | @OS_UNIX_TRUE@ "glib-version" : "${GLIB_VERSION}" |
||
1196 | |||
1197 | |||
1198 | # ------ MSVC Project File Generation ------ |
||
1199 | MSVCPROJS = glib |
||
1200 | glib_FILES = $(libglib_2_0_la_SOURCES) |
||
1201 | glib_EXCLUDES = *-unix.c|gthread-*.c |
||
1202 | glib_HEADERS_DIR = $(glibsubincludedir) |
||
1203 | glib_HEADERS_INST = $(deprecatedinclude_HEADERS) $(glibsubinclude_HEADERS) |
||
1204 | glib_HEADERS_EXCLUDES = dummy |
||
1205 | _proj_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1)))) |
||
1206 | _proj_path_raw := $(subst $(abs_top_srcdir),,$(abs_srcdir)) |
||
1207 | _proj_path = $(subst /,\\,$(_proj_path_raw)) |
||
1208 | _proj_subdir_int = $(subst \\\\,\\,\\$(_proj_path)\\) |
||
1209 | _proj_subdir = $(subst \\.\\,\\,$(_proj_subdir_int)) |
||
1210 | _proj_files_raw = $(subst /,\\,$($(_proj_name)_FILES)) |
||
1211 | _proj_files = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw)))) |
||
1212 | _proj_filters = $($(_proj_name)_EXCLUDES) |
||
1213 | _proj_headers_raw = $(subst /,\\,$($(_proj_name)_HEADERS_INST)) |
||
1214 | _proj_headers = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw)))) |
||
1215 | _proj_headers_excludes = $($(_proj_name)_HEADERS_EXCLUDES) |
||
1216 | _headers_dest_posix = $(subst $(includedir),,$($(_proj_name)_HEADERS_DIR)) |
||
1217 | _headers_destdir = $(subst /,\\,$(_headers_dest_posix)) |
||
1218 | |||
1219 | # install gdb scripts |
||
1220 | gdbdir = $(datadir)/glib-2.0/gdb |
||
1221 | dist_gdb_SCRIPTS = glib.py |
||
1222 | @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@ABS_GLIB_RUNTIME_LIBDIR = $(libdir) |
||
1223 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR)) |
||
1224 | all: $(BUILT_SOURCES) |
||
1225 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
||
1226 | |||
1227 | .SUFFIXES: |
||
1228 | .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs |
||
1229 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__configure_deps) |
||
1230 | @for dep in $?; do \ |
||
1231 | case '$(am__configure_deps)' in \ |
||
1232 | *$$dep*) \ |
||
1233 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
||
1234 | && { if test -f $@; then exit 0; else break; fi; }; \ |
||
1235 | exit 1;; \ |
||
1236 | esac; \ |
||
1237 | done; \ |
||
1238 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu glib/Makefile'; \ |
||
1239 | $(am__cd) $(top_srcdir) && \ |
||
1240 | $(AUTOMAKE) --gnu glib/Makefile |
||
1241 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
1242 | @case '$?' in \ |
||
1243 | *config.status*) \ |
||
1244 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
||
1245 | *) \ |
||
1246 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
||
1247 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
||
1248 | esac; |
||
1249 | $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__empty): |
||
1250 | |||
1251 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
1252 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
1253 | |||
1254 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
||
1255 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
1256 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
||
1257 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
||
1258 | $(am__aclocal_m4_deps): |
||
1259 | glibconfig.h.win32: $(top_builddir)/config.status $(srcdir)/glibconfig.h.win32.in |
||
1260 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
||
1261 | makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in |
||
1262 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
||
1263 | glib.rc: $(top_builddir)/config.status $(srcdir)/glib.rc.in |
||
1264 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ |
||
1265 | |||
1266 | clean-checkLTLIBRARIES: |
||
1267 | -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES) |
||
1268 | @list='$(check_LTLIBRARIES)'; \ |
||
1269 | locs=`for p in $$list; do echo $$p; done | \ |
||
1270 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
||
1271 | sort -u`; \ |
||
1272 | test -z "$$locs" || { \ |
||
1273 | echo rm -f $${locs}; \ |
||
1274 | rm -f $${locs}; \ |
||
1275 | } |
||
1276 | |||
1277 | install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES) |
||
1278 | @$(NORMAL_INSTALL) |
||
1279 | @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ |
||
1280 | list2=; for p in $$list; do \ |
||
1281 | if test -f $$p; then \ |
||
1282 | list2="$$list2 $$p"; \ |
||
1283 | else :; fi; \ |
||
1284 | done; \ |
||
1285 | test -z "$$list2" || { \ |
||
1286 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ |
||
1287 | $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ |
||
1288 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \ |
||
1289 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \ |
||
1290 | } |
||
1291 | |||
1292 | uninstall-installed_testLTLIBRARIES: |
||
1293 | @$(NORMAL_UNINSTALL) |
||
1294 | @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \ |
||
1295 | for p in $$list; do \ |
||
1296 | $(am__strip_dir) \ |
||
1297 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \ |
||
1298 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \ |
||
1299 | done |
||
1300 | |||
1301 | clean-installed_testLTLIBRARIES: |
||
1302 | -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES) |
||
1303 | @list='$(installed_test_LTLIBRARIES)'; \ |
||
1304 | locs=`for p in $$list; do echo $$p; done | \ |
||
1305 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
||
1306 | sort -u`; \ |
||
1307 | test -z "$$locs" || { \ |
||
1308 | echo rm -f $${locs}; \ |
||
1309 | rm -f $${locs}; \ |
||
1310 | } |
||
1311 | |||
1312 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
||
1313 | @$(NORMAL_INSTALL) |
||
1314 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
||
1315 | list2=; for p in $$list; do \ |
||
1316 | if test -f $$p; then \ |
||
1317 | list2="$$list2 $$p"; \ |
||
1318 | else :; fi; \ |
||
1319 | done; \ |
||
1320 | test -z "$$list2" || { \ |
||
1321 | echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
||
1322 | $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
||
1323 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
||
1324 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
||
1325 | } |
||
1326 | |||
1327 | uninstall-libLTLIBRARIES: |
||
1328 | @$(NORMAL_UNINSTALL) |
||
1329 | @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
||
1330 | for p in $$list; do \ |
||
1331 | $(am__strip_dir) \ |
||
1332 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ |
||
1333 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ |
||
1334 | done |
||
1335 | |||
1336 | clean-libLTLIBRARIES: |
||
1337 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
||
1338 | @list='$(lib_LTLIBRARIES)'; \ |
||
1339 | locs=`for p in $$list; do echo $$p; done | \ |
||
1340 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
||
1341 | sort -u`; \ |
||
1342 | test -z "$$locs" || { \ |
||
1343 | echo rm -f $${locs}; \ |
||
1344 | rm -f $${locs}; \ |
||
1345 | } |
||
1346 | |||
1347 | clean-noinstLTLIBRARIES: |
||
1348 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
||
1349 | @list='$(noinst_LTLIBRARIES)'; \ |
||
1350 | locs=`for p in $$list; do echo $$p; done | \ |
||
1351 | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
||
1352 | sort -u`; \ |
||
1353 | test -z "$$locs" || { \ |
||
1354 | echo rm -f $${locs}; \ |
||
1355 | rm -f $${locs}; \ |
||
1356 | } |
||
1357 | |||
1358 | libglib-2.0.la: $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_DEPENDENCIES) $(EXTRA_libglib_2_0_la_DEPENDENCIES) |
||
1359 | $(AM_V_CCLD)$(libglib_2_0_la_LINK) -rpath $(libdir) $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_LIBADD) $(LIBS) |
||
1360 | install-binPROGRAMS: $(bin_PROGRAMS) |
||
1361 | @$(NORMAL_INSTALL) |
||
1362 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
1363 | if test -n "$$list"; then \ |
||
1364 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
||
1365 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
||
1366 | fi; \ |
||
1367 | for p in $$list; do echo "$$p $$p"; done | \ |
||
1368 | sed 's/$(EXEEXT)$$//' | \ |
||
1369 | while read p p1; do if test -f $$p \ |
||
1370 | || test -f $$p1 \ |
||
1371 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
||
1372 | done | \ |
||
1373 | sed -e 'p;s,.*/,,;n;h' \ |
||
1374 | -e 's|.*|.|' \ |
||
1375 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
||
1376 | sed 'N;N;N;s,\n, ,g' | \ |
||
1377 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
||
1378 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1379 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
||
1380 | else { print "f", $$3 "/" $$4, $$1; } } \ |
||
1381 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1382 | while read type dir files; do \ |
||
1383 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1384 | test -z "$$files" || { \ |
||
1385 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
||
1386 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
||
1387 | } \ |
||
1388 | ; done |
||
1389 | |||
1390 | uninstall-binPROGRAMS: |
||
1391 | @$(NORMAL_UNINSTALL) |
||
1392 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
1393 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1394 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
||
1395 | -e 's/$$/$(EXEEXT)/' \ |
||
1396 | `; \ |
||
1397 | test -n "$$list" || exit 0; \ |
||
1398 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
||
1399 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
||
1400 | |||
1401 | clean-binPROGRAMS: |
||
1402 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
||
1403 | echo " rm -f" $$list; \ |
||
1404 | rm -f $$list || exit $$?; \ |
||
1405 | test -n "$(EXEEXT)" || exit 0; \ |
||
1406 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
||
1407 | echo " rm -f" $$list; \ |
||
1408 | rm -f $$list |
||
1409 | |||
1410 | clean-checkPROGRAMS: |
||
1411 | @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ |
||
1412 | echo " rm -f" $$list; \ |
||
1413 | rm -f $$list || exit $$?; \ |
||
1414 | test -n "$(EXEEXT)" || exit 0; \ |
||
1415 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
||
1416 | echo " rm -f" $$list; \ |
||
1417 | rm -f $$list |
||
1418 | install-installed_testPROGRAMS: $(installed_test_PROGRAMS) |
||
1419 | @$(NORMAL_INSTALL) |
||
1420 | @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \ |
||
1421 | if test -n "$$list"; then \ |
||
1422 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ |
||
1423 | $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ |
||
1424 | fi; \ |
||
1425 | for p in $$list; do echo "$$p $$p"; done | \ |
||
1426 | sed 's/$(EXEEXT)$$//' | \ |
||
1427 | while read p p1; do if test -f $$p \ |
||
1428 | || test -f $$p1 \ |
||
1429 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
||
1430 | done | \ |
||
1431 | sed -e 'p;s,.*/,,;n;h' \ |
||
1432 | -e 's|.*|.|' \ |
||
1433 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
||
1434 | sed 'N;N;N;s,\n, ,g' | \ |
||
1435 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
||
1436 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1437 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
||
1438 | else { print "f", $$3 "/" $$4, $$1; } } \ |
||
1439 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1440 | while read type dir files; do \ |
||
1441 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1442 | test -z "$$files" || { \ |
||
1443 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \ |
||
1444 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \ |
||
1445 | } \ |
||
1446 | ; done |
||
1447 | |||
1448 | uninstall-installed_testPROGRAMS: |
||
1449 | @$(NORMAL_UNINSTALL) |
||
1450 | @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \ |
||
1451 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1452 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
||
1453 | -e 's/$$/$(EXEEXT)/' \ |
||
1454 | `; \ |
||
1455 | test -n "$$list" || exit 0; \ |
||
1456 | echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \ |
||
1457 | cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files |
||
1458 | |||
1459 | clean-installed_testPROGRAMS: |
||
1460 | @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \ |
||
1461 | echo " rm -f" $$list; \ |
||
1462 | rm -f $$list || exit $$?; \ |
||
1463 | test -n "$(EXEEXT)" || exit 0; \ |
||
1464 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
||
1465 | echo " rm -f" $$list; \ |
||
1466 | rm -f $$list |
||
1467 | |||
1468 | clean-noinstPROGRAMS: |
||
1469 | @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
||
1470 | echo " rm -f" $$list; \ |
||
1471 | rm -f $$list || exit $$?; \ |
||
1472 | test -n "$(EXEEXT)" || exit 0; \ |
||
1473 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
||
1474 | echo " rm -f" $$list; \ |
||
1475 | rm -f $$list |
||
1476 | |||
1477 | gspawn-win32-helper$(EXEEXT): $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_DEPENDENCIES) |
||
1478 | @rm -f gspawn-win32-helper$(EXEEXT) |
||
1479 | $(AM_V_CCLD)$(gspawn_win32_helper_LINK) $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_LDADD) $(LIBS) |
||
1480 | |||
1481 | gspawn-win32-helper-console$(EXEEXT): $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_console_DEPENDENCIES) |
||
1482 | @rm -f gspawn-win32-helper-console$(EXEEXT) |
||
1483 | $(AM_V_CCLD)$(LINK) $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_LDADD) $(LIBS) |
||
1484 | |||
1485 | gspawn-win64-helper$(EXEEXT): $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_DEPENDENCIES) |
||
1486 | @rm -f gspawn-win64-helper$(EXEEXT) |
||
1487 | $(AM_V_CCLD)$(gspawn_win64_helper_LINK) $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_LDADD) $(LIBS) |
||
1488 | |||
1489 | gspawn-win64-helper-console$(EXEEXT): $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_console_DEPENDENCIES) |
||
1490 | @rm -f gspawn-win64-helper-console$(EXEEXT) |
||
1491 | $(AM_V_CCLD)$(LINK) $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_LDADD) $(LIBS) |
||
1492 | |||
1493 | gtester$(EXEEXT): $(gtester_OBJECTS) $(gtester_DEPENDENCIES) $(EXTRA_gtester_DEPENDENCIES) |
||
1494 | @rm -f gtester$(EXEEXT) |
||
1495 | $(AM_V_CCLD)$(LINK) $(gtester_OBJECTS) $(gtester_LDADD) $(LIBS) |
||
1496 | install-binSCRIPTS: $(bin_SCRIPTS) |
||
1497 | @$(NORMAL_INSTALL) |
||
1498 | @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ |
||
1499 | if test -n "$$list"; then \ |
||
1500 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
||
1501 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
||
1502 | fi; \ |
||
1503 | for p in $$list; do \ |
||
1504 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
1505 | if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
||
1506 | done | \ |
||
1507 | sed -e 'p;s,.*/,,;n' \ |
||
1508 | -e 'h;s|.*|.|' \ |
||
1509 | -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ |
||
1510 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ |
||
1511 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1512 | if ($$2 == $$4) { files[d] = files[d] " " $$1; \ |
||
1513 | if (++n[d] == $(am__install_max)) { \ |
||
1514 | print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ |
||
1515 | else { print "f", d "/" $$4, $$1 } } \ |
||
1516 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1517 | while read type dir files; do \ |
||
1518 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1519 | test -z "$$files" || { \ |
||
1520 | echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
||
1521 | $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
||
1522 | } \ |
||
1523 | ; done |
||
1524 | |||
1525 | uninstall-binSCRIPTS: |
||
1526 | @$(NORMAL_UNINSTALL) |
||
1527 | @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ |
||
1528 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1529 | sed -e 's,.*/,,;$(transform)'`; \ |
||
1530 | dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) |
||
1531 | install-dist_gdbSCRIPTS: $(dist_gdb_SCRIPTS) |
||
1532 | @$(NORMAL_INSTALL) |
||
1533 | @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || list=; \ |
||
1534 | if test -n "$$list"; then \ |
||
1535 | echo " $(MKDIR_P) '$(DESTDIR)$(gdbdir)'"; \ |
||
1536 | $(MKDIR_P) "$(DESTDIR)$(gdbdir)" || exit 1; \ |
||
1537 | fi; \ |
||
1538 | for p in $$list; do \ |
||
1539 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
1540 | if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
||
1541 | done | \ |
||
1542 | sed -e 'p;s,.*/,,;n' \ |
||
1543 | -e 'h;s|.*|.|' \ |
||
1544 | -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ |
||
1545 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ |
||
1546 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1547 | if ($$2 == $$4) { files[d] = files[d] " " $$1; \ |
||
1548 | if (++n[d] == $(am__install_max)) { \ |
||
1549 | print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ |
||
1550 | else { print "f", d "/" $$4, $$1 } } \ |
||
1551 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1552 | while read type dir files; do \ |
||
1553 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1554 | test -z "$$files" || { \ |
||
1555 | echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gdbdir)$$dir'"; \ |
||
1556 | $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gdbdir)$$dir" || exit $$?; \ |
||
1557 | } \ |
||
1558 | ; done |
||
1559 | |||
1560 | uninstall-dist_gdbSCRIPTS: |
||
1561 | @$(NORMAL_UNINSTALL) |
||
1562 | @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || exit 0; \ |
||
1563 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1564 | sed -e 's,.*/,,;$(transform)'`; \ |
||
1565 | dir='$(DESTDIR)$(gdbdir)'; $(am__uninstall_files_from_dir) |
||
1566 | install-installed_testSCRIPTS: $(installed_test_SCRIPTS) |
||
1567 | @$(NORMAL_INSTALL) |
||
1568 | @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \ |
||
1569 | if test -n "$$list"; then \ |
||
1570 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ |
||
1571 | $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ |
||
1572 | fi; \ |
||
1573 | for p in $$list; do \ |
||
1574 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
1575 | if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
||
1576 | done | \ |
||
1577 | sed -e 'p;s,.*/,,;n' \ |
||
1578 | -e 'h;s|.*|.|' \ |
||
1579 | -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ |
||
1580 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ |
||
1581 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1582 | if ($$2 == $$4) { files[d] = files[d] " " $$1; \ |
||
1583 | if (++n[d] == $(am__install_max)) { \ |
||
1584 | print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ |
||
1585 | else { print "f", d "/" $$4, $$1 } } \ |
||
1586 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1587 | while read type dir files; do \ |
||
1588 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1589 | test -z "$$files" || { \ |
||
1590 | echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \ |
||
1591 | $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \ |
||
1592 | } \ |
||
1593 | ; done |
||
1594 | |||
1595 | uninstall-installed_testSCRIPTS: |
||
1596 | @$(NORMAL_UNINSTALL) |
||
1597 | @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \ |
||
1598 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1599 | sed -e 's,.*/,,;$(transform)'`; \ |
||
1600 | dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir) |
||
1601 | |||
1602 | mostlyclean-compile: |
||
1603 | -rm -f *.$(OBJEXT) |
||
1604 | |||
1605 | distclean-compile: |
||
1606 | -rm -f *.tab.c |
||
1607 | |||
1608 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper-console.Po@am__quote@ |
||
1609 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper.Po@am__quote@ |
||
1610 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper-console.Po@am__quote@ |
||
1611 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper.Po@am__quote@ |
||
1612 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtester.Po@am__quote@ |
||
1613 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gallocator.Plo@am__quote@ |
||
1614 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-garray.Plo@am__quote@ |
||
1615 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gasyncqueue.Plo@am__quote@ |
||
1616 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gatomic.Plo@am__quote@ |
||
1617 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbacktrace.Plo@am__quote@ |
||
1618 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbase64.Plo@am__quote@ |
||
1619 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbitlock.Plo@am__quote@ |
||
1620 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbookmarkfile.Plo@am__quote@ |
||
1621 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbytes.Plo@am__quote@ |
||
1622 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcache.Plo@am__quote@ |
||
1623 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcharset.Plo@am__quote@ |
||
1624 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gchecksum.Plo@am__quote@ |
||
1625 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcompletion.Plo@am__quote@ |
||
1626 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gconvert.Plo@am__quote@ |
||
1627 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdataset.Plo@am__quote@ |
||
1628 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdate.Plo@am__quote@ |
||
1629 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdatetime.Plo@am__quote@ |
||
1630 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdir.Plo@am__quote@ |
||
1631 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-genviron.Plo@am__quote@ |
||
1632 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gerror.Plo@am__quote@ |
||
1633 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gfileutils.Plo@am__quote@ |
||
1634 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ggettext.Plo@am__quote@ |
||
1635 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghash.Plo@am__quote@ |
||
1636 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghmac.Plo@am__quote@ |
||
1637 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghook.Plo@am__quote@ |
||
1638 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghostutils.Plo@am__quote@ |
||
1639 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giochannel.Plo@am__quote@ |
||
1640 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giounix.Plo@am__quote@ |
||
1641 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giowin32.Plo@am__quote@ |
||
1642 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gkeyfile.Plo@am__quote@ |
||
1643 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-init.Plo@am__quote@ |
||
1644 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-private.Plo@am__quote@ |
||
1645 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-unix.Plo@am__quote@ |
||
1646 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glist.Plo@am__quote@ |
||
1647 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmain.Plo@am__quote@ |
||
1648 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmappedfile.Plo@am__quote@ |
||
1649 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmarkup.Plo@am__quote@ |
||
1650 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmem.Plo@am__quote@ |
||
1651 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmessages.Plo@am__quote@ |
||
1652 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gnode.Plo@am__quote@ |
||
1653 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-goption.Plo@am__quote@ |
||
1654 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gpattern.Plo@am__quote@ |
||
1655 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gpoll.Plo@am__quote@ |
||
1656 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gprimes.Plo@am__quote@ |
||
1657 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gprintf.Plo@am__quote@ |
||
1658 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gqsort.Plo@am__quote@ |
||
1659 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gquark.Plo@am__quote@ |
||
1660 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gqueue.Plo@am__quote@ |
||
1661 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-grand.Plo@am__quote@ |
||
1662 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gregex.Plo@am__quote@ |
||
1663 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-grel.Plo@am__quote@ |
||
1664 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gscanner.Plo@am__quote@ |
||
1665 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gsequence.Plo@am__quote@ |
||
1666 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gshell.Plo@am__quote@ |
||
1667 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gslice.Plo@am__quote@ |
||
1668 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gslist.Plo@am__quote@ |
||
1669 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gspawn-win32.Plo@am__quote@ |
||
1670 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gspawn.Plo@am__quote@ |
||
1671 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstdio.Plo@am__quote@ |
||
1672 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstrfuncs.Plo@am__quote@ |
||
1673 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstring.Plo@am__quote@ |
||
1674 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstringchunk.Plo@am__quote@ |
||
1675 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtestutils.Plo@am__quote@ |
||
1676 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-deprecated.Plo@am__quote@ |
||
1677 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-posix.Plo@am__quote@ |
||
1678 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-win32.Plo@am__quote@ |
||
1679 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread.Plo@am__quote@ |
||
1680 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthreadpool.Plo@am__quote@ |
||
1681 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtimer.Plo@am__quote@ |
||
1682 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtimezone.Plo@am__quote@ |
||
1683 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtranslit.Plo@am__quote@ |
||
1684 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtrashstack.Plo@am__quote@ |
||
1685 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtree.Plo@am__quote@ |
||
1686 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunibreak.Plo@am__quote@ |
||
1687 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunicollate.Plo@am__quote@ |
||
1688 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunidecomp.Plo@am__quote@ |
||
1689 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-guniprop.Plo@am__quote@ |
||
1690 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gurifuncs.Plo@am__quote@ |
||
1691 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gutf8.Plo@am__quote@ |
||
1692 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gutils.Plo@am__quote@ |
||
1693 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-core.Plo@am__quote@ |
||
1694 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-parser.Plo@am__quote@ |
||
1695 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Plo@am__quote@ |
||
1696 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant.Plo@am__quote@ |
||
1697 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvarianttype.Plo@am__quote@ |
||
1698 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Plo@am__quote@ |
||
1699 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gversion.Plo@am__quote@ |
||
1700 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gwakeup.Plo@am__quote@ |
||
1701 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gwin32.Plo@am__quote@ |
||
1702 | |||
1703 | .c.o: |
||
1704 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
||
1705 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
1706 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
1707 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1708 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
||
1709 | |||
1710 | .c.obj: |
||
1711 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
||
1712 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
||
1713 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
1714 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1715 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
1716 | |||
1717 | .c.lo: |
||
1718 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
||
1719 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
||
1720 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
||
1721 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1722 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
||
1723 | |||
1724 | libglib_2_0_la-gallocator.lo: deprecated/gallocator.c |
||
1725 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gallocator.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gallocator.Tpo -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c |
||
1726 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gallocator.Tpo $(DEPDIR)/libglib_2_0_la-gallocator.Plo |
||
1727 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='deprecated/gallocator.c' object='libglib_2_0_la-gallocator.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1728 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1729 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c |
||
1730 | |||
1731 | libglib_2_0_la-gcache.lo: deprecated/gcache.c |
||
1732 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcache.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcache.Tpo -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c |
||
1733 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcache.Tpo $(DEPDIR)/libglib_2_0_la-gcache.Plo |
||
1734 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='deprecated/gcache.c' object='libglib_2_0_la-gcache.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1735 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1736 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c |
||
1737 | |||
1738 | libglib_2_0_la-gcompletion.lo: deprecated/gcompletion.c |
||
1739 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcompletion.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcompletion.Tpo -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c |
||
1740 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcompletion.Tpo $(DEPDIR)/libglib_2_0_la-gcompletion.Plo |
||
1741 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='deprecated/gcompletion.c' object='libglib_2_0_la-gcompletion.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1742 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1743 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c |
||
1744 | |||
1745 | libglib_2_0_la-grel.lo: deprecated/grel.c |
||
1746 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-grel.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-grel.Tpo -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c |
||
1747 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-grel.Tpo $(DEPDIR)/libglib_2_0_la-grel.Plo |
||
1748 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='deprecated/grel.c' object='libglib_2_0_la-grel.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1749 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1750 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c |
||
1751 | |||
1752 | libglib_2_0_la-gthread-deprecated.lo: deprecated/gthread-deprecated.c |
||
1753 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-deprecated.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Tpo -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c |
||
1754 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Tpo $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Plo |
||
1755 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='deprecated/gthread-deprecated.c' object='libglib_2_0_la-gthread-deprecated.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1756 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1757 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c |
||
1758 | |||
1759 | libglib_2_0_la-garray.lo: garray.c |
||
1760 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-garray.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-garray.Tpo -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo '$(srcdir)/'`garray.c |
||
1761 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-garray.Tpo $(DEPDIR)/libglib_2_0_la-garray.Plo |
||
1762 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='garray.c' object='libglib_2_0_la-garray.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1763 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1764 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo '$(srcdir)/'`garray.c |
||
1765 | |||
1766 | libglib_2_0_la-gasyncqueue.lo: gasyncqueue.c |
||
1767 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gasyncqueue.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gasyncqueue.Tpo -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo '$(srcdir)/'`gasyncqueue.c |
||
1768 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gasyncqueue.Tpo $(DEPDIR)/libglib_2_0_la-gasyncqueue.Plo |
||
1769 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gasyncqueue.c' object='libglib_2_0_la-gasyncqueue.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1770 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1771 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo '$(srcdir)/'`gasyncqueue.c |
||
1772 | |||
1773 | libglib_2_0_la-gatomic.lo: gatomic.c |
||
1774 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gatomic.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gatomic.Tpo -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo '$(srcdir)/'`gatomic.c |
||
1775 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gatomic.Tpo $(DEPDIR)/libglib_2_0_la-gatomic.Plo |
||
1776 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gatomic.c' object='libglib_2_0_la-gatomic.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1777 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1778 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo '$(srcdir)/'`gatomic.c |
||
1779 | |||
1780 | libglib_2_0_la-gbacktrace.lo: gbacktrace.c |
||
1781 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbacktrace.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbacktrace.Tpo -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo '$(srcdir)/'`gbacktrace.c |
||
1782 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbacktrace.Tpo $(DEPDIR)/libglib_2_0_la-gbacktrace.Plo |
||
1783 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbacktrace.c' object='libglib_2_0_la-gbacktrace.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1784 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1785 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo '$(srcdir)/'`gbacktrace.c |
||
1786 | |||
1787 | libglib_2_0_la-gbase64.lo: gbase64.c |
||
1788 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbase64.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbase64.Tpo -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo '$(srcdir)/'`gbase64.c |
||
1789 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbase64.Tpo $(DEPDIR)/libglib_2_0_la-gbase64.Plo |
||
1790 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbase64.c' object='libglib_2_0_la-gbase64.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1791 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1792 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo '$(srcdir)/'`gbase64.c |
||
1793 | |||
1794 | libglib_2_0_la-gbitlock.lo: gbitlock.c |
||
1795 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbitlock.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbitlock.Tpo -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo '$(srcdir)/'`gbitlock.c |
||
1796 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbitlock.Tpo $(DEPDIR)/libglib_2_0_la-gbitlock.Plo |
||
1797 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbitlock.c' object='libglib_2_0_la-gbitlock.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1798 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1799 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo '$(srcdir)/'`gbitlock.c |
||
1800 | |||
1801 | libglib_2_0_la-gbookmarkfile.lo: gbookmarkfile.c |
||
1802 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbookmarkfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Tpo -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo '$(srcdir)/'`gbookmarkfile.c |
||
1803 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Tpo $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Plo |
||
1804 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbookmarkfile.c' object='libglib_2_0_la-gbookmarkfile.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1805 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1806 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo '$(srcdir)/'`gbookmarkfile.c |
||
1807 | |||
1808 | libglib_2_0_la-gbytes.lo: gbytes.c |
||
1809 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbytes.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbytes.Tpo -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo '$(srcdir)/'`gbytes.c |
||
1810 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbytes.Tpo $(DEPDIR)/libglib_2_0_la-gbytes.Plo |
||
1811 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbytes.c' object='libglib_2_0_la-gbytes.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1812 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1813 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo '$(srcdir)/'`gbytes.c |
||
1814 | |||
1815 | libglib_2_0_la-gcharset.lo: gcharset.c |
||
1816 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcharset.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcharset.Tpo -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo '$(srcdir)/'`gcharset.c |
||
1817 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcharset.Tpo $(DEPDIR)/libglib_2_0_la-gcharset.Plo |
||
1818 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcharset.c' object='libglib_2_0_la-gcharset.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1819 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1820 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo '$(srcdir)/'`gcharset.c |
||
1821 | |||
1822 | libglib_2_0_la-gchecksum.lo: gchecksum.c |
||
1823 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gchecksum.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gchecksum.Tpo -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo '$(srcdir)/'`gchecksum.c |
||
1824 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gchecksum.Tpo $(DEPDIR)/libglib_2_0_la-gchecksum.Plo |
||
1825 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gchecksum.c' object='libglib_2_0_la-gchecksum.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1826 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1827 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo '$(srcdir)/'`gchecksum.c |
||
1828 | |||
1829 | libglib_2_0_la-gconvert.lo: gconvert.c |
||
1830 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gconvert.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gconvert.Tpo -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo '$(srcdir)/'`gconvert.c |
||
1831 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gconvert.Tpo $(DEPDIR)/libglib_2_0_la-gconvert.Plo |
||
1832 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gconvert.c' object='libglib_2_0_la-gconvert.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1833 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1834 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo '$(srcdir)/'`gconvert.c |
||
1835 | |||
1836 | libglib_2_0_la-gdataset.lo: gdataset.c |
||
1837 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdataset.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdataset.Tpo -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo '$(srcdir)/'`gdataset.c |
||
1838 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdataset.Tpo $(DEPDIR)/libglib_2_0_la-gdataset.Plo |
||
1839 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdataset.c' object='libglib_2_0_la-gdataset.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1840 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1841 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo '$(srcdir)/'`gdataset.c |
||
1842 | |||
1843 | libglib_2_0_la-gdate.lo: gdate.c |
||
1844 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdate.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdate.Tpo -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo '$(srcdir)/'`gdate.c |
||
1845 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdate.Tpo $(DEPDIR)/libglib_2_0_la-gdate.Plo |
||
1846 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdate.c' object='libglib_2_0_la-gdate.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1847 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1848 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo '$(srcdir)/'`gdate.c |
||
1849 | |||
1850 | libglib_2_0_la-gdatetime.lo: gdatetime.c |
||
1851 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdatetime.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdatetime.Tpo -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo '$(srcdir)/'`gdatetime.c |
||
1852 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdatetime.Tpo $(DEPDIR)/libglib_2_0_la-gdatetime.Plo |
||
1853 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdatetime.c' object='libglib_2_0_la-gdatetime.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1854 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1855 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo '$(srcdir)/'`gdatetime.c |
||
1856 | |||
1857 | libglib_2_0_la-gdir.lo: gdir.c |
||
1858 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdir.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdir.Tpo -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo '$(srcdir)/'`gdir.c |
||
1859 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdir.Tpo $(DEPDIR)/libglib_2_0_la-gdir.Plo |
||
1860 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdir.c' object='libglib_2_0_la-gdir.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1861 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1862 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo '$(srcdir)/'`gdir.c |
||
1863 | |||
1864 | libglib_2_0_la-genviron.lo: genviron.c |
||
1865 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-genviron.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-genviron.Tpo -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo '$(srcdir)/'`genviron.c |
||
1866 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-genviron.Tpo $(DEPDIR)/libglib_2_0_la-genviron.Plo |
||
1867 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='genviron.c' object='libglib_2_0_la-genviron.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1868 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1869 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo '$(srcdir)/'`genviron.c |
||
1870 | |||
1871 | libglib_2_0_la-gerror.lo: gerror.c |
||
1872 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gerror.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gerror.Tpo -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo '$(srcdir)/'`gerror.c |
||
1873 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gerror.Tpo $(DEPDIR)/libglib_2_0_la-gerror.Plo |
||
1874 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gerror.c' object='libglib_2_0_la-gerror.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1875 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1876 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo '$(srcdir)/'`gerror.c |
||
1877 | |||
1878 | libglib_2_0_la-gfileutils.lo: gfileutils.c |
||
1879 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gfileutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gfileutils.Tpo -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo '$(srcdir)/'`gfileutils.c |
||
1880 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gfileutils.Tpo $(DEPDIR)/libglib_2_0_la-gfileutils.Plo |
||
1881 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileutils.c' object='libglib_2_0_la-gfileutils.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1882 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1883 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo '$(srcdir)/'`gfileutils.c |
||
1884 | |||
1885 | libglib_2_0_la-ggettext.lo: ggettext.c |
||
1886 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ggettext.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ggettext.Tpo -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo '$(srcdir)/'`ggettext.c |
||
1887 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ggettext.Tpo $(DEPDIR)/libglib_2_0_la-ggettext.Plo |
||
1888 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ggettext.c' object='libglib_2_0_la-ggettext.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1889 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1890 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo '$(srcdir)/'`ggettext.c |
||
1891 | |||
1892 | libglib_2_0_la-ghash.lo: ghash.c |
||
1893 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghash.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghash.Tpo -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo '$(srcdir)/'`ghash.c |
||
1894 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghash.Tpo $(DEPDIR)/libglib_2_0_la-ghash.Plo |
||
1895 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ghash.c' object='libglib_2_0_la-ghash.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1896 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1897 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo '$(srcdir)/'`ghash.c |
||
1898 | |||
1899 | libglib_2_0_la-ghmac.lo: ghmac.c |
||
1900 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghmac.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghmac.Tpo -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo '$(srcdir)/'`ghmac.c |
||
1901 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghmac.Tpo $(DEPDIR)/libglib_2_0_la-ghmac.Plo |
||
1902 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ghmac.c' object='libglib_2_0_la-ghmac.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1903 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1904 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo '$(srcdir)/'`ghmac.c |
||
1905 | |||
1906 | libglib_2_0_la-ghook.lo: ghook.c |
||
1907 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghook.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghook.Tpo -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo '$(srcdir)/'`ghook.c |
||
1908 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghook.Tpo $(DEPDIR)/libglib_2_0_la-ghook.Plo |
||
1909 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ghook.c' object='libglib_2_0_la-ghook.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1910 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1911 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo '$(srcdir)/'`ghook.c |
||
1912 | |||
1913 | libglib_2_0_la-ghostutils.lo: ghostutils.c |
||
1914 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghostutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghostutils.Tpo -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo '$(srcdir)/'`ghostutils.c |
||
1915 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghostutils.Tpo $(DEPDIR)/libglib_2_0_la-ghostutils.Plo |
||
1916 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ghostutils.c' object='libglib_2_0_la-ghostutils.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1917 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1918 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo '$(srcdir)/'`ghostutils.c |
||
1919 | |||
1920 | libglib_2_0_la-giochannel.lo: giochannel.c |
||
1921 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giochannel.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giochannel.Tpo -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo '$(srcdir)/'`giochannel.c |
||
1922 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giochannel.Tpo $(DEPDIR)/libglib_2_0_la-giochannel.Plo |
||
1923 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='giochannel.c' object='libglib_2_0_la-giochannel.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1924 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1925 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo '$(srcdir)/'`giochannel.c |
||
1926 | |||
1927 | libglib_2_0_la-gkeyfile.lo: gkeyfile.c |
||
1928 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gkeyfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gkeyfile.Tpo -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo '$(srcdir)/'`gkeyfile.c |
||
1929 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gkeyfile.Tpo $(DEPDIR)/libglib_2_0_la-gkeyfile.Plo |
||
1930 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gkeyfile.c' object='libglib_2_0_la-gkeyfile.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1931 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1932 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo '$(srcdir)/'`gkeyfile.c |
||
1933 | |||
1934 | libglib_2_0_la-glib-init.lo: glib-init.c |
||
1935 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-init.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-init.Tpo -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo '$(srcdir)/'`glib-init.c |
||
1936 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-init.Tpo $(DEPDIR)/libglib_2_0_la-glib-init.Plo |
||
1937 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-init.c' object='libglib_2_0_la-glib-init.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1938 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1939 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo '$(srcdir)/'`glib-init.c |
||
1940 | |||
1941 | libglib_2_0_la-glib-private.lo: glib-private.c |
||
1942 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-private.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-private.Tpo -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo '$(srcdir)/'`glib-private.c |
||
1943 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-private.Tpo $(DEPDIR)/libglib_2_0_la-glib-private.Plo |
||
1944 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-private.c' object='libglib_2_0_la-glib-private.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1945 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1946 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo '$(srcdir)/'`glib-private.c |
||
1947 | |||
1948 | libglib_2_0_la-glist.lo: glist.c |
||
1949 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glist.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glist.Tpo -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo '$(srcdir)/'`glist.c |
||
1950 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glist.Tpo $(DEPDIR)/libglib_2_0_la-glist.Plo |
||
1951 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glist.c' object='libglib_2_0_la-glist.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1952 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1953 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo '$(srcdir)/'`glist.c |
||
1954 | |||
1955 | libglib_2_0_la-gmain.lo: gmain.c |
||
1956 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmain.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmain.Tpo -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo '$(srcdir)/'`gmain.c |
||
1957 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmain.Tpo $(DEPDIR)/libglib_2_0_la-gmain.Plo |
||
1958 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmain.c' object='libglib_2_0_la-gmain.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1959 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1960 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo '$(srcdir)/'`gmain.c |
||
1961 | |||
1962 | libglib_2_0_la-gmappedfile.lo: gmappedfile.c |
||
1963 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmappedfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmappedfile.Tpo -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo '$(srcdir)/'`gmappedfile.c |
||
1964 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmappedfile.Tpo $(DEPDIR)/libglib_2_0_la-gmappedfile.Plo |
||
1965 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmappedfile.c' object='libglib_2_0_la-gmappedfile.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1966 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1967 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo '$(srcdir)/'`gmappedfile.c |
||
1968 | |||
1969 | libglib_2_0_la-gmarkup.lo: gmarkup.c |
||
1970 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmarkup.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmarkup.Tpo -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo '$(srcdir)/'`gmarkup.c |
||
1971 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmarkup.Tpo $(DEPDIR)/libglib_2_0_la-gmarkup.Plo |
||
1972 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmarkup.c' object='libglib_2_0_la-gmarkup.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1973 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1974 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo '$(srcdir)/'`gmarkup.c |
||
1975 | |||
1976 | libglib_2_0_la-gmem.lo: gmem.c |
||
1977 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmem.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmem.Tpo -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo '$(srcdir)/'`gmem.c |
||
1978 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmem.Tpo $(DEPDIR)/libglib_2_0_la-gmem.Plo |
||
1979 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmem.c' object='libglib_2_0_la-gmem.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1980 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1981 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo '$(srcdir)/'`gmem.c |
||
1982 | |||
1983 | libglib_2_0_la-gmessages.lo: gmessages.c |
||
1984 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmessages.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmessages.Tpo -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo '$(srcdir)/'`gmessages.c |
||
1985 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmessages.Tpo $(DEPDIR)/libglib_2_0_la-gmessages.Plo |
||
1986 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmessages.c' object='libglib_2_0_la-gmessages.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1987 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1988 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo '$(srcdir)/'`gmessages.c |
||
1989 | |||
1990 | libglib_2_0_la-gnode.lo: gnode.c |
||
1991 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gnode.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gnode.Tpo -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo '$(srcdir)/'`gnode.c |
||
1992 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gnode.Tpo $(DEPDIR)/libglib_2_0_la-gnode.Plo |
||
1993 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnode.c' object='libglib_2_0_la-gnode.lo' libtool=yes @AMDEPBACKSLASH@ |
||
1994 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
1995 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo '$(srcdir)/'`gnode.c |
||
1996 | |||
1997 | libglib_2_0_la-goption.lo: goption.c |
||
1998 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-goption.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-goption.Tpo -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo '$(srcdir)/'`goption.c |
||
1999 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-goption.Tpo $(DEPDIR)/libglib_2_0_la-goption.Plo |
||
2000 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='goption.c' object='libglib_2_0_la-goption.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2001 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2002 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo '$(srcdir)/'`goption.c |
||
2003 | |||
2004 | libglib_2_0_la-gpattern.lo: gpattern.c |
||
2005 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gpattern.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gpattern.Tpo -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo '$(srcdir)/'`gpattern.c |
||
2006 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gpattern.Tpo $(DEPDIR)/libglib_2_0_la-gpattern.Plo |
||
2007 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpattern.c' object='libglib_2_0_la-gpattern.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2008 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2009 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo '$(srcdir)/'`gpattern.c |
||
2010 | |||
2011 | libglib_2_0_la-gpoll.lo: gpoll.c |
||
2012 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gpoll.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gpoll.Tpo -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo '$(srcdir)/'`gpoll.c |
||
2013 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gpoll.Tpo $(DEPDIR)/libglib_2_0_la-gpoll.Plo |
||
2014 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpoll.c' object='libglib_2_0_la-gpoll.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2015 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2016 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo '$(srcdir)/'`gpoll.c |
||
2017 | |||
2018 | libglib_2_0_la-gprimes.lo: gprimes.c |
||
2019 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gprimes.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gprimes.Tpo -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo '$(srcdir)/'`gprimes.c |
||
2020 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gprimes.Tpo $(DEPDIR)/libglib_2_0_la-gprimes.Plo |
||
2021 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gprimes.c' object='libglib_2_0_la-gprimes.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2022 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2023 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo '$(srcdir)/'`gprimes.c |
||
2024 | |||
2025 | libglib_2_0_la-gqsort.lo: gqsort.c |
||
2026 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gqsort.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gqsort.Tpo -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo '$(srcdir)/'`gqsort.c |
||
2027 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gqsort.Tpo $(DEPDIR)/libglib_2_0_la-gqsort.Plo |
||
2028 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gqsort.c' object='libglib_2_0_la-gqsort.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2029 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2030 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo '$(srcdir)/'`gqsort.c |
||
2031 | |||
2032 | libglib_2_0_la-gquark.lo: gquark.c |
||
2033 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gquark.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gquark.Tpo -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo '$(srcdir)/'`gquark.c |
||
2034 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gquark.Tpo $(DEPDIR)/libglib_2_0_la-gquark.Plo |
||
2035 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gquark.c' object='libglib_2_0_la-gquark.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2036 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2037 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo '$(srcdir)/'`gquark.c |
||
2038 | |||
2039 | libglib_2_0_la-gqueue.lo: gqueue.c |
||
2040 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gqueue.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gqueue.Tpo -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo '$(srcdir)/'`gqueue.c |
||
2041 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gqueue.Tpo $(DEPDIR)/libglib_2_0_la-gqueue.Plo |
||
2042 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gqueue.c' object='libglib_2_0_la-gqueue.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2043 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2044 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo '$(srcdir)/'`gqueue.c |
||
2045 | |||
2046 | libglib_2_0_la-grand.lo: grand.c |
||
2047 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-grand.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-grand.Tpo -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo '$(srcdir)/'`grand.c |
||
2048 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-grand.Tpo $(DEPDIR)/libglib_2_0_la-grand.Plo |
||
2049 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='grand.c' object='libglib_2_0_la-grand.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2050 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2051 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo '$(srcdir)/'`grand.c |
||
2052 | |||
2053 | libglib_2_0_la-gregex.lo: gregex.c |
||
2054 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gregex.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gregex.Tpo -c -o libglib_2_0_la-gregex.lo `test -f 'gregex.c' || echo '$(srcdir)/'`gregex.c |
||
2055 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gregex.Tpo $(DEPDIR)/libglib_2_0_la-gregex.Plo |
||
2056 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gregex.c' object='libglib_2_0_la-gregex.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2057 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2058 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gregex.lo `test -f 'gregex.c' || echo '$(srcdir)/'`gregex.c |
||
2059 | |||
2060 | libglib_2_0_la-gscanner.lo: gscanner.c |
||
2061 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gscanner.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gscanner.Tpo -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo '$(srcdir)/'`gscanner.c |
||
2062 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gscanner.Tpo $(DEPDIR)/libglib_2_0_la-gscanner.Plo |
||
2063 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gscanner.c' object='libglib_2_0_la-gscanner.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2064 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2065 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo '$(srcdir)/'`gscanner.c |
||
2066 | |||
2067 | libglib_2_0_la-gsequence.lo: gsequence.c |
||
2068 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gsequence.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gsequence.Tpo -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo '$(srcdir)/'`gsequence.c |
||
2069 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gsequence.Tpo $(DEPDIR)/libglib_2_0_la-gsequence.Plo |
||
2070 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsequence.c' object='libglib_2_0_la-gsequence.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2071 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2072 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo '$(srcdir)/'`gsequence.c |
||
2073 | |||
2074 | libglib_2_0_la-gshell.lo: gshell.c |
||
2075 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gshell.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gshell.Tpo -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo '$(srcdir)/'`gshell.c |
||
2076 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gshell.Tpo $(DEPDIR)/libglib_2_0_la-gshell.Plo |
||
2077 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gshell.c' object='libglib_2_0_la-gshell.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2078 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2079 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo '$(srcdir)/'`gshell.c |
||
2080 | |||
2081 | libglib_2_0_la-gslice.lo: gslice.c |
||
2082 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gslice.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gslice.Tpo -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo '$(srcdir)/'`gslice.c |
||
2083 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gslice.Tpo $(DEPDIR)/libglib_2_0_la-gslice.Plo |
||
2084 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gslice.c' object='libglib_2_0_la-gslice.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2085 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2086 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo '$(srcdir)/'`gslice.c |
||
2087 | |||
2088 | libglib_2_0_la-gslist.lo: gslist.c |
||
2089 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gslist.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gslist.Tpo -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo '$(srcdir)/'`gslist.c |
||
2090 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gslist.Tpo $(DEPDIR)/libglib_2_0_la-gslist.Plo |
||
2091 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gslist.c' object='libglib_2_0_la-gslist.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2092 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2093 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo '$(srcdir)/'`gslist.c |
||
2094 | |||
2095 | libglib_2_0_la-gstdio.lo: gstdio.c |
||
2096 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstdio.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstdio.Tpo -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo '$(srcdir)/'`gstdio.c |
||
2097 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstdio.Tpo $(DEPDIR)/libglib_2_0_la-gstdio.Plo |
||
2098 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstdio.c' object='libglib_2_0_la-gstdio.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2099 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2100 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo '$(srcdir)/'`gstdio.c |
||
2101 | |||
2102 | libglib_2_0_la-gstrfuncs.lo: gstrfuncs.c |
||
2103 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstrfuncs.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstrfuncs.Tpo -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo '$(srcdir)/'`gstrfuncs.c |
||
2104 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstrfuncs.Tpo $(DEPDIR)/libglib_2_0_la-gstrfuncs.Plo |
||
2105 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstrfuncs.c' object='libglib_2_0_la-gstrfuncs.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2106 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2107 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo '$(srcdir)/'`gstrfuncs.c |
||
2108 | |||
2109 | libglib_2_0_la-gstring.lo: gstring.c |
||
2110 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstring.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstring.Tpo -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo '$(srcdir)/'`gstring.c |
||
2111 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstring.Tpo $(DEPDIR)/libglib_2_0_la-gstring.Plo |
||
2112 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstring.c' object='libglib_2_0_la-gstring.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2113 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2114 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo '$(srcdir)/'`gstring.c |
||
2115 | |||
2116 | libglib_2_0_la-gstringchunk.lo: gstringchunk.c |
||
2117 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstringchunk.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstringchunk.Tpo -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo '$(srcdir)/'`gstringchunk.c |
||
2118 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstringchunk.Tpo $(DEPDIR)/libglib_2_0_la-gstringchunk.Plo |
||
2119 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gstringchunk.c' object='libglib_2_0_la-gstringchunk.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2120 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2121 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo '$(srcdir)/'`gstringchunk.c |
||
2122 | |||
2123 | libglib_2_0_la-gtestutils.lo: gtestutils.c |
||
2124 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtestutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtestutils.Tpo -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo '$(srcdir)/'`gtestutils.c |
||
2125 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtestutils.Tpo $(DEPDIR)/libglib_2_0_la-gtestutils.Plo |
||
2126 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtestutils.c' object='libglib_2_0_la-gtestutils.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2127 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2128 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo '$(srcdir)/'`gtestutils.c |
||
2129 | |||
2130 | libglib_2_0_la-gthread.lo: gthread.c |
||
2131 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread.Tpo -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo '$(srcdir)/'`gthread.c |
||
2132 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread.Tpo $(DEPDIR)/libglib_2_0_la-gthread.Plo |
||
2133 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthread.c' object='libglib_2_0_la-gthread.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2134 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2135 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo '$(srcdir)/'`gthread.c |
||
2136 | |||
2137 | libglib_2_0_la-gthreadpool.lo: gthreadpool.c |
||
2138 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthreadpool.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthreadpool.Tpo -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo '$(srcdir)/'`gthreadpool.c |
||
2139 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthreadpool.Tpo $(DEPDIR)/libglib_2_0_la-gthreadpool.Plo |
||
2140 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthreadpool.c' object='libglib_2_0_la-gthreadpool.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2141 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2142 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo '$(srcdir)/'`gthreadpool.c |
||
2143 | |||
2144 | libglib_2_0_la-gtimer.lo: gtimer.c |
||
2145 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtimer.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtimer.Tpo -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo '$(srcdir)/'`gtimer.c |
||
2146 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtimer.Tpo $(DEPDIR)/libglib_2_0_la-gtimer.Plo |
||
2147 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtimer.c' object='libglib_2_0_la-gtimer.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2148 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2149 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo '$(srcdir)/'`gtimer.c |
||
2150 | |||
2151 | libglib_2_0_la-gtimezone.lo: gtimezone.c |
||
2152 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtimezone.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtimezone.Tpo -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo '$(srcdir)/'`gtimezone.c |
||
2153 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtimezone.Tpo $(DEPDIR)/libglib_2_0_la-gtimezone.Plo |
||
2154 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtimezone.c' object='libglib_2_0_la-gtimezone.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2155 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2156 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo '$(srcdir)/'`gtimezone.c |
||
2157 | |||
2158 | libglib_2_0_la-gtranslit.lo: gtranslit.c |
||
2159 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtranslit.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtranslit.Tpo -c -o libglib_2_0_la-gtranslit.lo `test -f 'gtranslit.c' || echo '$(srcdir)/'`gtranslit.c |
||
2160 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtranslit.Tpo $(DEPDIR)/libglib_2_0_la-gtranslit.Plo |
||
2161 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtranslit.c' object='libglib_2_0_la-gtranslit.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2162 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2163 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtranslit.lo `test -f 'gtranslit.c' || echo '$(srcdir)/'`gtranslit.c |
||
2164 | |||
2165 | libglib_2_0_la-gtrashstack.lo: gtrashstack.c |
||
2166 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtrashstack.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtrashstack.Tpo -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo '$(srcdir)/'`gtrashstack.c |
||
2167 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtrashstack.Tpo $(DEPDIR)/libglib_2_0_la-gtrashstack.Plo |
||
2168 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtrashstack.c' object='libglib_2_0_la-gtrashstack.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2169 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2170 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo '$(srcdir)/'`gtrashstack.c |
||
2171 | |||
2172 | libglib_2_0_la-gtree.lo: gtree.c |
||
2173 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtree.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtree.Tpo -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo '$(srcdir)/'`gtree.c |
||
2174 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtree.Tpo $(DEPDIR)/libglib_2_0_la-gtree.Plo |
||
2175 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtree.c' object='libglib_2_0_la-gtree.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2176 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2177 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo '$(srcdir)/'`gtree.c |
||
2178 | |||
2179 | libglib_2_0_la-guniprop.lo: guniprop.c |
||
2180 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-guniprop.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-guniprop.Tpo -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo '$(srcdir)/'`guniprop.c |
||
2181 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-guniprop.Tpo $(DEPDIR)/libglib_2_0_la-guniprop.Plo |
||
2182 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='guniprop.c' object='libglib_2_0_la-guniprop.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2183 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2184 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo '$(srcdir)/'`guniprop.c |
||
2185 | |||
2186 | libglib_2_0_la-gutf8.lo: gutf8.c |
||
2187 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gutf8.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gutf8.Tpo -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo '$(srcdir)/'`gutf8.c |
||
2188 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gutf8.Tpo $(DEPDIR)/libglib_2_0_la-gutf8.Plo |
||
2189 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gutf8.c' object='libglib_2_0_la-gutf8.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2190 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2191 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo '$(srcdir)/'`gutf8.c |
||
2192 | |||
2193 | libglib_2_0_la-gunibreak.lo: gunibreak.c |
||
2194 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunibreak.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunibreak.Tpo -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo '$(srcdir)/'`gunibreak.c |
||
2195 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunibreak.Tpo $(DEPDIR)/libglib_2_0_la-gunibreak.Plo |
||
2196 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunibreak.c' object='libglib_2_0_la-gunibreak.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2197 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2198 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo '$(srcdir)/'`gunibreak.c |
||
2199 | |||
2200 | libglib_2_0_la-gunicollate.lo: gunicollate.c |
||
2201 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunicollate.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunicollate.Tpo -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo '$(srcdir)/'`gunicollate.c |
||
2202 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunicollate.Tpo $(DEPDIR)/libglib_2_0_la-gunicollate.Plo |
||
2203 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunicollate.c' object='libglib_2_0_la-gunicollate.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2204 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2205 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo '$(srcdir)/'`gunicollate.c |
||
2206 | |||
2207 | libglib_2_0_la-gunidecomp.lo: gunidecomp.c |
||
2208 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunidecomp.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunidecomp.Tpo -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo '$(srcdir)/'`gunidecomp.c |
||
2209 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunidecomp.Tpo $(DEPDIR)/libglib_2_0_la-gunidecomp.Plo |
||
2210 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunidecomp.c' object='libglib_2_0_la-gunidecomp.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2211 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2212 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo '$(srcdir)/'`gunidecomp.c |
||
2213 | |||
2214 | libglib_2_0_la-gurifuncs.lo: gurifuncs.c |
||
2215 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gurifuncs.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gurifuncs.Tpo -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo '$(srcdir)/'`gurifuncs.c |
||
2216 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gurifuncs.Tpo $(DEPDIR)/libglib_2_0_la-gurifuncs.Plo |
||
2217 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gurifuncs.c' object='libglib_2_0_la-gurifuncs.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2218 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2219 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo '$(srcdir)/'`gurifuncs.c |
||
2220 | |||
2221 | libglib_2_0_la-gutils.lo: gutils.c |
||
2222 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gutils.Tpo -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c |
||
2223 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gutils.Tpo $(DEPDIR)/libglib_2_0_la-gutils.Plo |
||
2224 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gutils.c' object='libglib_2_0_la-gutils.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2225 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2226 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c |
||
2227 | |||
2228 | libglib_2_0_la-gvariant.lo: gvariant.c |
||
2229 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant.Tpo -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo '$(srcdir)/'`gvariant.c |
||
2230 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant.Tpo $(DEPDIR)/libglib_2_0_la-gvariant.Plo |
||
2231 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvariant.c' object='libglib_2_0_la-gvariant.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2232 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2233 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo '$(srcdir)/'`gvariant.c |
||
2234 | |||
2235 | libglib_2_0_la-gvariant-core.lo: gvariant-core.c |
||
2236 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-core.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-core.Tpo -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo '$(srcdir)/'`gvariant-core.c |
||
2237 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-core.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-core.Plo |
||
2238 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvariant-core.c' object='libglib_2_0_la-gvariant-core.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2239 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2240 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo '$(srcdir)/'`gvariant-core.c |
||
2241 | |||
2242 | libglib_2_0_la-gvariant-parser.lo: gvariant-parser.c |
||
2243 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-parser.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-parser.Tpo -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo '$(srcdir)/'`gvariant-parser.c |
||
2244 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-parser.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-parser.Plo |
||
2245 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvariant-parser.c' object='libglib_2_0_la-gvariant-parser.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2246 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2247 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo '$(srcdir)/'`gvariant-parser.c |
||
2248 | |||
2249 | libglib_2_0_la-gvariant-serialiser.lo: gvariant-serialiser.c |
||
2250 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-serialiser.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Tpo -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo '$(srcdir)/'`gvariant-serialiser.c |
||
2251 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Plo |
||
2252 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvariant-serialiser.c' object='libglib_2_0_la-gvariant-serialiser.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2253 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2254 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo '$(srcdir)/'`gvariant-serialiser.c |
||
2255 | |||
2256 | libglib_2_0_la-gvarianttypeinfo.lo: gvarianttypeinfo.c |
||
2257 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvarianttypeinfo.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Tpo -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo '$(srcdir)/'`gvarianttypeinfo.c |
||
2258 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Tpo $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Plo |
||
2259 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvarianttypeinfo.c' object='libglib_2_0_la-gvarianttypeinfo.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2260 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2261 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo '$(srcdir)/'`gvarianttypeinfo.c |
||
2262 | |||
2263 | libglib_2_0_la-gvarianttype.lo: gvarianttype.c |
||
2264 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvarianttype.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvarianttype.Tpo -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo '$(srcdir)/'`gvarianttype.c |
||
2265 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvarianttype.Tpo $(DEPDIR)/libglib_2_0_la-gvarianttype.Plo |
||
2266 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvarianttype.c' object='libglib_2_0_la-gvarianttype.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2267 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2268 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo '$(srcdir)/'`gvarianttype.c |
||
2269 | |||
2270 | libglib_2_0_la-gversion.lo: gversion.c |
||
2271 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gversion.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gversion.Tpo -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo '$(srcdir)/'`gversion.c |
||
2272 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gversion.Tpo $(DEPDIR)/libglib_2_0_la-gversion.Plo |
||
2273 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gversion.c' object='libglib_2_0_la-gversion.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2274 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2275 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo '$(srcdir)/'`gversion.c |
||
2276 | |||
2277 | libglib_2_0_la-gwakeup.lo: gwakeup.c |
||
2278 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gwakeup.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gwakeup.Tpo -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo '$(srcdir)/'`gwakeup.c |
||
2279 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gwakeup.Tpo $(DEPDIR)/libglib_2_0_la-gwakeup.Plo |
||
2280 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwakeup.c' object='libglib_2_0_la-gwakeup.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2281 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2282 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo '$(srcdir)/'`gwakeup.c |
||
2283 | |||
2284 | libglib_2_0_la-gprintf.lo: gprintf.c |
||
2285 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gprintf.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gprintf.Tpo -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo '$(srcdir)/'`gprintf.c |
||
2286 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gprintf.Tpo $(DEPDIR)/libglib_2_0_la-gprintf.Plo |
||
2287 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gprintf.c' object='libglib_2_0_la-gprintf.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2288 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2289 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo '$(srcdir)/'`gprintf.c |
||
2290 | |||
2291 | libglib_2_0_la-glib-unix.lo: glib-unix.c |
||
2292 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-unix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-unix.Tpo -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo '$(srcdir)/'`glib-unix.c |
||
2293 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-unix.Tpo $(DEPDIR)/libglib_2_0_la-glib-unix.Plo |
||
2294 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glib-unix.c' object='libglib_2_0_la-glib-unix.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2295 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2296 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo '$(srcdir)/'`glib-unix.c |
||
2297 | |||
2298 | libglib_2_0_la-gthread-win32.lo: gthread-win32.c |
||
2299 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-win32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-win32.Tpo -c -o libglib_2_0_la-gthread-win32.lo `test -f 'gthread-win32.c' || echo '$(srcdir)/'`gthread-win32.c |
||
2300 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-win32.Tpo $(DEPDIR)/libglib_2_0_la-gthread-win32.Plo |
||
2301 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthread-win32.c' object='libglib_2_0_la-gthread-win32.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2302 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2303 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-win32.lo `test -f 'gthread-win32.c' || echo '$(srcdir)/'`gthread-win32.c |
||
2304 | |||
2305 | libglib_2_0_la-gthread-posix.lo: gthread-posix.c |
||
2306 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-posix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-posix.Tpo -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo '$(srcdir)/'`gthread-posix.c |
||
2307 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-posix.Tpo $(DEPDIR)/libglib_2_0_la-gthread-posix.Plo |
||
2308 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthread-posix.c' object='libglib_2_0_la-gthread-posix.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2309 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2310 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo '$(srcdir)/'`gthread-posix.c |
||
2311 | |||
2312 | libglib_2_0_la-giounix.lo: giounix.c |
||
2313 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giounix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giounix.Tpo -c -o libglib_2_0_la-giounix.lo `test -f 'giounix.c' || echo '$(srcdir)/'`giounix.c |
||
2314 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giounix.Tpo $(DEPDIR)/libglib_2_0_la-giounix.Plo |
||
2315 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='giounix.c' object='libglib_2_0_la-giounix.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2316 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2317 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giounix.lo `test -f 'giounix.c' || echo '$(srcdir)/'`giounix.c |
||
2318 | |||
2319 | libglib_2_0_la-giowin32.lo: giowin32.c |
||
2320 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giowin32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giowin32.Tpo -c -o libglib_2_0_la-giowin32.lo `test -f 'giowin32.c' || echo '$(srcdir)/'`giowin32.c |
||
2321 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giowin32.Tpo $(DEPDIR)/libglib_2_0_la-giowin32.Plo |
||
2322 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='giowin32.c' object='libglib_2_0_la-giowin32.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2323 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2324 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giowin32.lo `test -f 'giowin32.c' || echo '$(srcdir)/'`giowin32.c |
||
2325 | |||
2326 | libglib_2_0_la-gspawn.lo: gspawn.c |
||
2327 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gspawn.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gspawn.Tpo -c -o libglib_2_0_la-gspawn.lo `test -f 'gspawn.c' || echo '$(srcdir)/'`gspawn.c |
||
2328 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gspawn.Tpo $(DEPDIR)/libglib_2_0_la-gspawn.Plo |
||
2329 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gspawn.c' object='libglib_2_0_la-gspawn.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2330 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2331 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gspawn.lo `test -f 'gspawn.c' || echo '$(srcdir)/'`gspawn.c |
||
2332 | |||
2333 | libglib_2_0_la-gspawn-win32.lo: gspawn-win32.c |
||
2334 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gspawn-win32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gspawn-win32.Tpo -c -o libglib_2_0_la-gspawn-win32.lo `test -f 'gspawn-win32.c' || echo '$(srcdir)/'`gspawn-win32.c |
||
2335 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gspawn-win32.Tpo $(DEPDIR)/libglib_2_0_la-gspawn-win32.Plo |
||
2336 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gspawn-win32.c' object='libglib_2_0_la-gspawn-win32.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2337 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2338 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gspawn-win32.lo `test -f 'gspawn-win32.c' || echo '$(srcdir)/'`gspawn-win32.c |
||
2339 | |||
2340 | libglib_2_0_la-gwin32.lo: gwin32.c |
||
2341 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gwin32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gwin32.Tpo -c -o libglib_2_0_la-gwin32.lo `test -f 'gwin32.c' || echo '$(srcdir)/'`gwin32.c |
||
2342 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gwin32.Tpo $(DEPDIR)/libglib_2_0_la-gwin32.Plo |
||
2343 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32.c' object='libglib_2_0_la-gwin32.lo' libtool=yes @AMDEPBACKSLASH@ |
||
2344 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2345 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gwin32.lo `test -f 'gwin32.c' || echo '$(srcdir)/'`gwin32.c |
||
2346 | |||
2347 | mostlyclean-libtool: |
||
2348 | -rm -f *.lo |
||
2349 | |||
2350 | clean-libtool: |
||
2351 | -rm -rf .libs _libs |
||
2352 | install-installed_test_metaDATA: $(installed_test_meta_DATA) |
||
2353 | @$(NORMAL_INSTALL) |
||
2354 | @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \ |
||
2355 | if test -n "$$list"; then \ |
||
2356 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \ |
||
2357 | $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \ |
||
2358 | fi; \ |
||
2359 | for p in $$list; do \ |
||
2360 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2361 | echo "$$d$$p"; \ |
||
2362 | done | $(am__base_list) | \ |
||
2363 | while read files; do \ |
||
2364 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \ |
||
2365 | $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \ |
||
2366 | done |
||
2367 | |||
2368 | uninstall-installed_test_metaDATA: |
||
2369 | @$(NORMAL_UNINSTALL) |
||
2370 | @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \ |
||
2371 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2372 | dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir) |
||
2373 | install-nobase_installed_testDATA: $(nobase_installed_test_DATA) |
||
2374 | @$(NORMAL_INSTALL) |
||
2375 | @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \ |
||
2376 | if test -n "$$list"; then \ |
||
2377 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \ |
||
2378 | $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \ |
||
2379 | fi; \ |
||
2380 | $(am__nobase_list) | while read dir files; do \ |
||
2381 | xfiles=; for file in $$files; do \ |
||
2382 | if test -f "$$file"; then xfiles="$$xfiles $$file"; \ |
||
2383 | else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ |
||
2384 | test -z "$$xfiles" || { \ |
||
2385 | test "x$$dir" = x. || { \ |
||
2386 | echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \ |
||
2387 | $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \ |
||
2388 | echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \ |
||
2389 | $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \ |
||
2390 | done |
||
2391 | |||
2392 | uninstall-nobase_installed_testDATA: |
||
2393 | @$(NORMAL_UNINSTALL) |
||
2394 | @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \ |
||
2395 | $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ |
||
2396 | dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir) |
||
2397 | install-tapsetDATA: $(tapset_DATA) |
||
2398 | @$(NORMAL_INSTALL) |
||
2399 | @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \ |
||
2400 | if test -n "$$list"; then \ |
||
2401 | echo " $(MKDIR_P) '$(DESTDIR)$(tapsetdir)'"; \ |
||
2402 | $(MKDIR_P) "$(DESTDIR)$(tapsetdir)" || exit 1; \ |
||
2403 | fi; \ |
||
2404 | for p in $$list; do \ |
||
2405 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2406 | echo "$$d$$p"; \ |
||
2407 | done | $(am__base_list) | \ |
||
2408 | while read files; do \ |
||
2409 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tapsetdir)'"; \ |
||
2410 | $(INSTALL_DATA) $$files "$(DESTDIR)$(tapsetdir)" || exit $$?; \ |
||
2411 | done |
||
2412 | |||
2413 | uninstall-tapsetDATA: |
||
2414 | @$(NORMAL_UNINSTALL) |
||
2415 | @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \ |
||
2416 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2417 | dir='$(DESTDIR)$(tapsetdir)'; $(am__uninstall_files_from_dir) |
||
2418 | install-deprecatedincludeHEADERS: $(deprecatedinclude_HEADERS) |
||
2419 | @$(NORMAL_INSTALL) |
||
2420 | @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \ |
||
2421 | if test -n "$$list"; then \ |
||
2422 | echo " $(MKDIR_P) '$(DESTDIR)$(deprecatedincludedir)'"; \ |
||
2423 | $(MKDIR_P) "$(DESTDIR)$(deprecatedincludedir)" || exit 1; \ |
||
2424 | fi; \ |
||
2425 | for p in $$list; do \ |
||
2426 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2427 | echo "$$d$$p"; \ |
||
2428 | done | $(am__base_list) | \ |
||
2429 | while read files; do \ |
||
2430 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(deprecatedincludedir)'"; \ |
||
2431 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(deprecatedincludedir)" || exit $$?; \ |
||
2432 | done |
||
2433 | |||
2434 | uninstall-deprecatedincludeHEADERS: |
||
2435 | @$(NORMAL_UNINSTALL) |
||
2436 | @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \ |
||
2437 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2438 | dir='$(DESTDIR)$(deprecatedincludedir)'; $(am__uninstall_files_from_dir) |
||
2439 | install-glibincludeHEADERS: $(glibinclude_HEADERS) |
||
2440 | @$(NORMAL_INSTALL) |
||
2441 | @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \ |
||
2442 | if test -n "$$list"; then \ |
||
2443 | echo " $(MKDIR_P) '$(DESTDIR)$(glibincludedir)'"; \ |
||
2444 | $(MKDIR_P) "$(DESTDIR)$(glibincludedir)" || exit 1; \ |
||
2445 | fi; \ |
||
2446 | for p in $$list; do \ |
||
2447 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2448 | echo "$$d$$p"; \ |
||
2449 | done | $(am__base_list) | \ |
||
2450 | while read files; do \ |
||
2451 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \ |
||
2452 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibincludedir)" || exit $$?; \ |
||
2453 | done |
||
2454 | |||
2455 | uninstall-glibincludeHEADERS: |
||
2456 | @$(NORMAL_UNINSTALL) |
||
2457 | @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \ |
||
2458 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2459 | dir='$(DESTDIR)$(glibincludedir)'; $(am__uninstall_files_from_dir) |
||
2460 | install-glibsubincludeHEADERS: $(glibsubinclude_HEADERS) |
||
2461 | @$(NORMAL_INSTALL) |
||
2462 | @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \ |
||
2463 | if test -n "$$list"; then \ |
||
2464 | echo " $(MKDIR_P) '$(DESTDIR)$(glibsubincludedir)'"; \ |
||
2465 | $(MKDIR_P) "$(DESTDIR)$(glibsubincludedir)" || exit 1; \ |
||
2466 | fi; \ |
||
2467 | for p in $$list; do \ |
||
2468 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2469 | echo "$$d$$p"; \ |
||
2470 | done | $(am__base_list) | \ |
||
2471 | while read files; do \ |
||
2472 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibsubincludedir)'"; \ |
||
2473 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibsubincludedir)" || exit $$?; \ |
||
2474 | done |
||
2475 | |||
2476 | uninstall-glibsubincludeHEADERS: |
||
2477 | @$(NORMAL_UNINSTALL) |
||
2478 | @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \ |
||
2479 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2480 | dir='$(DESTDIR)$(glibsubincludedir)'; $(am__uninstall_files_from_dir) |
||
2481 | install-nodist_configexecincludeHEADERS: $(nodist_configexecinclude_HEADERS) |
||
2482 | @$(NORMAL_INSTALL) |
||
2483 | @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \ |
||
2484 | if test -n "$$list"; then \ |
||
2485 | echo " $(MKDIR_P) '$(DESTDIR)$(configexecincludedir)'"; \ |
||
2486 | $(MKDIR_P) "$(DESTDIR)$(configexecincludedir)" || exit 1; \ |
||
2487 | fi; \ |
||
2488 | for p in $$list; do \ |
||
2489 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
2490 | echo "$$d$$p"; \ |
||
2491 | done | $(am__base_list) | \ |
||
2492 | while read files; do \ |
||
2493 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(configexecincludedir)'"; \ |
||
2494 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(configexecincludedir)" || exit $$?; \ |
||
2495 | done |
||
2496 | |||
2497 | uninstall-nodist_configexecincludeHEADERS: |
||
2498 | @$(NORMAL_UNINSTALL) |
||
2499 | @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \ |
||
2500 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
2501 | dir='$(DESTDIR)$(configexecincludedir)'; $(am__uninstall_files_from_dir) |
||
2502 | |||
2503 | # This directory's subdirectories are mostly independent; you can cd |
||
2504 | # into them and run 'make' without going through this Makefile. |
||
2505 | # To change the values of 'make' variables: instead of editing Makefiles, |
||
2506 | # (1) if the variable is set in 'config.status', edit 'config.status' |
||
2507 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
||
2508 | # (2) otherwise, pass the desired values on the 'make' command line. |
||
2509 | $(am__recursive_targets): |
||
2510 | @fail=; \ |
||
2511 | if $(am__make_keepgoing); then \ |
||
2512 | failcom='fail=yes'; \ |
||
2513 | else \ |
||
2514 | failcom='exit 1'; \ |
||
2515 | fi; \ |
||
2516 | dot_seen=no; \ |
||
2517 | target=`echo $@ | sed s/-recursive//`; \ |
||
2518 | case "$@" in \ |
||
2519 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
||
2520 | *) list='$(SUBDIRS)' ;; \ |
||
2521 | esac; \ |
||
2522 | for subdir in $$list; do \ |
||
2523 | echo "Making $$target in $$subdir"; \ |
||
2524 | if test "$$subdir" = "."; then \ |
||
2525 | dot_seen=yes; \ |
||
2526 | local_target="$$target-am"; \ |
||
2527 | else \ |
||
2528 | local_target="$$target"; \ |
||
2529 | fi; \ |
||
2530 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
2531 | || eval $$failcom; \ |
||
2532 | done; \ |
||
2533 | if test "$$dot_seen" = "no"; then \ |
||
2534 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
||
2535 | fi; test -z "$$fail" |
||
2536 | |||
2537 | ID: $(am__tagged_files) |
||
2538 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
2539 | tags: tags-recursive |
||
2540 | TAGS: tags |
||
2541 | |||
2542 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
2543 | set x; \ |
||
2544 | here=`pwd`; \ |
||
2545 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
||
2546 | include_option=--etags-include; \ |
||
2547 | empty_fix=.; \ |
||
2548 | else \ |
||
2549 | include_option=--include; \ |
||
2550 | empty_fix=; \ |
||
2551 | fi; \ |
||
2552 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
2553 | if test "$$subdir" = .; then :; else \ |
||
2554 | test ! -f $$subdir/TAGS || \ |
||
2555 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
||
2556 | fi; \ |
||
2557 | done; \ |
||
2558 | $(am__define_uniq_tagged_files); \ |
||
2559 | shift; \ |
||
2560 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
2561 | test -n "$$unique" || unique=$$empty_fix; \ |
||
2562 | if test $$# -gt 0; then \ |
||
2563 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
2564 | "$$@" $$unique; \ |
||
2565 | else \ |
||
2566 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
2567 | $$unique; \ |
||
2568 | fi; \ |
||
2569 | fi |
||
2570 | ctags: ctags-recursive |
||
2571 | |||
2572 | CTAGS: ctags |
||
2573 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
2574 | $(am__define_uniq_tagged_files); \ |
||
2575 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
2576 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
2577 | $$unique |
||
2578 | |||
2579 | GTAGS: |
||
2580 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
2581 | && $(am__cd) $(top_srcdir) \ |
||
2582 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
2583 | cscopelist: cscopelist-recursive |
||
2584 | |||
2585 | cscopelist-am: $(am__tagged_files) |
||
2586 | list='$(am__tagged_files)'; \ |
||
2587 | case "$(srcdir)" in \ |
||
2588 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
2589 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
2590 | esac; \ |
||
2591 | for i in $$list; do \ |
||
2592 | if test -f "$$i"; then \ |
||
2593 | echo "$(subdir)/$$i"; \ |
||
2594 | else \ |
||
2595 | echo "$$sdir/$$i"; \ |
||
2596 | fi; \ |
||
2597 | done >> $(top_builddir)/cscope.files |
||
2598 | |||
2599 | distclean-tags: |
||
2600 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
2601 | |||
2602 | # Recover from deleted '.trs' file; this should ensure that |
||
2603 | # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
||
2604 | # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
||
2605 | # to avoid problems with "make -n". |
||
2606 | .log.trs: |
||
2607 | rm -f $< $@ |
||
2608 | $(MAKE) $(AM_MAKEFLAGS) $< |
||
2609 | |||
2610 | # Leading 'am--fnord' is there to ensure the list of targets does not |
||
2611 | # expand to empty, as could happen e.g. with make check TESTS=''. |
||
2612 | am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
||
2613 | am--force-recheck: |
||
2614 | @: |
||
2615 | |||
2616 | $(TEST_SUITE_LOG): $(TEST_LOGS) |
||
2617 | @$(am__set_TESTS_bases); \ |
||
2618 | am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ |
||
2619 | redo_bases=`for i in $$bases; do \ |
||
2620 | am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
||
2621 | done`; \ |
||
2622 | if test -n "$$redo_bases"; then \ |
||
2623 | redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
||
2624 | redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
||
2625 | if $(am__make_dryrun); then :; else \ |
||
2626 | rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
||
2627 | fi; \ |
||
2628 | fi; \ |
||
2629 | if test -n "$$am__remaking_logs"; then \ |
||
2630 | echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
||
2631 | "recursion detected" >&2; \ |
||
2632 | elif test -n "$$redo_logs"; then \ |
||
2633 | am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
||
2634 | fi; \ |
||
2635 | if $(am__make_dryrun); then :; else \ |
||
2636 | st=0; \ |
||
2637 | errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
||
2638 | for i in $$redo_bases; do \ |
||
2639 | test -f $$i.trs && test -r $$i.trs \ |
||
2640 | || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ |
||
2641 | test -f $$i.log && test -r $$i.log \ |
||
2642 | || { echo "$$errmsg $$i.log" >&2; st=1; }; \ |
||
2643 | done; \ |
||
2644 | test $$st -eq 0 || exit 1; \ |
||
2645 | fi |
||
2646 | @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
||
2647 | ws='[ ]'; \ |
||
2648 | results=`for b in $$bases; do echo $$b.trs; done`; \ |
||
2649 | test -n "$$results" || results=/dev/null; \ |
||
2650 | all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
||
2651 | pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
||
2652 | fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
||
2653 | skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
||
2654 | xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
||
2655 | xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
||
2656 | error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
||
2657 | if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
||
2658 | success=true; \ |
||
2659 | else \ |
||
2660 | success=false; \ |
||
2661 | fi; \ |
||
2662 | br='==================='; br=$$br$$br$$br$$br; \ |
||
2663 | result_count () \ |
||
2664 | { \ |
||
2665 | if test x"$$1" = x"--maybe-color"; then \ |
||
2666 | maybe_colorize=yes; \ |
||
2667 | elif test x"$$1" = x"--no-color"; then \ |
||
2668 | maybe_colorize=no; \ |
||
2669 | else \ |
||
2670 | echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
||
2671 | fi; \ |
||
2672 | shift; \ |
||
2673 | desc=$$1 count=$$2; \ |
||
2674 | if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
||
2675 | color_start=$$3 color_end=$$std; \ |
||
2676 | else \ |
||
2677 | color_start= color_end=; \ |
||
2678 | fi; \ |
||
2679 | echo "$${color_start}# $$desc $$count$${color_end}"; \ |
||
2680 | }; \ |
||
2681 | create_testsuite_report () \ |
||
2682 | { \ |
||
2683 | result_count $$1 "TOTAL:" $$all "$$brg"; \ |
||
2684 | result_count $$1 "PASS: " $$pass "$$grn"; \ |
||
2685 | result_count $$1 "SKIP: " $$skip "$$blu"; \ |
||
2686 | result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
||
2687 | result_count $$1 "FAIL: " $$fail "$$red"; \ |
||
2688 | result_count $$1 "XPASS:" $$xpass "$$red"; \ |
||
2689 | result_count $$1 "ERROR:" $$error "$$mgn"; \ |
||
2690 | }; \ |
||
2691 | { \ |
||
2692 | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
||
2693 | $(am__rst_title); \ |
||
2694 | create_testsuite_report --no-color; \ |
||
2695 | echo; \ |
||
2696 | echo ".. contents:: :depth: 2"; \ |
||
2697 | echo; \ |
||
2698 | for b in $$bases; do echo $$b; done \ |
||
2699 | | $(am__create_global_log); \ |
||
2700 | } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
||
2701 | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
||
2702 | if $$success; then \ |
||
2703 | col="$$grn"; \ |
||
2704 | else \ |
||
2705 | col="$$red"; \ |
||
2706 | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
||
2707 | fi; \ |
||
2708 | echo "$${col}$$br$${std}"; \ |
||
2709 | echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ |
||
2710 | echo "$${col}$$br$${std}"; \ |
||
2711 | create_testsuite_report --maybe-color; \ |
||
2712 | echo "$$col$$br$$std"; \ |
||
2713 | if $$success; then :; else \ |
||
2714 | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ |
||
2715 | if test -n "$(PACKAGE_BUGREPORT)"; then \ |
||
2716 | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ |
||
2717 | fi; \ |
||
2718 | echo "$$col$$br$$std"; \ |
||
2719 | fi; \ |
||
2720 | $$success || exit 1 |
||
2721 | |||
2722 | check-TESTS: |
||
2723 | @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
||
2724 | @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
||
2725 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
||
2726 | @set +e; $(am__set_TESTS_bases); \ |
||
2727 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
||
2728 | trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
||
2729 | log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
||
2730 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
||
2731 | exit $$?; |
||
2732 | recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA) |
||
2733 | @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
||
2734 | @set +e; $(am__set_TESTS_bases); \ |
||
2735 | bases=`for i in $$bases; do echo $$i; done \ |
||
2736 | | $(am__list_recheck_tests)` || exit 1; \ |
||
2737 | log_list=`for i in $$bases; do echo $$i.log; done`; \ |
||
2738 | log_list=`echo $$log_list`; \ |
||
2739 | $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
||
2740 | am__force_recheck=am--force-recheck \ |
||
2741 | TEST_LOGS="$$log_list"; \ |
||
2742 | exit $$? |
||
2743 | .test.log: |
||
2744 | @p='$<'; \ |
||
2745 | $(am__set_b); \ |
||
2746 | $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
||
2747 | --log-file $$b.log --trs-file $$b.trs \ |
||
2748 | $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
||
2749 | "$$tst" $(AM_TESTS_FD_REDIRECT) |
||
2750 | @am__EXEEXT_TRUE@.test$(EXEEXT).log: |
||
2751 | @am__EXEEXT_TRUE@ @p='$<'; \ |
||
2752 | @am__EXEEXT_TRUE@ $(am__set_b); \ |
||
2753 | @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
||
2754 | @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
||
2755 | @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
||
2756 | @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
||
2757 | |||
2758 | distdir: $(DISTFILES) |
||
2759 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
2760 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
2761 | list='$(DISTFILES)'; \ |
||
2762 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
2763 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
2764 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
2765 | case $$dist_files in \ |
||
2766 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
2767 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
2768 | sort -u` ;; \ |
||
2769 | esac; \ |
||
2770 | for file in $$dist_files; do \ |
||
2771 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
2772 | if test -d $$d/$$file; then \ |
||
2773 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
2774 | if test -d "$(distdir)/$$file"; then \ |
||
2775 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
2776 | fi; \ |
||
2777 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
2778 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
2779 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
2780 | fi; \ |
||
2781 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
2782 | else \ |
||
2783 | test -f "$(distdir)/$$file" \ |
||
2784 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
2785 | || exit 1; \ |
||
2786 | fi; \ |
||
2787 | done |
||
2788 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
2789 | if test "$$subdir" = .; then :; else \ |
||
2790 | $(am__make_dryrun) \ |
||
2791 | || test -d "$(distdir)/$$subdir" \ |
||
2792 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
||
2793 | || exit 1; \ |
||
2794 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
||
2795 | $(am__relativize); \ |
||
2796 | new_distdir=$$reldir; \ |
||
2797 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
||
2798 | $(am__relativize); \ |
||
2799 | new_top_distdir=$$reldir; \ |
||
2800 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
||
2801 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
||
2802 | ($(am__cd) $$subdir && \ |
||
2803 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
2804 | top_distdir="$$new_top_distdir" \ |
||
2805 | distdir="$$new_distdir" \ |
||
2806 | am__remove_distdir=: \ |
||
2807 | am__skip_length_check=: \ |
||
2808 | am__skip_mode_fix=: \ |
||
2809 | distdir) \ |
||
2810 | || exit 1; \ |
||
2811 | fi; \ |
||
2812 | done |
||
2813 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
2814 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
||
2815 | dist-hook |
||
2816 | check-am: all-am |
||
2817 | $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \ |
||
2818 | $(check_SCRIPTS) $(check_DATA) |
||
2819 | $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local |
||
2820 | check: $(BUILT_SOURCES) |
||
2821 | $(MAKE) $(AM_MAKEFLAGS) check-recursive |
||
2822 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ |
||
2823 | $(HEADERS) all-local |
||
2824 | install-binPROGRAMS: install-libLTLIBRARIES |
||
2825 | |||
2826 | installdirs: installdirs-recursive |
||
2827 | installdirs-am: |
||
2828 | for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(deprecatedincludedir)" "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" "$(DESTDIR)$(configexecincludedir)"; do \ |
||
2829 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
2830 | done |
||
2831 | install: $(BUILT_SOURCES) |
||
2832 | $(MAKE) $(AM_MAKEFLAGS) install-recursive |
||
2833 | install-exec: install-exec-recursive |
||
2834 | install-data: install-data-recursive |
||
2835 | uninstall: uninstall-recursive |
||
2836 | |||
2837 | install-am: all-am |
||
2838 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
2839 | |||
2840 | installcheck: installcheck-recursive |
||
2841 | install-strip: |
||
2842 | if test -z '$(STRIP)'; then \ |
||
2843 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
2844 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
2845 | install; \ |
||
2846 | else \ |
||
2847 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
2848 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
2849 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
2850 | fi |
||
2851 | mostlyclean-generic: |
||
2852 | -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
||
2853 | -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
||
2854 | -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
||
2855 | |||
2856 | clean-generic: |
||
2857 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
||
2858 | |||
2859 | distclean-generic: |
||
2860 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
2861 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
2862 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
||
2863 | |||
2864 | maintainer-clean-generic: |
||
2865 | @echo "This command is intended for maintainers to use" |
||
2866 | @echo "it deletes files that may require special tools to rebuild." |
||
2867 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
||
2868 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
||
2869 | @OS_UNIX_FALSE@install-exec-hook: |
||
2870 | clean: clean-recursive |
||
2871 | |||
2872 | clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \ |
||
2873 | clean-generic clean-installed_testLTLIBRARIES \ |
||
2874 | clean-installed_testPROGRAMS clean-libLTLIBRARIES \ |
||
2875 | clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ |
||
2876 | mostlyclean-am |
||
2877 | |||
2878 | distclean: distclean-recursive |
||
2879 | -rm -rf ./$(DEPDIR) |
||
2880 | -rm -f Makefile |
||
2881 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
2882 | distclean-tags |
||
2883 | |||
2884 | dvi: dvi-recursive |
||
2885 | |||
2886 | dvi-am: |
||
2887 | |||
2888 | html: html-recursive |
||
2889 | |||
2890 | html-am: |
||
2891 | |||
2892 | info: info-recursive |
||
2893 | |||
2894 | info-am: |
||
2895 | |||
2896 | install-data-am: install-data-local install-deprecatedincludeHEADERS \ |
||
2897 | install-dist_gdbSCRIPTS install-glibincludeHEADERS \ |
||
2898 | install-glibsubincludeHEADERS \ |
||
2899 | install-installed_testLTLIBRARIES \ |
||
2900 | install-installed_testPROGRAMS install-installed_testSCRIPTS \ |
||
2901 | install-installed_test_metaDATA \ |
||
2902 | install-nobase_installed_testDATA install-tapsetDATA |
||
2903 | @$(NORMAL_INSTALL) |
||
2904 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook |
||
2905 | install-dvi: install-dvi-recursive |
||
2906 | |||
2907 | install-dvi-am: |
||
2908 | |||
2909 | install-exec-am: install-binPROGRAMS install-binSCRIPTS \ |
||
2910 | install-libLTLIBRARIES install-nodist_configexecincludeHEADERS |
||
2911 | @$(NORMAL_INSTALL) |
||
2912 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook |
||
2913 | install-html: install-html-recursive |
||
2914 | |||
2915 | install-html-am: |
||
2916 | |||
2917 | install-info: install-info-recursive |
||
2918 | |||
2919 | install-info-am: |
||
2920 | |||
2921 | install-man: |
||
2922 | |||
2923 | install-pdf: install-pdf-recursive |
||
2924 | |||
2925 | install-pdf-am: |
||
2926 | |||
2927 | install-ps: install-ps-recursive |
||
2928 | |||
2929 | install-ps-am: |
||
2930 | |||
2931 | installcheck-am: |
||
2932 | |||
2933 | maintainer-clean: maintainer-clean-recursive |
||
2934 | -rm -rf ./$(DEPDIR) |
||
2935 | -rm -f Makefile |
||
2936 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
2937 | |||
2938 | mostlyclean: mostlyclean-recursive |
||
2939 | |||
2940 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
||
2941 | mostlyclean-libtool |
||
2942 | |||
2943 | pdf: pdf-recursive |
||
2944 | |||
2945 | pdf-am: |
||
2946 | |||
2947 | ps: ps-recursive |
||
2948 | |||
2949 | ps-am: |
||
2950 | |||
2951 | uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ |
||
2952 | uninstall-deprecatedincludeHEADERS uninstall-dist_gdbSCRIPTS \ |
||
2953 | uninstall-glibincludeHEADERS uninstall-glibsubincludeHEADERS \ |
||
2954 | uninstall-installed_testLTLIBRARIES \ |
||
2955 | uninstall-installed_testPROGRAMS \ |
||
2956 | uninstall-installed_testSCRIPTS \ |
||
2957 | uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \ |
||
2958 | uninstall-local uninstall-nobase_installed_testDATA \ |
||
2959 | uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA |
||
2960 | |||
2961 | .MAKE: $(am__recursive_targets) all check check-am install install-am \ |
||
2962 | install-data-am install-exec-am install-strip |
||
2963 | |||
2964 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ |
||
2965 | check check-TESTS check-am check-local clean clean-binPROGRAMS \ |
||
2966 | clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \ |
||
2967 | clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \ |
||
2968 | clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
||
2969 | clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \ |
||
2970 | distclean distclean-compile distclean-generic \ |
||
2971 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
||
2972 | html-am info info-am install install-am install-binPROGRAMS \ |
||
2973 | install-binSCRIPTS install-data install-data-am \ |
||
2974 | install-data-hook install-data-local \ |
||
2975 | install-deprecatedincludeHEADERS install-dist_gdbSCRIPTS \ |
||
2976 | install-dvi install-dvi-am install-exec install-exec-am \ |
||
2977 | install-exec-hook install-glibincludeHEADERS \ |
||
2978 | install-glibsubincludeHEADERS install-html install-html-am \ |
||
2979 | install-info install-info-am install-installed_testLTLIBRARIES \ |
||
2980 | install-installed_testPROGRAMS install-installed_testSCRIPTS \ |
||
2981 | install-installed_test_metaDATA install-libLTLIBRARIES \ |
||
2982 | install-man install-nobase_installed_testDATA \ |
||
2983 | install-nodist_configexecincludeHEADERS install-pdf \ |
||
2984 | install-pdf-am install-ps install-ps-am install-strip \ |
||
2985 | install-tapsetDATA installcheck installcheck-am installdirs \ |
||
2986 | installdirs-am maintainer-clean maintainer-clean-generic \ |
||
2987 | mostlyclean mostlyclean-compile mostlyclean-generic \ |
||
2988 | mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ |
||
2989 | uninstall uninstall-am uninstall-binPROGRAMS \ |
||
2990 | uninstall-binSCRIPTS uninstall-deprecatedincludeHEADERS \ |
||
2991 | uninstall-dist_gdbSCRIPTS uninstall-glibincludeHEADERS \ |
||
2992 | uninstall-glibsubincludeHEADERS \ |
||
2993 | uninstall-installed_testLTLIBRARIES \ |
||
2994 | uninstall-installed_testPROGRAMS \ |
||
2995 | uninstall-installed_testSCRIPTS \ |
||
2996 | uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \ |
||
2997 | uninstall-local uninstall-nobase_installed_testDATA \ |
||
2998 | uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA |
||
2999 | |||
3000 | .PRECIOUS: Makefile |
||
3001 | |||
3002 | |||
3003 | # test-nonrecursive: run tests only in cwd |
||
3004 | @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS} |
||
3005 | @OS_UNIX_TRUE@ @test -z "${TEST_PROGS}" || G_TEST_SRCDIR="$(abs_srcdir)" G_TEST_BUILDDIR="$(abs_builddir)" G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS} |
||
3006 | @OS_UNIX_FALSE@test-nonrecursive: |
||
3007 | |||
3008 | .PHONY: test-nonrecursive |
||
3009 | |||
3010 | .PHONY: lcov genlcov lcov-clean |
||
3011 | # use recursive makes in order to ignore errors during check |
||
3012 | lcov: |
||
3013 | -$(MAKE) $(AM_MAKEFLAGS) -k check |
||
3014 | $(MAKE) $(AM_MAKEFLAGS) genlcov |
||
3015 | |||
3016 | # we have to massage the lcov.info file slightly to hide the effect of libtool |
||
3017 | # placing the objects files in the .libs/ directory separate from the *.c |
||
3018 | # we also have to delete tests/.libs/libmoduletestplugin_*.gcda |
||
3019 | genlcov: |
||
3020 | $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \ |
||
3021 | $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \ |
||
3022 | $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\* gio/tests/gdbus-object-manager-example/\* ; \ |
||
3023 | LANG=C $(LTP_GENHTML) --quiet --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --frames --show-details glib-lcov.info --ignore-errors source |
||
3024 | @echo "file://$(abs_top_builddir)/glib-lcov/index.html" |
||
3025 | |||
3026 | lcov-clean: |
||
3027 | if test -n "$(LTP)"; then \ |
||
3028 | $(LTP) --quiet --directory $(top_builddir) -z; \ |
||
3029 | fi |
||
3030 | |||
3031 | # run tests in cwd as part of make check |
||
3032 | check-local: test-nonrecursive |
||
3033 | |||
3034 | @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile |
||
3035 | @ENABLE_INSTALLED_TESTS_TRUE@ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ |
||
3036 | @ENABLE_INSTALLED_TESTS_TRUE@ echo 'Type=session' >> $@.tmp; \ |
||
3037 | @ENABLE_INSTALLED_TESTS_TRUE@ echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \ |
||
3038 | @ENABLE_INSTALLED_TESTS_TRUE@ mv $@.tmp $@) |
||
3039 | glibconfig-stamp: ../config.status |
||
3040 | $(AM_V_GEN) cd $(top_builddir) && \ |
||
3041 | $(SHELL) ./config.status glib/glibconfig.h |
||
3042 | $(AM_V_GEN) cd $(top_builddir) && \ |
||
3043 | $(SHELL) ./config.status glib/glibconfig.h.win32 |
||
3044 | @touch glibconfig-stamp |
||
3045 | |||
3046 | install-ms-lib: |
||
3047 | $(install_ms_lib_cmd) |
||
3048 | |||
3049 | uninstall-ms-lib: |
||
3050 | $(uninstall_ms_lib_cmd) |
||
3051 | |||
3052 | # This is read by gobject-introspection/misc/ and gtk-doc |
||
3053 | glib-public-headers.txt: Makefile |
||
3054 | $(AM_V_GEN) echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@ |
||
3055 | |||
3056 | all-local: glib-public-headers.txt |
||
3057 | |||
3058 | install-data-local: install-ms-lib |
||
3059 | @if test -f $(glibincludedir)/glist.h ; then \ |
||
3060 | echo "*** Old headers found in $(glibincludedir). You should remove the" ; \ |
||
3061 | echo "*** contents of this directory and type 'make install' again." ; \ |
||
3062 | false ; \ |
||
3063 | fi |
||
3064 | |||
3065 | uninstall-local: uninstall-ms-lib uninstall-gdb |
||
3066 | |||
3067 | @ENABLE_DTRACE_TRUE@glib_probes.h: glib_probes.d |
||
3068 | @ENABLE_DTRACE_TRUE@ $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp |
||
3069 | @ENABLE_DTRACE_TRUE@ @$(SED) -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," < $@.tmp > $@ && rm -f $@.tmp |
||
3070 | |||
3071 | @ENABLE_DTRACE_TRUE@glib_probes.lo: glib_probes.d |
||
3072 | @ENABLE_DTRACE_TRUE@ $(AM_V_GEN) env CC="$(DTCOMPILE)" CFLAGS="$(DTCFLAGS)" $(DTRACE) -G -s $< -o $@ |
||
3073 | |||
3074 | @ENABLE_SYSTEMTAP_TRUE@$(tapset_DATA): %.stp: %.stp.in Makefile |
||
3075 | @ENABLE_SYSTEMTAP_TRUE@ $(AM_V_GEN)$(SED) \ |
||
3076 | @ENABLE_SYSTEMTAP_TRUE@ -e 's|[@]ABS_GLIB_RUNTIME_LIBDIR[@]|$(ABS_GLIB_RUNTIME_LIBDIR)|g' \ |
||
3077 | @ENABLE_SYSTEMTAP_TRUE@ -e 's|[@]LT_CURRENT[@]|$(LT_CURRENT)|g' \ |
||
3078 | @ENABLE_SYSTEMTAP_TRUE@ -e 's|[@]LT_REVISION[@]|$(LT_REVISION)|g' \ |
||
3079 | @ENABLE_SYSTEMTAP_TRUE@ $< > $@ |
||
3080 | |||
3081 | gspawn-win32-helper-console.c: |
||
3082 | echo '#define HELPER_CONSOLE' >$@ |
||
3083 | echo '#include "gspawn-win32-helper.c"' >>$@ |
||
3084 | |||
3085 | gspawn-win64-helper.c: |
||
3086 | echo '#include "gspawn-win32-helper.c"' >$@ |
||
3087 | |||
3088 | gspawn-win64-helper-console.c: |
||
3089 | echo '#define HELPER_CONSOLE' >$@ |
||
3090 | echo '#include "gspawn-win32-helper.c"' >>$@ |
||
3091 | |||
3092 | glib-win32-res.o: glib.rc |
||
3093 | $(WINDRES) glib.rc $@ |
||
3094 | |||
3095 | @OS_UNIX_TRUE@install-exec-hook: |
||
3096 | @OS_UNIX_TRUE@ for sf in ${auto_config_binscripts} ; do \ |
||
3097 | @OS_UNIX_TRUE@ mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \ |
||
3098 | @OS_UNIX_TRUE@ && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \ |
||
3099 | @OS_UNIX_TRUE@ -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@| ${CONFIGVARS}|' \ |
||
3100 | @OS_UNIX_TRUE@ -e '1,1s|#! /usr/bin/env python.*|#!${PYTHON}|' \ |
||
3101 | @OS_UNIX_TRUE@ || exit $$? ; \ |
||
3102 | @OS_UNIX_TRUE@ chmod a+x $(DESTDIR)$(bindir)/$$sf ; \ |
||
3103 | @OS_UNIX_TRUE@ rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \ |
||
3104 | @OS_UNIX_TRUE@ done |
||
3105 | |||
3106 | glib.def: libglib-2.0.la |
||
3107 | $(AM_V_GEN) dumpbin.exe -exports .libs/libglib-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > glib.def.tmp && mv glib.def.tmp glib.def |
||
3108 | |||
3109 | glib-2.0.lib: libglib-2.0.la glib.def |
||
3110 | $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/glib.def -out:$@ |
||
3111 | |||
3112 | # |
||
3113 | # Creates Visual Studio 2008/2010 projects from items passed in from autotools files |
||
3114 | # $(1) - Base Name of the MSVC project files (outputs) |
||
3115 | # |
||
3116 | |||
3117 | define msvcproj-builder |
||
3118 | |||
3119 | $(top_builddir)/build/win32/vs10/$(1).vcxproj: $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3120 | $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3121 | $(1).sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3122 | $(1).vs10.sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3123 | $(1).vs10.sourcefiles.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3124 | |||
3125 | $(top_builddir)/build/win32/vs9/$(1).vcproj: |
||
3126 | -$(RM) $(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3127 | -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj |
||
3128 | -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters |
||
3129 | |||
3130 | for F in $(_proj_files); do \ |
||
3131 | case $$$$F in \ |
||
3132 | $(_proj_filters)) \ |
||
3133 | ;; \ |
||
3134 | *.c|*.cpp|*.cc|*.cxx) \ |
||
3135 | echo ' <File RelativePath="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).sourcefiles && \ |
||
3136 | echo ' <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).vs10.sourcefiles && \ |
||
3137 | echo ' <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'"><Filter>Source Files</Filter></ClCompile>' >>$(1).vs10.sourcefiles.filters \ |
||
3138 | ;; \ |
||
3139 | esac; \ |
||
3140 | done |
||
3141 | |||
3142 | $(CPP) -P - <$(top_srcdir)/build/win32/vs9/$(1).vcprojin >$(top_builddir)/build/win32/vs9/$(1).vcproj |
||
3143 | $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxprojin >$(top_builddir)/build/win32/vs10/$(1).vcxproj |
||
3144 | $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters |
||
3145 | $(RM) $(1).sourcefiles |
||
3146 | $(RM) $(1).vs10.sourcefiles |
||
3147 | $(RM) $(1).vs10.sourcefiles.filters |
||
3148 | |||
3149 | $(top_builddir)/build/win32/vs10/$(1).vs10.headers: $(top_builddir)/build/win32/vs9/$(1).headers |
||
3150 | |||
3151 | $(top_builddir)/build/win32/vs9/$(1).headers: |
||
3152 | -$(RM) $(top_builddir)/build/win32/vs9/$(1).headers |
||
3153 | -$(RM) $(top_builddir)/build/win32/vs10/$(1).vs10.headers |
||
3154 | |||
3155 | for F in $(_proj_headers); do \ |
||
3156 | case $$$$F in \ |
||
3157 | $(_proj_headers_excludes)) \ |
||
3158 | ;; \ |
||
3159 | *.h|*.hpp|*.hh|*.hxx) \ |
||
3160 | echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'
' >>$(top_builddir)/build/win32/vs9/$(1).headers && \ |
||
3161 | echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/build/win32/vs10/$(1).vs10.headers \ |
||
3162 | ;; \ |
||
3163 | esac; \ |
||
3164 | done |
||
3165 | |||
3166 | endef |
||
3167 | |||
3168 | $(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj)))) |
||
3169 | |||
3170 | dist-hook: $(BUILT_EXTRA_DIST) $(top_builddir)/build/win32/vs9/glib.vcproj $(top_builddir)/build/win32/vs9/glib.headers |
||
3171 | files='$(BUILT_EXTRA_DIST)'; \ |
||
3172 | for f in $$files; do \ |
||
3173 | if test -f $$f; then d=.; else d=$(srcdir); fi; \ |
||
3174 | cp $$d/$$f $(distdir) || exit 1; done |
||
3175 | |||
3176 | libglib-gdb.py: libglib-gdb.py.in |
||
3177 | $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > $(builddir)/libglib-gdb.py |
||
3178 | |||
3179 | install-data-hook: libglib-gdb.py |
||
3180 | mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR) |
||
3181 | $(INSTALL) $(builddir)/libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py |
||
3182 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) |
||
3183 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) |
||
3184 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR) |
||
3185 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libglib-2.0.so |
||
3186 | @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so |
||
3187 | |||
3188 | uninstall-gdb: |
||
3189 | -rm -r $(DESTDIR)$(datadir)/gdb |
||
3190 | |||
3191 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
3192 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
3193 | .NOEXPORT: |