8ef6e4048f4daad0e08304e27853e412923d1a2f
[framework/system/dlog.git] / Makefile.in
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
19
20
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 bin_PROGRAMS = dlogutil$(EXEEXT)
42 subdir = .
43 DIST_COMMON = $(am__configure_deps) $(dlog_include_HEADERS) \
44         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
45         $(srcdir)/config.hin $(srcdir)/dlog.pc.in \
46         $(top_srcdir)/configure config.guess config.sub depcomp \
47         install-sh ltmain.sh missing
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51         $(ACLOCAL_M4)
52 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
53  configure.lineno config.status.lineno
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = config.h
56 CONFIG_CLEAN_FILES = dlog.pc
57 CONFIG_CLEAN_VPATH_FILES =
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70   for p in $$list; do echo "$$p $$p"; done | \
71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73     if (++n[$$2] == $(am__install_max)) \
74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75     END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
80         "$(DESTDIR)$(bootscriptdir)" "$(DESTDIR)$(pkgconfigdir)" \
81         "$(DESTDIR)$(dlog_includedir)"
82 LTLIBRARIES = $(lib_LTLIBRARIES)
83 libdlog_la_DEPENDENCIES =
84 am_libdlog_la_OBJECTS = log.lo
85 libdlog_la_OBJECTS = $(am_libdlog_la_OBJECTS)
86 PROGRAMS = $(bin_PROGRAMS)
87 am_dlogutil_OBJECTS = logutil.$(OBJEXT) logprint.$(OBJEXT)
88 dlogutil_OBJECTS = $(am_dlogutil_OBJECTS)
89 dlogutil_LDADD = $(LDADD)
90 SCRIPTS = $(bootscript_SCRIPTS)
91 DEFAULT_INCLUDES = -I.@am__isrc@
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
99         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 CCLD = $(CC)
101 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
103         $(LDFLAGS) -o $@
104 SOURCES = $(libdlog_la_SOURCES) $(dlogutil_SOURCES)
105 DIST_SOURCES = $(libdlog_la_SOURCES) $(dlogutil_SOURCES)
106 DATA = $(pkgconfig_DATA)
107 HEADERS = $(dlog_include_HEADERS)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 distdir = $(PACKAGE)-$(VERSION)
112 top_distdir = $(distdir)
113 am__remove_distdir = \
114   { test ! -d "$(distdir)" \
115     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116          && rm -fr "$(distdir)"; }; }
117 DIST_ARCHIVES = $(distdir).tar.gz
118 GZIP_ENV = --best
119 distuninstallcheck_listfiles = find . -type f -print
120 distcleancheck_listfiles = find . -type f -print
121 ACLOCAL = @ACLOCAL@
122 AMTAR = @AMTAR@
123 AR = @AR@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 CPP = @CPP@
132 CPPFLAGS = @CPPFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 DEFS = @DEFS@
135 DEPDIR = @DEPDIR@
136 DLOG_CFLAGS = @DLOG_CFLAGS@
137 DSYMUTIL = @DSYMUTIL@
138 DUMPBIN = @DUMPBIN@
139 ECHO_C = @ECHO_C@
140 ECHO_N = @ECHO_N@
141 ECHO_T = @ECHO_T@
142 EGREP = @EGREP@
143 EXEEXT = @EXEEXT@
144 FGREP = @FGREP@
145 GREP = @GREP@
146 INSTALL = @INSTALL@
147 INSTALL_DATA = @INSTALL_DATA@
148 INSTALL_PROGRAM = @INSTALL_PROGRAM@
149 INSTALL_SCRIPT = @INSTALL_SCRIPT@
150 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151 LD = @LD@
152 LDFLAGS = @LDFLAGS@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LIBTOOL = @LIBTOOL@
156 LIPO = @LIPO@
157 LN_S = @LN_S@
158 LTLIBOBJS = @LTLIBOBJS@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 NM = @NM@
162 NMEDIT = @NMEDIT@
163 OBJDUMP = @OBJDUMP@
164 OBJEXT = @OBJEXT@
165 OTOOL = @OTOOL@
166 OTOOL64 = @OTOOL64@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 RANLIB = @RANLIB@
176 SED = @SED@
177 SET_MAKE = @SET_MAKE@
178 SHELL = @SHELL@
179 STRIP = @STRIP@
180 VERSION = @VERSION@
181 abs_builddir = @abs_builddir@
182 abs_srcdir = @abs_srcdir@
183 abs_top_builddir = @abs_top_builddir@
184 abs_top_srcdir = @abs_top_srcdir@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
187 am__include = @am__include@
188 am__leading_dot = @am__leading_dot@
189 am__quote = @am__quote@
190 am__tar = @am__tar@
191 am__untar = @am__untar@
192 bindir = @bindir@
193 build = @build@
194 build_alias = @build_alias@
195 build_cpu = @build_cpu@
196 build_os = @build_os@
197 build_vendor = @build_vendor@
198 builddir = @builddir@
199 datadir = @datadir@
200 datarootdir = @datarootdir@
201 docdir = @docdir@
202 dvidir = @dvidir@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 lt_ECHO = @lt_ECHO@
218 mandir = @mandir@
219 mkdir_p = @mkdir_p@
220 oldincludedir = @oldincludedir@
221 pdfdir = @pdfdir@
222 prefix = @prefix@
223 program_transform_name = @program_transform_name@
224 psdir = @psdir@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 srcdir = @srcdir@
228 sysconfdir = @sysconfdir@
229 target_alias = @target_alias@
230 top_build_prefix = @top_build_prefix@
231 top_builddir = @top_builddir@
232 top_srcdir = @top_srcdir@
233 AM_CFLAGS = @CFLAGS@ -I$(srcdir)/include \
234               -I$(srcdir)/include/internal 
235
236 dlog_includedir = $(includedir)/dlog
237 dlog_include_HEADERS = \
238         include/dlog.h 
239
240 lib_LTLIBRARIES = libdlog.la
241 libdlog_la_SOURCES = \
242         log.c \
243         include/dlog.h 
244
245 libdlog_la_LIBADD = -lpthread
246 dlogutil_SOURCES = \
247         logutil.c \
248         logprint.c \
249         include/logger.h \
250         include/logprint.h      
251
252
253 # conf file
254 pkgconfigdir = $(libdir)/pkgconfig
255 pkgconfig_DATA = dlog.pc
256 bootscriptdir = /etc/rc.d/init.d
257 bootscript_SCRIPTS = dlog.sh
258 all: config.h
259         $(MAKE) $(AM_MAKEFLAGS) all-am
260
261 .SUFFIXES:
262 .SUFFIXES: .c .lo .o .obj
263 am--refresh:
264         @:
265 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
266         @for dep in $?; do \
267           case '$(am__configure_deps)' in \
268             *$$dep*) \
269               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
270               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
271                 && exit 0; \
272               exit 1;; \
273           esac; \
274         done; \
275         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
276         $(am__cd) $(top_srcdir) && \
277           $(AUTOMAKE) --foreign Makefile
278 .PRECIOUS: Makefile
279 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
280         @case '$?' in \
281           *config.status*) \
282             echo ' $(SHELL) ./config.status'; \
283             $(SHELL) ./config.status;; \
284           *) \
285             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
286             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
287         esac;
288
289 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
290         $(SHELL) ./config.status --recheck
291
292 $(top_srcdir)/configure:  $(am__configure_deps)
293         $(am__cd) $(srcdir) && $(AUTOCONF)
294 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
295         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
296 $(am__aclocal_m4_deps):
297
298 config.h: stamp-h1
299         @if test ! -f $@; then \
300           rm -f stamp-h1; \
301           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
302         else :; fi
303
304 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
305         @rm -f stamp-h1
306         cd $(top_builddir) && $(SHELL) ./config.status config.h
307 $(srcdir)/config.hin:  $(am__configure_deps) 
308         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
309         rm -f stamp-h1
310         touch $@
311
312 distclean-hdr:
313         -rm -f config.h stamp-h1
314 dlog.pc: $(top_builddir)/config.status $(srcdir)/dlog.pc.in
315         cd $(top_builddir) && $(SHELL) ./config.status $@
316 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
317         @$(NORMAL_INSTALL)
318         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
319         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
320         list2=; for p in $$list; do \
321           if test -f $$p; then \
322             list2="$$list2 $$p"; \
323           else :; fi; \
324         done; \
325         test -z "$$list2" || { \
326           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
327           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
328         }
329
330 uninstall-libLTLIBRARIES:
331         @$(NORMAL_UNINSTALL)
332         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
333         for p in $$list; do \
334           $(am__strip_dir) \
335           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
336           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
337         done
338
339 clean-libLTLIBRARIES:
340         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
341         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
342           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
343           test "$$dir" != "$$p" || dir=.; \
344           echo "rm -f \"$${dir}/so_locations\""; \
345           rm -f "$${dir}/so_locations"; \
346         done
347 libdlog.la: $(libdlog_la_OBJECTS) $(libdlog_la_DEPENDENCIES) 
348         $(LINK) -rpath $(libdir) $(libdlog_la_OBJECTS) $(libdlog_la_LIBADD) $(LIBS)
349 install-binPROGRAMS: $(bin_PROGRAMS)
350         @$(NORMAL_INSTALL)
351         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
352         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
353         for p in $$list; do echo "$$p $$p"; done | \
354         sed 's/$(EXEEXT)$$//' | \
355         while read p p1; do if test -f $$p || test -f $$p1; \
356           then echo "$$p"; echo "$$p"; else :; fi; \
357         done | \
358         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
359             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360         sed 'N;N;N;s,\n, ,g' | \
361         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
362           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
363             if ($$2 == $$4) files[d] = files[d] " " $$1; \
364             else { print "f", $$3 "/" $$4, $$1; } } \
365           END { for (d in files) print "f", d, files[d] }' | \
366         while read type dir files; do \
367             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
368             test -z "$$files" || { \
369             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
370             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
371             } \
372         ; done
373
374 uninstall-binPROGRAMS:
375         @$(NORMAL_UNINSTALL)
376         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
377         files=`for p in $$list; do echo "$$p"; done | \
378           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379               -e 's/$$/$(EXEEXT)/' `; \
380         test -n "$$list" || exit 0; \
381         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
382         cd "$(DESTDIR)$(bindir)" && rm -f $$files
383
384 clean-binPROGRAMS:
385         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
386         echo " rm -f" $$list; \
387         rm -f $$list || exit $$?; \
388         test -n "$(EXEEXT)" || exit 0; \
389         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
390         echo " rm -f" $$list; \
391         rm -f $$list
392 dlogutil$(EXEEXT): $(dlogutil_OBJECTS) $(dlogutil_DEPENDENCIES) 
393         @rm -f dlogutil$(EXEEXT)
394         $(LINK) $(dlogutil_OBJECTS) $(dlogutil_LDADD) $(LIBS)
395 install-bootscriptSCRIPTS: $(bootscript_SCRIPTS)
396         @$(NORMAL_INSTALL)
397         test -z "$(bootscriptdir)" || $(MKDIR_P) "$(DESTDIR)$(bootscriptdir)"
398         @list='$(bootscript_SCRIPTS)'; test -n "$(bootscriptdir)" || list=; \
399         for p in $$list; do \
400           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
401           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
402         done | \
403         sed -e 'p;s,.*/,,;n' \
404             -e 'h;s|.*|.|' \
405             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
406         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
407           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
408             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
409               if (++n[d] == $(am__install_max)) { \
410                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
411             else { print "f", d "/" $$4, $$1 } } \
412           END { for (d in files) print "f", d, files[d] }' | \
413         while read type dir files; do \
414              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
415              test -z "$$files" || { \
416                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bootscriptdir)$$dir'"; \
417                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bootscriptdir)$$dir" || exit $$?; \
418              } \
419         ; done
420
421 uninstall-bootscriptSCRIPTS:
422         @$(NORMAL_UNINSTALL)
423         @list='$(bootscript_SCRIPTS)'; test -n "$(bootscriptdir)" || exit 0; \
424         files=`for p in $$list; do echo "$$p"; done | \
425                sed -e 's,.*/,,;$(transform)'`; \
426         test -n "$$list" || exit 0; \
427         echo " ( cd '$(DESTDIR)$(bootscriptdir)' && rm -f" $$files ")"; \
428         cd "$(DESTDIR)$(bootscriptdir)" && rm -f $$files
429
430 mostlyclean-compile:
431         -rm -f *.$(OBJEXT)
432
433 distclean-compile:
434         -rm -f *.tab.c
435
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logprint.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logutil.Po@am__quote@
439
440 .c.o:
441 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
442 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
446
447 .c.obj:
448 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
449 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
453
454 .c.lo:
455 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
456 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
460
461 mostlyclean-libtool:
462         -rm -f *.lo
463
464 clean-libtool:
465         -rm -rf .libs _libs
466
467 distclean-libtool:
468         -rm -f libtool config.lt
469 install-pkgconfigDATA: $(pkgconfig_DATA)
470         @$(NORMAL_INSTALL)
471         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
472         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
473         for p in $$list; do \
474           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
475           echo "$$d$$p"; \
476         done | $(am__base_list) | \
477         while read files; do \
478           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
479           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
480         done
481
482 uninstall-pkgconfigDATA:
483         @$(NORMAL_UNINSTALL)
484         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
485         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
486         test -n "$$files" || exit 0; \
487         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
488         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
489 install-dlog_includeHEADERS: $(dlog_include_HEADERS)
490         @$(NORMAL_INSTALL)
491         test -z "$(dlog_includedir)" || $(MKDIR_P) "$(DESTDIR)$(dlog_includedir)"
492         @list='$(dlog_include_HEADERS)'; test -n "$(dlog_includedir)" || list=; \
493         for p in $$list; do \
494           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
495           echo "$$d$$p"; \
496         done | $(am__base_list) | \
497         while read files; do \
498           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(dlog_includedir)'"; \
499           $(INSTALL_HEADER) $$files "$(DESTDIR)$(dlog_includedir)" || exit $$?; \
500         done
501
502 uninstall-dlog_includeHEADERS:
503         @$(NORMAL_UNINSTALL)
504         @list='$(dlog_include_HEADERS)'; test -n "$(dlog_includedir)" || list=; \
505         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
506         test -n "$$files" || exit 0; \
507         echo " ( cd '$(DESTDIR)$(dlog_includedir)' && rm -f" $$files ")"; \
508         cd "$(DESTDIR)$(dlog_includedir)" && rm -f $$files
509
510 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
511         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512         unique=`for i in $$list; do \
513             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514           done | \
515           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516               END { if (nonempty) { for (i in files) print i; }; }'`; \
517         mkid -fID $$unique
518 tags: TAGS
519
520 TAGS:  $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
521                 $(TAGS_FILES) $(LISP)
522         set x; \
523         here=`pwd`; \
524         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
525         unique=`for i in $$list; do \
526             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527           done | \
528           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529               END { if (nonempty) { for (i in files) print i; }; }'`; \
530         shift; \
531         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
532           test -n "$$unique" || unique=$$empty_fix; \
533           if test $$# -gt 0; then \
534             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535               "$$@" $$unique; \
536           else \
537             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538               $$unique; \
539           fi; \
540         fi
541 ctags: CTAGS
542 CTAGS:  $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
543                 $(TAGS_FILES) $(LISP)
544         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
545         unique=`for i in $$list; do \
546             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547           done | \
548           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
549               END { if (nonempty) { for (i in files) print i; }; }'`; \
550         test -z "$(CTAGS_ARGS)$$unique" \
551           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552              $$unique
553
554 GTAGS:
555         here=`$(am__cd) $(top_builddir) && pwd` \
556           && $(am__cd) $(top_srcdir) \
557           && gtags -i $(GTAGS_ARGS) "$$here"
558
559 distclean-tags:
560         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562 distdir: $(DISTFILES)
563         $(am__remove_distdir)
564         test -d "$(distdir)" || mkdir "$(distdir)"
565         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567         list='$(DISTFILES)'; \
568           dist_files=`for file in $$list; do echo $$file; done | \
569           sed -e "s|^$$srcdirstrip/||;t" \
570               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571         case $$dist_files in \
572           */*) $(MKDIR_P) `echo "$$dist_files" | \
573                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574                            sort -u` ;; \
575         esac; \
576         for file in $$dist_files; do \
577           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578           if test -d $$d/$$file; then \
579             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580             if test -d "$(distdir)/$$file"; then \
581               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582             fi; \
583             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586             fi; \
587             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588           else \
589             test -f "$(distdir)/$$file" \
590             || cp -p $$d/$$file "$(distdir)/$$file" \
591             || exit 1; \
592           fi; \
593         done
594         -test -n "$(am__skip_mode_fix)" \
595         || find "$(distdir)" -type d ! -perm -755 \
596                 -exec chmod u+rwx,go+rx {} \; -o \
597           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
598           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
599           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
600         || chmod -R a+r "$(distdir)"
601 dist-gzip: distdir
602         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
603         $(am__remove_distdir)
604
605 dist-bzip2: distdir
606         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
607         $(am__remove_distdir)
608
609 dist-lzma: distdir
610         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
611         $(am__remove_distdir)
612
613 dist-xz: distdir
614         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
615         $(am__remove_distdir)
616
617 dist-tarZ: distdir
618         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
619         $(am__remove_distdir)
620
621 dist-shar: distdir
622         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
623         $(am__remove_distdir)
624
625 dist-zip: distdir
626         -rm -f $(distdir).zip
627         zip -rq $(distdir).zip $(distdir)
628         $(am__remove_distdir)
629
630 dist dist-all: distdir
631         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
632         $(am__remove_distdir)
633
634 # This target untars the dist file and tries a VPATH configuration.  Then
635 # it guarantees that the distribution is self-contained by making another
636 # tarfile.
637 distcheck: dist
638         case '$(DIST_ARCHIVES)' in \
639         *.tar.gz*) \
640           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
641         *.tar.bz2*) \
642           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
643         *.tar.lzma*) \
644           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
645         *.tar.xz*) \
646           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
647         *.tar.Z*) \
648           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
649         *.shar.gz*) \
650           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
651         *.zip*) \
652           unzip $(distdir).zip ;;\
653         esac
654         chmod -R a-w $(distdir); chmod a+w $(distdir)
655         mkdir $(distdir)/_build
656         mkdir $(distdir)/_inst
657         chmod a-w $(distdir)
658         test -d $(distdir)/_build || exit 0; \
659         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
660           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
661           && am__cwd=`pwd` \
662           && $(am__cd) $(distdir)/_build \
663           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
664             $(DISTCHECK_CONFIGURE_FLAGS) \
665           && $(MAKE) $(AM_MAKEFLAGS) \
666           && $(MAKE) $(AM_MAKEFLAGS) dvi \
667           && $(MAKE) $(AM_MAKEFLAGS) check \
668           && $(MAKE) $(AM_MAKEFLAGS) install \
669           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
670           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
671           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
672                 distuninstallcheck \
673           && chmod -R a-w "$$dc_install_base" \
674           && ({ \
675                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
676                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
677                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
678                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
679                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
680               } || { rm -rf "$$dc_destdir"; exit 1; }) \
681           && rm -rf "$$dc_destdir" \
682           && $(MAKE) $(AM_MAKEFLAGS) dist \
683           && rm -rf $(DIST_ARCHIVES) \
684           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
685           && cd "$$am__cwd" \
686           || exit 1
687         $(am__remove_distdir)
688         @(echo "$(distdir) archives ready for distribution: "; \
689           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
690           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
691 distuninstallcheck:
692         @$(am__cd) '$(distuninstallcheck_dir)' \
693         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
694            || { echo "ERROR: files left after uninstall:" ; \
695                 if test -n "$(DESTDIR)"; then \
696                   echo "  (check DESTDIR support)"; \
697                 fi ; \
698                 $(distuninstallcheck_listfiles) ; \
699                 exit 1; } >&2
700 distcleancheck: distclean
701         @if test '$(srcdir)' = . ; then \
702           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
703           exit 1 ; \
704         fi
705         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
706           || { echo "ERROR: files left in build directory after distclean:" ; \
707                $(distcleancheck_listfiles) ; \
708                exit 1; } >&2
709 check-am: all-am
710 check: check-am
711 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
712                 $(HEADERS) config.h
713 install-binPROGRAMS: install-libLTLIBRARIES
714
715 installdirs:
716         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bootscriptdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(dlog_includedir)"; do \
717           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
718         done
719 install: install-am
720 install-exec: install-exec-am
721 install-data: install-data-am
722 uninstall: uninstall-am
723
724 install-am: all-am
725         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727 installcheck: installcheck-am
728 install-strip:
729         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731           `test -z '$(STRIP)' || \
732             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
733 mostlyclean-generic:
734
735 clean-generic:
736
737 distclean-generic:
738         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
739         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
740
741 maintainer-clean-generic:
742         @echo "This command is intended for maintainers to use"
743         @echo "it deletes files that may require special tools to rebuild."
744 clean: clean-am
745
746 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
747         clean-libtool mostlyclean-am
748
749 distclean: distclean-am
750         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
751         -rm -rf ./$(DEPDIR)
752         -rm -f Makefile
753 distclean-am: clean-am distclean-compile distclean-generic \
754         distclean-hdr distclean-libtool distclean-tags
755
756 dvi: dvi-am
757
758 dvi-am:
759
760 html: html-am
761
762 html-am:
763
764 info: info-am
765
766 info-am:
767
768 install-data-am: install-bootscriptSCRIPTS install-dlog_includeHEADERS \
769         install-pkgconfigDATA
770
771 install-dvi: install-dvi-am
772
773 install-dvi-am:
774
775 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
776
777 install-html: install-html-am
778
779 install-html-am:
780
781 install-info: install-info-am
782
783 install-info-am:
784
785 install-man:
786
787 install-pdf: install-pdf-am
788
789 install-pdf-am:
790
791 install-ps: install-ps-am
792
793 install-ps-am:
794
795 installcheck-am:
796
797 maintainer-clean: maintainer-clean-am
798         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
799         -rm -rf $(top_srcdir)/autom4te.cache
800         -rm -rf ./$(DEPDIR)
801         -rm -f Makefile
802 maintainer-clean-am: distclean-am maintainer-clean-generic
803
804 mostlyclean: mostlyclean-am
805
806 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
807         mostlyclean-libtool
808
809 pdf: pdf-am
810
811 pdf-am:
812
813 ps: ps-am
814
815 ps-am:
816
817 uninstall-am: uninstall-binPROGRAMS uninstall-bootscriptSCRIPTS \
818         uninstall-dlog_includeHEADERS uninstall-libLTLIBRARIES \
819         uninstall-pkgconfigDATA
820
821 .MAKE: all install-am install-strip
822
823 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
824         clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
825         clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
826         dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
827         distclean distclean-compile distclean-generic distclean-hdr \
828         distclean-libtool distclean-tags distcleancheck distdir \
829         distuninstallcheck dvi dvi-am html html-am info info-am \
830         install install-am install-binPROGRAMS \
831         install-bootscriptSCRIPTS install-data install-data-am \
832         install-dlog_includeHEADERS install-dvi install-dvi-am \
833         install-exec install-exec-am install-html install-html-am \
834         install-info install-info-am install-libLTLIBRARIES \
835         install-man install-pdf install-pdf-am install-pkgconfigDATA \
836         install-ps install-ps-am install-strip installcheck \
837         installcheck-am installdirs maintainer-clean \
838         maintainer-clean-generic mostlyclean mostlyclean-compile \
839         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
840         tags uninstall uninstall-am uninstall-binPROGRAMS \
841         uninstall-bootscriptSCRIPTS uninstall-dlog_includeHEADERS \
842         uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
843
844
845 # Tell versions [3.59,3.63) of GNU make to not export all variables.
846 # Otherwise a system limit (for SysV at least) may be exceeded.
847 .NOEXPORT: