Set library version in Makefile.am
[wmaker-crm.git] / plugins / Makefile.in
blob55eefc0469383d435688c02d72b25a3e57e6568e
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
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAKEINFO = @MAKEINFO@
68 OBJDUMP = @OBJDUMP@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
73 AUTOMAKE_OPTIONS = gnu
75 SUBDIRS = libwmfun
77 EXTRA_DIST = WMFun-demo.style
78 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ./libwmfun/config.h
81 CONFIG_CLEAN_FILES =
82 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
83 Makefile.in NEWS acinclude.m4 aclocal.m4 config.guess config.sub \
84 configure configure.in install-sh ltconfig ltmain.sh missing \
85 mkinstalldirs
88 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90 TAR = tar
91 GZIP_ENV = --best
92 all: all-redirect
93 .SUFFIXES:
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
95 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
97 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
98 cd $(top_builddir) \
99 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
101 $(ACLOCAL_M4): configure.in acinclude.m4
102 cd $(srcdir) && $(ACLOCAL)
104 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
105 $(SHELL) ./config.status --recheck
106 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
107 cd $(srcdir) && $(AUTOCONF)
109 # This directory's subdirectories are mostly independent; you can cd
110 # into them and run `make' without going through this Makefile.
111 # To change the values of `make' variables: instead of editing Makefiles,
112 # (1) if the variable is set in `config.status', edit `config.status'
113 # (which will cause the Makefiles to be regenerated when you run `make');
114 # (2) otherwise, pass the desired values on the `make' command line.
116 @SET_MAKE@
118 all-recursive install-data-recursive install-exec-recursive \
119 installdirs-recursive install-recursive uninstall-recursive \
120 check-recursive installcheck-recursive info-recursive dvi-recursive:
121 @set fnord $(MAKEFLAGS); amf=$$2; \
122 dot_seen=no; \
123 target=`echo $@ | sed s/-recursive//`; \
124 list='$(SUBDIRS)'; for subdir in $$list; do \
125 echo "Making $$target in $$subdir"; \
126 if test "$$subdir" = "."; then \
127 dot_seen=yes; \
128 local_target="$$target-am"; \
129 else \
130 local_target="$$target"; \
131 fi; \
132 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
133 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
134 done; \
135 if test "$$dot_seen" = "no"; then \
136 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
137 fi; test -z "$$fail"
139 mostlyclean-recursive clean-recursive distclean-recursive \
140 maintainer-clean-recursive:
141 @set fnord $(MAKEFLAGS); amf=$$2; \
142 dot_seen=no; \
143 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
144 rev="$$subdir $$rev"; \
145 test "$$subdir" = "." && dot_seen=yes; \
146 done; \
147 test "$$dot_seen" = "no" && rev=". $$rev"; \
148 target=`echo $@ | sed s/-recursive//`; \
149 for subdir in $$rev; do \
150 echo "Making $$target in $$subdir"; \
151 if test "$$subdir" = "."; then \
152 local_target="$$target-am"; \
153 else \
154 local_target="$$target"; \
155 fi; \
156 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
157 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
158 done && test -z "$$fail"
159 tags-recursive:
160 list='$(SUBDIRS)'; for subdir in $$list; do \
161 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
162 done
164 tags: TAGS
166 ID: $(HEADERS) $(SOURCES) $(LISP)
167 list='$(SOURCES) $(HEADERS)'; \
168 unique=`for i in $$list; do echo $$i; done | \
169 awk ' { files[$$0] = 1; } \
170 END { for (i in files) print i; }'`; \
171 here=`pwd` && cd $(srcdir) \
172 && mkid -f$$here/ID $$unique $(LISP)
174 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
175 tags=; \
176 here=`pwd`; \
177 list='$(SUBDIRS)'; for subdir in $$list; do \
178 if test "$$subdir" = .; then :; else \
179 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
180 fi; \
181 done; \
182 list='$(SOURCES) $(HEADERS)'; \
183 unique=`for i in $$list; do echo $$i; done | \
184 awk ' { files[$$0] = 1; } \
185 END { for (i in files) print i; }'`; \
186 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
187 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
189 mostlyclean-tags:
191 clean-tags:
193 distclean-tags:
194 -rm -f TAGS ID
196 maintainer-clean-tags:
198 distdir = $(PACKAGE)-$(VERSION)
199 top_distdir = $(distdir)
201 # This target untars the dist file and tries a VPATH configuration. Then
202 # it guarantees that the distribution is self-contained by making another
203 # tarfile.
204 distcheck: dist
205 -rm -rf $(distdir)
206 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
207 mkdir $(distdir)/=build
208 mkdir $(distdir)/=inst
209 dc_install_base=`cd $(distdir)/=inst && pwd`; \
210 cd $(distdir)/=build \
211 && ../configure --srcdir=.. --prefix=$$dc_install_base \
212 && $(MAKE) $(AM_MAKEFLAGS) \
213 && $(MAKE) $(AM_MAKEFLAGS) dvi \
214 && $(MAKE) $(AM_MAKEFLAGS) check \
215 && $(MAKE) $(AM_MAKEFLAGS) install \
216 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
217 && $(MAKE) $(AM_MAKEFLAGS) dist
218 -rm -rf $(distdir)
219 @banner="$(distdir).tar.gz is ready for distribution"; \
220 dashes=`echo "$$banner" | sed s/./=/g`; \
221 echo "$$dashes"; \
222 echo "$$banner"; \
223 echo "$$dashes"
224 dist: distdir
225 -chmod -R a+r $(distdir)
226 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
227 -rm -rf $(distdir)
228 dist-all: distdir
229 -chmod -R a+r $(distdir)
230 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
231 -rm -rf $(distdir)
232 distdir: $(DISTFILES)
233 -rm -rf $(distdir)
234 mkdir $(distdir)
235 -chmod 777 $(distdir)
236 @for file in $(DISTFILES); do \
237 d=$(srcdir); \
238 if test -d $$d/$$file; then \
239 cp -pr $$d/$$file $(distdir)/$$file; \
240 else \
241 test -f $(distdir)/$$file \
242 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
243 || cp -p $$d/$$file $(distdir)/$$file || :; \
244 fi; \
245 done
246 for subdir in $(SUBDIRS); do \
247 if test "$$subdir" = .; then :; else \
248 test -d $(distdir)/$$subdir \
249 || mkdir $(distdir)/$$subdir \
250 || exit 1; \
251 chmod 777 $(distdir)/$$subdir; \
252 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
253 || exit 1; \
254 fi; \
255 done
256 info-am:
257 info: info-recursive
258 dvi-am:
259 dvi: dvi-recursive
260 check-am: all-am
261 check: check-recursive
262 installcheck-am:
263 installcheck: installcheck-recursive
264 install-exec-am:
265 install-exec: install-exec-recursive
267 install-data-am:
268 install-data: install-data-recursive
270 install-am: all-am
271 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
272 install: install-recursive
273 uninstall-am:
274 uninstall: uninstall-recursive
275 all-am: Makefile
276 all-redirect: all-recursive
277 install-strip:
278 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
279 installdirs: installdirs-recursive
280 installdirs-am:
283 mostlyclean-generic:
285 clean-generic:
287 distclean-generic:
288 -rm -f Makefile $(CONFIG_CLEAN_FILES)
289 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
291 maintainer-clean-generic:
292 mostlyclean-am: mostlyclean-tags mostlyclean-generic
294 mostlyclean: mostlyclean-recursive
296 clean-am: clean-tags clean-generic mostlyclean-am
298 clean: clean-recursive
300 distclean-am: distclean-tags distclean-generic clean-am
301 -rm -f libtool
303 distclean: distclean-recursive
304 -rm -f config.status
306 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
307 distclean-am
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
311 maintainer-clean: maintainer-clean-recursive
312 -rm -f config.status
314 .PHONY: install-data-recursive uninstall-data-recursive \
315 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
316 uninstalldirs-recursive all-recursive check-recursive \
317 installcheck-recursive info-recursive dvi-recursive \
318 mostlyclean-recursive distclean-recursive clean-recursive \
319 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
320 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
321 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
322 install-exec install-data-am install-data install-am install \
323 uninstall-am uninstall all-redirect all-am all installdirs-am \
324 installdirs mostlyclean-generic distclean-generic clean-generic \
325 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: