Imported Upstream version 0.9.8
[platform/upstream/oprofile.git] / libopagent / 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 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = libopagent
39 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
43         $(top_srcdir)/m4/builtinexpect.m4 \
44         $(top_srcdir)/m4/cellspubfdsupport.m4 \
45         $(top_srcdir)/m4/compileroption.m4 \
46         $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
47         $(top_srcdir)/m4/extradirs.m4 \
48         $(top_srcdir)/m4/kernelversion.m4 $(top_srcdir)/m4/libtool.m4 \
49         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
50         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
51         $(top_srcdir)/m4/mallocattribute.m4 \
52         $(top_srcdir)/m4/poptconst.m4 \
53         $(top_srcdir)/m4/precompiledheader.m4 $(top_srcdir)/m4/qt.m4 \
54         $(top_srcdir)/m4/sstream.m4 $(top_srcdir)/m4/typedef.m4 \
55         $(top_srcdir)/configure.ac
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 mkinstalldirs = $(install_sh) -d
59 CONFIG_HEADER = $(top_builddir)/config.h
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65     *) f=$$p;; \
66   esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74   for p in $$list; do echo "$$p $$p"; done | \
75   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77     if (++n[$$2] == $(am__install_max)) \
78       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79     END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(includedir)"
84 LTLIBRARIES = $(pkglib_LTLIBRARIES)
85 am__DEPENDENCIES_1 =
86 libopagent_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
87 am_libopagent_la_OBJECTS = libopagent_la-opagent.lo
88 libopagent_la_OBJECTS = $(am_libopagent_la_OBJECTS)
89 libopagent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
90         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libopagent_la_CFLAGS) \
91         $(CFLAGS) $(libopagent_la_LDFLAGS) $(LDFLAGS) -o $@
92 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93 depcomp = $(SHELL) $(top_srcdir)/depcomp
94 am__depfiles_maybe = depfiles
95 am__mv = mv -f
96 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
104         $(LDFLAGS) -o $@
105 SOURCES = $(libopagent_la_SOURCES)
106 DIST_SOURCES = $(libopagent_la_SOURCES)
107 HEADERS = $(include_HEADERS)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 ACLOCAL = @ACLOCAL@
112 AMTAR = @AMTAR@
113 AR = @AR@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 BFD_LIBS = @BFD_LIBS@
119 CAT_ENTRY_END = @CAT_ENTRY_END@
120 CAT_ENTRY_START = @CAT_ENTRY_START@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DATE = @DATE@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 DOCBOOK_ROOT = @DOCBOOK_ROOT@
135 DSYMUTIL = @DSYMUTIL@
136 DUMPBIN = @DUMPBIN@
137 ECHO_C = @ECHO_C@
138 ECHO_N = @ECHO_N@
139 ECHO_T = @ECHO_T@
140 EGREP = @EGREP@
141 EXEEXT = @EXEEXT@
142 EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
143 FGREP = @FGREP@
144 GREP = @GREP@
145 INSTALL = @INSTALL@
146 INSTALL_DATA = @INSTALL_DATA@
147 INSTALL_PROGRAM = @INSTALL_PROGRAM@
148 INSTALL_SCRIPT = @INSTALL_SCRIPT@
149 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150 JAVA_HOMEDIR = @JAVA_HOMEDIR@
151 LD = @LD@
152 LDFLAGS = @LDFLAGS@
153 LIBERTY_LIBS = @LIBERTY_LIBS@
154 LIBOBJS = @LIBOBJS@
155 LIBS = @LIBS@
156 LIBTOOL = @LIBTOOL@
157 LIPO = @LIPO@
158 LN_S = @LN_S@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAKEINFO = @MAKEINFO@
161 MKDIR_P = @MKDIR_P@
162 MOC = @MOC@
163 NM = @NM@
164 NMEDIT = @NMEDIT@
165 OBJDUMP = @OBJDUMP@
166 OBJEXT = @OBJEXT@
167 OP_CFLAGS = @OP_CFLAGS@
168 OP_CPPFLAGS = @OP_CPPFLAGS@
169 OP_CXXFLAGS = @OP_CXXFLAGS@
170 OP_DOCDIR = @OP_DOCDIR@
171 OP_LDFLAGS = @OP_LDFLAGS@
172 OTOOL = @OTOOL@
173 OTOOL64 = @OTOOL64@
174 PACKAGE = @PACKAGE@
175 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
176 PACKAGE_NAME = @PACKAGE_NAME@
177 PACKAGE_STRING = @PACKAGE_STRING@
178 PACKAGE_TARNAME = @PACKAGE_TARNAME@
179 PACKAGE_VERSION = @PACKAGE_VERSION@
180 PATH_SEPARATOR = @PATH_SEPARATOR@
181 PERF_EVENT_FLAGS = @PERF_EVENT_FLAGS@
182 PFM_LIB = @PFM_LIB@
183 PKG_CONFIG = @PKG_CONFIG@
184 POPT_LIBS = @POPT_LIBS@
185 PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
186 QT_CFLAGS = @QT_CFLAGS@
187 QT_INCLUDES = @QT_INCLUDES@
188 QT_LDFLAGS = @QT_LDFLAGS@
189 QT_LIB = @QT_LIB@
190 QT_LIBS = @QT_LIBS@
191 QT_VERSION = @QT_VERSION@
192 RANLIB = @RANLIB@
193 SED = @SED@
194 SET_MAKE = @SET_MAKE@
195 SHELL = @SHELL@
196 SIZE_T_TYPE = @SIZE_T_TYPE@
197 STRIP = @STRIP@
198 UIC = @UIC@
199 UIChelp = @UIChelp@
200 VERSION = @VERSION@
201 XMKMF = @XMKMF@
202 XML_CATALOG = @XML_CATALOG@
203 XSLTPROC = @XSLTPROC@
204 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
205 X_CFLAGS = @X_CFLAGS@
206 X_EXTRA_LIBS = @X_EXTRA_LIBS@
207 X_LIBS = @X_LIBS@
208 X_PRE_LIBS = @X_PRE_LIBS@
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_CC = @ac_ct_CC@
214 ac_ct_CXX = @ac_ct_CXX@
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 lt_ECHO = @lt_ECHO@
247 mandir = @mandir@
248 mkdir_p = @mkdir_p@
249 oldincludedir = @oldincludedir@
250 pdfdir = @pdfdir@
251 prefix = @prefix@
252 program_transform_name = @program_transform_name@
253 psdir = @psdir@
254 sbindir = @sbindir@
255 sharedstatedir = @sharedstatedir@
256 srcdir = @srcdir@
257 sysconfdir = @sysconfdir@
258 target_alias = @target_alias@
259 top_build_prefix = @top_build_prefix@
260 top_builddir = @top_builddir@
261 top_srcdir = @top_srcdir@
262 topdir = @topdir@
263 pkglib_LTLIBRARIES = libopagent.la
264
265 # install opagent.h to include directory
266 include_HEADERS = opagent.h
267 libopagent_la_SOURCES = opagent.c \
268                         jitdump.h \
269                         opagent.h
270
271 EXTRA_DIST = opagent_symbols.ver
272 libopagent_la_CFLAGS = -fPIC
273 libopagent_la_CPPFLAGS = -I ${top_srcdir}/libop \
274         -I ${top_srcdir}/libutil \
275         @OP_CPPFLAGS@
276
277 libopagent_la_LIBADD = $(BFD_LIBS)
278
279 # Do not increment the major version for this library except to
280 # intentionally break backward ABI compatability.  Use the
281 # symbol versioning technique (via the version script) to add new or
282 # change existing functions; then just increment the minor version.
283 # See http://www.gnu.org/software/binutils/manual/ld-2.9.1/html_node/ld_25.html
284 # for details about the --version-script option.
285 libopagent_la_LDFLAGS = -version-info  1:0:0 \
286                         -Wl,--version-script=${top_srcdir}/libopagent/opagent_symbols.ver \
287                         @OP_LDFLAGS@
288
289 all: all-am
290
291 .SUFFIXES:
292 .SUFFIXES: .c .lo .o .obj
293 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294         @for dep in $?; do \
295           case '$(am__configure_deps)' in \
296             *$$dep*) \
297               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298                 && { if test -f $@; then exit 0; else break; fi; }; \
299               exit 1;; \
300           esac; \
301         done; \
302         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libopagent/Makefile'; \
303         $(am__cd) $(top_srcdir) && \
304           $(AUTOMAKE) --foreign libopagent/Makefile
305 .PRECIOUS: Makefile
306 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307         @case '$?' in \
308           *config.status*) \
309             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
310           *) \
311             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
312             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
313         esac;
314
315 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
316         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317
318 $(top_srcdir)/configure:  $(am__configure_deps)
319         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322 $(am__aclocal_m4_deps):
323 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
324         @$(NORMAL_INSTALL)
325         test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
326         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
327         list2=; for p in $$list; do \
328           if test -f $$p; then \
329             list2="$$list2 $$p"; \
330           else :; fi; \
331         done; \
332         test -z "$$list2" || { \
333           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
334           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
335         }
336
337 uninstall-pkglibLTLIBRARIES:
338         @$(NORMAL_UNINSTALL)
339         @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
340         for p in $$list; do \
341           $(am__strip_dir) \
342           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
343           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
344         done
345
346 clean-pkglibLTLIBRARIES:
347         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
348         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
349           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
350           test "$$dir" != "$$p" || dir=.; \
351           echo "rm -f \"$${dir}/so_locations\""; \
352           rm -f "$${dir}/so_locations"; \
353         done
354 libopagent.la: $(libopagent_la_OBJECTS) $(libopagent_la_DEPENDENCIES) 
355         $(libopagent_la_LINK) -rpath $(pkglibdir) $(libopagent_la_OBJECTS) $(libopagent_la_LIBADD) $(LIBS)
356
357 mostlyclean-compile:
358         -rm -f *.$(OBJEXT)
359
360 distclean-compile:
361         -rm -f *.tab.c
362
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopagent_la-opagent.Plo@am__quote@
364
365 .c.o:
366 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
371
372 .c.obj:
373 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
378
379 .c.lo:
380 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
386 libopagent_la-opagent.lo: opagent.c
387 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopagent_la_CPPFLAGS) $(CPPFLAGS) $(libopagent_la_CFLAGS) $(CFLAGS) -MT libopagent_la-opagent.lo -MD -MP -MF $(DEPDIR)/libopagent_la-opagent.Tpo -c -o libopagent_la-opagent.lo `test -f 'opagent.c' || echo '$(srcdir)/'`opagent.c
388 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libopagent_la-opagent.Tpo $(DEPDIR)/libopagent_la-opagent.Plo
389 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='opagent.c' object='libopagent_la-opagent.lo' libtool=yes @AMDEPBACKSLASH@
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libopagent_la_CPPFLAGS) $(CPPFLAGS) $(libopagent_la_CFLAGS) $(CFLAGS) -c -o libopagent_la-opagent.lo `test -f 'opagent.c' || echo '$(srcdir)/'`opagent.c
392
393 mostlyclean-libtool:
394         -rm -f *.lo
395
396 clean-libtool:
397         -rm -rf .libs _libs
398 install-includeHEADERS: $(include_HEADERS)
399         @$(NORMAL_INSTALL)
400         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
401         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
402         for p in $$list; do \
403           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404           echo "$$d$$p"; \
405         done | $(am__base_list) | \
406         while read files; do \
407           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
408           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
409         done
410
411 uninstall-includeHEADERS:
412         @$(NORMAL_UNINSTALL)
413         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
414         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415         test -n "$$files" || exit 0; \
416         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
417         cd "$(DESTDIR)$(includedir)" && rm -f $$files
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         mkid -fID $$unique
427 tags: TAGS
428
429 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         set x; \
432         here=`pwd`; \
433         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: CTAGS
451 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458               END { if (nonempty) { for (i in files) print i; }; }'`; \
459         test -z "$(CTAGS_ARGS)$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && $(am__cd) $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) "$$here"
467
468 distclean-tags:
469         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471 distdir: $(DISTFILES)
472         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         list='$(DISTFILES)'; \
475           dist_files=`for file in $$list; do echo $$file; done | \
476           sed -e "s|^$$srcdirstrip/||;t" \
477               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478         case $$dist_files in \
479           */*) $(MKDIR_P) `echo "$$dist_files" | \
480                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481                            sort -u` ;; \
482         esac; \
483         for file in $$dist_files; do \
484           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485           if test -d $$d/$$file; then \
486             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487             if test -d "$(distdir)/$$file"; then \
488               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489             fi; \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495           else \
496             test -f "$(distdir)/$$file" \
497             || cp -p $$d/$$file "$(distdir)/$$file" \
498             || exit 1; \
499           fi; \
500         done
501 check-am: all-am
502 check: check-am
503 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
504 installdirs:
505         for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(includedir)"; do \
506           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
507         done
508 install: install-am
509 install-exec: install-exec-am
510 install-data: install-data-am
511 uninstall: uninstall-am
512
513 install-am: all-am
514         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516 installcheck: installcheck-am
517 install-strip:
518         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520           `test -z '$(STRIP)' || \
521             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
522 mostlyclean-generic:
523
524 clean-generic:
525
526 distclean-generic:
527         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529
530 maintainer-clean-generic:
531         @echo "This command is intended for maintainers to use"
532         @echo "it deletes files that may require special tools to rebuild."
533 clean: clean-am
534
535 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
536         mostlyclean-am
537
538 distclean: distclean-am
539         -rm -rf ./$(DEPDIR)
540         -rm -f Makefile
541 distclean-am: clean-am distclean-compile distclean-generic \
542         distclean-tags
543
544 dvi: dvi-am
545
546 dvi-am:
547
548 html: html-am
549
550 html-am:
551
552 info: info-am
553
554 info-am:
555
556 install-data-am: install-includeHEADERS
557
558 install-dvi: install-dvi-am
559
560 install-dvi-am:
561
562 install-exec-am: install-pkglibLTLIBRARIES
563
564 install-html: install-html-am
565
566 install-html-am:
567
568 install-info: install-info-am
569
570 install-info-am:
571
572 install-man:
573
574 install-pdf: install-pdf-am
575
576 install-pdf-am:
577
578 install-ps: install-ps-am
579
580 install-ps-am:
581
582 installcheck-am:
583
584 maintainer-clean: maintainer-clean-am
585         -rm -rf ./$(DEPDIR)
586         -rm -f Makefile
587 maintainer-clean-am: distclean-am maintainer-clean-generic
588
589 mostlyclean: mostlyclean-am
590
591 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
592         mostlyclean-libtool
593
594 pdf: pdf-am
595
596 pdf-am:
597
598 ps: ps-am
599
600 ps-am:
601
602 uninstall-am: uninstall-includeHEADERS uninstall-pkglibLTLIBRARIES
603
604 .MAKE: install-am install-strip
605
606 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
607         clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
608         distclean-compile distclean-generic distclean-libtool \
609         distclean-tags distdir dvi dvi-am html html-am info info-am \
610         install install-am install-data install-data-am install-dvi \
611         install-dvi-am install-exec install-exec-am install-html \
612         install-html-am install-includeHEADERS install-info \
613         install-info-am install-man install-pdf install-pdf-am \
614         install-pkglibLTLIBRARIES install-ps install-ps-am \
615         install-strip installcheck installcheck-am installdirs \
616         maintainer-clean maintainer-clean-generic mostlyclean \
617         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
618         pdf pdf-am ps ps-am tags uninstall uninstall-am \
619         uninstall-includeHEADERS uninstall-pkglibLTLIBRARIES
620
621
622 # Tell versions [3.59,3.63) of GNU make to not export all variables.
623 # Otherwise a system limit (for SysV at least) may be exceeded.
624 .NOEXPORT: