"Fossies" - the Fresh Open Source Software Archive 
Member "libextractor-1.11/src/intlemu/Makefile.in" (30 Jan 2021, 20865 Bytes) of package /linux/privat/libextractor-1.11.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.10_vs_1.11.
1 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = src/intlemu
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/abi-gsf.m4 \
95 $(top_srcdir)/m4/ac_define_dir.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_create_pkgconfig_info.m4 \
99 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glib-2.0.m4 \
100 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
101 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
102 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
103 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
104 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
105 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
106 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
107 $(top_srcdir)/configure.ac
108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109 $(ACLOCAL_M4)
110 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = $(top_builddir)/config.h
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 LTLIBRARIES = $(noinst_LTLIBRARIES)
116 libintlemu_la_LIBADD =
117 am_libintlemu_la_OBJECTS = intlemu.lo
118 libintlemu_la_OBJECTS = $(am_libintlemu_la_OBJECTS)
119 AM_V_lt = $(am__v_lt_@AM_V@)
120 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121 am__v_lt_0 = --silent
122 am__v_lt_1 =
123 libintlemu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
124 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125 $(libintlemu_la_LDFLAGS) $(LDFLAGS) -o $@
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo " GEN " $@;
133 am__v_GEN_1 =
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 =
138 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
139 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
140 am__maybe_remake_depfiles = depfiles
141 am__depfiles_remade = ./$(DEPDIR)/intlemu.Plo
142 am__mv = mv -f
143 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
144 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
147 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
148 $(AM_CFLAGS) $(CFLAGS)
149 AM_V_CC = $(am__v_CC_@AM_V@)
150 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151 am__v_CC_0 = @echo " CC " $@;
152 am__v_CC_1 =
153 CCLD = $(CC)
154 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156 $(AM_LDFLAGS) $(LDFLAGS) -o $@
157 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
158 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
159 am__v_CCLD_0 = @echo " CCLD " $@;
160 am__v_CCLD_1 =
161 SOURCES = $(libintlemu_la_SOURCES)
162 DIST_SOURCES = $(libintlemu_la_SOURCES)
163 am__can_run_installinfo = \
164 case $$AM_UPDATE_INFO_DIR in \
165 n|no|NO) false;; \
166 *) (install-info --version) >/dev/null 2>&1;; \
167 esac
168 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
169 # Read a list of newline-separated strings from the standard input,
170 # and print each of them once, without duplicates. Input order is
171 # *not* preserved.
172 am__uniquify_input = $(AWK) '\
173 BEGIN { nonempty = 0; } \
174 { items[$$0] = 1; nonempty = 1; } \
175 END { if (nonempty) { for (i in items) print i; }; } \
176 '
177 # Make sure the list of sources is unique. This is necessary because,
178 # e.g., the same source file might be shared among _SOURCES variables
179 # for different programs/libraries.
180 am__define_uniq_tagged_files = \
181 list='$(am__tagged_files)'; \
182 unique=`for i in $$list; do \
183 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184 done | $(am__uniquify_input)`
185 ETAGS = etags
186 CTAGS = ctags
187 am__DIST_COMMON = $(srcdir)/Makefile.in \
188 $(top_srcdir)/build-aux/depcomp
189 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190 ACLOCAL = @ACLOCAL@
191 AMTAR = @AMTAR@
192 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
193 AR = @AR@
194 AUTOCONF = @AUTOCONF@
195 AUTOHEADER = @AUTOHEADER@
196 AUTOMAKE = @AUTOMAKE@
197 AWK = @AWK@
198 CC = @CC@
199 CCDEPMODE = @CCDEPMODE@
200 CFLAGS = @CFLAGS@
201 CPP = @CPP@
202 CPPFLAGS = @CPPFLAGS@
203 CXX = @CXX@
204 CXXCPP = @CXXCPP@
205 CXXDEPMODE = @CXXDEPMODE@
206 CXXFLAGS = @CXXFLAGS@
207 CYGPATH_W = @CYGPATH_W@
208 DEFS = @DEFS@
209 DEPDIR = @DEPDIR@
210 DLLTOOL = @DLLTOOL@
211 DSYMUTIL = @DSYMUTIL@
212 DUMPBIN = @DUMPBIN@
213 ECHO_C = @ECHO_C@
214 ECHO_N = @ECHO_N@
215 ECHO_T = @ECHO_T@
216 EGREP = @EGREP@
217 EXEEXT = @EXEEXT@
218 FGREP = @FGREP@
219 GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
220 GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
221 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
222 GLIB_CFLAGS = @GLIB_CFLAGS@
223 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
224 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
225 GLIB_LIBS = @GLIB_LIBS@
226 GLIB_MKENUMS = @GLIB_MKENUMS@
227 GMSGFMT = @GMSGFMT@
228 GMSGFMT_015 = @GMSGFMT_015@
229 GOBJECT_QUERY = @GOBJECT_QUERY@
230 GREP = @GREP@
231 GSF_CFLAGS = @GSF_CFLAGS@
232 GSF_GNOME_CFLAGS = @GSF_GNOME_CFLAGS@
233 GSF_GNOME_LIBS = @GSF_GNOME_LIBS@
234 GSF_LIBS = @GSF_LIBS@
235 GSTREAMER_APP_CFLAGS = @GSTREAMER_APP_CFLAGS@
236 GSTREAMER_APP_LIBS = @GSTREAMER_APP_LIBS@
237 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
238 GSTREAMER_LIBS = @GSTREAMER_LIBS@
239 GSTREAMER_PBUTILS_CFLAGS = @GSTREAMER_PBUTILS_CFLAGS@
240 GSTREAMER_PBUTILS_LIBS = @GSTREAMER_PBUTILS_LIBS@
241 GSTREAMER_TAG_CFLAGS = @GSTREAMER_TAG_CFLAGS@
242 GSTREAMER_TAG_LIBS = @GSTREAMER_TAG_LIBS@
243 HAVE_CXX = @HAVE_CXX@
244 HAVE_ZZUF = @HAVE_ZZUF@
245 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
246 INSTALL = @INSTALL@
247 INSTALL_DATA = @INSTALL_DATA@
248 INSTALL_PROGRAM = @INSTALL_PROGRAM@
249 INSTALL_SCRIPT = @INSTALL_SCRIPT@
250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251 INTLLIBS = @INTLLIBS@
252 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
253 ISOLOCALEDIR = @ISOLOCALEDIR@
254 LD = @LD@
255 LDFLAGS = @LDFLAGS@
256 LE_INTLINCL = @LE_INTLINCL@
257 LE_LIBINTL = @LE_LIBINTL@
258 LE_LIB_LDFLAGS = @LE_LIB_LDFLAGS@
259 LE_LIB_LIBS = @LE_LIB_LIBS@
260 LE_PLUGIN_LDFLAGS = @LE_PLUGIN_LDFLAGS@
261 LIBEXT = @LIBEXT@
262 LIBICONV = @LIBICONV@
263 LIBINTL = @LIBINTL@
264 LIBOBJS = @LIBOBJS@
265 LIBS = @LIBS@
266 LIBTOOL = @LIBTOOL@
267 LIB_VERSION_AGE = @LIB_VERSION_AGE@
268 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
269 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
270 LIPO = @LIPO@
271 LN_S = @LN_S@
272 LOCALEDIR = @LOCALEDIR@
273 LTLIBICONV = @LTLIBICONV@
274 LTLIBINTL = @LTLIBINTL@
275 LTLIBOBJS = @LTLIBOBJS@
276 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
277 MAKEINFO = @MAKEINFO@
278 MANIFEST_TOOL = @MANIFEST_TOOL@
279 MKDIR_P = @MKDIR_P@
280 MSGFMT = @MSGFMT@
281 MSGFMT_015 = @MSGFMT_015@
282 MSGMERGE = @MSGMERGE@
283 NM = @NM@
284 NMEDIT = @NMEDIT@
285 OBJDUMP = @OBJDUMP@
286 OBJEXT = @OBJEXT@
287 OTOOL = @OTOOL@
288 OTOOL64 = @OTOOL64@
289 PACKAGE = @PACKAGE@
290 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
291 PACKAGE_NAME = @PACKAGE_NAME@
292 PACKAGE_STRING = @PACKAGE_STRING@
293 PACKAGE_TARNAME = @PACKAGE_TARNAME@
294 PACKAGE_URL = @PACKAGE_URL@
295 PACKAGE_VERSION = @PACKAGE_VERSION@
296 PACKAGE_VERSION_NOALPHA = @PACKAGE_VERSION_NOALPHA@
297 PATH_SEPARATOR = @PATH_SEPARATOR@
298 PKG_CONFIG = @PKG_CONFIG@
299 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
300 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
301 POSUB = @POSUB@
302 QT_CPPFLAGS = @QT_CPPFLAGS@
303 QT_LDFLAGS = @QT_LDFLAGS@
304 RANLIB = @RANLIB@
305 RPLUGINDIR = @RPLUGINDIR@
306 SED = @SED@
307 SET_MAKE = @SET_MAKE@
308 SHELL = @SHELL@
309 SOCKET_LIBS = @SOCKET_LIBS@
310 STRIP = @STRIP@
311 USE_NLS = @USE_NLS@
312 VERSION = @VERSION@
313 XGETTEXT = @XGETTEXT@
314 XGETTEXT_015 = @XGETTEXT_015@
315 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
316 XTRA_CPPLIBS = @XTRA_CPPLIBS@
317 abs_builddir = @abs_builddir@
318 abs_srcdir = @abs_srcdir@
319 abs_top_builddir = @abs_top_builddir@
320 abs_top_srcdir = @abs_top_srcdir@
321 ac_ct_AR = @ac_ct_AR@
322 ac_ct_CC = @ac_ct_CC@
323 ac_ct_CXX = @ac_ct_CXX@
324 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
325 am__include = @am__include@
326 am__leading_dot = @am__leading_dot@
327 am__quote = @am__quote@
328 am__tar = @am__tar@
329 am__untar = @am__untar@
330 bindir = @bindir@
331 build = @build@
332 build_alias = @build_alias@
333 build_cpu = @build_cpu@
334 build_os = @build_os@
335 build_vendor = @build_vendor@
336 builddir = @builddir@
337 datadir = @datadir@
338 datarootdir = @datarootdir@
339 docdir = @docdir@
340 dvidir = @dvidir@
341 exec_prefix = @exec_prefix@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 pkgconfig_libdir = @pkgconfig_libdir@
360 pkgconfig_libfile = @pkgconfig_libfile@
361 prefix = @prefix@
362 program_transform_name = @program_transform_name@
363 psdir = @psdir@
364 runstatedir = @runstatedir@
365 sbindir = @sbindir@
366 sharedstatedir = @sharedstatedir@
367 srcdir = @srcdir@
368 sysconfdir = @sysconfdir@
369 target = @target@
370 target_alias = @target_alias@
371 target_cpu = @target_cpu@
372 target_os = @target_os@
373 target_vendor = @target_vendor@
374 top_build_prefix = @top_build_prefix@
375 top_builddir = @top_builddir@
376 top_srcdir = @top_srcdir@
377
378 # This Makefile.am is in the public domain
379 noinst_LTLIBRARIES = \
380 libintlemu.la
381
382 libintlemu_la_SOURCES = \
383 libintlemu.h \
384 intlemu.c
385
386 libintlemu_la_LDFLAGS = \
387 -framework CoreFoundation
388
389 all: all-am
390
391 .SUFFIXES:
392 .SUFFIXES: .c .lo .o .obj
393 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
394 @for dep in $?; do \
395 case '$(am__configure_deps)' in \
396 *$$dep*) \
397 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398 && { if test -f $@; then exit 0; else break; fi; }; \
399 exit 1;; \
400 esac; \
401 done; \
402 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/intlemu/Makefile'; \
403 $(am__cd) $(top_srcdir) && \
404 $(AUTOMAKE) --gnu src/intlemu/Makefile
405 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406 @case '$?' in \
407 *config.status*) \
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
409 *) \
410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
411 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
412 esac;
413
414 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
417 $(top_srcdir)/configure: $(am__configure_deps)
418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421 $(am__aclocal_m4_deps):
422
423 clean-noinstLTLIBRARIES:
424 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
425 @list='$(noinst_LTLIBRARIES)'; \
426 locs=`for p in $$list; do echo $$p; done | \
427 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
428 sort -u`; \
429 test -z "$$locs" || { \
430 echo rm -f $${locs}; \
431 rm -f $${locs}; \
432 }
433
434 libintlemu.la: $(libintlemu_la_OBJECTS) $(libintlemu_la_DEPENDENCIES) $(EXTRA_libintlemu_la_DEPENDENCIES)
435 $(AM_V_CCLD)$(libintlemu_la_LINK) $(libintlemu_la_OBJECTS) $(libintlemu_la_LIBADD) $(LIBS)
436
437 mostlyclean-compile:
438 -rm -f *.$(OBJEXT)
439
440 distclean-compile:
441 -rm -f *.tab.c
442
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intlemu.Plo@am__quote@ # am--include-marker
444
445 $(am__depfiles_remade):
446 @$(MKDIR_P) $(@D)
447 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
448
449 am--depfiles: $(am__depfiles_remade)
450
451 .c.o:
452 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
454 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
457
458 .c.obj:
459 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
460 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
464
465 .c.lo:
466 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
471
472 mostlyclean-libtool:
473 -rm -f *.lo
474
475 clean-libtool:
476 -rm -rf .libs _libs
477
478 ID: $(am__tagged_files)
479 $(am__define_uniq_tagged_files); mkid -fID $$unique
480 tags: tags-am
481 TAGS: tags
482
483 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
484 set x; \
485 here=`pwd`; \
486 $(am__define_uniq_tagged_files); \
487 shift; \
488 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
489 test -n "$$unique" || unique=$$empty_fix; \
490 if test $$# -gt 0; then \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 "$$@" $$unique; \
493 else \
494 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495 $$unique; \
496 fi; \
497 fi
498 ctags: ctags-am
499
500 CTAGS: ctags
501 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
502 $(am__define_uniq_tagged_files); \
503 test -z "$(CTAGS_ARGS)$$unique" \
504 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505 $$unique
506
507 GTAGS:
508 here=`$(am__cd) $(top_builddir) && pwd` \
509 && $(am__cd) $(top_srcdir) \
510 && gtags -i $(GTAGS_ARGS) "$$here"
511 cscopelist: cscopelist-am
512
513 cscopelist-am: $(am__tagged_files)
514 list='$(am__tagged_files)'; \
515 case "$(srcdir)" in \
516 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
517 *) sdir=$(subdir)/$(srcdir) ;; \
518 esac; \
519 for i in $$list; do \
520 if test -f "$$i"; then \
521 echo "$(subdir)/$$i"; \
522 else \
523 echo "$$sdir/$$i"; \
524 fi; \
525 done >> $(top_builddir)/cscope.files
526
527 distclean-tags:
528 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529
530 distdir: $(BUILT_SOURCES)
531 $(MAKE) $(AM_MAKEFLAGS) distdir-am
532
533 distdir-am: $(DISTFILES)
534 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536 list='$(DISTFILES)'; \
537 dist_files=`for file in $$list; do echo $$file; done | \
538 sed -e "s|^$$srcdirstrip/||;t" \
539 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
540 case $$dist_files in \
541 */*) $(MKDIR_P) `echo "$$dist_files" | \
542 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543 sort -u` ;; \
544 esac; \
545 for file in $$dist_files; do \
546 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547 if test -d $$d/$$file; then \
548 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
549 if test -d "$(distdir)/$$file"; then \
550 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551 fi; \
552 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
554 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 fi; \
556 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557 else \
558 test -f "$(distdir)/$$file" \
559 || cp -p $$d/$$file "$(distdir)/$$file" \
560 || exit 1; \
561 fi; \
562 done
563 check-am: all-am
564 check: check-am
565 all-am: Makefile $(LTLIBRARIES)
566 installdirs:
567 install: install-am
568 install-exec: install-exec-am
569 install-data: install-data-am
570 uninstall: uninstall-am
571
572 install-am: all-am
573 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
574
575 installcheck: installcheck-am
576 install-strip:
577 if test -z '$(STRIP)'; then \
578 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580 install; \
581 else \
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
585 fi
586 mostlyclean-generic:
587
588 clean-generic:
589
590 distclean-generic:
591 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
593
594 maintainer-clean-generic:
595 @echo "This command is intended for maintainers to use"
596 @echo "it deletes files that may require special tools to rebuild."
597 clean: clean-am
598
599 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
600 mostlyclean-am
601
602 distclean: distclean-am
603 -rm -f ./$(DEPDIR)/intlemu.Plo
604 -rm -f Makefile
605 distclean-am: clean-am distclean-compile distclean-generic \
606 distclean-tags
607
608 dvi: dvi-am
609
610 dvi-am:
611
612 html: html-am
613
614 html-am:
615
616 info: info-am
617
618 info-am:
619
620 install-data-am:
621
622 install-dvi: install-dvi-am
623
624 install-dvi-am:
625
626 install-exec-am:
627
628 install-html: install-html-am
629
630 install-html-am:
631
632 install-info: install-info-am
633
634 install-info-am:
635
636 install-man:
637
638 install-pdf: install-pdf-am
639
640 install-pdf-am:
641
642 install-ps: install-ps-am
643
644 install-ps-am:
645
646 installcheck-am:
647
648 maintainer-clean: maintainer-clean-am
649 -rm -f ./$(DEPDIR)/intlemu.Plo
650 -rm -f Makefile
651 maintainer-clean-am: distclean-am maintainer-clean-generic
652
653 mostlyclean: mostlyclean-am
654
655 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
656 mostlyclean-libtool
657
658 pdf: pdf-am
659
660 pdf-am:
661
662 ps: ps-am
663
664 ps-am:
665
666 uninstall-am:
667
668 .MAKE: install-am install-strip
669
670 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
671 clean-generic clean-libtool clean-noinstLTLIBRARIES \
672 cscopelist-am ctags ctags-am distclean distclean-compile \
673 distclean-generic distclean-libtool distclean-tags distdir dvi \
674 dvi-am html html-am info info-am install install-am \
675 install-data install-data-am install-dvi install-dvi-am \
676 install-exec install-exec-am install-html install-html-am \
677 install-info install-info-am install-man install-pdf \
678 install-pdf-am install-ps install-ps-am install-strip \
679 installcheck installcheck-am installdirs maintainer-clean \
680 maintainer-clean-generic mostlyclean mostlyclean-compile \
681 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
682 tags tags-am uninstall uninstall-am
683
684 .PRECIOUS: Makefile
685
686
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: