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
14 # $Id: Makefile.in,v 1.1.1.1 1999-12-29 14:20:50 bagder Exp $
21 top_srcdir
= @top_srcdir@
24 exec_prefix = @
exec_prefix@
28 libexecdir
= @libexecdir@
30 sysconfdir
= @sysconfdir@
31 sharedstatedir
= @sharedstatedir@
32 localstatedir
= @localstatedir@
36 includedir = @
includedir@
37 oldincludedir = /usr
/include
41 pkgdatadir
= $(datadir)/@PACKAGE@
42 pkglibdir
= $(libdir)/@PACKAGE@
43 pkgincludedir
= $(includedir)/@PACKAGE@
50 AUTOHEADER
= @AUTOHEADER@
53 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
54 INSTALL_DATA
= @INSTALL_DATA@
55 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
56 transform
= @program_transform_name@
64 host_alias
= @host_alias@
75 AUTOMAKE_OPTIONS
= foreign no-dependencies
79 EXTRA_DIST
= $(man_MANS
)
82 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
83 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
84 CONFIG_HEADER
= config.h .
/src
/config.h
86 man1dir = $(mandir)/man1
88 DIST_COMMON
= README .
/stamp-h1.in INSTALL Makefile.am Makefile.in TODO \
89 acconfig.h aclocal.m4 config.guess config.h.in config.sub configure \
90 configure.in install-sh missing mkinstalldirs src
/config.h.in \
94 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
100 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
101 cd
$(top_srcdir
) && $(AUTOMAKE
) --foreign Makefile
103 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
105 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
107 $(ACLOCAL_M4
): configure.in
108 cd
$(srcdir) && $(ACLOCAL
)
110 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
111 $(SHELL
) .
/config.status
--recheck
112 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
113 cd
$(srcdir) && $(AUTOCONF
)
116 @if
test ! -f
$@
; then \
120 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
122 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
123 $(SHELL
) .
/config.status
124 @echo timestamp
> stamp-h1
2> /dev
/null
125 $(srcdir)/config.h.in
: $(srcdir)/stamp-h1.in
126 @if
test ! -f
$@
; then \
127 rm -f
$(srcdir)/stamp-h1.in
; \
128 $(MAKE
) $(srcdir)/stamp-h1.in
; \
130 $(srcdir)/stamp-h1.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
) acconfig.h
131 cd
$(top_srcdir
) && $(AUTOHEADER
)
132 @echo timestamp
> $(srcdir)/stamp-h1.in
2> /dev
/null
134 src
/config.h
: src
/stamp-h2
135 @if
test ! -f
$@
; then \
136 rm -f src
/stamp-h2
; \
137 $(MAKE
) src
/stamp-h2
; \
139 src
/stamp-h2
: $(srcdir)/src
/config.h.in
$(top_builddir
)/config.status
141 && CONFIG_FILES
= CONFIG_HEADERS
=src
/config.h \
142 $(SHELL
) .
/config.status
143 @echo timestamp
> src
/stamp-h2
2> /dev
/null
144 $(srcdir)/src
/config.h.in
: $(srcdir)/src
/stamp-h2.in
145 @if
test ! -f
$@
; then \
146 rm -f
$(srcdir)/src
/stamp-h2.in
; \
147 $(MAKE
) $(srcdir)/src
/stamp-h2.in
; \
149 $(srcdir)/src
/stamp-h2.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
) acconfig.h
150 cd
$(top_srcdir
) && $(AUTOHEADER
)
151 @echo timestamp
> $(srcdir)/src
/stamp-h2.in
2> /dev
/null
158 -rm -f config.h src
/config.h
160 maintainer-clean-hdr
:
163 $(mkinstalldirs
) $(DESTDIR
)$(man1dir)
164 @list
='$(man1_MANS)'; \
165 l2
='$(man_MANS)'; for i in
$$l2; do \
167 *.1*) list
="$$list $$i" ;; \
170 for i in
$$list; do \
171 if
test -f
$(srcdir)/$$i; then file
=$(srcdir)/$$i; \
173 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
174 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
175 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
176 echo
" $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
177 $(INSTALL_DATA
) $$file $(DESTDIR
)$(man1dir)/$$inst; \
181 @list
='$(man1_MANS)'; \
182 l2
='$(man_MANS)'; for i in
$$l2; do \
184 *.1*) list
="$$list $$i" ;; \
187 for i in
$$list; do \
188 ext
=`echo $$i | sed -e 's/^.*\\.//'`; \
189 inst
=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
190 inst
=`echo $$inst | sed '$(transform)'`.
$$ext; \
191 echo
" rm -f $(DESTDIR)$(man1dir)/$$inst"; \
192 rm -f
$(DESTDIR
)$(man1dir)/$$inst; \
196 $(MAKE
) $(AM_MAKEFLAGS
) install-man1
199 $(MAKE
) $(AM_MAKEFLAGS
) uninstall-man1
201 # This directory's subdirectories are mostly independent; you can cd
202 # into them and run `make' without going through this Makefile.
203 # To change the values of `make' variables: instead of editing Makefiles,
204 # (1) if the variable is set in `config.status', edit `config.status'
205 # (which will cause the Makefiles to be regenerated when you run `make');
206 # (2) otherwise, pass the desired values on the `make' command line.
210 all-recursive install-data-recursive install-exec-recursive \
211 installdirs-recursive install-recursive uninstall-recursive \
212 check-recursive installcheck-recursive info-recursive dvi-recursive
:
213 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
215 target
=`echo $@ | sed s/-recursive//`; \
216 list
='$(SUBDIRS)'; for subdir in
$$list; do \
217 echo
"Making $$target in $$subdir"; \
218 if
test "$$subdir" = "."; then \
220 local_target
="$$target-am"; \
222 local_target
="$$target"; \
224 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
225 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
227 if
test "$$dot_seen" = "no"; then \
228 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
231 mostlyclean-recursive clean-recursive distclean-recursive \
232 maintainer-clean-recursive
:
233 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
235 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
236 rev
="$$subdir $$rev"; \
237 test "$$subdir" = "." && dot_seen
=yes
; \
239 test "$$dot_seen" = "no" && rev
=". $$rev"; \
240 target
=`echo $@ | sed s/-recursive//`; \
241 for subdir in
$$rev; do \
242 echo
"Making $$target in $$subdir"; \
243 if
test "$$subdir" = "."; then \
244 local_target
="$$target-am"; \
246 local_target
="$$target"; \
248 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
249 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
250 done
&& test -z
"$$fail"
252 list
='$(SUBDIRS)'; for subdir in
$$list; do \
253 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
258 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
259 list
='$(SOURCES) $(HEADERS)'; \
260 unique
=`for i in $$list; do echo $$i; done | \
261 awk ' { files[$$0] = 1; } \
262 END { for (i in files) print i; }'`; \
263 here
=`pwd` && cd
$(srcdir) \
264 && mkid
-f
$$here/ID
$$unique $(LISP
)
266 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
269 list
='$(SUBDIRS)'; for subdir in
$$list; do \
270 if
test "$$subdir" = .
; then
:; else \
271 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
274 list
='$(SOURCES) $(HEADERS)'; \
275 unique
=`for i in $$list; do echo $$i; done | \
276 awk ' { files[$$0] = 1; } \
277 END { for (i in files) print i; }'`; \
278 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
279 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
) -o
$$here/TAGS
)
288 maintainer-clean-tags
:
290 distdir
= $(PACKAGE
)-$(VERSION
)
291 top_distdir
= $(distdir
)
293 # This target untars the dist file and tries a VPATH configuration. Then
294 # it guarantees that the distribution is self-contained by making another
298 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
299 mkdir
$(distdir
)/=build
300 mkdir
$(distdir
)/=inst
301 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
302 cd
$(distdir
)/=build \
303 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
304 && $(MAKE
) $(AM_MAKEFLAGS
) \
305 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
306 && $(MAKE
) $(AM_MAKEFLAGS
) check \
307 && $(MAKE
) $(AM_MAKEFLAGS
) install \
308 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
309 && $(MAKE
) $(AM_MAKEFLAGS
) dist
311 @banner
="$(distdir).tar.gz is ready for distribution"; \
312 dashes
=`echo "$$banner" | sed s/./=/g`; \
317 -chmod
-R a
+r
$(distdir
)
318 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
321 -chmod
-R a
+r
$(distdir
)
322 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
324 distdir
: $(DISTFILES
)
327 -chmod
777 $(distdir
)
328 @for file in
$(DISTFILES
); do \
330 if
test -d
$$d/$$file; then \
331 cp
-pr
$$/$$file $(distdir
)/$$file; \
333 test -f
$(distdir
)/$$file \
334 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
335 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
338 for subdir in
$(SUBDIRS
); do \
339 if
test "$$subdir" = .
; then
:; else \
340 test -d
$(distdir
)/$$subdir \
341 || mkdir
$(distdir
)/$$subdir \
343 chmod
777 $(distdir
)/$$subdir; \
344 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
353 check: check-recursive
355 installcheck: installcheck-recursive
356 all-recursive-am
: config.h
357 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
360 install-exec
: install-exec-recursive
362 install-data-am
: install-man
363 install-data
: install-data-recursive
366 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
367 install: install-recursive
368 uninstall-am
: uninstall-man
369 uninstall: uninstall-recursive
370 all-am
: Makefile
$(MANS
) config.h
371 all-redirect
: all-recursive-am
373 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
374 installdirs: installdirs-recursive
376 $(mkinstalldirs
) $(DESTDIR
)$(mandir)/man1
384 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
385 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
387 maintainer-clean-generic
:
388 mostlyclean-am
: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
390 mostlyclean: mostlyclean-recursive
392 clean-am
: clean-hdr clean-tags clean-generic mostlyclean-am
394 clean: clean-recursive
396 distclean-am
: distclean-hdr distclean-tags distclean-generic clean-am
398 distclean: distclean-recursive
401 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-tags \
402 maintainer-clean-generic distclean-am
403 @echo
"This command is intended for maintainers to use;"
404 @echo
"it deletes files that may require special tools to rebuild."
406 maintainer-clean
: maintainer-clean-recursive
409 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
410 install-man1 uninstall-man1 install-man uninstall-man \
411 install-data-recursive uninstall-data-recursive install-exec-recursive \
412 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
413 all-recursive check-recursive installcheck-recursive info-recursive \
414 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
415 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
416 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
417 dvi-am
dvi check check-am installcheck-am
installcheck all-recursive-am \
418 install-exec-am install-exec install-data-am install-data install-am \
419 install uninstall-am
uninstall all-redirect all-am
all installdirs-am \
420 installdirs mostlyclean-generic distclean-generic clean-generic \
421 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
424 # Tell versions [3.59,3.63) of GNU make to not export all variables.
425 # Otherwise a system limit (for SysV at least) may be exceeded.