1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
68 find_SOURCES
= find.c fstype.c parser.c pred.c tree.c util.c version.c
69 EXTRA_DIST
= defs.h
$(man_MANS
)
70 INCLUDES
= -I..
-I
$(top_srcdir
)/lib
71 LDADD
= ..
/lib
/libfind.a
73 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
74 CONFIG_HEADER
= ..
/config.h
76 PROGRAMS
= $(bin_PROGRAMS
)
79 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
83 find_OBJECTS
= find.o fstype.o parser.o pred.o tree.o util.o version.o
85 find_DEPENDENCIES
= ..
/lib
/libfind.a
88 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
90 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
91 man1dir = $(mandir)/man1
95 DIST_COMMON
= Makefile.am Makefile.in
98 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
102 DEP_FILES
= .deps
/find.P .deps
/fstype.P .deps
/parser.P .deps
/pred.P \
103 .deps
/tree.P .deps
/util.P .deps
/version.P
104 SOURCES
= $(find_SOURCES
)
105 OBJECTS
= $(find_OBJECTS
)
109 .SUFFIXES
: .S .c .o .s
110 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
111 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu find
/Makefile
113 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
115 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
118 mostlyclean-binPROGRAMS
:
121 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
123 distclean-binPROGRAMS
:
125 maintainer-clean-binPROGRAMS
:
127 install-binPROGRAMS
: $(bin_PROGRAMS
)
129 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
130 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
131 if
test -f
$$p; then \
132 echo
" $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
133 $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
137 uninstall-binPROGRAMS
:
139 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
140 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150 -rm -f
*.o core
*.core
157 maintainer-clean-compile
:
159 find
: $(find_OBJECTS
) $(find_DEPENDENCIES
)
161 $(LINK
) $(find_LDFLAGS
) $(find_OBJECTS
) $(find_LDADD
) $(LIBS
)
164 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
165 @list
='$(man1_MANS)'; \
166 l2
='$(man_MANS)'; for i in
$$l2; do \
168 *.1*) list
="$$list $$i" ;; \
171 for i in
$$list; do \
172 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
174 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
175 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
176 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
177 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
178 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
182 @list
='$(man1_MANS)'; \
183 l2
='$(man_MANS)'; for i in
$$l2; do \
185 *.1*) list
="$$list $$i" ;; \
188 for i in
$$list; do \
189 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
190 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
191 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
192 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
193 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
197 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
200 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
204 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
205 list
='$(SOURCES) $(HEADERS)'; \
206 unique
=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \
209 here
=`pwd` && cd
$(srcdir) \
210 && mkid
-f
$$here/ID
$$unique $(LISP
)
212 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
215 list
='$(SOURCES) $(HEADERS)'; \
216 unique
=`for i in $$list; do echo $$i; done | \
217 awk ' { files[$$0] = 1; } \
218 END { for (i in files) print i; }'`; \
219 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
229 maintainer-clean-tags
:
231 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
235 distdir
: $(DISTFILES
)
236 here
=`cd $(top_builddir) && pwd`; \
237 top_distdir
=`cd $(top_distdir) && pwd`; \
238 distdir
=`cd $(distdir) && pwd`; \
240 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnu find
/Makefile
241 @for file in
$(DISTFILES
); do \
243 if
test -d
$$d/$$file; then \
244 cp
-pr
$$/$$file $(distdir
)/$$file; \
246 test -f
$(distdir
)/$$file \
247 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
248 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
252 DEPS_MAGIC
:= $(shell mkdir .deps
> /dev
/null
2>&1 ||
:)
254 -include $(DEP_FILES
)
263 maintainer-clean-depend
:
266 @echo
'$(COMPILE) -c $<'; \
267 $(COMPILE
) -Wp
,-MD
,.deps
/$(*F
).pp
-c
$<
268 @
-cp .deps
/$(*F
).pp .deps
/$(*F
).P
; \
269 tr
' ' '\012' < .deps
/$(*F
).pp \
270 | sed
-e
's/^\\$$//' -e
'/^$$/ d' -e
'/:$$/ d' -e
's/$$/ :/' \
275 @echo
'$(LTCOMPILE) -c $<'; \
276 $(LTCOMPILE
) -Wp
,-MD
,.deps
/$(*F
).pp
-c
$<
277 @
-sed
-e
's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
278 < .deps
/$(*F
).pp
> .deps
/$(*F
).P
; \
279 tr
' ' '\012' < .deps
/$(*F
).pp \
280 | sed
-e
's/^\\$$//' -e
'/^$$/ d' -e
'/:$$/ d' -e
's/$$/ :/' \
290 installcheck: installcheck-am
291 install-exec-am
: install-binPROGRAMS
292 install-exec
: install-exec-am
294 install-data-am
: install-man
295 install-data
: install-data-am
298 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
300 uninstall-am
: uninstall-binPROGRAMS uninstall-man
301 uninstall: uninstall-am
302 all-am
: Makefile
$(PROGRAMS
) $(MANS
)
305 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
307 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(mandir)/man1
315 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
316 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
318 maintainer-clean-generic
:
319 mostlyclean-am
: mostlyclean-binPROGRAMS mostlyclean-compile \
320 mostlyclean-tags mostlyclean-depend mostlyclean-generic
322 mostlyclean: mostlyclean-am
324 clean-am
: clean-binPROGRAMS clean-compile clean-tags clean-depend \
325 clean-generic mostlyclean-am
329 distclean-am
: distclean-binPROGRAMS distclean-compile distclean-tags \
330 distclean-depend distclean-generic clean-am
332 distclean: distclean-am
334 maintainer-clean-am
: maintainer-clean-binPROGRAMS \
335 maintainer-clean-compile maintainer-clean-tags \
336 maintainer-clean-depend maintainer-clean-generic \
338 @echo
"This command is intended for maintainers to use;"
339 @echo
"it deletes files that may require special tools to rebuild."
341 maintainer-clean
: maintainer-clean-am
343 .PHONY
: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
344 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
345 mostlyclean-compile distclean-compile clean-compile \
346 maintainer-clean-compile install-man1 uninstall-man1 install-man \
347 uninstall-man
tags mostlyclean-tags distclean-tags clean-tags \
348 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
349 clean-depend maintainer-clean-depend info-am
info dvi-am
dvi check \
350 check-am installcheck-am
installcheck install-exec-am install-exec \
351 install-data-am install-data install-am
install uninstall-am
uninstall \
352 all-redirect all-am
all installdirs mostlyclean-generic \
353 distclean-generic clean-generic maintainer-clean-generic
clean \
354 mostlyclean distclean maintainer-clean
357 $(PROGRAMS
): ..
/lib
/libfind.a
359 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360 # Otherwise a system limit (for SysV at least) may be exceeded.