Add Kerberos authentication - needs work
[siplcs.git] / src / Makefile.in
blob9c84c4c0e5c9a651062a8178838e72d14e5149ac
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
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.
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@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 @SIPE_STATIC_TRUE@am__append_1 = $(SIPE_LIBA)
36 @SIPE_STATIC_FALSE@am__append_2 = $(SIPE_LIBS)
37 subdir = src
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(srcdir)/config.h.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_CLEAN_FILES = config.h
46 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47 am__vpath_adj = case $$p in \
48 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49 *) f=$$p;; \
50 esac;
51 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52 am__installdirs = "$(DESTDIR)$(pkgdir)"
53 pkgLTLIBRARIES_INSTALL = $(INSTALL)
54 LTLIBRARIES = $(pkg_LTLIBRARIES)
55 am__DEPENDENCIES_1 =
56 @SIPE_STATIC_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
57 libsipe_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
58 $(am__DEPENDENCIES_1)
59 am_libsipe_la_OBJECTS = libsipe_la-sip-ntlm.lo libsipe_la-sipkrb5.lo \
60 libsipe_la-sipmsg.lo libsipe_la-sipe.lo
61 libsipe_la_OBJECTS = $(am_libsipe_la_OBJECTS)
62 libsipe_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libsipe_la_CFLAGS) \
64 $(CFLAGS) $(libsipe_la_LDFLAGS) $(LDFLAGS) -o $@
65 DEFAULT_INCLUDES = -I.@am__isrc@
66 depcomp = $(SHELL) $(top_srcdir)/depcomp
67 am__depfiles_maybe = depfiles
68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73 CCLD = $(CC)
74 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76 $(LDFLAGS) -o $@
77 SOURCES = $(libsipe_la_SOURCES)
78 DIST_SOURCES = $(libsipe_la_SOURCES)
79 ETAGS = etags
80 CTAGS = ctags
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 AMTAR = @AMTAR@
84 AR = @AR@
85 AUTOCONF = @AUTOCONF@
86 AUTOHEADER = @AUTOHEADER@
87 AUTOMAKE = @AUTOMAKE@
88 AWK = @AWK@
89 CC = @CC@
90 CCDEPMODE = @CCDEPMODE@
91 CFLAGS = @CFLAGS@
92 CPP = @CPP@
93 CPPFLAGS = @CPPFLAGS@
94 CXX = @CXX@
95 CXXCPP = @CXXCPP@
96 CXXDEPMODE = @CXXDEPMODE@
97 CXXFLAGS = @CXXFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 ECHO = @ECHO@
102 ECHO_C = @ECHO_C@
103 ECHO_N = @ECHO_N@
104 ECHO_T = @ECHO_T@
105 EGREP = @EGREP@
106 EXEEXT = @EXEEXT@
107 F77 = @F77@
108 FFLAGS = @FFLAGS@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LDFLAGS = @LDFLAGS@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LIBTOOL = @LIBTOOL@
119 LN_S = @LN_S@
120 LTLIBOBJS = @LTLIBOBJS@
121 MAKEINFO = @MAKEINFO@
122 MKDIR_P = @MKDIR_P@
123 OBJEXT = @OBJEXT@
124 PACKAGE = @PACKAGE@
125 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126 PACKAGE_NAME = @PACKAGE_NAME@
127 PACKAGE_STRING = @PACKAGE_STRING@
128 PACKAGE_TARNAME = @PACKAGE_TARNAME@
129 PACKAGE_VERSION = @PACKAGE_VERSION@
130 PATH_SEPARATOR = @PATH_SEPARATOR@
131 PIDGIN_CFLAGS = @PIDGIN_CFLAGS@
132 PIDGIN_LIBS = @PIDGIN_LIBS@
133 PIDGIN_MAX = @PIDGIN_MAX@
134 PIDGIN_MIN = @PIDGIN_MIN@
135 PKG_CONFIG = @PKG_CONFIG@
136 RANLIB = @RANLIB@
137 SED = @SED@
138 SET_MAKE = @SET_MAKE@
139 SHELL = @SHELL@
140 SIPE_LIBA = @SIPE_LIBA@
141 STRIP = @STRIP@
142 VERSION = @VERSION@
143 abs_builddir = @abs_builddir@
144 abs_srcdir = @abs_srcdir@
145 abs_top_builddir = @abs_top_builddir@
146 abs_top_srcdir = @abs_top_srcdir@
147 ac_ct_CC = @ac_ct_CC@
148 ac_ct_CXX = @ac_ct_CXX@
149 ac_ct_F77 = @ac_ct_F77@
150 am__include = @am__include@
151 am__leading_dot = @am__leading_dot@
152 am__quote = @am__quote@
153 am__tar = @am__tar@
154 am__untar = @am__untar@
155 bindir = @bindir@
156 build = @build@
157 build_alias = @build_alias@
158 build_cpu = @build_cpu@
159 build_os = @build_os@
160 build_vendor = @build_vendor@
161 builddir = @builddir@
162 datadir = @datadir@
163 datarootdir = @datarootdir@
164 docdir = @docdir@
165 dvidir = @dvidir@
166 exec_prefix = @exec_prefix@
167 host = @host@
168 host_alias = @host_alias@
169 host_cpu = @host_cpu@
170 host_os = @host_os@
171 host_vendor = @host_vendor@
172 htmldir = @htmldir@
173 includedir = @includedir@
174 infodir = @infodir@
175 install_sh = @install_sh@
176 libdir = @libdir@
177 libexecdir = @libexecdir@
178 libpurple_CFLAGS = @libpurple_CFLAGS@
179 libpurple_LIBS = @libpurple_LIBS@
180 localedir = @localedir@
181 localstatedir = @localstatedir@
182 mandir = @mandir@
183 mkdir_p = @mkdir_p@
184 oldincludedir = @oldincludedir@
185 pdfdir = @pdfdir@
186 prefix = @prefix@
187 program_transform_name = @program_transform_name@
188 psdir = @psdir@
189 sbindir = @sbindir@
190 sharedstatedir = @sharedstatedir@
191 srcdir = @srcdir@
192 sysconfdir = @sysconfdir@
193 target_alias = @target_alias@
194 top_builddir = @top_builddir@
195 top_srcdir = @top_srcdir@
196 pkgdir = $(libdir)/pidgin
197 pkg_LTLIBRARIES = libsipe.la
198 libsipe_la_SOURCES = \
199 sip-prefix.h \
200 sip-internal.h \
201 sip-ntlm.h \
202 sip-ntlm.c \
203 sipkrb5.h \
204 sipkrb5.c \
205 sipmsg.c \
206 sipmsg.h \
207 sipe.h \
208 sipe.c
210 AM_CFLAGS = $(st)
211 libsipe_la_CFLAGS = \
212 $(DEBUG_CFLAGS) \
213 $(GLIB_CFLAGS) \
214 $(PIDGIN_CFLAGS) \
215 -I/usr/include/krb5
217 libsipe_la_LDFLAGS = \
218 -module -avoid-version -no-undefined -lkrb5
220 libsipe_la_LIBADD = $(GLIB_LIBS) $(PIDGIN_LIBS) $(am__append_1) \
221 $(am__append_2)
222 AM_CPPFLAGS = \
223 -DDATADIR=\"$(datadir)/pidgin\" \
224 -DLIBDIR=\"$(libdir)/pidgin\" \
225 -DPIDGIN_PLUGINS
227 all: all-am
229 .SUFFIXES:
230 .SUFFIXES: .c .lo .o .obj
231 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
232 @for dep in $?; do \
233 case '$(am__configure_deps)' in \
234 *$$dep*) \
235 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
236 && exit 0; \
237 exit 1;; \
238 esac; \
239 done; \
240 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
241 cd $(top_srcdir) && \
242 $(AUTOMAKE) --gnu src/Makefile
243 .PRECIOUS: Makefile
244 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245 @case '$?' in \
246 *config.status*) \
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248 *) \
249 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251 esac;
253 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(top_srcdir)/configure: $(am__configure_deps)
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 config.h: $(top_builddir)/config.status $(srcdir)/config.h.in
261 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
262 install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES)
263 @$(NORMAL_INSTALL)
264 test -z "$(pkgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdir)"
265 @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
266 if test -f $$p; then \
267 f=$(am__strip_dir) \
268 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
269 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
270 else :; fi; \
271 done
273 uninstall-pkgLTLIBRARIES:
274 @$(NORMAL_UNINSTALL)
275 @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
276 p=$(am__strip_dir) \
277 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
278 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
279 done
281 clean-pkgLTLIBRARIES:
282 -test -z "$(pkg_LTLIBRARIES)" || rm -f $(pkg_LTLIBRARIES)
283 @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
284 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
285 test "$$dir" != "$$p" || dir=.; \
286 echo "rm -f \"$${dir}/so_locations\""; \
287 rm -f "$${dir}/so_locations"; \
288 done
289 libsipe.la: $(libsipe_la_OBJECTS) $(libsipe_la_DEPENDENCIES)
290 $(libsipe_la_LINK) -rpath $(pkgdir) $(libsipe_la_OBJECTS) $(libsipe_la_LIBADD) $(LIBS)
292 mostlyclean-compile:
293 -rm -f *.$(OBJEXT)
295 distclean-compile:
296 -rm -f *.tab.c
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsipe_la-sip-ntlm.Plo@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsipe_la-sipe.Plo@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsipe_la-sipkrb5.Plo@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsipe_la-sipmsg.Plo@am__quote@
303 .c.o:
304 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
305 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
310 .c.obj:
311 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
312 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
317 .c.lo:
318 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
324 libsipe_la-sip-ntlm.lo: sip-ntlm.c
325 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -MT libsipe_la-sip-ntlm.lo -MD -MP -MF $(DEPDIR)/libsipe_la-sip-ntlm.Tpo -c -o libsipe_la-sip-ntlm.lo `test -f 'sip-ntlm.c' || echo '$(srcdir)/'`sip-ntlm.c
326 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsipe_la-sip-ntlm.Tpo $(DEPDIR)/libsipe_la-sip-ntlm.Plo
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sip-ntlm.c' object='libsipe_la-sip-ntlm.lo' libtool=yes @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -c -o libsipe_la-sip-ntlm.lo `test -f 'sip-ntlm.c' || echo '$(srcdir)/'`sip-ntlm.c
331 libsipe_la-sipkrb5.lo: sipkrb5.c
332 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -MT libsipe_la-sipkrb5.lo -MD -MP -MF $(DEPDIR)/libsipe_la-sipkrb5.Tpo -c -o libsipe_la-sipkrb5.lo `test -f 'sipkrb5.c' || echo '$(srcdir)/'`sipkrb5.c
333 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsipe_la-sipkrb5.Tpo $(DEPDIR)/libsipe_la-sipkrb5.Plo
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sipkrb5.c' object='libsipe_la-sipkrb5.lo' libtool=yes @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -c -o libsipe_la-sipkrb5.lo `test -f 'sipkrb5.c' || echo '$(srcdir)/'`sipkrb5.c
338 libsipe_la-sipmsg.lo: sipmsg.c
339 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -MT libsipe_la-sipmsg.lo -MD -MP -MF $(DEPDIR)/libsipe_la-sipmsg.Tpo -c -o libsipe_la-sipmsg.lo `test -f 'sipmsg.c' || echo '$(srcdir)/'`sipmsg.c
340 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsipe_la-sipmsg.Tpo $(DEPDIR)/libsipe_la-sipmsg.Plo
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sipmsg.c' object='libsipe_la-sipmsg.lo' libtool=yes @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -c -o libsipe_la-sipmsg.lo `test -f 'sipmsg.c' || echo '$(srcdir)/'`sipmsg.c
345 libsipe_la-sipe.lo: sipe.c
346 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -MT libsipe_la-sipe.lo -MD -MP -MF $(DEPDIR)/libsipe_la-sipe.Tpo -c -o libsipe_la-sipe.lo `test -f 'sipe.c' || echo '$(srcdir)/'`sipe.c
347 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libsipe_la-sipe.Tpo $(DEPDIR)/libsipe_la-sipe.Plo
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sipe.c' object='libsipe_la-sipe.lo' libtool=yes @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsipe_la_CFLAGS) $(CFLAGS) -c -o libsipe_la-sipe.lo `test -f 'sipe.c' || echo '$(srcdir)/'`sipe.c
352 mostlyclean-libtool:
353 -rm -f *.lo
355 clean-libtool:
356 -rm -rf .libs _libs
358 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
360 unique=`for i in $$list; do \
361 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
362 done | \
363 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
364 END { if (nonempty) { for (i in files) print i; }; }'`; \
365 mkid -fID $$unique
366 tags: TAGS
368 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
369 $(TAGS_FILES) $(LISP)
370 tags=; \
371 here=`pwd`; \
372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373 unique=`for i in $$list; do \
374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375 done | \
376 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377 END { if (nonempty) { for (i in files) print i; }; }'`; \
378 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
379 test -n "$$unique" || unique=$$empty_fix; \
380 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
381 $$tags $$unique; \
383 ctags: CTAGS
384 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
385 $(TAGS_FILES) $(LISP)
386 tags=; \
387 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392 END { if (nonempty) { for (i in files) print i; }; }'`; \
393 test -z "$(CTAGS_ARGS)$$tags$$unique" \
394 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395 $$tags $$unique
397 GTAGS:
398 here=`$(am__cd) $(top_builddir) && pwd` \
399 && cd $(top_srcdir) \
400 && gtags -i $(GTAGS_ARGS) $$here
402 distclean-tags:
403 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405 distdir: $(DISTFILES)
406 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
407 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
408 list='$(DISTFILES)'; \
409 dist_files=`for file in $$list; do echo $$file; done | \
410 sed -e "s|^$$srcdirstrip/||;t" \
411 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
412 case $$dist_files in \
413 */*) $(MKDIR_P) `echo "$$dist_files" | \
414 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
415 sort -u` ;; \
416 esac; \
417 for file in $$dist_files; do \
418 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
419 if test -d $$d/$$file; then \
420 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
423 fi; \
424 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
425 else \
426 test -f $(distdir)/$$file \
427 || cp -p $$d/$$file $(distdir)/$$file \
428 || exit 1; \
429 fi; \
430 done
431 check-am: all-am
432 check: check-am
433 all-am: Makefile $(LTLIBRARIES)
434 installdirs:
435 for dir in "$(DESTDIR)$(pkgdir)"; do \
436 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
437 done
438 install: install-am
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
443 install-am: all-am
444 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
446 installcheck: installcheck-am
447 install-strip:
448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450 `test -z '$(STRIP)' || \
451 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452 mostlyclean-generic:
454 clean-generic:
456 distclean-generic:
457 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
459 maintainer-clean-generic:
460 @echo "This command is intended for maintainers to use"
461 @echo "it deletes files that may require special tools to rebuild."
462 clean: clean-am
464 clean-am: clean-generic clean-libtool clean-pkgLTLIBRARIES \
465 mostlyclean-am
467 distclean: distclean-am
468 -rm -rf ./$(DEPDIR)
469 -rm -f Makefile
470 distclean-am: clean-am distclean-compile distclean-generic \
471 distclean-tags
473 dvi: dvi-am
475 dvi-am:
477 html: html-am
479 info: info-am
481 info-am:
483 install-data-am: install-pkgLTLIBRARIES
485 install-dvi: install-dvi-am
487 install-exec-am:
489 install-html: install-html-am
491 install-info: install-info-am
493 install-man:
495 install-pdf: install-pdf-am
497 install-ps: install-ps-am
499 installcheck-am:
501 maintainer-clean: maintainer-clean-am
502 -rm -rf ./$(DEPDIR)
503 -rm -f Makefile
504 maintainer-clean-am: distclean-am maintainer-clean-generic
506 mostlyclean: mostlyclean-am
508 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
509 mostlyclean-libtool
511 pdf: pdf-am
513 pdf-am:
515 ps: ps-am
517 ps-am:
519 uninstall-am: uninstall-pkgLTLIBRARIES
521 .MAKE: install-am install-strip
523 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
524 clean-libtool clean-pkgLTLIBRARIES ctags distclean \
525 distclean-compile distclean-generic distclean-libtool \
526 distclean-tags distdir dvi dvi-am html html-am info info-am \
527 install install-am install-data install-data-am install-dvi \
528 install-dvi-am install-exec install-exec-am install-html \
529 install-html-am install-info install-info-am install-man \
530 install-pdf install-pdf-am install-pkgLTLIBRARIES install-ps \
531 install-ps-am install-strip installcheck installcheck-am \
532 installdirs maintainer-clean maintainer-clean-generic \
533 mostlyclean mostlyclean-compile mostlyclean-generic \
534 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
535 uninstall-am uninstall-pkgLTLIBRARIES
537 # Tell versions [3.59,3.63) of GNU make to not export all variables.
538 # Otherwise a system limit (for SysV at least) may be exceeded.
539 .NOEXPORT: