Annotation of fam/include/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: include_HEADERS = fam.h
97: noinst_HEADERS = BTree.h Boolean.h
98: subdir = include
99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100: CONFIG_HEADER = $(top_builddir)/config.h
101: CONFIG_CLEAN_FILES =
102: DIST_SOURCES =
103: HEADERS = $(include_HEADERS) $(noinst_HEADERS)
104:
105: DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) Makefile.am \
106: Makefile.in
107: all: all-am
108:
109: .SUFFIXES:
110: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111: cd $(top_srcdir) && \
112: $(AUTOMAKE) --gnu include/Makefile
113: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
114: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115:
116: mostlyclean-libtool:
117: -rm -f *.lo
118:
119: clean-libtool:
120: -rm -rf .libs _libs
121:
122: distclean-libtool:
123: -rm -f libtool
124: uninstall-info-am:
125: includeHEADERS_INSTALL = $(INSTALL_HEADER)
126: install-includeHEADERS: $(include_HEADERS)
127: @$(NORMAL_INSTALL)
128: $(mkinstalldirs) $(DESTDIR)$(includedir)
129: @list='$(include_HEADERS)'; for p in $$list; do \
130: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
131: f="`echo $$p | sed -e 's|^.*/||'`"; \
132: echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
133: $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
134: done
135:
136: uninstall-includeHEADERS:
137: @$(NORMAL_UNINSTALL)
138: @list='$(include_HEADERS)'; for p in $$list; do \
139: f="`echo $$p | sed -e 's|^.*/||'`"; \
140: echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
141: rm -f $(DESTDIR)$(includedir)/$$f; \
142: done
143:
144: ETAGS = etags
145: ETAGSFLAGS =
146:
147: tags: TAGS
148:
149: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
150: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
151: unique=`for i in $$list; do \
152: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
153: done | \
154: $(AWK) ' { files[$$0] = 1; } \
155: END { for (i in files) print i; }'`; \
156: mkid -fID $$unique
157:
158: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
159: $(TAGS_FILES) $(LISP)
160: tags=; \
161: here=`pwd`; \
162: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
163: unique=`for i in $$list; do \
164: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
165: done | \
166: $(AWK) ' { files[$$0] = 1; } \
167: END { for (i in files) print i; }'`; \
168: test -z "$(ETAGS_ARGS)$$tags$$unique" \
169: || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
170: $$tags $$unique
171:
172: GTAGS:
173: here=`$(am__cd) $(top_builddir) && pwd` \
174: && cd $(top_srcdir) \
175: && gtags -i $(GTAGS_ARGS) $$here
176:
177: distclean-tags:
178: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
179: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180:
181: top_distdir = ..
182: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
183:
184: distdir: $(DISTFILES)
185: @list='$(DISTFILES)'; for file in $$list; do \
186: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
187: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
188: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
189: dir="/$$dir"; \
190: $(mkinstalldirs) "$(distdir)$$dir"; \
191: else \
192: dir=''; \
193: fi; \
194: if test -d $$d/$$file; then \
195: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
196: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
197: fi; \
198: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
199: else \
200: test -f $(distdir)/$$file \
201: || cp -p $$d/$$file $(distdir)/$$file \
202: || exit 1; \
203: fi; \
204: done
205: check-am: all-am
206: check: check-am
207: all-am: Makefile $(HEADERS)
208:
209: installdirs:
210: $(mkinstalldirs) $(DESTDIR)$(includedir)
211:
212: install: install-am
213: install-exec: install-exec-am
214: install-data: install-data-am
215: uninstall: uninstall-am
216:
217: install-am: all-am
218: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
219:
220: installcheck: installcheck-am
221: install-strip:
222: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
223: INSTALL_STRIP_FLAG=-s \
224: `test -z '$(STRIP)' || \
225: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
226: mostlyclean-generic:
227:
228: clean-generic:
229:
230: distclean-generic:
231: -rm -f Makefile $(CONFIG_CLEAN_FILES)
232:
233: maintainer-clean-generic:
234: @echo "This command is intended for maintainers to use"
235: @echo "it deletes files that may require special tools to rebuild."
236: clean: clean-am
237:
238: clean-am: clean-generic clean-libtool mostlyclean-am
239:
240: distclean: distclean-am
241:
242: distclean-am: clean-am distclean-generic distclean-libtool \
243: distclean-tags
244:
245: dvi: dvi-am
246:
247: dvi-am:
248:
249: info: info-am
250:
251: info-am:
252:
253: install-data-am: install-includeHEADERS
254:
255: install-exec-am:
256:
257: install-info: install-info-am
258:
259: install-man:
260:
261: installcheck-am:
262:
263: maintainer-clean: maintainer-clean-am
264:
265: maintainer-clean-am: distclean-am maintainer-clean-generic
266:
267: mostlyclean: mostlyclean-am
268:
269: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
270:
271: uninstall-am: uninstall-includeHEADERS uninstall-info-am
272:
273: .PHONY: GTAGS all all-am check check-am clean clean-generic \
274: clean-libtool distclean distclean-generic distclean-libtool \
275: distclean-tags distdir dvi dvi-am info info-am install \
276: install-am install-data install-data-am install-exec \
277: install-exec-am install-includeHEADERS install-info \
278: install-info-am install-man install-strip installcheck \
279: installcheck-am installdirs maintainer-clean \
280: maintainer-clean-generic mostlyclean mostlyclean-generic \
281: mostlyclean-libtool tags uninstall uninstall-am \
282: uninstall-includeHEADERS uninstall-info-am
283:
284: # Tell versions [3.59,3.63) of GNU make to not export all variables.
285: # Otherwise a system limit (for SysV at least) may be exceeded.
286: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>