Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / libcpluff / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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 # Copyright 2007 Johannes Lehtinen
19 # This Makefile is free software; Johannes Lehtinen gives unlimited
20 # permission to copy, distribute and modify it.
21
22
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 pkglibdir = $(libdir)/@PACKAGE@
27 pkglibexecdir = $(libexecdir)/@PACKAGE@
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 @POSIX_THREADS_TRUE@am__append_1 = thread_posix.c
43 @WINDOWS_THREADS_TRUE@am__append_2 = thread_windows.c
44 subdir = libcpluff
45 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
46         $(srcdir)/Makefile.in $(srcdir)/cpluffdef.h.in
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES = cpluffdef.h
54 CONFIG_CLEAN_VPATH_FILES =
55 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56 am__vpath_adj = case $$p in \
57     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58     *) f=$$p;; \
59   esac;
60 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61 am__install_max = 40
62 am__nobase_strip_setup = \
63   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64 am__nobase_strip = \
65   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66 am__nobase_list = $(am__nobase_strip_setup); \
67   for p in $$list; do echo "$$p $$p"; done | \
68   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70     if (++n[$$2] == $(am__install_max)) \
71       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72     END { for (dir in files) print dir, files[dir] }'
73 am__base_list = \
74   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76 am__uninstall_files_from_dir = { \
77   test -z "$$files" \
78     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
79     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
80          $(am__cd) "$$dir" && rm -f $$files; }; \
81   }
82 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
83 LTLIBRARIES = $(lib_LTLIBRARIES)
84 libcpluff_la_LIBADD =
85 am__libcpluff_la_SOURCES_DIST = psymbol.c pscan.c ploader.c pinfo.c \
86         pcontrol.c serial.c logging.c context.c cpluff.c util.c \
87         ../kazlib/list.c ../kazlib/list.h ../kazlib/hash.c \
88         ../kazlib/hash.h internal.h thread.h util.h defines.h \
89         thread_posix.c thread_windows.c
90 @POSIX_THREADS_TRUE@am__objects_1 = thread_posix.lo
91 @WINDOWS_THREADS_TRUE@am__objects_2 = thread_windows.lo
92 am_libcpluff_la_OBJECTS = psymbol.lo pscan.lo ploader.lo pinfo.lo \
93         pcontrol.lo serial.lo logging.lo context.lo cpluff.lo util.lo \
94         list.lo hash.lo $(am__objects_1) $(am__objects_2)
95 libcpluff_la_OBJECTS = $(am_libcpluff_la_OBJECTS)
96 libcpluff_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
97         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98         $(libcpluff_la_LDFLAGS) $(LDFLAGS) -o $@
99 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100 depcomp = $(SHELL) $(top_srcdir)/auxliary/depcomp
101 am__depfiles_maybe = depfiles
102 am__mv = mv -f
103 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 CCLD = $(CC)
109 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111         $(LDFLAGS) -o $@
112 SOURCES = $(libcpluff_la_SOURCES)
113 DIST_SOURCES = $(am__libcpluff_la_SOURCES_DIST)
114 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
115         html-recursive info-recursive install-data-recursive \
116         install-dvi-recursive install-exec-recursive \
117         install-html-recursive install-info-recursive \
118         install-pdf-recursive install-ps-recursive install-recursive \
119         installcheck-recursive installdirs-recursive pdf-recursive \
120         ps-recursive uninstall-recursive
121 HEADERS = $(include_HEADERS)
122 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
123   distclean-recursive maintainer-clean-recursive
124 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
125         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
126         distdir
127 ETAGS = etags
128 CTAGS = ctags
129 DIST_SUBDIRS = $(SUBDIRS)
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131 am__relativize = \
132   dir0=`pwd`; \
133   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
134   sed_rest='s,^[^/]*/*,,'; \
135   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
136   sed_butlast='s,/*[^/]*$$,,'; \
137   while test -n "$$dir1"; do \
138     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
139     if test "$$first" != "."; then \
140       if test "$$first" = ".."; then \
141         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
142         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
143       else \
144         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
145         if test "$$first2" = "$$first"; then \
146           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
147         else \
148           dir2="../$$dir2"; \
149         fi; \
150         dir0="$$dir0"/"$$first"; \
151       fi; \
152     fi; \
153     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
154   done; \
155   reldir="$$dir2"
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
158 AR = @AR@
159 AS = @AS@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 CC = @CC@
165 CCDEPMODE = @CCDEPMODE@
166 CFLAGS = @CFLAGS@
167 CPLUFF_LOADER = @CPLUFF_LOADER@
168 CPP = @CPP@
169 CPPFLAGS = @CPPFLAGS@ -I. -DCP_C_API=CP_EXPORT -DCP_HOST="\"$(host)\"" \
170         -DCP_DATADIR="\"$(datadir)\""
171 CP_CXX_LIB_VERSION = @CP_CXX_LIB_VERSION@
172 CP_C_LIB_VERSION = @CP_C_LIB_VERSION@
173 CP_VERSION_MAJOR = @CP_VERSION_MAJOR@
174 CP_VERSION_MINOR = @CP_VERSION_MINOR@
175 CYGPATH_W = @CYGPATH_W@
176 DEFS = @DEFS@
177 DEPDIR = @DEPDIR@
178 DLLTOOL = @DLLTOOL@
179 DSYMUTIL = @DSYMUTIL@
180 DUMPBIN = @DUMPBIN@
181 ECHO_C = @ECHO_C@
182 ECHO_N = @ECHO_N@
183 ECHO_T = @ECHO_T@
184 EGREP = @EGREP@
185 EXEEXT = @EXEEXT@
186 FGREP = @FGREP@
187 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
188 GMSGFMT = @GMSGFMT@
189 GMSGFMT_015 = @GMSGFMT_015@
190 GREP = @GREP@
191 INSTALL = @INSTALL@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 INTLLIBS = @INTLLIBS@
197 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
198 LD = @LD@
199 LDFLAGS = @LDFLAGS@
200 LIBICONV = @LIBICONV@
201 LIBINTL = @LIBINTL@
202 LIBOBJS = @LIBOBJS@
203 LIBS = @LIBS_LIBCPLUFF@ @LTLIBINTL@ @LIBS@
204 LIBS_LIBCPLUFF = @LIBS_LIBCPLUFF@
205 LIBS_OTHER = @LIBS_OTHER@
206 LIBTOOL = @LIBTOOL@
207 LIB_READLINE = @LIB_READLINE@
208 LIPO = @LIPO@
209 LN_S = @LN_S@
210 LTLIBICONV = @LTLIBICONV@
211 LTLIBINTL = @LTLIBINTL@
212 LTLIBOBJS = @LTLIBOBJS@
213 MAKEINFO = @MAKEINFO@
214 MANIFEST_TOOL = @MANIFEST_TOOL@
215 MKDIR_P = @MKDIR_P@
216 MSGFMT = @MSGFMT@
217 MSGFMT_015 = @MSGFMT_015@
218 MSGMERGE = @MSGMERGE@
219 NM = @NM@
220 NMEDIT = @NMEDIT@
221 OBJDUMP = @OBJDUMP@
222 OBJEXT = @OBJEXT@
223 OTOOL = @OTOOL@
224 OTOOL64 = @OTOOL64@
225 PACKAGE = @PACKAGE@
226 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227 PACKAGE_NAME = @PACKAGE_NAME@
228 PACKAGE_STRING = @PACKAGE_STRING@
229 PACKAGE_TARNAME = @PACKAGE_TARNAME@
230 PACKAGE_URL = @PACKAGE_URL@
231 PACKAGE_VERSION = @PACKAGE_VERSION@
232 PATH_SEPARATOR = @PATH_SEPARATOR@
233 POSUB = @POSUB@
234 RANLIB = @RANLIB@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRIP = @STRIP@
239 USE_NLS = @USE_NLS@
240 VERSION = @VERSION@
241 XGETTEXT = @XGETTEXT@
242 XGETTEXT_015 = @XGETTEXT_015@
243 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_AR = @ac_ct_AR@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251 am__include = @am__include@
252 am__leading_dot = @am__leading_dot@
253 am__quote = @am__quote@
254 am__tar = @am__tar@
255 am__untar = @am__untar@
256 bindir = @bindir@
257 build = @build@
258 build_alias = @build_alias@
259 build_cpu = @build_cpu@
260 build_os = @build_os@
261 build_vendor = @build_vendor@
262 builddir = @builddir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 prefix = @prefix@
286 program_transform_name = @program_transform_name@
287 psdir = @psdir@
288 sbindir = @sbindir@
289 sharedstatedir = @sharedstatedir@
290 srcdir = @srcdir@
291 sysconfdir = @sysconfdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 SUBDIRS = docsrc
297 DOXYGEN = doxygen
298 DOXYGEN_SOURCE = cpluffdef.h $(srcdir)/cpluff.h $(srcdir)/docsrc/*.dox
299 DOXYGEN_STYLE = $(top_srcdir)/docsrc/doxygen.footer $(top_srcdir)/docsrc/doxygen.css
300 lib_LTLIBRARIES = libcpluff.la
301 libcpluff_la_SOURCES = psymbol.c pscan.c ploader.c pinfo.c pcontrol.c \
302         serial.c logging.c context.c cpluff.c util.c ../kazlib/list.c \
303         ../kazlib/list.h ../kazlib/hash.c ../kazlib/hash.h internal.h \
304         thread.h util.h defines.h $(am__append_1) $(am__append_2)
305 libcpluff_la_LDFLAGS = -no-undefined -version-info $(CP_C_LIB_VERSION)
306 include_HEADERS = cpluff.h cpluffdef.h
307 all: all-recursive
308
309 .SUFFIXES:
310 .SUFFIXES: .c .lo .o .obj
311 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
312         @for dep in $?; do \
313           case '$(am__configure_deps)' in \
314             *$$dep*) \
315               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316                 && { if test -f $@; then exit 0; else break; fi; }; \
317               exit 1;; \
318           esac; \
319         done; \
320         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libcpluff/Makefile'; \
321         $(am__cd) $(top_srcdir) && \
322           $(AUTOMAKE) --foreign libcpluff/Makefile
323 .PRECIOUS: Makefile
324 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325         @case '$?' in \
326           *config.status*) \
327             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328           *) \
329             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331         esac;
332
333 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336 $(top_srcdir)/configure:  $(am__configure_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
339         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340 $(am__aclocal_m4_deps):
341 cpluffdef.h: $(top_builddir)/config.status $(srcdir)/cpluffdef.h.in
342         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
343 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
344         @$(NORMAL_INSTALL)
345         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
346         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
347         list2=; for p in $$list; do \
348           if test -f $$p; then \
349             list2="$$list2 $$p"; \
350           else :; fi; \
351         done; \
352         test -z "$$list2" || { \
353           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
354           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
355         }
356
357 uninstall-libLTLIBRARIES:
358         @$(NORMAL_UNINSTALL)
359         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
360         for p in $$list; do \
361           $(am__strip_dir) \
362           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
363           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
364         done
365
366 clean-libLTLIBRARIES:
367         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
368         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
369           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
370           test "$$dir" != "$$p" || dir=.; \
371           echo "rm -f \"$${dir}/so_locations\""; \
372           rm -f "$${dir}/so_locations"; \
373         done
374 libcpluff.la: $(libcpluff_la_OBJECTS) $(libcpluff_la_DEPENDENCIES) $(EXTRA_libcpluff_la_DEPENDENCIES) 
375         $(libcpluff_la_LINK) -rpath $(libdir) $(libcpluff_la_OBJECTS) $(libcpluff_la_LIBADD) $(LIBS)
376
377 mostlyclean-compile:
378         -rm -f *.$(OBJEXT)
379
380 distclean-compile:
381         -rm -f *.tab.c
382
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpluff.Plo@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcontrol.Plo@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pinfo.Plo@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ploader.Plo@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pscan.Plo@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psymbol.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serial.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_posix.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread_windows.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
397
398 .c.o:
399 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
400 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
404
405 .c.obj:
406 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
407 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
411
412 .c.lo:
413 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
418
419 list.lo: ../kazlib/list.c
420 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT list.lo -MD -MP -MF $(DEPDIR)/list.Tpo -c -o list.lo `test -f '../kazlib/list.c' || echo '$(srcdir)/'`../kazlib/list.c
421 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/list.Tpo $(DEPDIR)/list.Plo
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../kazlib/list.c' object='list.lo' libtool=yes @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o list.lo `test -f '../kazlib/list.c' || echo '$(srcdir)/'`../kazlib/list.c
425
426 hash.lo: ../kazlib/hash.c
427 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hash.lo -MD -MP -MF $(DEPDIR)/hash.Tpo -c -o hash.lo `test -f '../kazlib/hash.c' || echo '$(srcdir)/'`../kazlib/hash.c
428 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/hash.Tpo $(DEPDIR)/hash.Plo
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../kazlib/hash.c' object='hash.lo' libtool=yes @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hash.lo `test -f '../kazlib/hash.c' || echo '$(srcdir)/'`../kazlib/hash.c
432
433 mostlyclean-libtool:
434         -rm -f *.lo
435
436 clean-libtool:
437         -rm -rf .libs _libs
438 install-includeHEADERS: $(include_HEADERS)
439         @$(NORMAL_INSTALL)
440         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
441         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
442         for p in $$list; do \
443           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
444           echo "$$d$$p"; \
445         done | $(am__base_list) | \
446         while read files; do \
447           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
448           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
449         done
450
451 uninstall-includeHEADERS:
452         @$(NORMAL_UNINSTALL)
453         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
454         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
455         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
456
457 # This directory's subdirectories are mostly independent; you can cd
458 # into them and run `make' without going through this Makefile.
459 # To change the values of `make' variables: instead of editing Makefiles,
460 # (1) if the variable is set in `config.status', edit `config.status'
461 #     (which will cause the Makefiles to be regenerated when you run `make');
462 # (2) otherwise, pass the desired values on the `make' command line.
463 $(RECURSIVE_TARGETS):
464         @fail= failcom='exit 1'; \
465         for f in x $$MAKEFLAGS; do \
466           case $$f in \
467             *=* | --[!k]*);; \
468             *k*) failcom='fail=yes';; \
469           esac; \
470         done; \
471         dot_seen=no; \
472         target=`echo $@ | sed s/-recursive//`; \
473         list='$(SUBDIRS)'; for subdir in $$list; do \
474           echo "Making $$target in $$subdir"; \
475           if test "$$subdir" = "."; then \
476             dot_seen=yes; \
477             local_target="$$target-am"; \
478           else \
479             local_target="$$target"; \
480           fi; \
481           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482           || eval $$failcom; \
483         done; \
484         if test "$$dot_seen" = "no"; then \
485           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
486         fi; test -z "$$fail"
487
488 $(RECURSIVE_CLEAN_TARGETS):
489         @fail= failcom='exit 1'; \
490         for f in x $$MAKEFLAGS; do \
491           case $$f in \
492             *=* | --[!k]*);; \
493             *k*) failcom='fail=yes';; \
494           esac; \
495         done; \
496         dot_seen=no; \
497         case "$@" in \
498           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
499           *) list='$(SUBDIRS)' ;; \
500         esac; \
501         rev=''; for subdir in $$list; do \
502           if test "$$subdir" = "."; then :; else \
503             rev="$$subdir $$rev"; \
504           fi; \
505         done; \
506         rev="$$rev ."; \
507         target=`echo $@ | sed s/-recursive//`; \
508         for subdir in $$rev; do \
509           echo "Making $$target in $$subdir"; \
510           if test "$$subdir" = "."; then \
511             local_target="$$target-am"; \
512           else \
513             local_target="$$target"; \
514           fi; \
515           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
516           || eval $$failcom; \
517         done && test -z "$$fail"
518 tags-recursive:
519         list='$(SUBDIRS)'; for subdir in $$list; do \
520           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
521         done
522 ctags-recursive:
523         list='$(SUBDIRS)'; for subdir in $$list; do \
524           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
525         done
526
527 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
528         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529         unique=`for i in $$list; do \
530             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531           done | \
532           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533               END { if (nonempty) { for (i in files) print i; }; }'`; \
534         mkid -fID $$unique
535 tags: TAGS
536
537 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
538                 $(TAGS_FILES) $(LISP)
539         set x; \
540         here=`pwd`; \
541         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
542           include_option=--etags-include; \
543           empty_fix=.; \
544         else \
545           include_option=--include; \
546           empty_fix=; \
547         fi; \
548         list='$(SUBDIRS)'; for subdir in $$list; do \
549           if test "$$subdir" = .; then :; else \
550             test ! -f $$subdir/TAGS || \
551               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
552           fi; \
553         done; \
554         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
555         unique=`for i in $$list; do \
556             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557           done | \
558           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559               END { if (nonempty) { for (i in files) print i; }; }'`; \
560         shift; \
561         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562           test -n "$$unique" || unique=$$empty_fix; \
563           if test $$# -gt 0; then \
564             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565               "$$@" $$unique; \
566           else \
567             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568               $$unique; \
569           fi; \
570         fi
571 ctags: CTAGS
572 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
573                 $(TAGS_FILES) $(LISP)
574         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
575         unique=`for i in $$list; do \
576             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577           done | \
578           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579               END { if (nonempty) { for (i in files) print i; }; }'`; \
580         test -z "$(CTAGS_ARGS)$$unique" \
581           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582              $$unique
583
584 GTAGS:
585         here=`$(am__cd) $(top_builddir) && pwd` \
586           && $(am__cd) $(top_srcdir) \
587           && gtags -i $(GTAGS_ARGS) "$$here"
588
589 distclean-tags:
590         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591
592 distdir: $(DISTFILES)
593         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595         list='$(DISTFILES)'; \
596           dist_files=`for file in $$list; do echo $$file; done | \
597           sed -e "s|^$$srcdirstrip/||;t" \
598               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599         case $$dist_files in \
600           */*) $(MKDIR_P) `echo "$$dist_files" | \
601                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602                            sort -u` ;; \
603         esac; \
604         for file in $$dist_files; do \
605           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606           if test -d $$d/$$file; then \
607             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608             if test -d "$(distdir)/$$file"; then \
609               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610             fi; \
611             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614             fi; \
615             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616           else \
617             test -f "$(distdir)/$$file" \
618             || cp -p $$d/$$file "$(distdir)/$$file" \
619             || exit 1; \
620           fi; \
621         done
622         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623           if test "$$subdir" = .; then :; else \
624             test -d "$(distdir)/$$subdir" \
625             || $(MKDIR_P) "$(distdir)/$$subdir" \
626             || exit 1; \
627           fi; \
628         done
629         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
630           if test "$$subdir" = .; then :; else \
631             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
632             $(am__relativize); \
633             new_distdir=$$reldir; \
634             dir1=$$subdir; dir2="$(top_distdir)"; \
635             $(am__relativize); \
636             new_top_distdir=$$reldir; \
637             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
638             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
639             ($(am__cd) $$subdir && \
640               $(MAKE) $(AM_MAKEFLAGS) \
641                 top_distdir="$$new_top_distdir" \
642                 distdir="$$new_distdir" \
643                 am__remove_distdir=: \
644                 am__skip_length_check=: \
645                 am__skip_mode_fix=: \
646                 distdir) \
647               || exit 1; \
648           fi; \
649         done
650         $(MAKE) $(AM_MAKEFLAGS) \
651           top_distdir="$(top_distdir)" distdir="$(distdir)" \
652           dist-hook
653 check-am: all-am
654 check: check-recursive
655 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
656 installdirs: installdirs-recursive
657 installdirs-am:
658         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
659           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
660         done
661 install: install-recursive
662 install-exec: install-exec-recursive
663 install-data: install-data-recursive
664 uninstall: uninstall-recursive
665
666 install-am: all-am
667         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
668
669 installcheck: installcheck-recursive
670 install-strip:
671         if test -z '$(STRIP)'; then \
672           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674               install; \
675         else \
676           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
677             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
678             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
679         fi
680 mostlyclean-generic:
681
682 clean-generic:
683
684 distclean-generic:
685         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
686         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
687
688 maintainer-clean-generic:
689         @echo "This command is intended for maintainers to use"
690         @echo "it deletes files that may require special tools to rebuild."
691 clean: clean-recursive
692
693 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
694         mostlyclean-am
695
696 distclean: distclean-recursive
697         -rm -rf ./$(DEPDIR)
698         -rm -f Makefile
699 distclean-am: clean-am distclean-compile distclean-generic \
700         distclean-tags
701
702 dvi: dvi-recursive
703
704 dvi-am:
705
706 html: html-recursive
707
708 html-am:
709
710 info: info-recursive
711
712 info-am:
713
714 install-data-am: install-includeHEADERS
715
716 install-dvi: install-dvi-recursive
717
718 install-dvi-am:
719
720 install-exec-am: install-libLTLIBRARIES
721
722 install-html: install-html-recursive
723
724 install-html-am:
725
726 install-info: install-info-recursive
727
728 install-info-am:
729
730 install-man:
731
732 install-pdf: install-pdf-recursive
733
734 install-pdf-am:
735
736 install-ps: install-ps-recursive
737
738 install-ps-am:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-recursive
743         -rm -rf ./$(DEPDIR)
744         -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
746
747 mostlyclean: mostlyclean-recursive
748
749 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
750         mostlyclean-libtool
751
752 pdf: pdf-recursive
753
754 pdf-am:
755
756 ps: ps-recursive
757
758 ps-am:
759
760 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
761
762 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
763         install-am install-strip tags-recursive
764
765 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
766         all all-am check check-am clean clean-generic \
767         clean-libLTLIBRARIES clean-libtool clean-local ctags \
768         ctags-recursive dist-hook distclean distclean-compile \
769         distclean-generic distclean-libtool distclean-tags distdir dvi \
770         dvi-am html html-am info info-am install install-am \
771         install-data install-data-am install-dvi install-dvi-am \
772         install-exec install-exec-am install-html install-html-am \
773         install-includeHEADERS install-info install-info-am \
774         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
775         install-ps install-ps-am install-strip installcheck \
776         installcheck-am installdirs installdirs-am maintainer-clean \
777         maintainer-clean-generic mostlyclean mostlyclean-compile \
778         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
779         tags tags-recursive uninstall uninstall-am \
780         uninstall-includeHEADERS uninstall-libLTLIBRARIES
781
782
783 doc: refdoc
784
785 refdoc: doc/reference/c-api/index.html
786
787 doc/reference/c-api/index.html: $(DOXYGEN_SOURCE) $(top_srcdir)/doc/img/architecture.png docsrc/Doxyfile-ref $(DOXYGEN_STYLE)
788         rm -rf doxygen-ref
789         mkdir -p doxygen-ref
790         cp -p $^ doxygen-ref
791         cd doxygen-ref && $(DOXYGEN) Doxyfile-ref
792         mkdir -p doc/reference
793         rm -rf doc/reference/c-api
794         mv doxygen-ref/html doc/reference/c-api
795         rm -rf doxygen-ref
796
797 impldoc: doc/implementation/c-api/index.html
798
799 doc/implementation/c-api/index.html: $(srcdir)/*.h $(srcdir)/*.c cpluffdef.h ../config.h docsrc/Doxyfile-impl $(DOXYGEN_STYLE)
800         rm -rf doxygen-impl
801         mkdir -p doxygen-impl
802         cp -p $^ doxygen-impl
803         cd doxygen-impl && $(DOXYGEN) Doxyfile-impl
804         mkdir -p doc/implementation
805         rm -rf doc/implementation/c-api
806         mv doxygen-impl/html doc/implementation/c-api
807         rm -rf doxygen-impl
808
809 dist-hook: refdoc
810         mkdir -p $(top_distdir)/doc/reference
811         cp -rp doc/reference/c-api $(top_distdir)/doc/reference
812
813 clean-local:
814         rm -rf doc
815
816 .PHONY: doc refdoc impldoc
817
818 # Tell versions [3.59,3.63) of GNU make to not export all variables.
819 # Otherwise a system limit (for SysV at least) may be exceeded.
820 .NOEXPORT: