]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - Makefile.in
heaps: Avoid possible divide by zero error
[ipc/ipcdev.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97         $(am__configure_deps) $(ipcinclude_HEADERS) \
98         $(ipcincludeheaps_HEADERS) $(ipcincludeinterfaces_HEADERS) \
99         $(am__DIST_COMMON)
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101  configure.lineno config.status.lineno
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
117 SOURCES =
118 DIST_SOURCES =
119 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120         ctags-recursive dvi-recursive html-recursive info-recursive \
121         install-data-recursive install-dvi-recursive \
122         install-exec-recursive install-html-recursive \
123         install-info-recursive install-pdf-recursive \
124         install-ps-recursive install-recursive installcheck-recursive \
125         installdirs-recursive pdf-recursive ps-recursive \
126         tags-recursive uninstall-recursive
127 am__can_run_installinfo = \
128   case $$AM_UPDATE_INFO_DIR in \
129     n|no|NO) false;; \
130     *) (install-info --version) >/dev/null 2>&1;; \
131   esac
132 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133 am__vpath_adj = case $$p in \
134     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135     *) f=$$p;; \
136   esac;
137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138 am__install_max = 40
139 am__nobase_strip_setup = \
140   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141 am__nobase_strip = \
142   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143 am__nobase_list = $(am__nobase_strip_setup); \
144   for p in $$list; do echo "$$p $$p"; done | \
145   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147     if (++n[$$2] == $(am__install_max)) \
148       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149     END { for (dir in files) print dir, files[dir] }'
150 am__base_list = \
151   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153 am__uninstall_files_from_dir = { \
154   test -z "$$files" \
155     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157          $(am__cd) "$$dir" && rm -f $$files; }; \
158   }
159 am__installdirs = "$(DESTDIR)$(ipcincludedir)" \
160         "$(DESTDIR)$(ipcincludeheapsdir)" \
161         "$(DESTDIR)$(ipcincludeinterfacesdir)"
162 HEADERS = $(ipcinclude_HEADERS) $(ipcincludeheaps_HEADERS) \
163         $(ipcincludeinterfaces_HEADERS)
164 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
165   distclean-recursive maintainer-clean-recursive
166 am__recursive_targets = \
167   $(RECURSIVE_TARGETS) \
168   $(RECURSIVE_CLEAN_TARGETS) \
169   $(am__extra_recursive_targets)
170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171         cscope distdir dist dist-all distcheck
172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173 # Read a list of newline-separated strings from the standard input,
174 # and print each of them once, without duplicates.  Input order is
175 # *not* preserved.
176 am__uniquify_input = $(AWK) '\
177   BEGIN { nonempty = 0; } \
178   { items[$$0] = 1; nonempty = 1; } \
179   END { if (nonempty) { for (i in items) print i; }; } \
181 # Make sure the list of sources is unique.  This is necessary because,
182 # e.g., the same source file might be shared among _SOURCES variables
183 # for different programs/libraries.
184 am__define_uniq_tagged_files = \
185   list='$(am__tagged_files)'; \
186   unique=`for i in $$list; do \
187     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188   done | $(am__uniquify_input)`
189 ETAGS = etags
190 CTAGS = ctags
191 CSCOPE = cscope
192 DIST_SUBDIRS = $(SUBDIRS)
193 am__DIST_COMMON = $(srcdir)/Makefile.in \
194         $(top_srcdir)/linux/build-aux/compile \
195         $(top_srcdir)/linux/build-aux/config.guess \
196         $(top_srcdir)/linux/build-aux/config.sub \
197         $(top_srcdir)/linux/build-aux/install-sh \
198         $(top_srcdir)/linux/build-aux/ltmain.sh \
199         $(top_srcdir)/linux/build-aux/missing linux/build-aux/compile \
200         linux/build-aux/config.guess linux/build-aux/config.sub \
201         linux/build-aux/install-sh linux/build-aux/ltmain.sh \
202         linux/build-aux/missing
203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204 distdir = $(PACKAGE)-$(VERSION)
205 top_distdir = $(distdir)
206 am__remove_distdir = \
207   if test -d "$(distdir)"; then \
208     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209       && rm -rf "$(distdir)" \
210       || { sleep 5 && rm -rf "$(distdir)"; }; \
211   else :; fi
212 am__post_remove_distdir = $(am__remove_distdir)
213 am__relativize = \
214   dir0=`pwd`; \
215   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216   sed_rest='s,^[^/]*/*,,'; \
217   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218   sed_butlast='s,/*[^/]*$$,,'; \
219   while test -n "$$dir1"; do \
220     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221     if test "$$first" != "."; then \
222       if test "$$first" = ".."; then \
223         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225       else \
226         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227         if test "$$first2" = "$$first"; then \
228           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229         else \
230           dir2="../$$dir2"; \
231         fi; \
232         dir0="$$dir0"/"$$first"; \
233       fi; \
234     fi; \
235     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236   done; \
237   reldir="$$dir2"
238 DIST_ARCHIVES = $(distdir).tar.gz
239 GZIP_ENV = --best
240 DIST_TARGETS = dist-gzip
241 distuninstallcheck_listfiles = find . -type f -print
242 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
243   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244 distcleancheck_listfiles = find . -type f -print
245 ACLOCAL = @ACLOCAL@
246 AF_RPMSG = @AF_RPMSG@
247 AMTAR = @AMTAR@
248 AM_CFLAGS = @AM_CFLAGS@
249 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250 AM_LDFLAGS = @AM_LDFLAGS@
251 AR = @AR@
252 AUTOCONF = @AUTOCONF@
253 AUTOHEADER = @AUTOHEADER@
254 AUTOMAKE = @AUTOMAKE@
255 AWK = @AWK@
256 CC = @CC@
257 CCDEPMODE = @CCDEPMODE@
258 CFLAGS = @CFLAGS@
259 CMEM_INSTALL_DIR = @CMEM_INSTALL_DIR@
260 CPP = @CPP@
261 CPPFLAGS = @CPPFLAGS@
262 CYGPATH_W = @CYGPATH_W@
263 DEFS = @DEFS@
264 DEPDIR = @DEPDIR@
265 DLLTOOL = @DLLTOOL@
266 DRM_PREFIX = @DRM_PREFIX@
267 DSYMUTIL = @DSYMUTIL@
268 DUMPBIN = @DUMPBIN@
269 ECHO_C = @ECHO_C@
270 ECHO_N = @ECHO_N@
271 ECHO_T = @ECHO_T@
272 EGREP = @EGREP@
273 EXEEXT = @EXEEXT@
274 FGREP = @FGREP@
275 GREP = @GREP@
276 INSTALL = @INSTALL@
277 INSTALL_DATA = @INSTALL_DATA@
278 INSTALL_PROGRAM = @INSTALL_PROGRAM@
279 INSTALL_SCRIPT = @INSTALL_SCRIPT@
280 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
282 LD = @LD@
283 LDFLAGS = @LDFLAGS@
284 LIBOBJS = @LIBOBJS@
285 LIBS = @LIBS@
286 LIBTOOL = @LIBTOOL@
287 LIPO = @LIPO@
288 LN_S = @LN_S@
289 LTLIBOBJS = @LTLIBOBJS@
290 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
291 MAINT = @MAINT@
292 MAKEINFO = @MAKEINFO@
293 MANIFEST_TOOL = @MANIFEST_TOOL@
294 MKDIR_P = @MKDIR_P@
295 NM = @NM@
296 NMEDIT = @NMEDIT@
297 OBJDUMP = @OBJDUMP@
298 OBJEXT = @OBJEXT@
299 OTOOL = @OTOOL@
300 OTOOL64 = @OTOOL64@
301 PACKAGE = @PACKAGE@
302 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303 PACKAGE_NAME = @PACKAGE_NAME@
304 PACKAGE_STRING = @PACKAGE_STRING@
305 PACKAGE_TARNAME = @PACKAGE_TARNAME@
306 PACKAGE_URL = @PACKAGE_URL@
307 PACKAGE_VERSION = @PACKAGE_VERSION@
308 PATH_SEPARATOR = @PATH_SEPARATOR@
309 PLATFORM = @PLATFORM@
310 RANLIB = @RANLIB@
311 SED = @SED@
312 SET_MAKE = @SET_MAKE@
313 SHELL = @SHELL@
314 STRIP = @STRIP@
315 VERSION = @VERSION@
316 abs_builddir = @abs_builddir@
317 abs_srcdir = @abs_srcdir@
318 abs_top_builddir = @abs_top_builddir@
319 abs_top_srcdir = @abs_top_srcdir@
320 ac_ct_AR = @ac_ct_AR@
321 ac_ct_CC = @ac_ct_CC@
322 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 bindir = @bindir@
329 build = @build@
330 build_alias = @build_alias@
331 build_cpu = @build_cpu@
332 build_os = @build_os@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = @docdir@
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 oldincludedir = @oldincludedir@
356 pdfdir = @pdfdir@
357 prefix = @prefix@
358 program_transform_name = @program_transform_name@
359 psdir = @psdir@
360 runstatedir = @runstatedir@
361 sbindir = @sbindir@
362 sharedstatedir = @sharedstatedir@
363 srcdir = @srcdir@
364 sysconfdir = @sysconfdir@
365 target_alias = @target_alias@
366 top_build_prefix = @top_build_prefix@
367 top_builddir = @top_builddir@
368 top_srcdir = @top_srcdir@
370 # the subdirectories of the project to go into
371 SUBDIRS = linux/etc linux/src/utils linux/src/api linux/src/transport \
372         linux/src/mm linux/src/daemon linux/src/tests
375 # where to install common headers on the system
376 ipcincludedir = $(includedir)/ti/ipc
377 ipcincludeinterfacesdir = $(includedir)/ti/ipc/interfaces
378 ipcincludeheapsdir = $(includedir)/ti/ipc/heaps
380 # the list of common header files (to be installed later)
381 ipcinclude_HEADERS = \
382         $(top_srcdir)/linux/include/ti/ipc/Std.h \
383         $(top_srcdir)/packages/ti/ipc/Ipc.h \
384         $(top_srcdir)/packages/ti/ipc/GateMP.h \
385         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
386         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
387         $(top_srcdir)/packages/ti/ipc/NameServer.h
389 ipcincludeinterfaces_HEADERS = \
390         $(top_srcdir)/linux/include/ti/ipc/interfaces/IMessageQTransport.h \
391         $(top_srcdir)/linux/include/ti/ipc/interfaces/INetworkTransport.h \
392         $(top_srcdir)/linux/include/ti/ipc/interfaces/ITransport.h \
393         $(top_srcdir)/linux/include/ti/ipc/interfaces/IHeap.h
395 ipcincludeheaps_HEADERS = \
396         $(top_srcdir)/linux/include/ti/ipc/heaps/HeapStd.h
398 all: all-recursive
400 .SUFFIXES:
401 am--refresh: Makefile
402         @:
403 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
404         @for dep in $?; do \
405           case '$(am__configure_deps)' in \
406             *$$dep*) \
407               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
408               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
409                 && exit 0; \
410               exit 1;; \
411           esac; \
412         done; \
413         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
414         $(am__cd) $(top_srcdir) && \
415           $(AUTOMAKE) --foreign Makefile
416 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417         @case '$?' in \
418           *config.status*) \
419             echo ' $(SHELL) ./config.status'; \
420             $(SHELL) ./config.status;; \
421           *) \
422             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
423             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
424         esac;
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         $(SHELL) ./config.status --recheck
429 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430         $(am__cd) $(srcdir) && $(AUTOCONF)
431 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
433 $(am__aclocal_m4_deps):
435 mostlyclean-libtool:
436         -rm -f *.lo
438 clean-libtool:
439         -rm -rf .libs _libs
441 distclean-libtool:
442         -rm -f libtool config.lt
443 install-ipcincludeHEADERS: $(ipcinclude_HEADERS)
444         @$(NORMAL_INSTALL)
445         @list='$(ipcinclude_HEADERS)'; test -n "$(ipcincludedir)" || list=; \
446         if test -n "$$list"; then \
447           echo " $(MKDIR_P) '$(DESTDIR)$(ipcincludedir)'"; \
448           $(MKDIR_P) "$(DESTDIR)$(ipcincludedir)" || exit 1; \
449         fi; \
450         for p in $$list; do \
451           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452           echo "$$d$$p"; \
453         done | $(am__base_list) | \
454         while read files; do \
455           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludedir)'"; \
456           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludedir)" || exit $$?; \
457         done
459 uninstall-ipcincludeHEADERS:
460         @$(NORMAL_UNINSTALL)
461         @list='$(ipcinclude_HEADERS)'; test -n "$(ipcincludedir)" || list=; \
462         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
463         dir='$(DESTDIR)$(ipcincludedir)'; $(am__uninstall_files_from_dir)
464 install-ipcincludeheapsHEADERS: $(ipcincludeheaps_HEADERS)
465         @$(NORMAL_INSTALL)
466         @list='$(ipcincludeheaps_HEADERS)'; test -n "$(ipcincludeheapsdir)" || list=; \
467         if test -n "$$list"; then \
468           echo " $(MKDIR_P) '$(DESTDIR)$(ipcincludeheapsdir)'"; \
469           $(MKDIR_P) "$(DESTDIR)$(ipcincludeheapsdir)" || exit 1; \
470         fi; \
471         for p in $$list; do \
472           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
473           echo "$$d$$p"; \
474         done | $(am__base_list) | \
475         while read files; do \
476           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludeheapsdir)'"; \
477           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludeheapsdir)" || exit $$?; \
478         done
480 uninstall-ipcincludeheapsHEADERS:
481         @$(NORMAL_UNINSTALL)
482         @list='$(ipcincludeheaps_HEADERS)'; test -n "$(ipcincludeheapsdir)" || list=; \
483         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
484         dir='$(DESTDIR)$(ipcincludeheapsdir)'; $(am__uninstall_files_from_dir)
485 install-ipcincludeinterfacesHEADERS: $(ipcincludeinterfaces_HEADERS)
486         @$(NORMAL_INSTALL)
487         @list='$(ipcincludeinterfaces_HEADERS)'; test -n "$(ipcincludeinterfacesdir)" || list=; \
488         if test -n "$$list"; then \
489           echo " $(MKDIR_P) '$(DESTDIR)$(ipcincludeinterfacesdir)'"; \
490           $(MKDIR_P) "$(DESTDIR)$(ipcincludeinterfacesdir)" || exit 1; \
491         fi; \
492         for p in $$list; do \
493           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
494           echo "$$d$$p"; \
495         done | $(am__base_list) | \
496         while read files; do \
497           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludeinterfacesdir)'"; \
498           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludeinterfacesdir)" || exit $$?; \
499         done
501 uninstall-ipcincludeinterfacesHEADERS:
502         @$(NORMAL_UNINSTALL)
503         @list='$(ipcincludeinterfaces_HEADERS)'; test -n "$(ipcincludeinterfacesdir)" || list=; \
504         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
505         dir='$(DESTDIR)$(ipcincludeinterfacesdir)'; $(am__uninstall_files_from_dir)
507 # This directory's subdirectories are mostly independent; you can cd
508 # into them and run 'make' without going through this Makefile.
509 # To change the values of 'make' variables: instead of editing Makefiles,
510 # (1) if the variable is set in 'config.status', edit 'config.status'
511 #     (which will cause the Makefiles to be regenerated when you run 'make');
512 # (2) otherwise, pass the desired values on the 'make' command line.
513 $(am__recursive_targets):
514         @fail=; \
515         if $(am__make_keepgoing); then \
516           failcom='fail=yes'; \
517         else \
518           failcom='exit 1'; \
519         fi; \
520         dot_seen=no; \
521         target=`echo $@ | sed s/-recursive//`; \
522         case "$@" in \
523           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
524           *) list='$(SUBDIRS)' ;; \
525         esac; \
526         for subdir in $$list; do \
527           echo "Making $$target in $$subdir"; \
528           if test "$$subdir" = "."; then \
529             dot_seen=yes; \
530             local_target="$$target-am"; \
531           else \
532             local_target="$$target"; \
533           fi; \
534           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
535           || eval $$failcom; \
536         done; \
537         if test "$$dot_seen" = "no"; then \
538           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
539         fi; test -z "$$fail"
541 ID: $(am__tagged_files)
542         $(am__define_uniq_tagged_files); mkid -fID $$unique
543 tags: tags-recursive
544 TAGS: tags
546 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
547         set x; \
548         here=`pwd`; \
549         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
550           include_option=--etags-include; \
551           empty_fix=.; \
552         else \
553           include_option=--include; \
554           empty_fix=; \
555         fi; \
556         list='$(SUBDIRS)'; for subdir in $$list; do \
557           if test "$$subdir" = .; then :; else \
558             test ! -f $$subdir/TAGS || \
559               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
560           fi; \
561         done; \
562         $(am__define_uniq_tagged_files); \
563         shift; \
564         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
565           test -n "$$unique" || unique=$$empty_fix; \
566           if test $$# -gt 0; then \
567             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568               "$$@" $$unique; \
569           else \
570             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571               $$unique; \
572           fi; \
573         fi
574 ctags: ctags-recursive
576 CTAGS: ctags
577 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
578         $(am__define_uniq_tagged_files); \
579         test -z "$(CTAGS_ARGS)$$unique" \
580           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
581              $$unique
583 GTAGS:
584         here=`$(am__cd) $(top_builddir) && pwd` \
585           && $(am__cd) $(top_srcdir) \
586           && gtags -i $(GTAGS_ARGS) "$$here"
587 cscope: cscope.files
588         test ! -s cscope.files \
589           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
590 clean-cscope:
591         -rm -f cscope.files
592 cscope.files: clean-cscope cscopelist
593 cscopelist: cscopelist-recursive
595 cscopelist-am: $(am__tagged_files)
596         list='$(am__tagged_files)'; \
597         case "$(srcdir)" in \
598           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
599           *) sdir=$(subdir)/$(srcdir) ;; \
600         esac; \
601         for i in $$list; do \
602           if test -f "$$i"; then \
603             echo "$(subdir)/$$i"; \
604           else \
605             echo "$$sdir/$$i"; \
606           fi; \
607         done >> $(top_builddir)/cscope.files
609 distclean-tags:
610         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
611         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
613 distdir: $(DISTFILES)
614         $(am__remove_distdir)
615         test -d "$(distdir)" || mkdir "$(distdir)"
616         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618         list='$(DISTFILES)'; \
619           dist_files=`for file in $$list; do echo $$file; done | \
620           sed -e "s|^$$srcdirstrip/||;t" \
621               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622         case $$dist_files in \
623           */*) $(MKDIR_P) `echo "$$dist_files" | \
624                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625                            sort -u` ;; \
626         esac; \
627         for file in $$dist_files; do \
628           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629           if test -d $$d/$$file; then \
630             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631             if test -d "$(distdir)/$$file"; then \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637             fi; \
638             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639           else \
640             test -f "$(distdir)/$$file" \
641             || cp -p $$d/$$file "$(distdir)/$$file" \
642             || exit 1; \
643           fi; \
644         done
645         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
646           if test "$$subdir" = .; then :; else \
647             $(am__make_dryrun) \
648               || test -d "$(distdir)/$$subdir" \
649               || $(MKDIR_P) "$(distdir)/$$subdir" \
650               || exit 1; \
651             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
652             $(am__relativize); \
653             new_distdir=$$reldir; \
654             dir1=$$subdir; dir2="$(top_distdir)"; \
655             $(am__relativize); \
656             new_top_distdir=$$reldir; \
657             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
658             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
659             ($(am__cd) $$subdir && \
660               $(MAKE) $(AM_MAKEFLAGS) \
661                 top_distdir="$$new_top_distdir" \
662                 distdir="$$new_distdir" \
663                 am__remove_distdir=: \
664                 am__skip_length_check=: \
665                 am__skip_mode_fix=: \
666                 distdir) \
667               || exit 1; \
668           fi; \
669         done
670         -test -n "$(am__skip_mode_fix)" \
671         || find "$(distdir)" -type d ! -perm -755 \
672                 -exec chmod u+rwx,go+rx {} \; -o \
673           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
674           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
675           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
676         || chmod -R a+r "$(distdir)"
677 dist-gzip: distdir
678         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
679         $(am__post_remove_distdir)
681 dist-bzip2: distdir
682         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
683         $(am__post_remove_distdir)
685 dist-lzip: distdir
686         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
687         $(am__post_remove_distdir)
689 dist-xz: distdir
690         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
691         $(am__post_remove_distdir)
693 dist-tarZ: distdir
694         @echo WARNING: "Support for distribution archives compressed with" \
695                        "legacy program 'compress' is deprecated." >&2
696         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
697         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
698         $(am__post_remove_distdir)
700 dist-shar: distdir
701         @echo WARNING: "Support for shar distribution archives is" \
702                        "deprecated." >&2
703         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
704         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
705         $(am__post_remove_distdir)
707 dist-zip: distdir
708         -rm -f $(distdir).zip
709         zip -rq $(distdir).zip $(distdir)
710         $(am__post_remove_distdir)
712 dist dist-all:
713         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
714         $(am__post_remove_distdir)
716 # This target untars the dist file and tries a VPATH configuration.  Then
717 # it guarantees that the distribution is self-contained by making another
718 # tarfile.
719 distcheck: dist
720         case '$(DIST_ARCHIVES)' in \
721         *.tar.gz*) \
722           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
723         *.tar.bz2*) \
724           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
725         *.tar.lz*) \
726           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
727         *.tar.xz*) \
728           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
729         *.tar.Z*) \
730           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
731         *.shar.gz*) \
732           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
733         *.zip*) \
734           unzip $(distdir).zip ;;\
735         esac
736         chmod -R a-w $(distdir)
737         chmod u+w $(distdir)
738         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
739         chmod a-w $(distdir)
740         test -d $(distdir)/_build || exit 0; \
741         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
742           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
743           && am__cwd=`pwd` \
744           && $(am__cd) $(distdir)/_build/sub \
745           && ../../configure \
746             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
747             $(DISTCHECK_CONFIGURE_FLAGS) \
748             --srcdir=../.. --prefix="$$dc_install_base" \
749           && $(MAKE) $(AM_MAKEFLAGS) \
750           && $(MAKE) $(AM_MAKEFLAGS) dvi \
751           && $(MAKE) $(AM_MAKEFLAGS) check \
752           && $(MAKE) $(AM_MAKEFLAGS) install \
753           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
754           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
755           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
756                 distuninstallcheck \
757           && chmod -R a-w "$$dc_install_base" \
758           && ({ \
759                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
760                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
761                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
762                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
763                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
764               } || { rm -rf "$$dc_destdir"; exit 1; }) \
765           && rm -rf "$$dc_destdir" \
766           && $(MAKE) $(AM_MAKEFLAGS) dist \
767           && rm -rf $(DIST_ARCHIVES) \
768           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
769           && cd "$$am__cwd" \
770           || exit 1
771         $(am__post_remove_distdir)
772         @(echo "$(distdir) archives ready for distribution: "; \
773           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
774           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
775 distuninstallcheck:
776         @test -n '$(distuninstallcheck_dir)' || { \
777           echo 'ERROR: trying to run $@ with an empty' \
778                '$$(distuninstallcheck_dir)' >&2; \
779           exit 1; \
780         }; \
781         $(am__cd) '$(distuninstallcheck_dir)' || { \
782           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
783           exit 1; \
784         }; \
785         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
786            || { echo "ERROR: files left after uninstall:" ; \
787                 if test -n "$(DESTDIR)"; then \
788                   echo "  (check DESTDIR support)"; \
789                 fi ; \
790                 $(distuninstallcheck_listfiles) ; \
791                 exit 1; } >&2
792 distcleancheck: distclean
793         @if test '$(srcdir)' = . ; then \
794           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
795           exit 1 ; \
796         fi
797         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
798           || { echo "ERROR: files left in build directory after distclean:" ; \
799                $(distcleancheck_listfiles) ; \
800                exit 1; } >&2
801 check-am: all-am
802 check: check-recursive
803 all-am: Makefile $(HEADERS)
804 installdirs: installdirs-recursive
805 installdirs-am:
806         for dir in "$(DESTDIR)$(ipcincludedir)" "$(DESTDIR)$(ipcincludeheapsdir)" "$(DESTDIR)$(ipcincludeinterfacesdir)"; do \
807           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
808         done
809 install: install-recursive
810 install-exec: install-exec-recursive
811 install-data: install-data-recursive
812 uninstall: uninstall-recursive
814 install-am: all-am
815         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
817 installcheck: installcheck-recursive
818 install-strip:
819         if test -z '$(STRIP)'; then \
820           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
821             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
822               install; \
823         else \
824           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
827         fi
828 mostlyclean-generic:
830 clean-generic:
832 distclean-generic:
833         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
834         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
836 maintainer-clean-generic:
837         @echo "This command is intended for maintainers to use"
838         @echo "it deletes files that may require special tools to rebuild."
839 clean: clean-recursive
841 clean-am: clean-generic clean-libtool mostlyclean-am
843 distclean: distclean-recursive
844         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
845         -rm -f Makefile
846 distclean-am: clean-am distclean-generic distclean-libtool \
847         distclean-tags
849 dvi: dvi-recursive
851 dvi-am:
853 html: html-recursive
855 html-am:
857 info: info-recursive
859 info-am:
861 install-data-am: install-ipcincludeHEADERS \
862         install-ipcincludeheapsHEADERS \
863         install-ipcincludeinterfacesHEADERS
865 install-dvi: install-dvi-recursive
867 install-dvi-am:
869 install-exec-am:
871 install-html: install-html-recursive
873 install-html-am:
875 install-info: install-info-recursive
877 install-info-am:
879 install-man:
881 install-pdf: install-pdf-recursive
883 install-pdf-am:
885 install-ps: install-ps-recursive
887 install-ps-am:
889 installcheck-am:
891 maintainer-clean: maintainer-clean-recursive
892         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
893         -rm -rf $(top_srcdir)/autom4te.cache
894         -rm -f Makefile
895 maintainer-clean-am: distclean-am maintainer-clean-generic
897 mostlyclean: mostlyclean-recursive
899 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
901 pdf: pdf-recursive
903 pdf-am:
905 ps: ps-recursive
907 ps-am:
909 uninstall-am: uninstall-ipcincludeHEADERS \
910         uninstall-ipcincludeheapsHEADERS \
911         uninstall-ipcincludeinterfacesHEADERS
913 .MAKE: $(am__recursive_targets) install-am install-strip
915 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
916         am--refresh check check-am clean clean-cscope clean-generic \
917         clean-libtool cscope cscopelist-am ctags ctags-am dist \
918         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
919         dist-xz dist-zip distcheck distclean distclean-generic \
920         distclean-libtool distclean-tags distcleancheck distdir \
921         distuninstallcheck dvi dvi-am html html-am info info-am \
922         install install-am install-data install-data-am install-dvi \
923         install-dvi-am install-exec install-exec-am install-html \
924         install-html-am install-info install-info-am \
925         install-ipcincludeHEADERS install-ipcincludeheapsHEADERS \
926         install-ipcincludeinterfacesHEADERS install-man install-pdf \
927         install-pdf-am install-ps install-ps-am install-strip \
928         installcheck installcheck-am installdirs installdirs-am \
929         maintainer-clean maintainer-clean-generic mostlyclean \
930         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
931         tags tags-am uninstall uninstall-am \
932         uninstall-ipcincludeHEADERS uninstall-ipcincludeheapsHEADERS \
933         uninstall-ipcincludeinterfacesHEADERS
935 .PRECIOUS: Makefile
938 # Tell versions [3.59,3.63) of GNU make to not export all variables.
939 # Otherwise a system limit (for SysV at least) may be exceeded.
940 .NOEXPORT: