]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - Makefile.in
tests: gatempapp: update sr0 addresses to align with kernel dts
[ipc/ipcdev.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
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.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = $(am__configure_deps) $(ipcinclude_HEADERS) \
39         $(ipcincludeheaps_HEADERS) $(ipcincludeinterfaces_HEADERS) \
40         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41         $(top_srcdir)/configure linux/build-aux/config.guess \
42         linux/build-aux/config.sub linux/build-aux/depcomp \
43         linux/build-aux/install-sh linux/build-aux/ltmain.sh \
44         linux/build-aux/missing
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48         $(ACLOCAL_M4)
49 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50  configure.lineno config.status.lineno
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_CLEAN_FILES =
53 CONFIG_CLEAN_VPATH_FILES =
54 SOURCES =
55 DIST_SOURCES =
56 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57         html-recursive info-recursive install-data-recursive \
58         install-dvi-recursive install-exec-recursive \
59         install-html-recursive install-info-recursive \
60         install-pdf-recursive install-ps-recursive install-recursive \
61         installcheck-recursive installdirs-recursive pdf-recursive \
62         ps-recursive uninstall-recursive
63 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64 am__vpath_adj = case $$p in \
65     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66     *) f=$$p;; \
67   esac;
68 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
69 am__install_max = 40
70 am__nobase_strip_setup = \
71   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
72 am__nobase_strip = \
73   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
74 am__nobase_list = $(am__nobase_strip_setup); \
75   for p in $$list; do echo "$$p $$p"; done | \
76   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
77   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
78     if (++n[$$2] == $(am__install_max)) \
79       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
80     END { for (dir in files) print dir, files[dir] }'
81 am__base_list = \
82   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84 am__uninstall_files_from_dir = { \
85   test -z "$$files" \
86     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
87     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
88          $(am__cd) "$$dir" && rm -f $$files; }; \
89   }
90 am__installdirs = "$(DESTDIR)$(ipcincludedir)" \
91         "$(DESTDIR)$(ipcincludeheapsdir)" \
92         "$(DESTDIR)$(ipcincludeinterfacesdir)"
93 HEADERS = $(ipcinclude_HEADERS) $(ipcincludeheaps_HEADERS) \
94         $(ipcincludeinterfaces_HEADERS)
95 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96   distclean-recursive maintainer-clean-recursive
97 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99         distdir dist dist-all distcheck
100 ETAGS = etags
101 CTAGS = ctags
102 DIST_SUBDIRS = $(SUBDIRS)
103 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104 distdir = $(PACKAGE)-$(VERSION)
105 top_distdir = $(distdir)
106 am__remove_distdir = \
107   if test -d "$(distdir)"; then \
108     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
109       && rm -rf "$(distdir)" \
110       || { sleep 5 && rm -rf "$(distdir)"; }; \
111   else :; fi
112 am__relativize = \
113   dir0=`pwd`; \
114   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
115   sed_rest='s,^[^/]*/*,,'; \
116   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
117   sed_butlast='s,/*[^/]*$$,,'; \
118   while test -n "$$dir1"; do \
119     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
120     if test "$$first" != "."; then \
121       if test "$$first" = ".."; then \
122         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
123         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
124       else \
125         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
126         if test "$$first2" = "$$first"; then \
127           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128         else \
129           dir2="../$$dir2"; \
130         fi; \
131         dir0="$$dir0"/"$$first"; \
132       fi; \
133     fi; \
134     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135   done; \
136   reldir="$$dir2"
137 DIST_ARCHIVES = $(distdir).tar.gz
138 GZIP_ENV = --best
139 distuninstallcheck_listfiles = find . -type f -print
140 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
141   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
142 distcleancheck_listfiles = find . -type f -print
143 ACLOCAL = @ACLOCAL@
144 AF_RPMSG = @AF_RPMSG@
145 AMTAR = @AMTAR@
146 AM_CFLAGS = @AM_CFLAGS@
147 AM_LDFLAGS = @AM_LDFLAGS@
148 AR = @AR@
149 AUTOCONF = @AUTOCONF@
150 AUTOHEADER = @AUTOHEADER@
151 AUTOMAKE = @AUTOMAKE@
152 AWK = @AWK@
153 CC = @CC@
154 CCDEPMODE = @CCDEPMODE@
155 CFLAGS = @CFLAGS@
156 CMEM_INSTALL_DIR = @CMEM_INSTALL_DIR@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DRM_PREFIX = @DRM_PREFIX@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 FGREP = @FGREP@
172 GREP = @GREP@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
179 LD = @LD@
180 LDFLAGS = @LDFLAGS@
181 LIBOBJS = @LIBOBJS@
182 LIBS = @LIBS@
183 LIBTOOL = @LIBTOOL@
184 LIPO = @LIPO@
185 LN_S = @LN_S@
186 LTLIBOBJS = @LTLIBOBJS@
187 MAINT = @MAINT@
188 MAKEINFO = @MAKEINFO@
189 MANIFEST_TOOL = @MANIFEST_TOOL@
190 MKDIR_P = @MKDIR_P@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 OBJDUMP = @OBJDUMP@
194 OBJEXT = @OBJEXT@
195 OTOOL = @OTOOL@
196 OTOOL64 = @OTOOL64@
197 PACKAGE = @PACKAGE@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_URL = @PACKAGE_URL@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 PLATFORM = @PLATFORM@
206 RANLIB = @RANLIB@
207 SED = @SED@
208 SET_MAKE = @SET_MAKE@
209 SHELL = @SHELL@
210 STRIP = @STRIP@
211 VERSION = @VERSION@
212 abs_builddir = @abs_builddir@
213 abs_srcdir = @abs_srcdir@
214 abs_top_builddir = @abs_top_builddir@
215 abs_top_srcdir = @abs_top_srcdir@
216 ac_ct_AR = @ac_ct_AR@
217 ac_ct_CC = @ac_ct_CC@
218 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219 am__include = @am__include@
220 am__leading_dot = @am__leading_dot@
221 am__quote = @am__quote@
222 am__tar = @am__tar@
223 am__untar = @am__untar@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 datadir = @datadir@
232 datarootdir = @datarootdir@
233 docdir = @docdir@
234 dvidir = @dvidir@
235 exec_prefix = @exec_prefix@
236 host = @host@
237 host_alias = @host_alias@
238 host_cpu = @host_cpu@
239 host_os = @host_os@
240 host_vendor = @host_vendor@
241 htmldir = @htmldir@
242 includedir = @includedir@
243 infodir = @infodir@
244 install_sh = @install_sh@
245 libdir = @libdir@
246 libexecdir = @libexecdir@
247 localedir = @localedir@
248 localstatedir = @localstatedir@
249 mandir = @mandir@
250 mkdir_p = @mkdir_p@
251 oldincludedir = @oldincludedir@
252 pdfdir = @pdfdir@
253 prefix = @prefix@
254 program_transform_name = @program_transform_name@
255 psdir = @psdir@
256 sbindir = @sbindir@
257 sharedstatedir = @sharedstatedir@
258 srcdir = @srcdir@
259 sysconfdir = @sysconfdir@
260 target_alias = @target_alias@
261 top_build_prefix = @top_build_prefix@
262 top_builddir = @top_builddir@
263 top_srcdir = @top_srcdir@
265 # the subdirectories of the project to go into
266 SUBDIRS = linux/etc linux/src/utils linux/src/api linux/src/transport \
267         linux/src/mm linux/src/daemon linux/src/tests
270 # where to install common headers on the system
271 ipcincludedir = $(includedir)/ti/ipc
272 ipcincludeinterfacesdir = $(includedir)/ti/ipc/interfaces
273 ipcincludeheapsdir = $(includedir)/ti/ipc/heaps
275 # the list of common header files (to be installed later)
276 ipcinclude_HEADERS = \
277         $(top_srcdir)/linux/include/ti/ipc/Std.h \
278         $(top_srcdir)/packages/ti/ipc/Ipc.h \
279         $(top_srcdir)/packages/ti/ipc/GateMP.h \
280         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
281         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
282         $(top_srcdir)/packages/ti/ipc/NameServer.h
284 ipcincludeinterfaces_HEADERS = \
285         $(top_srcdir)/linux/include/ti/ipc/interfaces/IMessageQTransport.h \
286         $(top_srcdir)/linux/include/ti/ipc/interfaces/INetworkTransport.h \
287         $(top_srcdir)/linux/include/ti/ipc/interfaces/ITransport.h \
288         $(top_srcdir)/linux/include/ti/ipc/interfaces/IHeap.h
290 ipcincludeheaps_HEADERS = \
291         $(top_srcdir)/linux/include/ti/ipc/heaps/HeapStd.h
293 all: all-recursive
295 .SUFFIXES:
296 am--refresh: Makefile
297         @:
298 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
303               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
304                 && exit 0; \
305               exit 1;; \
306           esac; \
307         done; \
308         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
309         $(am__cd) $(top_srcdir) && \
310           $(AUTOMAKE) --foreign Makefile
311 .PRECIOUS: Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313         @case '$?' in \
314           *config.status*) \
315             echo ' $(SHELL) ./config.status'; \
316             $(SHELL) ./config.status;; \
317           *) \
318             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
319             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
320         esac;
322 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323         $(SHELL) ./config.status --recheck
325 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326         $(am__cd) $(srcdir) && $(AUTOCONF)
327 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
329 $(am__aclocal_m4_deps):
331 mostlyclean-libtool:
332         -rm -f *.lo
334 clean-libtool:
335         -rm -rf .libs _libs
337 distclean-libtool:
338         -rm -f libtool config.lt
339 install-ipcincludeHEADERS: $(ipcinclude_HEADERS)
340         @$(NORMAL_INSTALL)
341         test -z "$(ipcincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ipcincludedir)"
342         @list='$(ipcinclude_HEADERS)'; test -n "$(ipcincludedir)" || list=; \
343         for p in $$list; do \
344           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345           echo "$$d$$p"; \
346         done | $(am__base_list) | \
347         while read files; do \
348           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludedir)'"; \
349           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludedir)" || exit $$?; \
350         done
352 uninstall-ipcincludeHEADERS:
353         @$(NORMAL_UNINSTALL)
354         @list='$(ipcinclude_HEADERS)'; test -n "$(ipcincludedir)" || list=; \
355         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
356         dir='$(DESTDIR)$(ipcincludedir)'; $(am__uninstall_files_from_dir)
357 install-ipcincludeheapsHEADERS: $(ipcincludeheaps_HEADERS)
358         @$(NORMAL_INSTALL)
359         test -z "$(ipcincludeheapsdir)" || $(MKDIR_P) "$(DESTDIR)$(ipcincludeheapsdir)"
360         @list='$(ipcincludeheaps_HEADERS)'; test -n "$(ipcincludeheapsdir)" || list=; \
361         for p in $$list; do \
362           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363           echo "$$d$$p"; \
364         done | $(am__base_list) | \
365         while read files; do \
366           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludeheapsdir)'"; \
367           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludeheapsdir)" || exit $$?; \
368         done
370 uninstall-ipcincludeheapsHEADERS:
371         @$(NORMAL_UNINSTALL)
372         @list='$(ipcincludeheaps_HEADERS)'; test -n "$(ipcincludeheapsdir)" || list=; \
373         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
374         dir='$(DESTDIR)$(ipcincludeheapsdir)'; $(am__uninstall_files_from_dir)
375 install-ipcincludeinterfacesHEADERS: $(ipcincludeinterfaces_HEADERS)
376         @$(NORMAL_INSTALL)
377         test -z "$(ipcincludeinterfacesdir)" || $(MKDIR_P) "$(DESTDIR)$(ipcincludeinterfacesdir)"
378         @list='$(ipcincludeinterfaces_HEADERS)'; test -n "$(ipcincludeinterfacesdir)" || list=; \
379         for p in $$list; do \
380           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
381           echo "$$d$$p"; \
382         done | $(am__base_list) | \
383         while read files; do \
384           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ipcincludeinterfacesdir)'"; \
385           $(INSTALL_HEADER) $$files "$(DESTDIR)$(ipcincludeinterfacesdir)" || exit $$?; \
386         done
388 uninstall-ipcincludeinterfacesHEADERS:
389         @$(NORMAL_UNINSTALL)
390         @list='$(ipcincludeinterfaces_HEADERS)'; test -n "$(ipcincludeinterfacesdir)" || list=; \
391         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
392         dir='$(DESTDIR)$(ipcincludeinterfacesdir)'; $(am__uninstall_files_from_dir)
394 # This directory's subdirectories are mostly independent; you can cd
395 # into them and run `make' without going through this Makefile.
396 # To change the values of `make' variables: instead of editing Makefiles,
397 # (1) if the variable is set in `config.status', edit `config.status'
398 #     (which will cause the Makefiles to be regenerated when you run `make');
399 # (2) otherwise, pass the desired values on the `make' command line.
400 $(RECURSIVE_TARGETS):
401         @fail= failcom='exit 1'; \
402         for f in x $$MAKEFLAGS; do \
403           case $$f in \
404             *=* | --[!k]*);; \
405             *k*) failcom='fail=yes';; \
406           esac; \
407         done; \
408         dot_seen=no; \
409         target=`echo $@ | sed s/-recursive//`; \
410         list='$(SUBDIRS)'; for subdir in $$list; do \
411           echo "Making $$target in $$subdir"; \
412           if test "$$subdir" = "."; then \
413             dot_seen=yes; \
414             local_target="$$target-am"; \
415           else \
416             local_target="$$target"; \
417           fi; \
418           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419           || eval $$failcom; \
420         done; \
421         if test "$$dot_seen" = "no"; then \
422           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
423         fi; test -z "$$fail"
425 $(RECURSIVE_CLEAN_TARGETS):
426         @fail= failcom='exit 1'; \
427         for f in x $$MAKEFLAGS; do \
428           case $$f in \
429             *=* | --[!k]*);; \
430             *k*) failcom='fail=yes';; \
431           esac; \
432         done; \
433         dot_seen=no; \
434         case "$@" in \
435           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
436           *) list='$(SUBDIRS)' ;; \
437         esac; \
438         rev=''; for subdir in $$list; do \
439           if test "$$subdir" = "."; then :; else \
440             rev="$$subdir $$rev"; \
441           fi; \
442         done; \
443         rev="$$rev ."; \
444         target=`echo $@ | sed s/-recursive//`; \
445         for subdir in $$rev; do \
446           echo "Making $$target in $$subdir"; \
447           if test "$$subdir" = "."; then \
448             local_target="$$target-am"; \
449           else \
450             local_target="$$target"; \
451           fi; \
452           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453           || eval $$failcom; \
454         done && test -z "$$fail"
455 tags-recursive:
456         list='$(SUBDIRS)'; for subdir in $$list; do \
457           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
458         done
459 ctags-recursive:
460         list='$(SUBDIRS)'; for subdir in $$list; do \
461           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
462         done
464 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466         unique=`for i in $$list; do \
467             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468           done | \
469           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470               END { if (nonempty) { for (i in files) print i; }; }'`; \
471         mkid -fID $$unique
472 tags: TAGS
474 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475                 $(TAGS_FILES) $(LISP)
476         set x; \
477         here=`pwd`; \
478         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
479           include_option=--etags-include; \
480           empty_fix=.; \
481         else \
482           include_option=--include; \
483           empty_fix=; \
484         fi; \
485         list='$(SUBDIRS)'; for subdir in $$list; do \
486           if test "$$subdir" = .; then :; else \
487             test ! -f $$subdir/TAGS || \
488               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
489           fi; \
490         done; \
491         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496               END { if (nonempty) { for (i in files) print i; }; }'`; \
497         shift; \
498         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499           test -n "$$unique" || unique=$$empty_fix; \
500           if test $$# -gt 0; then \
501             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502               "$$@" $$unique; \
503           else \
504             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505               $$unique; \
506           fi; \
507         fi
508 ctags: CTAGS
509 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510                 $(TAGS_FILES) $(LISP)
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         test -z "$(CTAGS_ARGS)$$unique" \
518           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519              $$unique
521 GTAGS:
522         here=`$(am__cd) $(top_builddir) && pwd` \
523           && $(am__cd) $(top_srcdir) \
524           && gtags -i $(GTAGS_ARGS) "$$here"
526 distclean-tags:
527         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529 distdir: $(DISTFILES)
530         $(am__remove_distdir)
531         test -d "$(distdir)" || mkdir "$(distdir)"
532         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534         list='$(DISTFILES)'; \
535           dist_files=`for file in $$list; do echo $$file; done | \
536           sed -e "s|^$$srcdirstrip/||;t" \
537               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538         case $$dist_files in \
539           */*) $(MKDIR_P) `echo "$$dist_files" | \
540                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541                            sort -u` ;; \
542         esac; \
543         for file in $$dist_files; do \
544           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545           if test -d $$d/$$file; then \
546             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547             if test -d "$(distdir)/$$file"; then \
548               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549             fi; \
550             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553             fi; \
554             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555           else \
556             test -f "$(distdir)/$$file" \
557             || cp -p $$d/$$file "$(distdir)/$$file" \
558             || exit 1; \
559           fi; \
560         done
561         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
562           if test "$$subdir" = .; then :; else \
563             test -d "$(distdir)/$$subdir" \
564             || $(MKDIR_P) "$(distdir)/$$subdir" \
565             || exit 1; \
566           fi; \
567         done
568         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
569           if test "$$subdir" = .; then :; else \
570             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
571             $(am__relativize); \
572             new_distdir=$$reldir; \
573             dir1=$$subdir; dir2="$(top_distdir)"; \
574             $(am__relativize); \
575             new_top_distdir=$$reldir; \
576             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
577             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
578             ($(am__cd) $$subdir && \
579               $(MAKE) $(AM_MAKEFLAGS) \
580                 top_distdir="$$new_top_distdir" \
581                 distdir="$$new_distdir" \
582                 am__remove_distdir=: \
583                 am__skip_length_check=: \
584                 am__skip_mode_fix=: \
585                 distdir) \
586               || exit 1; \
587           fi; \
588         done
589         -test -n "$(am__skip_mode_fix)" \
590         || find "$(distdir)" -type d ! -perm -755 \
591                 -exec chmod u+rwx,go+rx {} \; -o \
592           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
594           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
595         || chmod -R a+r "$(distdir)"
596 dist-gzip: distdir
597         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
598         $(am__remove_distdir)
600 dist-bzip2: distdir
601         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
602         $(am__remove_distdir)
604 dist-lzip: distdir
605         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
606         $(am__remove_distdir)
608 dist-lzma: distdir
609         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
610         $(am__remove_distdir)
612 dist-xz: distdir
613         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
614         $(am__remove_distdir)
616 dist-tarZ: distdir
617         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
618         $(am__remove_distdir)
620 dist-shar: distdir
621         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
622         $(am__remove_distdir)
624 dist-zip: distdir
625         -rm -f $(distdir).zip
626         zip -rq $(distdir).zip $(distdir)
627         $(am__remove_distdir)
629 dist dist-all: distdir
630         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
631         $(am__remove_distdir)
633 # This target untars the dist file and tries a VPATH configuration.  Then
634 # it guarantees that the distribution is self-contained by making another
635 # tarfile.
636 distcheck: dist
637         case '$(DIST_ARCHIVES)' in \
638         *.tar.gz*) \
639           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
640         *.tar.bz2*) \
641           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
642         *.tar.lzma*) \
643           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
644         *.tar.lz*) \
645           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
646         *.tar.xz*) \
647           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
648         *.tar.Z*) \
649           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
650         *.shar.gz*) \
651           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
652         *.zip*) \
653           unzip $(distdir).zip ;;\
654         esac
655         chmod -R a-w $(distdir); chmod a+w $(distdir)
656         mkdir $(distdir)/_build
657         mkdir $(distdir)/_inst
658         chmod a-w $(distdir)
659         test -d $(distdir)/_build || exit 0; \
660         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
661           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
662           && am__cwd=`pwd` \
663           && $(am__cd) $(distdir)/_build \
664           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
665             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
666             $(DISTCHECK_CONFIGURE_FLAGS) \
667           && $(MAKE) $(AM_MAKEFLAGS) \
668           && $(MAKE) $(AM_MAKEFLAGS) dvi \
669           && $(MAKE) $(AM_MAKEFLAGS) check \
670           && $(MAKE) $(AM_MAKEFLAGS) install \
671           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
672           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
673           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
674                 distuninstallcheck \
675           && chmod -R a-w "$$dc_install_base" \
676           && ({ \
677                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
678                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
679                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
680                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
681                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
682               } || { rm -rf "$$dc_destdir"; exit 1; }) \
683           && rm -rf "$$dc_destdir" \
684           && $(MAKE) $(AM_MAKEFLAGS) dist \
685           && rm -rf $(DIST_ARCHIVES) \
686           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
687           && cd "$$am__cwd" \
688           || exit 1
689         $(am__remove_distdir)
690         @(echo "$(distdir) archives ready for distribution: "; \
691           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
692           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
693 distuninstallcheck:
694         @test -n '$(distuninstallcheck_dir)' || { \
695           echo 'ERROR: trying to run $@ with an empty' \
696                '$$(distuninstallcheck_dir)' >&2; \
697           exit 1; \
698         }; \
699         $(am__cd) '$(distuninstallcheck_dir)' || { \
700           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
701           exit 1; \
702         }; \
703         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
704            || { echo "ERROR: files left after uninstall:" ; \
705                 if test -n "$(DESTDIR)"; then \
706                   echo "  (check DESTDIR support)"; \
707                 fi ; \
708                 $(distuninstallcheck_listfiles) ; \
709                 exit 1; } >&2
710 distcleancheck: distclean
711         @if test '$(srcdir)' = . ; then \
712           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
713           exit 1 ; \
714         fi
715         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
716           || { echo "ERROR: files left in build directory after distclean:" ; \
717                $(distcleancheck_listfiles) ; \
718                exit 1; } >&2
719 check-am: all-am
720 check: check-recursive
721 all-am: Makefile $(HEADERS)
722 installdirs: installdirs-recursive
723 installdirs-am:
724         for dir in "$(DESTDIR)$(ipcincludedir)" "$(DESTDIR)$(ipcincludeheapsdir)" "$(DESTDIR)$(ipcincludeinterfacesdir)"; do \
725           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
726         done
727 install: install-recursive
728 install-exec: install-exec-recursive
729 install-data: install-data-recursive
730 uninstall: uninstall-recursive
732 install-am: all-am
733         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
735 installcheck: installcheck-recursive
736 install-strip:
737         if test -z '$(STRIP)'; then \
738           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
739             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
740               install; \
741         else \
742           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
743             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
744             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
745         fi
746 mostlyclean-generic:
748 clean-generic:
750 distclean-generic:
751         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
752         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
754 maintainer-clean-generic:
755         @echo "This command is intended for maintainers to use"
756         @echo "it deletes files that may require special tools to rebuild."
757 clean: clean-recursive
759 clean-am: clean-generic clean-libtool mostlyclean-am
761 distclean: distclean-recursive
762         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
763         -rm -f Makefile
764 distclean-am: clean-am distclean-generic distclean-libtool \
765         distclean-tags
767 dvi: dvi-recursive
769 dvi-am:
771 html: html-recursive
773 html-am:
775 info: info-recursive
777 info-am:
779 install-data-am: install-ipcincludeHEADERS \
780         install-ipcincludeheapsHEADERS \
781         install-ipcincludeinterfacesHEADERS
783 install-dvi: install-dvi-recursive
785 install-dvi-am:
787 install-exec-am:
789 install-html: install-html-recursive
791 install-html-am:
793 install-info: install-info-recursive
795 install-info-am:
797 install-man:
799 install-pdf: install-pdf-recursive
801 install-pdf-am:
803 install-ps: install-ps-recursive
805 install-ps-am:
807 installcheck-am:
809 maintainer-clean: maintainer-clean-recursive
810         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811         -rm -rf $(top_srcdir)/autom4te.cache
812         -rm -f Makefile
813 maintainer-clean-am: distclean-am maintainer-clean-generic
815 mostlyclean: mostlyclean-recursive
817 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
819 pdf: pdf-recursive
821 pdf-am:
823 ps: ps-recursive
825 ps-am:
827 uninstall-am: uninstall-ipcincludeHEADERS \
828         uninstall-ipcincludeheapsHEADERS \
829         uninstall-ipcincludeinterfacesHEADERS
831 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
832         install-am install-strip tags-recursive
834 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
835         all all-am am--refresh check check-am clean clean-generic \
836         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
837         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
838         dist-zip distcheck distclean distclean-generic \
839         distclean-libtool distclean-tags distcleancheck distdir \
840         distuninstallcheck dvi dvi-am html html-am info info-am \
841         install install-am install-data install-data-am install-dvi \
842         install-dvi-am install-exec install-exec-am install-html \
843         install-html-am install-info install-info-am \
844         install-ipcincludeHEADERS install-ipcincludeheapsHEADERS \
845         install-ipcincludeinterfacesHEADERS install-man install-pdf \
846         install-pdf-am install-ps install-ps-am install-strip \
847         installcheck installcheck-am installdirs installdirs-am \
848         maintainer-clean maintainer-clean-generic mostlyclean \
849         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
850         tags tags-recursive uninstall uninstall-am \
851         uninstall-ipcincludeHEADERS uninstall-ipcincludeheapsHEADERS \
852         uninstall-ipcincludeinterfacesHEADERS
855 # Tell versions [3.59,3.63) of GNU make to not export all variables.
856 # Otherwise a system limit (for SysV at least) may be exceeded.
857 .NOEXPORT: