chiark / gitweb /
Initial commit of source as found on woking
[sympathy.git] / test / Makefile
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # test/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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.
9
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.
14
15
16
17 #
18 # Makefile.am:
19 #
20 # Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
21 # All rights reserved.
22 #
23 # $Id: Makefile.am,v 1.3 2008/02/06 15:53:22 james Exp $
24 #
25 # $Log: Makefile.am,v $
26 # Revision 1.3  2008/02/06 15:53:22  james
27 # *** empty log message ***
28 #
29 # Revision 1.2  2008/02/04 11:30:57  james
30 # *** empty log message ***
31 #
32 # Revision 1.1  2008/02/03 16:20:24  james
33 # *** empty log message ***
34 #
35 #
36 #
37
38
39 pkgdatadir = $(datadir)/libsympathy
40 pkglibdir = $(libdir)/libsympathy
41 pkgincludedir = $(includedir)/libsympathy
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
48 NORMAL_INSTALL = :
49 PRE_INSTALL = :
50 POST_INSTALL = :
51 NORMAL_UNINSTALL = :
52 PRE_UNINSTALL = :
53 POST_UNINSTALL = :
54 build_triplet = i686-pc-linux-gnu
55 host_triplet = i686-pc-linux-gnu
56 noinst_PROGRAMS = test$(EXEEXT) xn$(EXEEXT)
57 subdir = test
58 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/configure.in
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/src/config.h
65 CONFIG_CLEAN_FILES =
66 PROGRAMS = $(noinst_PROGRAMS)
67 am_test_OBJECTS = test.$(OBJEXT)
68 test_OBJECTS = $(am_test_OBJECTS)
69 test_DEPENDENCIES = ../src/libsympathy.a
70 am_xn_OBJECTS = xn.$(OBJEXT)
71 xn_OBJECTS = $(am_xn_OBJECTS)
72 xn_LDADD = $(LDADD)
73 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81 CCLD = $(CC)
82 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84         $(LDFLAGS) -o $@
85 SOURCES = $(test_SOURCES) $(xn_SOURCES)
86 DIST_SOURCES = $(test_SOURCES) $(xn_SOURCES)
87 ETAGS = etags
88 CTAGS = ctags
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 ACLOCAL = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
91 AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
92 AR = ar
93 AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
94 AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
95 AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
96 AWK = mawk
97 CC = gcc
98 CCDEPMODE = depmode=gcc3
99 CFLAGS = -g -O2
100 CPP = gcc -E
101 CPPFLAGS = 
102 CXX = g++
103 CXXCPP = g++ -E
104 CXXDEPMODE = depmode=gcc3
105 CXXFLAGS = -g -O2
106 CYGPATH_W = echo
107 DEFS = -DHAVE_CONFIG_H
108 DEPDIR = .deps
109 DSYMUTIL = 
110 ECHO = echo
111 ECHO_C = 
112 ECHO_N = -n
113 ECHO_T = 
114 EGREP = /bin/grep -E
115 EXEEXT = 
116 F77 = 
117 FFLAGS = 
118 G2_HAVE_MALLOC_H = 1
119 G2_HAVE_STDINT_H = 1
120 G2_HAVE_SYS_INT_TYPES_H = 0
121 G2_HAVE_UNISTD_H = 1
122 G2_TIME_WITH_SYS_TIME = 0
123 G2_TM_H = time.h
124 G2_TM_IN_SYS_TIME = 0
125 GREP = /bin/grep
126 INSTALL = /usr/bin/install -c
127 INSTALL_DATA = ${INSTALL} -m 644
128 INSTALL_PROGRAM = ${INSTALL}
129 INSTALL_SCRIPT = ${INSTALL}
130 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
131 LDFLAGS = 
132 LIBOBJS = 
133 LIBS = 
134 LIBSYMPATHY_INTERFACE_REVISION = 1
135 LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
136 LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
137 LIBSYMPATHY_MAJOR_VERSION = 1
138 LIBSYMPATHY_MICRO_VERSION = 1
139 LIBSYMPATHY_MINOR_VERSION = 2
140 LIBSYMPATHY_VERSION = 1.2.1
141 LIBTOOL = $(SHELL) $(top_builddir)/libtool
142 LN_S = ln -s
143 LTLIBOBJS = 
144 LT_AGE = 0
145 LT_CURRENT = 2
146 LT_RELEASE = 1.2
147 LT_REVISION = 1
148 MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
149 MD5SUM = md5sum
150 MKDIR_P = /bin/mkdir -p
151 NMEDIT = 
152 OBJEXT = o
153 PACKAGE = libsympathy
154 PACKAGE_BUGREPORT = 
155 PACKAGE_NAME = 
156 PACKAGE_STRING = 
157 PACKAGE_TARNAME = 
158 PACKAGE_VERSION = 
159 PATH_SEPARATOR = :
160 RANLIB = ranlib
161 SED = /bin/sed
162 SET_MAKE = 
163 SHELL = /bin/sh
164 STRIP = strip
165 VERSION = 1.2.1
166 abs_builddir = /root/projects/sympathy/test
167 abs_srcdir = /root/projects/sympathy/test
168 abs_top_builddir = /root/projects/sympathy
169 abs_top_srcdir = /root/projects/sympathy
170 ac_ct_CC = gcc
171 ac_ct_CXX = g++
172 ac_ct_F77 = 
173 am__include = include
174 am__leading_dot = .
175 am__quote = 
176 am__tar = ${AMTAR} chof - "$$tardir"
177 am__untar = ${AMTAR} xf -
178 bindir = ${exec_prefix}/bin
179 build = i686-pc-linux-gnu
180 build_alias = 
181 build_cpu = i686
182 build_os = linux-gnu
183 build_vendor = pc
184 builddir = .
185 datadir = ${datarootdir}
186 datarootdir = ${prefix}/share
187 docdir = ${datarootdir}/doc/${PACKAGE}
188 dvidir = ${docdir}
189 exec_prefix = ${prefix}
190 host = i686-pc-linux-gnu
191 host_alias = 
192 host_cpu = i686
193 host_os = linux-gnu
194 host_vendor = pc
195 htmldir = ${docdir}
196 includedir = ${prefix}/include
197 infodir = ${datarootdir}/info
198 install_sh = $(SHELL) /root/projects/sympathy/install-sh
199 libdir = ${exec_prefix}/lib
200 libexecdir = ${exec_prefix}/libexec
201 localedir = ${datarootdir}/locale
202 localstatedir = ${prefix}/var
203 mandir = ${datarootdir}/man
204 mkdir_p = /bin/mkdir -p
205 oldincludedir = /usr/include
206 pdfdir = ${docdir}
207 prefix = /usr/local
208 program_transform_name = s,x,x,
209 psdir = ${docdir}
210 sbindir = ${exec_prefix}/sbin
211 sharedstatedir = ${prefix}/com
212 srcdir = .
213 sysconfdir = ${prefix}/etc
214 target_alias = 
215 top_builddir = ..
216 top_srcdir = ..
217 INCLUDES = -I$(srcdir)/../src 
218 xn_SOURCES = xn.c
219 test_SOURCES = test.c
220 test_LDADD = ../src/libsympathy.a   -lutil
221 AM_CFLAGS = -g
222 all: all-am
223
224 .SUFFIXES:
225 .SUFFIXES: .c .lo .o .obj
226 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
227         @for dep in $?; do \
228           case '$(am__configure_deps)' in \
229             *$$dep*) \
230               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231                 && exit 0; \
232               exit 1;; \
233           esac; \
234         done; \
235         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
236         cd $(top_srcdir) && \
237           $(AUTOMAKE) --gnu  test/Makefile
238 .PRECIOUS: Makefile
239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240         @case '$?' in \
241           *config.status*) \
242             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243           *) \
244             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246         esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
251 $(top_srcdir)/configure:  $(am__configure_deps)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
256 clean-noinstPROGRAMS:
257         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
258           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
259           echo " rm -f $$p $$f"; \
260           rm -f $$p $$f ; \
261         done
262 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
263         @rm -f test$(EXEEXT)
264         $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
265 xn$(EXEEXT): $(xn_OBJECTS) $(xn_DEPENDENCIES) 
266         @rm -f xn$(EXEEXT)
267         $(LINK) $(xn_OBJECTS) $(xn_LDADD) $(LIBS)
268
269 mostlyclean-compile:
270         -rm -f *.$(OBJEXT)
271
272 distclean-compile:
273         -rm -f *.tab.c
274
275 include ./$(DEPDIR)/test.Po
276 include ./$(DEPDIR)/xn.Po
277
278 .c.o:
279         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
280         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
281 #       source='$<' object='$@' libtool=no \
282 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
283 #       $(COMPILE) -c $<
284
285 .c.obj:
286         $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
287         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288 #       source='$<' object='$@' libtool=no \
289 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
290 #       $(COMPILE) -c `$(CYGPATH_W) '$<'`
291
292 .c.lo:
293         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
294         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
295 #       source='$<' object='$@' libtool=yes \
296 #       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
297 #       $(LTCOMPILE) -c -o $@ $<
298
299 mostlyclean-libtool:
300         -rm -f *.lo
301
302 clean-libtool:
303         -rm -rf .libs _libs
304
305 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
306         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307         unique=`for i in $$list; do \
308             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309           done | \
310           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
311               END { if (nonempty) { for (i in files) print i; }; }'`; \
312         mkid -fID $$unique
313 tags: TAGS
314
315 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
316                 $(TAGS_FILES) $(LISP)
317         tags=; \
318         here=`pwd`; \
319         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
320         unique=`for i in $$list; do \
321             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322           done | \
323           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324               END { if (nonempty) { for (i in files) print i; }; }'`; \
325         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
326           test -n "$$unique" || unique=$$empty_fix; \
327           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328             $$tags $$unique; \
329         fi
330 ctags: CTAGS
331 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332                 $(TAGS_FILES) $(LISP)
333         tags=; \
334         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335         unique=`for i in $$list; do \
336             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337           done | \
338           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339               END { if (nonempty) { for (i in files) print i; }; }'`; \
340         test -z "$(CTAGS_ARGS)$$tags$$unique" \
341           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342              $$tags $$unique
343
344 GTAGS:
345         here=`$(am__cd) $(top_builddir) && pwd` \
346           && cd $(top_srcdir) \
347           && gtags -i $(GTAGS_ARGS) $$here
348
349 distclean-tags:
350         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
352 distdir: $(DISTFILES)
353         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355         list='$(DISTFILES)'; \
356           dist_files=`for file in $$list; do echo $$file; done | \
357           sed -e "s|^$$srcdirstrip/||;t" \
358               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
359         case $$dist_files in \
360           */*) $(MKDIR_P) `echo "$$dist_files" | \
361                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
362                            sort -u` ;; \
363         esac; \
364         for file in $$dist_files; do \
365           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
366           if test -d $$d/$$file; then \
367             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
368             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
370             fi; \
371             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
372           else \
373             test -f $(distdir)/$$file \
374             || cp -p $$d/$$file $(distdir)/$$file \
375             || exit 1; \
376           fi; \
377         done
378 check-am: all-am
379 check: check-am
380 all-am: Makefile $(PROGRAMS)
381 installdirs:
382 install: install-am
383 install-exec: install-exec-am
384 install-data: install-data-am
385 uninstall: uninstall-am
386
387 install-am: all-am
388         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
389
390 installcheck: installcheck-am
391 install-strip:
392         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
393           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
394           `test -z '$(STRIP)' || \
395             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
396 mostlyclean-generic:
397
398 clean-generic:
399
400 distclean-generic:
401         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
402
403 maintainer-clean-generic:
404         @echo "This command is intended for maintainers to use"
405         @echo "it deletes files that may require special tools to rebuild."
406 clean: clean-am
407
408 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
409         mostlyclean-am
410
411 distclean: distclean-am
412         -rm -rf ./$(DEPDIR)
413         -rm -f Makefile
414 distclean-am: clean-am distclean-compile distclean-generic \
415         distclean-tags
416
417 dvi: dvi-am
418
419 dvi-am:
420
421 html: html-am
422
423 info: info-am
424
425 info-am:
426
427 install-data-am:
428
429 install-dvi: install-dvi-am
430
431 install-exec-am:
432
433 install-html: install-html-am
434
435 install-info: install-info-am
436
437 install-man:
438
439 install-pdf: install-pdf-am
440
441 install-ps: install-ps-am
442
443 installcheck-am:
444
445 maintainer-clean: maintainer-clean-am
446         -rm -rf ./$(DEPDIR)
447         -rm -f Makefile
448 maintainer-clean-am: distclean-am maintainer-clean-generic
449
450 mostlyclean: mostlyclean-am
451
452 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
453         mostlyclean-libtool
454
455 pdf: pdf-am
456
457 pdf-am:
458
459 ps: ps-am
460
461 ps-am:
462
463 uninstall-am:
464
465 .MAKE: install-am install-strip
466
467 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
468         clean-libtool clean-noinstPROGRAMS ctags distclean \
469         distclean-compile distclean-generic distclean-libtool \
470         distclean-tags distdir dvi dvi-am html html-am info info-am \
471         install install-am install-data install-data-am install-dvi \
472         install-dvi-am install-exec install-exec-am install-html \
473         install-html-am install-info install-info-am install-man \
474         install-pdf install-pdf-am install-ps install-ps-am \
475         install-strip installcheck installcheck-am installdirs \
476         maintainer-clean maintainer-clean-generic mostlyclean \
477         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
478         pdf pdf-am ps ps-am tags uninstall uninstall-am
479
480 # Tell versions [3.59,3.63) of GNU make to not export all variables.
481 # Otherwise a system limit (for SysV at least) may be exceeded.
482 .NOEXPORT: