Annotation of embedaddon/mtr/img/Makefile.in, revision 1.1.1.2
1.1.1.2 ! misho 1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1 misho 2: # @configure_input@
3:
1.1.1.2 ! misho 4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
! 5:
1.1 misho 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: VPATH = @srcdir@
1.1.1.2 ! misho 17: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
! 18: am__make_running_with_option = \
! 19: case $${target_option-} in \
! 20: ?) ;; \
! 21: *) echo "am__make_running_with_option: internal error: invalid" \
! 22: "target option '$${target_option-}' specified" >&2; \
! 23: exit 1;; \
! 24: esac; \
! 25: has_opt=no; \
! 26: sane_makeflags=$$MAKEFLAGS; \
! 27: if $(am__is_gnu_make); then \
! 28: sane_makeflags=$$MFLAGS; \
! 29: else \
! 30: case $$MAKEFLAGS in \
! 31: *\\[\ \ ]*) \
! 32: bs=\\; \
! 33: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 34: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 35: esac; \
! 36: fi; \
! 37: skip_next=no; \
! 38: strip_trailopt () \
! 39: { \
! 40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 41: }; \
! 42: for flg in $$sane_makeflags; do \
! 43: test $$skip_next = yes && { skip_next=no; continue; }; \
! 44: case $$flg in \
! 45: *=*|--*) continue;; \
! 46: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 47: -*I?*) strip_trailopt 'I';; \
! 48: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 49: -*O?*) strip_trailopt 'O';; \
! 50: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 51: -*l?*) strip_trailopt 'l';; \
! 52: -[dEDm]) skip_next=yes;; \
! 53: -[JT]) skip_next=yes;; \
! 54: esac; \
! 55: case $$flg in \
! 56: *$$target_option*) has_opt=yes; break;; \
! 57: esac; \
! 58: done; \
! 59: test $$has_opt = yes
! 60: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 61: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 misho 62: pkgdatadir = $(datadir)/@PACKAGE@
63: pkgincludedir = $(includedir)/@PACKAGE@
64: pkglibdir = $(libdir)/@PACKAGE@
65: pkglibexecdir = $(libexecdir)/@PACKAGE@
66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67: install_sh_DATA = $(install_sh) -c -m 644
68: install_sh_PROGRAM = $(install_sh) -c
69: install_sh_SCRIPT = $(install_sh) -c
70: INSTALL_HEADER = $(INSTALL_DATA)
71: transform = $(program_transform_name)
72: NORMAL_INSTALL = :
73: PRE_INSTALL = :
74: POST_INSTALL = :
75: NORMAL_UNINSTALL = :
76: PRE_UNINSTALL = :
77: POST_UNINSTALL = :
78: subdir = img
1.1.1.2 ! misho 79: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
1.1 misho 80: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
82: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83: $(ACLOCAL_M4)
84: mkinstalldirs = $(install_sh) -d
85: CONFIG_HEADER = $(top_builddir)/config.h
86: CONFIG_CLEAN_FILES =
87: CONFIG_CLEAN_VPATH_FILES =
1.1.1.2 ! misho 88: AM_V_P = $(am__v_P_@AM_V@)
! 89: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 90: am__v_P_0 = false
! 91: am__v_P_1 = :
! 92: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 93: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 94: am__v_GEN_0 = @echo " GEN " $@;
! 95: am__v_GEN_1 =
! 96: AM_V_at = $(am__v_at_@AM_V@)
! 97: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 98: am__v_at_0 = @
! 99: am__v_at_1 =
1.1 misho 100: SOURCES =
101: DIST_SOURCES =
1.1.1.2 ! misho 102: am__can_run_installinfo = \
! 103: case $$AM_UPDATE_INFO_DIR in \
! 104: n|no|NO) false;; \
! 105: *) (install-info --version) >/dev/null 2>&1;; \
! 106: esac
! 107: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1.1 misho 108: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109: ACLOCAL = @ACLOCAL@
110: AMTAR = @AMTAR@
1.1.1.2 ! misho 111: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1 misho 112: AUTOCONF = @AUTOCONF@
113: AUTOHEADER = @AUTOHEADER@
114: AUTOMAKE = @AUTOMAKE@
115: AWK = @AWK@
116: CC = @CC@
117: CCDEPMODE = @CCDEPMODE@
118: CFLAGS = @CFLAGS@
119: CPP = @CPP@
120: CPPFLAGS = @CPPFLAGS@
121: CURSES_OBJ = @CURSES_OBJ@
122: CYGPATH_W = @CYGPATH_W@
123: DEFS = @DEFS@
124: DEPDIR = @DEPDIR@
125: ECHO_C = @ECHO_C@
126: ECHO_N = @ECHO_N@
127: ECHO_T = @ECHO_T@
128: EGREP = @EGREP@
129: EXEEXT = @EXEEXT@
130: GREP = @GREP@
131: GTK_CFLAGS = @GTK_CFLAGS@
132: GTK_LIBS = @GTK_LIBS@
133: GTK_OBJ = @GTK_OBJ@
134: INSTALL = @INSTALL@
135: INSTALL_DATA = @INSTALL_DATA@
136: INSTALL_PROGRAM = @INSTALL_PROGRAM@
137: INSTALL_SCRIPT = @INSTALL_SCRIPT@
138: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139: LDFLAGS = @LDFLAGS@
140: LIBOBJS = @LIBOBJS@
141: LIBS = @LIBS@
142: LTLIBOBJS = @LTLIBOBJS@
143: MAKEINFO = @MAKEINFO@
144: MKDIR_P = @MKDIR_P@
145: OBJEXT = @OBJEXT@
146: PACKAGE = @PACKAGE@
147: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148: PACKAGE_NAME = @PACKAGE_NAME@
149: PACKAGE_STRING = @PACKAGE_STRING@
150: PACKAGE_TARNAME = @PACKAGE_TARNAME@
151: PACKAGE_URL = @PACKAGE_URL@
152: PACKAGE_VERSION = @PACKAGE_VERSION@
153: PATH_SEPARATOR = @PATH_SEPARATOR@
154: PKG_CONFIG = @PKG_CONFIG@
155: RESOLV_LIBS = @RESOLV_LIBS@
156: SET_MAKE = @SET_MAKE@
157: SHELL = @SHELL@
158: STRIP = @STRIP@
159: VERSION = @VERSION@
160: abs_builddir = @abs_builddir@
161: abs_srcdir = @abs_srcdir@
162: abs_top_builddir = @abs_top_builddir@
163: abs_top_srcdir = @abs_top_srcdir@
164: ac_ct_CC = @ac_ct_CC@
165: am__include = @am__include@
166: am__leading_dot = @am__leading_dot@
167: am__quote = @am__quote@
168: am__tar = @am__tar@
169: am__untar = @am__untar@
170: bindir = @bindir@
171: build_alias = @build_alias@
172: builddir = @builddir@
173: datadir = @datadir@
174: datarootdir = @datarootdir@
175: docdir = @docdir@
176: dvidir = @dvidir@
177: exec_prefix = @exec_prefix@
178: host_alias = @host_alias@
179: htmldir = @htmldir@
180: includedir = @includedir@
181: infodir = @infodir@
182: install_sh = @install_sh@
183: libdir = @libdir@
184: libexecdir = @libexecdir@
185: localedir = @localedir@
186: localstatedir = @localstatedir@
187: mandir = @mandir@
188: mkdir_p = @mkdir_p@
189: oldincludedir = @oldincludedir@
190: pdfdir = @pdfdir@
191: prefix = @prefix@
192: program_transform_name = @program_transform_name@
193: psdir = @psdir@
194: sbindir = @sbindir@
195: sharedstatedir = @sharedstatedir@
196: srcdir = @srcdir@
197: sysconfdir = @sysconfdir@
198: target_alias = @target_alias@
199: top_build_prefix = @top_build_prefix@
200: top_builddir = @top_builddir@
201: top_srcdir = @top_srcdir@
202: EXTRA_DIST = mtr_icon.xpm
203: all: all-am
204:
205: .SUFFIXES:
206: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
207: @for dep in $?; do \
208: case '$(am__configure_deps)' in \
209: *$$dep*) \
210: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
211: && { if test -f $@; then exit 0; else break; fi; }; \
212: exit 1;; \
213: esac; \
214: done; \
215: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign img/Makefile'; \
216: $(am__cd) $(top_srcdir) && \
217: $(AUTOMAKE) --foreign img/Makefile
218: .PRECIOUS: Makefile
219: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220: @case '$?' in \
221: *config.status*) \
222: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
223: *) \
224: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
225: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
226: esac;
227:
228: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
229: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230:
231: $(top_srcdir)/configure: $(am__configure_deps)
232: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
234: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235: $(am__aclocal_m4_deps):
1.1.1.2 ! misho 236: tags TAGS:
! 237:
! 238: ctags CTAGS:
1.1 misho 239:
1.1.1.2 ! misho 240: cscope cscopelist:
1.1 misho 241:
242:
243: distdir: $(DISTFILES)
244: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
245: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
246: list='$(DISTFILES)'; \
247: dist_files=`for file in $$list; do echo $$file; done | \
248: sed -e "s|^$$srcdirstrip/||;t" \
249: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
250: case $$dist_files in \
251: */*) $(MKDIR_P) `echo "$$dist_files" | \
252: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
253: sort -u` ;; \
254: esac; \
255: for file in $$dist_files; do \
256: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
257: if test -d $$d/$$file; then \
258: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
259: if test -d "$(distdir)/$$file"; then \
260: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
261: fi; \
262: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
264: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
265: fi; \
266: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
267: else \
268: test -f "$(distdir)/$$file" \
269: || cp -p $$d/$$file "$(distdir)/$$file" \
270: || exit 1; \
271: fi; \
272: done
273: check-am: all-am
274: check: check-am
275: all-am: Makefile
276: installdirs:
277: install: install-am
278: install-exec: install-exec-am
279: install-data: install-data-am
280: uninstall: uninstall-am
281:
282: install-am: all-am
283: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
284:
285: installcheck: installcheck-am
286: install-strip:
1.1.1.2 ! misho 287: if test -z '$(STRIP)'; then \
! 288: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 289: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 290: install; \
! 291: else \
! 292: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 293: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 294: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 295: fi
1.1 misho 296: mostlyclean-generic:
297:
298: clean-generic:
299:
300: distclean-generic:
301: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
302: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
303:
304: maintainer-clean-generic:
305: @echo "This command is intended for maintainers to use"
306: @echo "it deletes files that may require special tools to rebuild."
307: clean: clean-am
308:
309: clean-am: clean-generic mostlyclean-am
310:
311: distclean: distclean-am
312: -rm -f Makefile
313: distclean-am: clean-am distclean-generic
314:
315: dvi: dvi-am
316:
317: dvi-am:
318:
319: html: html-am
320:
321: html-am:
322:
323: info: info-am
324:
325: info-am:
326:
327: install-data-am:
328:
329: install-dvi: install-dvi-am
330:
331: install-dvi-am:
332:
333: install-exec-am:
334:
335: install-html: install-html-am
336:
337: install-html-am:
338:
339: install-info: install-info-am
340:
341: install-info-am:
342:
343: install-man:
344:
345: install-pdf: install-pdf-am
346:
347: install-pdf-am:
348:
349: install-ps: install-ps-am
350:
351: install-ps-am:
352:
353: installcheck-am:
354:
355: maintainer-clean: maintainer-clean-am
356: -rm -f Makefile
357: maintainer-clean-am: distclean-am maintainer-clean-generic
358:
359: mostlyclean: mostlyclean-am
360:
361: mostlyclean-am: mostlyclean-generic
362:
363: pdf: pdf-am
364:
365: pdf-am:
366:
367: ps: ps-am
368:
369: ps-am:
370:
371: uninstall-am:
372:
373: .MAKE: install-am install-strip
374:
1.1.1.2 ! misho 375: .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
! 376: ctags-am distclean distclean-generic distdir dvi dvi-am html \
! 377: html-am info info-am install install-am install-data \
! 378: install-data-am install-dvi install-dvi-am install-exec \
! 379: install-exec-am install-html install-html-am install-info \
! 380: install-info-am install-man install-pdf install-pdf-am \
! 381: install-ps install-ps-am install-strip installcheck \
! 382: installcheck-am installdirs maintainer-clean \
! 383: maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
! 384: pdf-am ps ps-am tags-am uninstall uninstall-am
1.1 misho 385:
386:
387: # Tell versions [3.59,3.63) of GNU make to not export all variables.
388: # Otherwise a system limit (for SysV at least) may be exceeded.
389: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>