]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/src/utils/Makefile.in
Linux: Update user AF_RPMSG define for 5.15+ kernels
[ipc/ipcdev.git] / linux / src / utils / 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@
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21   if test -z '$(MAKELEVEL)'; then \
22     false; \
23   elif test -n '$(MAKE_HOST)'; then \
24     true; \
25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26     true; \
27   else \
28     false; \
29   fi; \
30 }
31 am__make_running_with_option = \
32   case $${target_option-} in \
33       ?) ;; \
34       *) echo "am__make_running_with_option: internal error: invalid" \
35               "target option '$${target_option-}' specified" >&2; \
36          exit 1;; \
37   esac; \
38   has_opt=no; \
39   sane_makeflags=$$MAKEFLAGS; \
40   if $(am__is_gnu_make); then \
41     sane_makeflags=$$MFLAGS; \
42   else \
43     case $$MAKEFLAGS in \
44       *\\[\ \   ]*) \
45         bs=\\; \
46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
48     esac; \
49   fi; \
50   skip_next=no; \
51   strip_trailopt () \
52   { \
53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54   }; \
55   for flg in $$sane_makeflags; do \
56     test $$skip_next = yes && { skip_next=no; continue; }; \
57     case $$flg in \
58       *=*|--*) continue;; \
59         -*I) strip_trailopt 'I'; skip_next=yes;; \
60       -*I?*) strip_trailopt 'I';; \
61         -*O) strip_trailopt 'O'; skip_next=yes;; \
62       -*O?*) strip_trailopt 'O';; \
63         -*l) strip_trailopt 'l'; skip_next=yes;; \
64       -*l?*) strip_trailopt 'l';; \
65       -[dEDm]) skip_next=yes;; \
66       -[JT]) skip_next=yes;; \
67     esac; \
68     case $$flg in \
69       *$$target_option*) has_opt=yes; break;; \
70     esac; \
71   done; \
72   test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 @KERNEL_INSTALL_DIR_TRUE@am__append_1 = -I$(KERNEL_INSTALL_DIR)/include/generated/uapi
94 @AF_RPMSG_TRUE@am__append_2 = -DAF_RPMSG=$(AF_RPMSG)
95 subdir = linux/src/utils
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(libtiipcutils_la_HEADERS) \
101         $(libtiipcutils_lad_la_HEADERS) $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_CLEAN_FILES = libtiipcutils.pc
104 CONFIG_CLEAN_VPATH_FILES =
105 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
106 am__vpath_adj = case $$p in \
107     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108     *) f=$$p;; \
109   esac;
110 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
111 am__install_max = 40
112 am__nobase_strip_setup = \
113   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
114 am__nobase_strip = \
115   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
116 am__nobase_list = $(am__nobase_strip_setup); \
117   for p in $$list; do echo "$$p $$p"; done | \
118   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
119   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120     if (++n[$$2] == $(am__install_max)) \
121       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122     END { for (dir in files) print dir, files[dir] }'
123 am__base_list = \
124   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
125   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
126 am__uninstall_files_from_dir = { \
127   test -z "$$files" \
128     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
129     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
130          $(am__cd) "$$dir" && rm -f $$files; }; \
131   }
132 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
133         "$(DESTDIR)$(libtiipcutils_ladir)" \
134         "$(DESTDIR)$(libtiipcutils_lad_ladir)"
135 LTLIBRARIES = $(lib_LTLIBRARIES)
136 libtiipcutils_la_LIBADD =
137 am__objects_1 =
138 am_libtiipcutils_la_OBJECTS = $(am__objects_1) LAD_client.lo \
139         MultiProc.lo MultiProc_app.lo SocketFxns.lo
140 libtiipcutils_la_OBJECTS = $(am_libtiipcutils_la_OBJECTS)
141 AM_V_lt = $(am__v_lt_@AM_V@)
142 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 am__v_lt_0 = --silent
144 am__v_lt_1 = 
145 libtiipcutils_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
146         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
147         $(AM_CFLAGS) $(CFLAGS) $(libtiipcutils_la_LDFLAGS) $(LDFLAGS) \
148         -o $@
149 libtiipcutils_lad_la_LIBADD =
150 am_libtiipcutils_lad_la_OBJECTS = $(am__objects_1) LAD_client.lo \
151         MultiProc.lo SocketFxns.lo
152 libtiipcutils_lad_la_OBJECTS = $(am_libtiipcutils_lad_la_OBJECTS)
153 libtiipcutils_lad_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
154         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
155         $(AM_CFLAGS) $(CFLAGS) $(libtiipcutils_lad_la_LDFLAGS) \
156         $(LDFLAGS) -o $@
157 AM_V_P = $(am__v_P_@AM_V@)
158 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159 am__v_P_0 = false
160 am__v_P_1 = :
161 AM_V_GEN = $(am__v_GEN_@AM_V@)
162 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163 am__v_GEN_0 = @echo "  GEN     " $@;
164 am__v_GEN_1 = 
165 AM_V_at = $(am__v_at_@AM_V@)
166 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167 am__v_at_0 = @
168 am__v_at_1 = 
169 DEFAULT_INCLUDES = -I.@am__isrc@
170 depcomp = $(SHELL) $(top_srcdir)/linux/build-aux/depcomp
171 am__depfiles_maybe = depfiles
172 am__mv = mv -f
173 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
177         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178         $(AM_CFLAGS) $(CFLAGS)
179 AM_V_CC = $(am__v_CC_@AM_V@)
180 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181 am__v_CC_0 = @echo "  CC      " $@;
182 am__v_CC_1 = 
183 CCLD = $(CC)
184 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186         $(AM_LDFLAGS) $(LDFLAGS) -o $@
187 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189 am__v_CCLD_0 = @echo "  CCLD    " $@;
190 am__v_CCLD_1 = 
191 SOURCES = $(libtiipcutils_la_SOURCES) $(libtiipcutils_lad_la_SOURCES)
192 DIST_SOURCES = $(libtiipcutils_la_SOURCES) \
193         $(libtiipcutils_lad_la_SOURCES)
194 am__can_run_installinfo = \
195   case $$AM_UPDATE_INFO_DIR in \
196     n|no|NO) false;; \
197     *) (install-info --version) >/dev/null 2>&1;; \
198   esac
199 DATA = $(pkgconfig_DATA)
200 HEADERS = $(libtiipcutils_la_HEADERS) $(libtiipcutils_lad_la_HEADERS)
201 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202 # Read a list of newline-separated strings from the standard input,
203 # and print each of them once, without duplicates.  Input order is
204 # *not* preserved.
205 am__uniquify_input = $(AWK) '\
206   BEGIN { nonempty = 0; } \
207   { items[$$0] = 1; nonempty = 1; } \
208   END { if (nonempty) { for (i in items) print i; }; } \
210 # Make sure the list of sources is unique.  This is necessary because,
211 # e.g., the same source file might be shared among _SOURCES variables
212 # for different programs/libraries.
213 am__define_uniq_tagged_files = \
214   list='$(am__tagged_files)'; \
215   unique=`for i in $$list; do \
216     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217   done | $(am__uniquify_input)`
218 ETAGS = etags
219 CTAGS = ctags
220 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libtiipcutils.pc.in \
221         $(top_srcdir)/linux/build-aux/depcomp
222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223 ACLOCAL = @ACLOCAL@
224 AF_RPMSG = @AF_RPMSG@
225 AMTAR = @AMTAR@
227 # additional include paths necessary to compile the library
228 AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall \
229         $(am__append_1) $(am__append_2) -I$(top_srcdir)/linux/include \
230         -I$(top_srcdir)/packages @AM_CFLAGS@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232 AM_LDFLAGS = @AM_LDFLAGS@
233 AR = @AR@
234 AUTOCONF = @AUTOCONF@
235 AUTOHEADER = @AUTOHEADER@
236 AUTOMAKE = @AUTOMAKE@
237 AWK = @AWK@
238 CC = @CC@
239 CCDEPMODE = @CCDEPMODE@
240 CFLAGS = @CFLAGS@
241 CMEM_INSTALL_DIR = @CMEM_INSTALL_DIR@
242 CPP = @CPP@
243 CPPFLAGS = @CPPFLAGS@
244 CYGPATH_W = @CYGPATH_W@
245 DEFS = @DEFS@
246 DEPDIR = @DEPDIR@
247 DLLTOOL = @DLLTOOL@
248 DRM_PREFIX = @DRM_PREFIX@
249 DSYMUTIL = @DSYMUTIL@
250 DUMPBIN = @DUMPBIN@
251 ECHO_C = @ECHO_C@
252 ECHO_N = @ECHO_N@
253 ECHO_T = @ECHO_T@
254 EGREP = @EGREP@
255 EXEEXT = @EXEEXT@
256 FGREP = @FGREP@
257 GREP = @GREP@
258 INSTALL = @INSTALL@
259 INSTALL_DATA = @INSTALL_DATA@
260 INSTALL_PROGRAM = @INSTALL_PROGRAM@
261 INSTALL_SCRIPT = @INSTALL_SCRIPT@
262 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
264 LD = @LD@
265 LDFLAGS = @LDFLAGS@
266 LIBOBJS = @LIBOBJS@
267 LIBS = @LIBS@
268 LIBTOOL = @LIBTOOL@
269 LIPO = @LIPO@
270 LN_S = @LN_S@
271 LTLIBOBJS = @LTLIBOBJS@
272 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
273 MAINT = @MAINT@
274 MAKEINFO = @MAKEINFO@
275 MANIFEST_TOOL = @MANIFEST_TOOL@
276 MKDIR_P = @MKDIR_P@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 OBJDUMP = @OBJDUMP@
280 OBJEXT = @OBJEXT@
281 OTOOL = @OTOOL@
282 OTOOL64 = @OTOOL64@
283 PACKAGE = @PACKAGE@
284 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
285 PACKAGE_NAME = @PACKAGE_NAME@
286 PACKAGE_STRING = @PACKAGE_STRING@
287 PACKAGE_TARNAME = @PACKAGE_TARNAME@
288 PACKAGE_URL = @PACKAGE_URL@
289 PACKAGE_VERSION = @PACKAGE_VERSION@
290 PATH_SEPARATOR = @PATH_SEPARATOR@
291 PLATFORM = @PLATFORM@
292 RANLIB = @RANLIB@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 STRIP = @STRIP@
297 VERSION = @VERSION@
298 abs_builddir = @abs_builddir@
299 abs_srcdir = @abs_srcdir@
300 abs_top_builddir = @abs_top_builddir@
301 abs_top_srcdir = @abs_top_srcdir@
302 ac_ct_AR = @ac_ct_AR@
303 ac_ct_CC = @ac_ct_CC@
304 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
305 am__include = @am__include@
306 am__leading_dot = @am__leading_dot@
307 am__quote = @am__quote@
308 am__tar = @am__tar@
309 am__untar = @am__untar@
310 bindir = @bindir@
311 build = @build@
312 build_alias = @build_alias@
313 build_cpu = @build_cpu@
314 build_os = @build_os@
315 build_vendor = @build_vendor@
316 builddir = @builddir@
317 datadir = @datadir@
318 datarootdir = @datarootdir@
319 docdir = @docdir@
320 dvidir = @dvidir@
321 exec_prefix = @exec_prefix@
322 host = @host@
323 host_alias = @host_alias@
324 host_cpu = @host_cpu@
325 host_os = @host_os@
326 host_vendor = @host_vendor@
327 htmldir = @htmldir@
328 includedir = @includedir@
329 infodir = @infodir@
330 install_sh = @install_sh@
331 libdir = @libdir@
332 libexecdir = @libexecdir@
333 localedir = @localedir@
334 localstatedir = @localstatedir@
335 mandir = @mandir@
336 mkdir_p = @mkdir_p@
337 oldincludedir = @oldincludedir@
338 pdfdir = @pdfdir@
339 prefix = @prefix@
340 program_transform_name = @program_transform_name@
341 psdir = @psdir@
342 runstatedir = @runstatedir@
343 sbindir = @sbindir@
344 sharedstatedir = @sharedstatedir@
345 srcdir = @srcdir@
346 sysconfdir = @sysconfdir@
347 target_alias = @target_alias@
348 top_build_prefix = @top_build_prefix@
349 top_builddir = @top_builddir@
350 top_srcdir = @top_srcdir@
352 ###############################################################################
353 # THE LIBRARIES TO BUILD
354 ###############################################################################
356 # the library names to build (note we are building shared libs)
357 lib_LTLIBRARIES = libtiipcutils.la libtiipcutils_lad.la
359 # where to install the headers on the system
360 libtiipcutils_ladir = $(includedir)
361 libtiipcutils_lad_ladir = $(includedir)
363 # the list of header files that belong to the library (to be installed later)
364 libtiipcutils_la_HEADERS = 
365 libtiipcutils_lad_la_HEADERS = 
367 # the sources to add to the library and to add to the source distribution
368 libtiipcutils_la_SOURCES = \
369                         $(libtiipcutils_la_HEADERS) \
370                         $(top_srcdir)/linux/include/ladclient.h \
371                         $(top_srcdir)/linux/include/_lad.h \
372                         $(top_srcdir)/linux/include/_MultiProc.h \
373                         $(top_srcdir)/linux/include/net/rpmsg.h \
374                         $(top_srcdir)/linux/include/ti/ipc/Std.h \
375                         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
376                         LAD_client.c \
377                         $(top_srcdir)/hlos_common/src/utils/MultiProc.c \
378                         MultiProc_app.c \
379                         SocketFxns.c
381 libtiipcutils_lad_la_SOURCES = \
382                         $(libtiipcutils_la_HEADERS) \
383                         $(top_srcdir)/linux/include/ladclient.h \
384                         $(top_srcdir)/linux/include/_lad.h \
385                         $(top_srcdir)/linux/include/_MultiProc.h \
386                         $(top_srcdir)/linux/include/net/rpmsg.h \
387                         $(top_srcdir)/linux/include/ti/ipc/Std.h \
388                         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
389                         LAD_client.c \
390                         $(top_srcdir)/hlos_common/src/utils/MultiProc.c \
391                         SocketFxns.c
394 # Add version info to the shared library
395 libtiipcutils_la_LDFLAGS = -version-info 1:0:0
396 libtiipcutils_lad_la_LDFLAGS = -version-info 1:0:0
397 pkgconfig_DATA = libtiipcutils.pc
398 pkgconfigdir = $(libdir)/pkgconfig
399 all: all-am
401 .SUFFIXES:
402 .SUFFIXES: .c .lo .o .obj
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               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408                 && { if test -f $@; then exit 0; else break; fi; }; \
409               exit 1;; \
410           esac; \
411         done; \
412         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign linux/src/utils/Makefile'; \
413         $(am__cd) $(top_srcdir) && \
414           $(AUTOMAKE) --foreign linux/src/utils/Makefile
415 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416         @case '$?' in \
417           *config.status*) \
418             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
419           *) \
420             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
421             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
422         esac;
424 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
425         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
428         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
429 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(am__aclocal_m4_deps):
432 libtiipcutils.pc: $(top_builddir)/config.status $(srcdir)/libtiipcutils.pc.in
433         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
435 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
436         @$(NORMAL_INSTALL)
437         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
438         list2=; for p in $$list; do \
439           if test -f $$p; then \
440             list2="$$list2 $$p"; \
441           else :; fi; \
442         done; \
443         test -z "$$list2" || { \
444           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
445           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
446           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
447           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
448         }
450 uninstall-libLTLIBRARIES:
451         @$(NORMAL_UNINSTALL)
452         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
453         for p in $$list; do \
454           $(am__strip_dir) \
455           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
456           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
457         done
459 clean-libLTLIBRARIES:
460         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
461         @list='$(lib_LTLIBRARIES)'; \
462         locs=`for p in $$list; do echo $$p; done | \
463               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
464               sort -u`; \
465         test -z "$$locs" || { \
466           echo rm -f $${locs}; \
467           rm -f $${locs}; \
468         }
470 libtiipcutils.la: $(libtiipcutils_la_OBJECTS) $(libtiipcutils_la_DEPENDENCIES) $(EXTRA_libtiipcutils_la_DEPENDENCIES) 
471         $(AM_V_CCLD)$(libtiipcutils_la_LINK) -rpath $(libdir) $(libtiipcutils_la_OBJECTS) $(libtiipcutils_la_LIBADD) $(LIBS)
473 libtiipcutils_lad.la: $(libtiipcutils_lad_la_OBJECTS) $(libtiipcutils_lad_la_DEPENDENCIES) $(EXTRA_libtiipcutils_lad_la_DEPENDENCIES) 
474         $(AM_V_CCLD)$(libtiipcutils_lad_la_LINK) -rpath $(libdir) $(libtiipcutils_lad_la_OBJECTS) $(libtiipcutils_lad_la_LIBADD) $(LIBS)
476 mostlyclean-compile:
477         -rm -f *.$(OBJEXT)
479 distclean-compile:
480         -rm -f *.tab.c
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LAD_client.Plo@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MultiProc.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MultiProc_app.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SocketFxns.Plo@am__quote@
487 .c.o:
488 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
489 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
494 .c.obj:
495 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
496 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
501 .c.lo:
502 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
503 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
508 MultiProc.lo: $(top_srcdir)/hlos_common/src/utils/MultiProc.c
509 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT MultiProc.lo -MD -MP -MF $(DEPDIR)/MultiProc.Tpo -c -o MultiProc.lo `test -f '$(top_srcdir)/hlos_common/src/utils/MultiProc.c' || echo '$(srcdir)/'`$(top_srcdir)/hlos_common/src/utils/MultiProc.c
510 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/MultiProc.Tpo $(DEPDIR)/MultiProc.Plo
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_srcdir)/hlos_common/src/utils/MultiProc.c' object='MultiProc.lo' libtool=yes @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o MultiProc.lo `test -f '$(top_srcdir)/hlos_common/src/utils/MultiProc.c' || echo '$(srcdir)/'`$(top_srcdir)/hlos_common/src/utils/MultiProc.c
515 mostlyclean-libtool:
516         -rm -f *.lo
518 clean-libtool:
519         -rm -rf .libs _libs
520 install-pkgconfigDATA: $(pkgconfig_DATA)
521         @$(NORMAL_INSTALL)
522         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
523         if test -n "$$list"; then \
524           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
525           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
526         fi; \
527         for p in $$list; do \
528           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
529           echo "$$d$$p"; \
530         done | $(am__base_list) | \
531         while read files; do \
532           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
533           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
534         done
536 uninstall-pkgconfigDATA:
537         @$(NORMAL_UNINSTALL)
538         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
539         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
540         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
541 install-libtiipcutils_laHEADERS: $(libtiipcutils_la_HEADERS)
542         @$(NORMAL_INSTALL)
543         @list='$(libtiipcutils_la_HEADERS)'; test -n "$(libtiipcutils_ladir)" || list=; \
544         if test -n "$$list"; then \
545           echo " $(MKDIR_P) '$(DESTDIR)$(libtiipcutils_ladir)'"; \
546           $(MKDIR_P) "$(DESTDIR)$(libtiipcutils_ladir)" || exit 1; \
547         fi; \
548         for p in $$list; do \
549           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
550           echo "$$d$$p"; \
551         done | $(am__base_list) | \
552         while read files; do \
553           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiipcutils_ladir)'"; \
554           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiipcutils_ladir)" || exit $$?; \
555         done
557 uninstall-libtiipcutils_laHEADERS:
558         @$(NORMAL_UNINSTALL)
559         @list='$(libtiipcutils_la_HEADERS)'; test -n "$(libtiipcutils_ladir)" || list=; \
560         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
561         dir='$(DESTDIR)$(libtiipcutils_ladir)'; $(am__uninstall_files_from_dir)
562 install-libtiipcutils_lad_laHEADERS: $(libtiipcutils_lad_la_HEADERS)
563         @$(NORMAL_INSTALL)
564         @list='$(libtiipcutils_lad_la_HEADERS)'; test -n "$(libtiipcutils_lad_ladir)" || list=; \
565         if test -n "$$list"; then \
566           echo " $(MKDIR_P) '$(DESTDIR)$(libtiipcutils_lad_ladir)'"; \
567           $(MKDIR_P) "$(DESTDIR)$(libtiipcutils_lad_ladir)" || exit 1; \
568         fi; \
569         for p in $$list; do \
570           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
571           echo "$$d$$p"; \
572         done | $(am__base_list) | \
573         while read files; do \
574           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libtiipcutils_lad_ladir)'"; \
575           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libtiipcutils_lad_ladir)" || exit $$?; \
576         done
578 uninstall-libtiipcutils_lad_laHEADERS:
579         @$(NORMAL_UNINSTALL)
580         @list='$(libtiipcutils_lad_la_HEADERS)'; test -n "$(libtiipcutils_lad_ladir)" || list=; \
581         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
582         dir='$(DESTDIR)$(libtiipcutils_lad_ladir)'; $(am__uninstall_files_from_dir)
584 ID: $(am__tagged_files)
585         $(am__define_uniq_tagged_files); mkid -fID $$unique
586 tags: tags-am
587 TAGS: tags
589 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590         set x; \
591         here=`pwd`; \
592         $(am__define_uniq_tagged_files); \
593         shift; \
594         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595           test -n "$$unique" || unique=$$empty_fix; \
596           if test $$# -gt 0; then \
597             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598               "$$@" $$unique; \
599           else \
600             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601               $$unique; \
602           fi; \
603         fi
604 ctags: ctags-am
606 CTAGS: ctags
607 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608         $(am__define_uniq_tagged_files); \
609         test -z "$(CTAGS_ARGS)$$unique" \
610           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611              $$unique
613 GTAGS:
614         here=`$(am__cd) $(top_builddir) && pwd` \
615           && $(am__cd) $(top_srcdir) \
616           && gtags -i $(GTAGS_ARGS) "$$here"
617 cscopelist: cscopelist-am
619 cscopelist-am: $(am__tagged_files)
620         list='$(am__tagged_files)'; \
621         case "$(srcdir)" in \
622           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
623           *) sdir=$(subdir)/$(srcdir) ;; \
624         esac; \
625         for i in $$list; do \
626           if test -f "$$i"; then \
627             echo "$(subdir)/$$i"; \
628           else \
629             echo "$$sdir/$$i"; \
630           fi; \
631         done >> $(top_builddir)/cscope.files
633 distclean-tags:
634         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
636 distdir: $(DISTFILES)
637         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
639         list='$(DISTFILES)'; \
640           dist_files=`for file in $$list; do echo $$file; done | \
641           sed -e "s|^$$srcdirstrip/||;t" \
642               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
643         case $$dist_files in \
644           */*) $(MKDIR_P) `echo "$$dist_files" | \
645                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646                            sort -u` ;; \
647         esac; \
648         for file in $$dist_files; do \
649           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
650           if test -d $$d/$$file; then \
651             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
652             if test -d "$(distdir)/$$file"; then \
653               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654             fi; \
655             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
656               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
657               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658             fi; \
659             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
660           else \
661             test -f "$(distdir)/$$file" \
662             || cp -p $$d/$$file "$(distdir)/$$file" \
663             || exit 1; \
664           fi; \
665         done
666 check-am: all-am
667 check: check-am
668 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
669 installdirs:
670         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libtiipcutils_ladir)" "$(DESTDIR)$(libtiipcutils_lad_ladir)"; do \
671           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
672         done
673 install: install-am
674 install-exec: install-exec-am
675 install-data: install-data-am
676 uninstall: uninstall-am
678 install-am: all-am
679         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
681 installcheck: installcheck-am
682 install-strip:
683         if test -z '$(STRIP)'; then \
684           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686               install; \
687         else \
688           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
691         fi
692 mostlyclean-generic:
694 clean-generic:
696 distclean-generic:
697         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
700 maintainer-clean-generic:
701         @echo "This command is intended for maintainers to use"
702         @echo "it deletes files that may require special tools to rebuild."
703 clean: clean-am
705 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
706         mostlyclean-am
708 distclean: distclean-am
709         -rm -rf ./$(DEPDIR)
710         -rm -f Makefile
711 distclean-am: clean-am distclean-compile distclean-generic \
712         distclean-tags
714 dvi: dvi-am
716 dvi-am:
718 html: html-am
720 html-am:
722 info: info-am
724 info-am:
726 install-data-am: install-libtiipcutils_laHEADERS \
727         install-libtiipcutils_lad_laHEADERS install-pkgconfigDATA
729 install-dvi: install-dvi-am
731 install-dvi-am:
733 install-exec-am: install-libLTLIBRARIES
735 install-html: install-html-am
737 install-html-am:
739 install-info: install-info-am
741 install-info-am:
743 install-man:
745 install-pdf: install-pdf-am
747 install-pdf-am:
749 install-ps: install-ps-am
751 install-ps-am:
753 installcheck-am:
755 maintainer-clean: maintainer-clean-am
756         -rm -rf ./$(DEPDIR)
757         -rm -f Makefile
758 maintainer-clean-am: distclean-am maintainer-clean-generic
760 mostlyclean: mostlyclean-am
762 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
763         mostlyclean-libtool
765 pdf: pdf-am
767 pdf-am:
769 ps: ps-am
771 ps-am:
773 uninstall-am: uninstall-libLTLIBRARIES \
774         uninstall-libtiipcutils_laHEADERS \
775         uninstall-libtiipcutils_lad_laHEADERS uninstall-pkgconfigDATA
777 .MAKE: install-am install-strip
779 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
780         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
781         ctags-am distclean distclean-compile distclean-generic \
782         distclean-libtool distclean-tags distdir dvi dvi-am html \
783         html-am info info-am install install-am install-data \
784         install-data-am install-dvi install-dvi-am install-exec \
785         install-exec-am install-html install-html-am install-info \
786         install-info-am install-libLTLIBRARIES \
787         install-libtiipcutils_laHEADERS \
788         install-libtiipcutils_lad_laHEADERS install-man install-pdf \
789         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
790         install-strip installcheck installcheck-am installdirs \
791         maintainer-clean maintainer-clean-generic mostlyclean \
792         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
793         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
794         uninstall-libLTLIBRARIES uninstall-libtiipcutils_laHEADERS \
795         uninstall-libtiipcutils_lad_laHEADERS uninstall-pkgconfigDATA
797 .PRECIOUS: Makefile
800 ###############################################################################
802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
803 # Otherwise a system limit (for SysV at least) may be exceeded.
804 .NOEXPORT: