Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
[dockapps.git] / wmbiff / autoconf / Makefile.in
blob39c381ff1fb918e22c3447ec2e56d7eb396b99d9
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
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 = ..
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
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 = :
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AWK = @AWK@
68 CC = @CC@
69 CVS2CL = @CVS2CL@
70 DEFAULT_ASKPASS = @DEFAULT_ASKPASS@
71 DEPDIR = @DEPDIR@
72 GCRYPT_MAN_STATUS = @GCRYPT_MAN_STATUS@
73 GNUTLS_COMMON_O = @GNUTLS_COMMON_O@
74 GNUTLS_MAN_STATUS = @GNUTLS_MAN_STATUS@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
77 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
78 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
79 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
80 LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
81 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
82 PACKAGE = @PACKAGE@
83 RANLIB = @RANLIB@
84 SKINDIR = @SKINDIR@
85 STRIP = @STRIP@
86 VERSION = @VERSION@
87 X_CFLAGS = @X_CFLAGS@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_LIBS = @X_LIBS@
90 X_PRE_LIBS = @X_PRE_LIBS@
91 am__include = @am__include@
92 am__quote = @am__quote@
93 install_sh = @install_sh@
95 EXTRA_DIST =
96 subdir = autoconf
97 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 DIST_SOURCES =
101 DIST_COMMON = Makefile.am Makefile.in depcomp install-sh missing \
102 mkinstalldirs
103 all: all-am
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
107 cd $(top_srcdir) && \
108 $(AUTOMAKE) --gnu autoconf/Makefile
109 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
111 uninstall-info-am:
112 tags: TAGS
113 TAGS:
115 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 top_distdir = ..
118 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
120 distdir: $(DISTFILES)
121 @list='$(DISTFILES)'; for file in $$list; do \
122 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
123 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
124 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
125 dir="/$$dir"; \
126 $(mkinstalldirs) "$(distdir)$$dir"; \
127 else \
128 dir=''; \
129 fi; \
130 if test -d $$d/$$file; then \
131 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
132 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
133 fi; \
134 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
135 else \
136 test -f $(distdir)/$$file \
137 || cp -p $$d/$$file $(distdir)/$$file \
138 || exit 1; \
139 fi; \
140 done
141 check-am: all-am
142 check: check-am
143 all-am: Makefile
145 installdirs:
147 install: install-am
148 install-exec: install-exec-am
149 install-data: install-data-am
150 uninstall: uninstall-am
152 install-am: all-am
153 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
155 installcheck: installcheck-am
156 install-strip:
157 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
158 INSTALL_STRIP_FLAG=-s \
159 `test -z '$(STRIP)' || \
160 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
161 mostlyclean-generic:
163 clean-generic:
165 distclean-generic:
166 -rm -f Makefile $(CONFIG_CLEAN_FILES)
168 maintainer-clean-generic:
169 @echo "This command is intended for maintainers to use"
170 @echo "it deletes files that may require special tools to rebuild."
171 clean: clean-am
173 clean-am: clean-generic mostlyclean-am
175 distclean: distclean-am
177 distclean-am: clean-am distclean-generic
179 dvi: dvi-am
181 dvi-am:
183 info: info-am
185 info-am:
187 install-data-am:
189 install-exec-am:
191 install-info: install-info-am
193 install-man:
195 installcheck-am:
197 maintainer-clean: maintainer-clean-am
199 maintainer-clean-am: distclean-am maintainer-clean-generic
201 mostlyclean: mostlyclean-am
203 mostlyclean-am: mostlyclean-generic
205 uninstall-am: uninstall-info-am
207 .PHONY: all all-am check check-am clean clean-generic distclean \
208 distclean-generic distdir dvi dvi-am info info-am install \
209 install-am install-data install-data-am install-exec \
210 install-exec-am install-info install-info-am install-man \
211 install-strip installcheck installcheck-am installdirs \
212 maintainer-clean maintainer-clean-generic mostlyclean \
213 mostlyclean-generic uninstall uninstall-am uninstall-info-am
215 # Tell versions [3.59,3.63) of GNU make to not export all variables.
216 # Otherwise a system limit (for SysV at least) may be exceeded.
217 .NOEXPORT: