comparison mcabber/libjabber/Makefile.in @ 25:bf3d6e241714

[/trunk] Changeset 41 by mikael * Add libjabber to trunk. Let the game begin! :-)
author mikael
date Sun, 27 Mar 2005 20:18:21 +0000
parents
children
comparison
equal deleted inserted replaced
24:e88b15cbf2de 25:bf3d6e241714
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
7
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.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
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
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
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@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CXX = @CXX@
62 MAKEINFO = @MAKEINFO@
63 PACKAGE = @PACKAGE@
64 RANLIB = @RANLIB@
65 VERSION = @VERSION@
66
67 noinst_LIBRARIES = liblibjabber.a
68 EXTRA_DIST = jid.c log.c jutil.c str.c expat.c hashtable.c genhash.c pproxy.c pool.c rate.c xmlparse.c xstream.c xmltok.c xmlnode.c jconn.c xmlrole.c jpacket.c snprintf.c socket.c sha.c xmltok_impl_c.h latin1tab.h log.h asciitab.h libxode.h jabber.h hashtable.h xmlparse.h iasciitab.h xmldef.h xmltok.h utf8tab.h xmltok_impl.h xmlrole.h nametab.h xmltok_ns_c.h
69 AUTOMAKE_OPTIONS = foreign
70
71 @BUILD_JABBER_TRUE@liblibjabber_a_SOURCES = jid.c log.c jutil.c str.c expat.c hashtable.c genhash.c pproxy.c pool.c rate.c xmlparse.c xstream.c xmltok.c xmlnode.c jconn.c xmlrole.c jpacket.c snprintf.c socket.c sha.c
72
73 @BUILD_JABBER_FALSE@liblibjabber_a_LIBADD = dummy.o
74
75 SUBDIRS =
76 INCLUDES = -I$(top_srcdir)/../connwrap -I$(top_srcdir)/../connwrap-0.1
77 CPPFLAGS =
78 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
80 CONFIG_CLEAN_FILES =
81 LIBRARIES = $(noinst_LIBRARIES)
82
83
84 DEFS = @DEFS@ -I. -I$(srcdir)
85 LDFLAGS = @LDFLAGS@
86 LIBS = @LIBS@
87 @BUILD_JABBER_FALSE@liblibjabber_a_DEPENDENCIES = dummy.o
88 @BUILD_JABBER_TRUE@liblibjabber_a_OBJECTS = jid.o log.o jutil.o str.o \
89 @BUILD_JABBER_TRUE@expat.o hashtable.o genhash.o pproxy.o pool.o rate.o \
90 @BUILD_JABBER_TRUE@xmlparse.o xstream.o xmltok.o xmlnode.o jconn.o \
91 @BUILD_JABBER_TRUE@xmlrole.o jpacket.o snprintf.o socket.o sha.o
92 AR = ar
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON = Makefile.am Makefile.in aclocal.m4 configure configure.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = gnutar
103 GZIP_ENV = --best
104 DEP_FILES = .deps/expat.P .deps/genhash.P .deps/hashtable.P \
105 .deps/jconn.P .deps/jid.P .deps/jpacket.P .deps/jutil.P .deps/log.P \
106 .deps/pool.P .deps/pproxy.P .deps/rate.P .deps/sha.P .deps/snprintf.P \
107 .deps/socket.P .deps/str.P .deps/xmlnode.P .deps/xmlparse.P \
108 .deps/xmlrole.P .deps/xmltok.P .deps/xstream.P
109 SOURCES = $(liblibjabber_a_SOURCES)
110 OBJECTS = $(liblibjabber_a_OBJECTS)
111
112 all: all-redirect
113 .SUFFIXES:
114 .SUFFIXES: .S .c .o .s
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
117
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
119 cd $(top_builddir) \
120 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122 $(ACLOCAL_M4): configure.in
123 cd $(srcdir) && $(ACLOCAL)
124
125 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
126 $(SHELL) ./config.status --recheck
127 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
128 cd $(srcdir) && $(AUTOCONF)
129
130 mostlyclean-noinstLIBRARIES:
131
132 clean-noinstLIBRARIES:
133 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
134
135 distclean-noinstLIBRARIES:
136
137 maintainer-clean-noinstLIBRARIES:
138
139 .s.o:
140 $(COMPILE) -c $<
141
142 .S.o:
143 $(COMPILE) -c $<
144
145 mostlyclean-compile:
146 -rm -f *.o core *.core
147
148 clean-compile:
149
150 distclean-compile:
151 -rm -f *.tab.c
152
153 maintainer-clean-compile:
154
155 liblibjabber.a: $(liblibjabber_a_OBJECTS) $(liblibjabber_a_DEPENDENCIES)
156 -rm -f liblibjabber.a
157 $(AR) cru liblibjabber.a $(liblibjabber_a_OBJECTS) $(liblibjabber_a_LIBADD)
158 $(RANLIB) liblibjabber.a
159
160 # This directory's subdirectories are mostly independent; you can cd
161 # into them and run `make' without going through this Makefile.
162 # To change the values of `make' variables: instead of editing Makefiles,
163 # (1) if the variable is set in `config.status', edit `config.status'
164 # (which will cause the Makefiles to be regenerated when you run `make');
165 # (2) otherwise, pass the desired values on the `make' command line.
166
167 @SET_MAKE@
168
169 all-recursive install-data-recursive install-exec-recursive \
170 installdirs-recursive install-recursive uninstall-recursive \
171 check-recursive installcheck-recursive info-recursive dvi-recursive:
172 @set fnord $(MAKEFLAGS); amf=$$2; \
173 dot_seen=no; \
174 target=`echo $@ | sed s/-recursive//`; \
175 list='$(SUBDIRS)'; for subdir in $$list; do \
176 echo "Making $$target in $$subdir"; \
177 if test "$$subdir" = "."; then \
178 dot_seen=yes; \
179 local_target="$$target-am"; \
180 else \
181 local_target="$$target"; \
182 fi; \
183 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
184 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
185 done; \
186 if test "$$dot_seen" = "no"; then \
187 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
188 fi; test -z "$$fail"
189
190 mostlyclean-recursive clean-recursive distclean-recursive \
191 maintainer-clean-recursive:
192 @set fnord $(MAKEFLAGS); amf=$$2; \
193 dot_seen=no; \
194 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
195 rev="$$subdir $$rev"; \
196 test "$$subdir" != "." || dot_seen=yes; \
197 done; \
198 test "$$dot_seen" = "no" && rev=". $$rev"; \
199 target=`echo $@ | sed s/-recursive//`; \
200 for subdir in $$rev; do \
201 echo "Making $$target in $$subdir"; \
202 if test "$$subdir" = "."; then \
203 local_target="$$target-am"; \
204 else \
205 local_target="$$target"; \
206 fi; \
207 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
208 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
209 done && test -z "$$fail"
210 tags-recursive:
211 list='$(SUBDIRS)'; for subdir in $$list; do \
212 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
213 done
214
215 tags: TAGS
216
217 ID: $(HEADERS) $(SOURCES) $(LISP)
218 list='$(SOURCES) $(HEADERS)'; \
219 unique=`for i in $$list; do echo $$i; done | \
220 awk ' { files[$$0] = 1; } \
221 END { for (i in files) print i; }'`; \
222 here=`pwd` && cd $(srcdir) \
223 && mkid -f$$here/ID $$unique $(LISP)
224
225 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
226 tags=; \
227 here=`pwd`; \
228 list='$(SUBDIRS)'; for subdir in $$list; do \
229 if test "$$subdir" = .; then :; else \
230 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
231 fi; \
232 done; \
233 list='$(SOURCES) $(HEADERS)'; \
234 unique=`for i in $$list; do echo $$i; done | \
235 awk ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
239
240 mostlyclean-tags:
241
242 clean-tags:
243
244 distclean-tags:
245 -rm -f TAGS ID
246
247 maintainer-clean-tags:
248
249 distdir = $(PACKAGE)-$(VERSION)
250 top_distdir = $(distdir)
251
252 # This target untars the dist file and tries a VPATH configuration. Then
253 # it guarantees that the distribution is self-contained by making another
254 # tarfile.
255 distcheck: dist
256 -rm -rf $(distdir)
257 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
258 mkdir $(distdir)/=build
259 mkdir $(distdir)/=inst
260 dc_install_base=`cd $(distdir)/=inst && pwd`; \
261 cd $(distdir)/=build \
262 && ../configure --srcdir=.. --prefix=$$dc_install_base \
263 && $(MAKE) $(AM_MAKEFLAGS) \
264 && $(MAKE) $(AM_MAKEFLAGS) dvi \
265 && $(MAKE) $(AM_MAKEFLAGS) check \
266 && $(MAKE) $(AM_MAKEFLAGS) install \
267 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
268 && $(MAKE) $(AM_MAKEFLAGS) dist
269 -rm -rf $(distdir)
270 @banner="$(distdir).tar.gz is ready for distribution"; \
271 dashes=`echo "$$banner" | sed s/./=/g`; \
272 echo "$$dashes"; \
273 echo "$$banner"; \
274 echo "$$dashes"
275 dist: distdir
276 -chmod -R a+r $(distdir)
277 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
278 -rm -rf $(distdir)
279 dist-all: distdir
280 -chmod -R a+r $(distdir)
281 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
282 -rm -rf $(distdir)
283 distdir: $(DISTFILES)
284 -rm -rf $(distdir)
285 mkdir $(distdir)
286 -chmod 777 $(distdir)
287 here=`cd $(top_builddir) && pwd`; \
288 top_distdir=`cd $(distdir) && pwd`; \
289 distdir=`cd $(distdir) && pwd`; \
290 cd $(top_srcdir) \
291 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
292 @for file in $(DISTFILES); do \
293 d=$(srcdir); \
294 if test -d $$d/$$file; then \
295 cp -pr $$d/$$file $(distdir)/$$file; \
296 else \
297 test -f $(distdir)/$$file \
298 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
299 || cp -p $$d/$$file $(distdir)/$$file || :; \
300 fi; \
301 done
302 for subdir in $(SUBDIRS); do \
303 if test "$$subdir" = .; then :; else \
304 test -d $(distdir)/$$subdir \
305 || mkdir $(distdir)/$$subdir \
306 || exit 1; \
307 chmod 777 $(distdir)/$$subdir; \
308 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
309 || exit 1; \
310 fi; \
311 done
312
313 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
314
315 -include $(DEP_FILES)
316
317 mostlyclean-depend:
318
319 clean-depend:
320
321 distclean-depend:
322 -rm -rf .deps
323
324 maintainer-clean-depend:
325
326 %.o: %.c
327 @echo '$(COMPILE) -c $<'; \
328 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
329 @-cp .deps/$(*F).pp .deps/$(*F).P; \
330 tr ' ' '\012' < .deps/$(*F).pp \
331 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
332 >> .deps/$(*F).P; \
333 rm .deps/$(*F).pp
334
335 %.lo: %.c
336 @echo '$(LTCOMPILE) -c $<'; \
337 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
338 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
339 < .deps/$(*F).pp > .deps/$(*F).P; \
340 tr ' ' '\012' < .deps/$(*F).pp \
341 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
342 >> .deps/$(*F).P; \
343 rm -f .deps/$(*F).pp
344 info-am:
345 info: info-recursive
346 dvi-am:
347 dvi: dvi-recursive
348 check-am: all-am
349 check: check-recursive
350 installcheck-am:
351 installcheck: installcheck-recursive
352 install-exec-am:
353 install-exec: install-exec-recursive
354
355 install-data-am:
356 install-data: install-data-recursive
357
358 install-am: all-am
359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360 install: install-recursive
361 uninstall-am:
362 uninstall: uninstall-recursive
363 all-am: Makefile $(LIBRARIES)
364 all-redirect: all-recursive
365 install-strip:
366 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
367 installdirs: installdirs-recursive
368 installdirs-am:
369
370
371 mostlyclean-generic:
372
373 clean-generic:
374
375 distclean-generic:
376 -rm -f Makefile $(CONFIG_CLEAN_FILES)
377 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
378
379 maintainer-clean-generic:
380 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
381 mostlyclean-tags mostlyclean-depend mostlyclean-generic
382
383 mostlyclean: mostlyclean-recursive
384
385 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
386 clean-generic mostlyclean-am
387
388 clean: clean-recursive
389
390 distclean-am: distclean-noinstLIBRARIES distclean-compile \
391 distclean-tags distclean-depend distclean-generic \
392 clean-am
393
394 distclean: distclean-recursive
395 -rm -f config.status
396
397 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
398 maintainer-clean-compile maintainer-clean-tags \
399 maintainer-clean-depend maintainer-clean-generic \
400 distclean-am
401 @echo "This command is intended for maintainers to use;"
402 @echo "it deletes files that may require special tools to rebuild."
403
404 maintainer-clean: maintainer-clean-recursive
405 -rm -f config.status
406
407 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
408 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
409 mostlyclean-compile distclean-compile clean-compile \
410 maintainer-clean-compile install-data-recursive \
411 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 \
417 mostlyclean-depend distclean-depend clean-depend \
418 maintainer-clean-depend info-am info dvi-am dvi check check-am \
419 installcheck-am installcheck install-exec-am install-exec \
420 install-data-am install-data install-am install uninstall-am uninstall \
421 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
422 distclean-generic clean-generic maintainer-clean-generic clean \
423 mostlyclean distclean maintainer-clean
424
425
426 @BUILD_JABBER_FALSE@dummy.c:
427 @BUILD_JABBER_FALSE@ touch dummy.c
428
429 # Tell versions [3.59,3.63) of GNU make to not export all variables.
430 # Otherwise a system limit (for SysV at least) may be exceeded.
431 .NOEXPORT: