Annotation of fam/util/Makefile.in, Revision 1.1.1.1
1.1 trev 1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5: # Free Software Foundation, Inc.
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: SHELL = @SHELL@
17:
18: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: prefix = @prefix@
22: exec_prefix = @exec_prefix@
23:
24: bindir = @bindir@
25: sbindir = @sbindir@
26: libexecdir = @libexecdir@
27: datadir = @datadir@
28: sysconfdir = @sysconfdir@
29: sharedstatedir = @sharedstatedir@
30: localstatedir = @localstatedir@
31: libdir = @libdir@
32: infodir = @infodir@
33: mandir = @mandir@
34: includedir = @includedir@
35: oldincludedir = /usr/include
36: pkgdatadir = $(datadir)/@PACKAGE@
37: pkglibdir = $(libdir)/@PACKAGE@
38: pkgincludedir = $(includedir)/@PACKAGE@
39: top_builddir = ..
40:
41: ACLOCAL = @ACLOCAL@
42: AUTOCONF = @AUTOCONF@
43: AUTOMAKE = @AUTOMAKE@
44: AUTOHEADER = @AUTOHEADER@
45:
46: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47: INSTALL = @INSTALL@
48: INSTALL_PROGRAM = @INSTALL_PROGRAM@
49: INSTALL_DATA = @INSTALL_DATA@
50: install_sh_DATA = $(install_sh) -c -m 644
51: install_sh_PROGRAM = $(install_sh) -c
52: install_sh_SCRIPT = $(install_sh) -c
53: INSTALL_SCRIPT = @INSTALL_SCRIPT@
54: INSTALL_HEADER = $(INSTALL_DATA)
55: transform = @program_transform_name@
56: NORMAL_INSTALL = :
57: PRE_INSTALL = :
58: POST_INSTALL = :
59: NORMAL_UNINSTALL = :
60: PRE_UNINSTALL = :
61: POST_UNINSTALL = :
62: host_alias = @host_alias@
63: host_triplet = @host@
64:
65: EXEEXT = @EXEEXT@
66: OBJEXT = @OBJEXT@
67: PATH_SEPARATOR = @PATH_SEPARATOR@
68: AMTAR = @AMTAR@
69: AS = @AS@
70: AWK = @AWK@
71: CC = @CC@
72: CXX = @CXX@
73: CXXCPP = @CXXCPP@
74: DEPDIR = @DEPDIR@
75: DLLTOOL = @DLLTOOL@
76: ECHO = @ECHO@
77: FAMPROTOINC = @FAMPROTOINC@
78: FAM_CONF = @FAM_CONF@
79: IMON_FUNCS = @IMON_FUNCS@
80: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81: LDCONFIG = @LDCONFIG@
82: LIBTOOL = @LIBTOOL@
83: LN_S = @LN_S@
84: MKDEPFILE = @MKDEPFILE@
85: OBJDUMP = @OBJDUMP@
86: PACKAGE = @PACKAGE@
87: RANLIB = @RANLIB@
88: STRIP = @STRIP@
89: TAR = @TAR@
90: VERSION = @VERSION@
91: am__include = @am__include@
92: am__quote = @am__quote@
93: foo_o = @foo_o@
94: install_sh = @install_sh@
95: snprintf_o = @snprintf_o@
96: SUBDIRS = editconf
97: subdir = util
98: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99: CONFIG_HEADER = $(top_builddir)/config.h
100: CONFIG_CLEAN_FILES =
101: DIST_SOURCES =
102:
103: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
104: uninstall-info-recursive all-recursive install-data-recursive \
105: install-exec-recursive installdirs-recursive install-recursive \
106: uninstall-recursive check-recursive installcheck-recursive
107: DIST_COMMON = Makefile.am Makefile.in
108: DIST_SUBDIRS = $(SUBDIRS)
109: all: all-recursive
110:
111: .SUFFIXES:
112: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113: cd $(top_srcdir) && \
114: $(AUTOMAKE) --gnu util/Makefile
115: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
116: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
117:
118: mostlyclean-libtool:
119: -rm -f *.lo
120:
121: clean-libtool:
122: -rm -rf .libs _libs
123:
124: distclean-libtool:
125: -rm -f libtool
126: uninstall-info-am:
127:
128: # This directory's subdirectories are mostly independent; you can cd
129: # into them and run `make' without going through this Makefile.
130: # To change the values of `make' variables: instead of editing Makefiles,
131: # (1) if the variable is set in `config.status', edit `config.status'
132: # (which will cause the Makefiles to be regenerated when you run `make');
133: # (2) otherwise, pass the desired values on the `make' command line.
134: $(RECURSIVE_TARGETS):
135: @set fnord $$MAKEFLAGS; amf=$$2; \
136: dot_seen=no; \
137: target=`echo $@ | sed s/-recursive//`; \
138: list='$(SUBDIRS)'; for subdir in $$list; do \
139: echo "Making $$target in $$subdir"; \
140: if test "$$subdir" = "."; then \
141: dot_seen=yes; \
142: local_target="$$target-am"; \
143: else \
144: local_target="$$target"; \
145: fi; \
146: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
147: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
148: done; \
149: if test "$$dot_seen" = "no"; then \
150: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
151: fi; test -z "$$fail"
152:
153: mostlyclean-recursive clean-recursive distclean-recursive \
154: maintainer-clean-recursive:
155: @set fnord $$MAKEFLAGS; amf=$$2; \
156: dot_seen=no; \
157: case "$@" in \
158: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
159: *) list='$(SUBDIRS)' ;; \
160: esac; \
161: rev=''; for subdir in $$list; do \
162: if test "$$subdir" = "."; then :; else \
163: rev="$$subdir $$rev"; \
164: fi; \
165: done; \
166: rev="$$rev ."; \
167: target=`echo $@ | sed s/-recursive//`; \
168: for subdir in $$rev; do \
169: echo "Making $$target in $$subdir"; \
170: if test "$$subdir" = "."; then \
171: local_target="$$target-am"; \
172: else \
173: local_target="$$target"; \
174: fi; \
175: (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
176: || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
177: done && test -z "$$fail"
178: tags-recursive:
179: list='$(SUBDIRS)'; for subdir in $$list; do \
180: test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
181: done
182:
183: ETAGS = etags
184: ETAGSFLAGS =
185:
186: tags: TAGS
187:
188: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
189: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
190: unique=`for i in $$list; do \
191: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192: done | \
193: $(AWK) ' { files[$$0] = 1; } \
194: END { for (i in files) print i; }'`; \
195: mkid -fID $$unique
196:
197: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
198: $(TAGS_FILES) $(LISP)
199: tags=; \
200: here=`pwd`; \
201: list='$(SUBDIRS)'; for subdir in $$list; do \
202: if test "$$subdir" = .; then :; else \
203: test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
204: fi; \
205: done; \
206: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
207: unique=`for i in $$list; do \
208: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209: done | \
210: $(AWK) ' { files[$$0] = 1; } \
211: END { for (i in files) print i; }'`; \
212: test -z "$(ETAGS_ARGS)$$tags$$unique" \
213: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
214: $$tags $$unique
215:
216: GTAGS:
217: here=`$(am__cd) $(top_builddir) && pwd` \
218: && cd $(top_srcdir) \
219: && gtags -i $(GTAGS_ARGS) $$here
220:
221: distclean-tags:
222: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
223: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224:
225: top_distdir = ..
226: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
227:
228: distdir: $(DISTFILES)
229: @list='$(DISTFILES)'; for file in $$list; do \
230: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
231: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
232: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
233: dir="/$$dir"; \
234: $(mkinstalldirs) "$(distdir)$$dir"; \
235: else \
236: dir=''; \
237: fi; \
238: if test -d $$d/$$file; then \
239: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
240: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
241: fi; \
242: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
243: else \
244: test -f $(distdir)/$$file \
245: || cp -p $$d/$$file $(distdir)/$$file \
246: || exit 1; \
247: fi; \
248: done
249: list='$(SUBDIRS)'; for subdir in $$list; do \
250: if test "$$subdir" = .; then :; else \
251: test -d $(distdir)/$$subdir \
252: || mkdir $(distdir)/$$subdir \
253: || exit 1; \
254: (cd $$subdir && \
255: $(MAKE) $(AM_MAKEFLAGS) \
256: top_distdir="$(top_distdir)" \
257: distdir=../$(distdir)/$$subdir \
258: distdir) \
259: || exit 1; \
260: fi; \
261: done
262: check-am: all-am
263: check: check-recursive
264: all-am: Makefile
265: installdirs: installdirs-recursive
266: installdirs-am:
267:
268: install: install-recursive
269: install-exec: install-exec-recursive
270: install-data: install-data-recursive
271: uninstall: uninstall-recursive
272:
273: install-am: all-am
274: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
275:
276: installcheck: installcheck-recursive
277: install-strip:
278: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
279: INSTALL_STRIP_FLAG=-s \
280: `test -z '$(STRIP)' || \
281: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
282: mostlyclean-generic:
283:
284: clean-generic:
285:
286: distclean-generic:
287: -rm -f Makefile $(CONFIG_CLEAN_FILES)
288:
289: maintainer-clean-generic:
290: @echo "This command is intended for maintainers to use"
291: @echo "it deletes files that may require special tools to rebuild."
292: clean: clean-recursive
293:
294: clean-am: clean-generic clean-libtool mostlyclean-am
295:
296: distclean: distclean-recursive
297:
298: distclean-am: clean-am distclean-generic distclean-libtool \
299: distclean-tags
300:
301: dvi: dvi-recursive
302:
303: dvi-am:
304:
305: info: info-recursive
306:
307: info-am:
308:
309: install-data-am:
310:
311: install-exec-am:
312:
313: install-info: install-info-recursive
314:
315: install-man:
316:
317: installcheck-am:
318:
319: maintainer-clean: maintainer-clean-recursive
320:
321: maintainer-clean-am: distclean-am maintainer-clean-generic
322:
323: mostlyclean: mostlyclean-recursive
324:
325: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
326:
327: uninstall-am: uninstall-info-am
328:
329: uninstall-info: uninstall-info-recursive
330:
331: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
332: clean-generic clean-libtool clean-recursive distclean \
333: distclean-generic distclean-libtool distclean-recursive \
334: distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
335: info-recursive install install-am install-data install-data-am \
336: install-data-recursive install-exec install-exec-am \
337: install-exec-recursive install-info install-info-am \
338: install-info-recursive install-man install-recursive \
339: install-strip installcheck installcheck-am installdirs \
340: installdirs-am installdirs-recursive maintainer-clean \
341: maintainer-clean-generic maintainer-clean-recursive mostlyclean \
342: mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
343: tags tags-recursive uninstall uninstall-am uninstall-info-am \
344: uninstall-info-recursive uninstall-recursive
345:
346: # Tell versions [3.59,3.63) of GNU make to not export all variables.
347: # Otherwise a system limit (for SysV at least) may be exceeded.
348: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>