"Fossies" - the Fresh Open Source Software Archive 
Member "libspf2-1.2.10/src/libspf2/Makefile.in" (20 Feb 2012, 26463 Bytes) of package /linux/privat/libspf2-1.2.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Makefile prototype
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = src/libspf2
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52 *) f=$$p;; \
53 esac;
54 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55 am__install_max = 40
56 am__nobase_strip_setup = \
57 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58 am__nobase_strip = \
59 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60 am__nobase_list = $(am__nobase_strip_setup); \
61 for p in $$list; do echo "$$p $$p"; done | \
62 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64 if (++n[$$2] == $(am__install_max)) \
65 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66 END { for (dir in files) print dir, files[dir] }'
67 am__base_list = \
68 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70 am__installdirs = "$(DESTDIR)$(libdir)"
71 LTLIBRARIES = $(lib_LTLIBRARIES)
72 libspf2_la_DEPENDENCIES = \
73 $(top_builddir)/src/libreplace/libreplace.la
74 am_libspf2_la_OBJECTS = spf_compile.lo spf_dns.lo spf_dns_cache.lo \
75 spf_dns_null.lo spf_dns_resolv.lo spf_dns_rr.lo \
76 spf_dns_test.lo spf_dns_windns.lo spf_dns_zone.lo \
77 spf_expand.lo spf_get_exp.lo spf_get_spf.lo spf_id2str.lo \
78 spf_interpret.lo spf_log.lo spf_log_default.lo \
79 spf_log_stdio.lo spf_log_syslog.lo spf_print.lo spf_record.lo \
80 spf_request.lo spf_response.lo spf_server.lo spf_strerror.lo \
81 spf_utils.lo spf_win32.lo
82 libspf2_la_OBJECTS = $(am_libspf2_la_OBJECTS)
83 libspf2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85 $(libspf2_la_LDFLAGS) $(LDFLAGS) -o $@
86 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
87 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
88 am__depfiles_maybe = depfiles
89 am__mv = mv -f
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
94 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
97 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
98 $(LDFLAGS) -o $@
99 SOURCES = $(libspf2_la_SOURCES)
100 DIST_SOURCES = $(libspf2_la_SOURCES)
101 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
102 html-recursive info-recursive install-data-recursive \
103 install-dvi-recursive install-exec-recursive \
104 install-html-recursive install-info-recursive \
105 install-pdf-recursive install-ps-recursive install-recursive \
106 installcheck-recursive installdirs-recursive pdf-recursive \
107 ps-recursive uninstall-recursive
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109 distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112 distdir
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 am__relativize = \
118 dir0=`pwd`; \
119 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120 sed_rest='s,^[^/]*/*,,'; \
121 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122 sed_butlast='s,/*[^/]*$$,,'; \
123 while test -n "$$dir1"; do \
124 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125 if test "$$first" != "."; then \
126 if test "$$first" = ".."; then \
127 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129 else \
130 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131 if test "$$first2" = "$$first"; then \
132 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133 else \
134 dir2="../$$dir2"; \
135 fi; \
136 dir0="$$dir0"/"$$first"; \
137 fi; \
138 fi; \
139 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140 done; \
141 reldir="$$dir2"
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AR = @AR@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CPP = @CPP@
153 CPPFLAGS = @CPPFLAGS@
154 CYGPATH_W = @CYGPATH_W@
155 DEFS = @DEFS@
156 DEPDIR = @DEPDIR@
157 DLLTOOL = @DLLTOOL@
158 DSYMUTIL = @DSYMUTIL@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 FGREP = @FGREP@
166 GREP = @GREP@
167 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 KV_MAJOR = @KV_MAJOR@
173 KV_MINOR = @KV_MINOR@
174 KV_PATCH = @KV_PATCH@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LIBOBJS = @LIBOBJS@
178 LIBPROGS = @LIBPROGS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIPO = @LIPO@
182 LN_S = @LN_S@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAKEINFO = @MAKEINFO@
185 MANIFEST_TOOL = @MANIFEST_TOOL@
186 MKDIR_P = @MKDIR_P@
187 NM = @NM@
188 NMEDIT = @NMEDIT@
189 OBJDUMP = @OBJDUMP@
190 OBJEXT = @OBJEXT@
191 OTOOL = @OTOOL@
192 OTOOL64 = @OTOOL64@
193 PACKAGE = @PACKAGE@
194 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195 PACKAGE_NAME = @PACKAGE_NAME@
196 PACKAGE_STRING = @PACKAGE_STRING@
197 PACKAGE_TARNAME = @PACKAGE_TARNAME@
198 PACKAGE_URL = @PACKAGE_URL@
199 PACKAGE_VERSION = @PACKAGE_VERSION@
200 PATH_SEPARATOR = @PATH_SEPARATOR@
201 PERL_SUBDIRS = @PERL_SUBDIRS@
202 RANLIB = @RANLIB@
203 SED = @SED@
204 SET_MAKE = @SET_MAKE@
205 SHELL = @SHELL@
206 STRIP = @STRIP@
207 SUBDIRS = @SUBDIRS@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_AR = @ac_ct_AR@
214 ac_ct_CC = @ac_ct_CC@
215 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 builddir = @builddir@
228 datadir = @datadir@
229 datarootdir = @datarootdir@
230 docdir = @docdir@
231 dvidir = @dvidir@
232 exec_prefix = @exec_prefix@
233 host = @host@
234 host_alias = @host_alias@
235 host_cpu = @host_cpu@
236 host_os = @host_os@
237 host_vendor = @host_vendor@
238 htmldir = @htmldir@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localedir = @localedir@
245 localstatedir = @localstatedir@
246 mandir = @mandir@
247 mkdir_p = @mkdir_p@
248 oldincludedir = @oldincludedir@
249 pdfdir = @pdfdir@
250 prefix = @prefix@
251 program_transform_name = @program_transform_name@
252 psdir = @psdir@
253 sbindir = @sbindir@
254 sharedstatedir = @sharedstatedir@
255 srcdir = @srcdir@
256 sysconfdir = @sysconfdir@
257 target_alias = @target_alias@
258 top_build_prefix = @top_build_prefix@
259 top_builddir = @top_builddir@
260 top_srcdir = @top_srcdir@
261 AUTOMAKE_OPTIONS = foreign
262 INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src
263 lib_LTLIBRARIES = libspf2.la
264 libspf2_la_SOURCES = \
265 spf_compile.c \
266 spf_dns.c \
267 spf_dns_cache.c \
268 spf_dns_null.c \
269 spf_dns_resolv.c \
270 spf_dns_rr.c \
271 spf_dns_test.c \
272 spf_dns_windns.c \
273 spf_dns_zone.c \
274 spf_expand.c \
275 spf_get_exp.c \
276 spf_get_spf.c \
277 spf_id2str.c \
278 spf_interpret.c \
279 spf_log.c \
280 spf_log_default.c \
281 spf_log_stdio.c \
282 spf_log_syslog.c \
283 spf_print.c \
284 spf_record.c \
285 spf_request.c \
286 spf_response.c \
287 spf_server.c \
288 spf_strerror.c \
289 spf_utils.c \
290 spf_win32.c
291
292 libspf2_la_LIBADD = $(top_builddir)/src/libreplace/libreplace.la
293 libspf2_la_LDFLAGS = -version-info 3:0:1
294 all: all-recursive
295
296 .SUFFIXES:
297 .SUFFIXES: .c .lo .o .obj
298 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
299 @for dep in $?; do \
300 case '$(am__configure_deps)' in \
301 *$$dep*) \
302 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
303 && { if test -f $@; then exit 0; else break; fi; }; \
304 exit 1;; \
305 esac; \
306 done; \
307 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libspf2/Makefile'; \
308 $(am__cd) $(top_srcdir) && \
309 $(AUTOMAKE) --foreign src/libspf2/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312 @case '$?' in \
313 *config.status*) \
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315 *) \
316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318 esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure: $(am__configure_deps)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
326 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(am__aclocal_m4_deps):
328 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
329 @$(NORMAL_INSTALL)
330 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
331 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
332 list2=; for p in $$list; do \
333 if test -f $$p; then \
334 list2="$$list2 $$p"; \
335 else :; fi; \
336 done; \
337 test -z "$$list2" || { \
338 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
339 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
340 }
341
342 uninstall-libLTLIBRARIES:
343 @$(NORMAL_UNINSTALL)
344 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
345 for p in $$list; do \
346 $(am__strip_dir) \
347 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
348 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
349 done
350
351 clean-libLTLIBRARIES:
352 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
353 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
354 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
355 test "$$dir" != "$$p" || dir=.; \
356 echo "rm -f \"$${dir}/so_locations\""; \
357 rm -f "$${dir}/so_locations"; \
358 done
359 libspf2.la: $(libspf2_la_OBJECTS) $(libspf2_la_DEPENDENCIES)
360 $(libspf2_la_LINK) -rpath $(libdir) $(libspf2_la_OBJECTS) $(libspf2_la_LIBADD) $(LIBS)
361
362 mostlyclean-compile:
363 -rm -f *.$(OBJEXT)
364
365 distclean-compile:
366 -rm -f *.tab.c
367
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_compile.Plo@am__quote@
369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns.Plo@am__quote@
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_cache.Plo@am__quote@
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_null.Plo@am__quote@
372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_resolv.Plo@am__quote@
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_rr.Plo@am__quote@
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_test.Plo@am__quote@
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_windns.Plo@am__quote@
376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_dns_zone.Plo@am__quote@
377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_expand.Plo@am__quote@
378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_get_exp.Plo@am__quote@
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_get_spf.Plo@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_id2str.Plo@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_interpret.Plo@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_log.Plo@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_log_default.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_log_stdio.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_log_syslog.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_print.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_record.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_request.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_response.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_server.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_strerror.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_utils.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spf_win32.Plo@am__quote@
394
395 .c.o:
396 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
397 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
401
402 .c.obj:
403 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
404 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
408
409 .c.lo:
410 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
411 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
415
416 mostlyclean-libtool:
417 -rm -f *.lo
418
419 clean-libtool:
420 -rm -rf .libs _libs
421
422 # This directory's subdirectories are mostly independent; you can cd
423 # into them and run `make' without going through this Makefile.
424 # To change the values of `make' variables: instead of editing Makefiles,
425 # (1) if the variable is set in `config.status', edit `config.status'
426 # (which will cause the Makefiles to be regenerated when you run `make');
427 # (2) otherwise, pass the desired values on the `make' command line.
428 $(RECURSIVE_TARGETS):
429 @fail= failcom='exit 1'; \
430 for f in x $$MAKEFLAGS; do \
431 case $$f in \
432 *=* | --[!k]*);; \
433 *k*) failcom='fail=yes';; \
434 esac; \
435 done; \
436 dot_seen=no; \
437 target=`echo $@ | sed s/-recursive//`; \
438 list='$(SUBDIRS)'; for subdir in $$list; do \
439 echo "Making $$target in $$subdir"; \
440 if test "$$subdir" = "."; then \
441 dot_seen=yes; \
442 local_target="$$target-am"; \
443 else \
444 local_target="$$target"; \
445 fi; \
446 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447 || eval $$failcom; \
448 done; \
449 if test "$$dot_seen" = "no"; then \
450 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
451 fi; test -z "$$fail"
452
453 $(RECURSIVE_CLEAN_TARGETS):
454 @fail= failcom='exit 1'; \
455 for f in x $$MAKEFLAGS; do \
456 case $$f in \
457 *=* | --[!k]*);; \
458 *k*) failcom='fail=yes';; \
459 esac; \
460 done; \
461 dot_seen=no; \
462 case "$@" in \
463 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
464 *) list='$(SUBDIRS)' ;; \
465 esac; \
466 rev=''; for subdir in $$list; do \
467 if test "$$subdir" = "."; then :; else \
468 rev="$$subdir $$rev"; \
469 fi; \
470 done; \
471 rev="$$rev ."; \
472 target=`echo $@ | sed s/-recursive//`; \
473 for subdir in $$rev; do \
474 echo "Making $$target in $$subdir"; \
475 if test "$$subdir" = "."; then \
476 local_target="$$target-am"; \
477 else \
478 local_target="$$target"; \
479 fi; \
480 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
481 || eval $$failcom; \
482 done && test -z "$$fail"
483 tags-recursive:
484 list='$(SUBDIRS)'; for subdir in $$list; do \
485 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
486 done
487 ctags-recursive:
488 list='$(SUBDIRS)'; for subdir in $$list; do \
489 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
490 done
491
492 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
493 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
494 unique=`for i in $$list; do \
495 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496 done | \
497 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498 END { if (nonempty) { for (i in files) print i; }; }'`; \
499 mkid -fID $$unique
500 tags: TAGS
501
502 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
503 $(TAGS_FILES) $(LISP)
504 set x; \
505 here=`pwd`; \
506 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
507 include_option=--etags-include; \
508 empty_fix=.; \
509 else \
510 include_option=--include; \
511 empty_fix=; \
512 fi; \
513 list='$(SUBDIRS)'; for subdir in $$list; do \
514 if test "$$subdir" = .; then :; else \
515 test ! -f $$subdir/TAGS || \
516 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
517 fi; \
518 done; \
519 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
520 unique=`for i in $$list; do \
521 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522 done | \
523 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524 END { if (nonempty) { for (i in files) print i; }; }'`; \
525 shift; \
526 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
527 test -n "$$unique" || unique=$$empty_fix; \
528 if test $$# -gt 0; then \
529 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530 "$$@" $$unique; \
531 else \
532 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533 $$unique; \
534 fi; \
535 fi
536 ctags: CTAGS
537 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
538 $(TAGS_FILES) $(LISP)
539 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
540 unique=`for i in $$list; do \
541 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542 done | \
543 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544 END { if (nonempty) { for (i in files) print i; }; }'`; \
545 test -z "$(CTAGS_ARGS)$$unique" \
546 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547 $$unique
548
549 GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && $(am__cd) $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) "$$here"
553
554 distclean-tags:
555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
557 distdir: $(DISTFILES)
558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560 list='$(DISTFILES)'; \
561 dist_files=`for file in $$list; do echo $$file; done | \
562 sed -e "s|^$$srcdirstrip/||;t" \
563 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564 case $$dist_files in \
565 */*) $(MKDIR_P) `echo "$$dist_files" | \
566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567 sort -u` ;; \
568 esac; \
569 for file in $$dist_files; do \
570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571 if test -d $$d/$$file; then \
572 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573 if test -d "$(distdir)/$$file"; then \
574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575 fi; \
576 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579 fi; \
580 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581 else \
582 test -f "$(distdir)/$$file" \
583 || cp -p $$d/$$file "$(distdir)/$$file" \
584 || exit 1; \
585 fi; \
586 done
587 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588 if test "$$subdir" = .; then :; else \
589 test -d "$(distdir)/$$subdir" \
590 || $(MKDIR_P) "$(distdir)/$$subdir" \
591 || exit 1; \
592 fi; \
593 done
594 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
595 if test "$$subdir" = .; then :; else \
596 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
597 $(am__relativize); \
598 new_distdir=$$reldir; \
599 dir1=$$subdir; dir2="$(top_distdir)"; \
600 $(am__relativize); \
601 new_top_distdir=$$reldir; \
602 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
603 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
604 ($(am__cd) $$subdir && \
605 $(MAKE) $(AM_MAKEFLAGS) \
606 top_distdir="$$new_top_distdir" \
607 distdir="$$new_distdir" \
608 am__remove_distdir=: \
609 am__skip_length_check=: \
610 am__skip_mode_fix=: \
611 distdir) \
612 || exit 1; \
613 fi; \
614 done
615 check-am: all-am
616 check: check-recursive
617 all-am: Makefile $(LTLIBRARIES)
618 installdirs: installdirs-recursive
619 installdirs-am:
620 for dir in "$(DESTDIR)$(libdir)"; do \
621 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
622 done
623 install: install-recursive
624 install-exec: install-exec-recursive
625 install-data: install-data-recursive
626 uninstall: uninstall-recursive
627
628 install-am: all-am
629 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
630
631 installcheck: installcheck-recursive
632 install-strip:
633 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635 `test -z '$(STRIP)' || \
636 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
637 mostlyclean-generic:
638
639 clean-generic:
640
641 distclean-generic:
642 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
643 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
644
645 maintainer-clean-generic:
646 @echo "This command is intended for maintainers to use"
647 @echo "it deletes files that may require special tools to rebuild."
648 clean: clean-recursive
649
650 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
651 mostlyclean-am
652
653 distclean: distclean-recursive
654 -rm -rf ./$(DEPDIR)
655 -rm -f Makefile
656 distclean-am: clean-am distclean-compile distclean-generic \
657 distclean-tags
658
659 dvi: dvi-recursive
660
661 dvi-am:
662
663 html: html-recursive
664
665 html-am:
666
667 info: info-recursive
668
669 info-am:
670
671 install-data-am:
672
673 install-dvi: install-dvi-recursive
674
675 install-dvi-am:
676
677 install-exec-am: install-libLTLIBRARIES
678
679 install-html: install-html-recursive
680
681 install-html-am:
682
683 install-info: install-info-recursive
684
685 install-info-am:
686
687 install-man:
688
689 install-pdf: install-pdf-recursive
690
691 install-pdf-am:
692
693 install-ps: install-ps-recursive
694
695 install-ps-am:
696
697 installcheck-am:
698
699 maintainer-clean: maintainer-clean-recursive
700 -rm -rf ./$(DEPDIR)
701 -rm -f Makefile
702 maintainer-clean-am: distclean-am maintainer-clean-generic
703
704 mostlyclean: mostlyclean-recursive
705
706 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
707 mostlyclean-libtool
708
709 pdf: pdf-recursive
710
711 pdf-am:
712
713 ps: ps-recursive
714
715 ps-am:
716
717 uninstall-am: uninstall-libLTLIBRARIES
718
719 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
720 install-am install-strip tags-recursive
721
722 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
723 all all-am check check-am clean clean-generic \
724 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
725 distclean distclean-compile distclean-generic \
726 distclean-libtool distclean-tags distdir dvi dvi-am html \
727 html-am info info-am install install-am install-data \
728 install-data-am install-dvi install-dvi-am install-exec \
729 install-exec-am install-html install-html-am install-info \
730 install-info-am install-libLTLIBRARIES install-man install-pdf \
731 install-pdf-am install-ps install-ps-am install-strip \
732 installcheck installcheck-am installdirs installdirs-am \
733 maintainer-clean maintainer-clean-generic mostlyclean \
734 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
735 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
736 uninstall-libLTLIBRARIES
737
738
739 # Copied from the libtool info file:
740 #
741 # This flag accepts an argument of the form
742 # `CURRENT[:REVISION[:AGE]]'. So, passing `-version-info 3:12:1' sets
743 # CURRENT to 3, REVISION to 12, and AGE to 1.
744 #
745 # If either REVISION or AGE are omitted, they default to 0. Also note
746 # that AGE must be less than or equal to the CURRENT interface number.
747 #
748 # Here are a set of rules to help you update your library version
749 # information:
750 #
751 # 1. Start with version information of `0:0:0' for each libtool library.
752 #
753 # 2. Update the version information only immediately before a public
754 # release of your software. More frequent updates are unnecessary,
755 # and only guarantee that the current interface number gets larger
756 # faster.
757 #
758 # 3. If the library source code has changed at all since the last
759 # update, then increment REVISION (`C:R:A' becomes `C:r+1:A').
760 #
761 # 4. If any interfaces have been added, removed, or changed since the
762 # last update, increment CURRENT, and set REVISION to 0.
763 #
764 # 5. If any interfaces have been added since the last public release,
765 # then increment AGE.
766 #
767 # 6. If any interfaces have been removed since the last public release,
768 # then set AGE to 0.
769 #
770 # *_Never_* try to set the interface numbers so that they correspond
771 # to the release number of your package. This is an abuse that only
772 # fosters misunderstanding of the purpose of library versions. Instead,
773 # use the `-release' flag (*note Release numbers::), but be warned that
774 # every release of your package will not be binary compatible with any
775 # other release.
776 #
777
778 # Tell versions [3.59,3.63) of GNU make to not export all variables.
779 # Otherwise a system limit (for SysV at least) may be exceeded.
780 .NOEXPORT: