]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/src/api/Makefile.in
Add fault tolerance for TransportRpmsg socket failure
[ipc/ipcdev.git] / linux / src / api / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 @DRA7XX_TRUE@am__append_1 = -DGATEMP_SUPPORT
42 @KERNEL_INSTALL_DIR_TRUE@am__append_2 = -I$(KERNEL_INSTALL_DIR)/include/generated/uapi
43 @DRA7XX_TRUE@am__append_3 = $(top_srcdir)/linux/include/IGateProvider.h \
44 @DRA7XX_TRUE@                        $(top_srcdir)/linux/include/GateHWSpinlock.h \
45 @DRA7XX_TRUE@                        $(top_srcdir)/linux/include/GateMutex.h \
46 @DRA7XX_TRUE@                        $(top_srcdir)/linux/include/GateMP_config.h \
47 @DRA7XX_TRUE@                        $(top_srcdir)/linux/include/_GateMP.h \
48 @DRA7XX_TRUE@                        $(top_srcdir)/packages/ti/ipc/GateMP.h \
49 @DRA7XX_TRUE@                        $(top_srcdir)/linux/src/api/gates/GateMP.c \
50 @DRA7XX_TRUE@                        $(top_srcdir)/linux/src/api/gates/GateMutex.c \
51 @DRA7XX_TRUE@                        $(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c
53 subdir = linux/src/api
54 DIST_COMMON = $(libtiipc_la_HEADERS) $(srcdir)/Makefile.am \
55         $(srcdir)/Makefile.in $(srcdir)/libtiipc.pc.in
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 mkinstalldirs = $(install_sh) -d
61 CONFIG_CLEAN_FILES = libtiipc.pc
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65     *) f=$$p;; \
66   esac;
67 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
69         "$(DESTDIR)$(libtiipc_ladir)"
70 libLTLIBRARIES_INSTALL = $(INSTALL)
71 LTLIBRARIES = $(lib_LTLIBRARIES)
72 libtiipc_la_LIBADD =
73 am__libtiipc_la_SOURCES_DIST =  \
74         $(top_srcdir)/linux/include/ti/ipc/Std.h \
75         $(top_srcdir)/linux/include/_MultiProc.h \
76         $(top_srcdir)/hlos_common/include/_MessageQ.h \
77         $(top_srcdir)/hlos_common/include/_NameServer.h \
78         $(top_srcdir)/linux/include/ladclient.h \
79         $(top_srcdir)/linux/include/_lad.h \
80         $(top_srcdir)/linux/include/SocketFxns.h \
81         $(top_srcdir)/linux/include/net/rpmsg.h \
82         $(top_srcdir)/packages/ti/ipc/Ipc.h \
83         $(top_srcdir)/packages/ti/ipc/NameServer.h \
84         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
85         $(top_srcdir)/packages/ti/ipc/MessageQ.h MessageQ.c \
86         MultiProc.c NameServer.c Ipc.c \
87         $(top_srcdir)/linux/include/IGateProvider.h \
88         $(top_srcdir)/linux/include/GateHWSpinlock.h \
89         $(top_srcdir)/linux/include/GateMutex.h \
90         $(top_srcdir)/linux/include/GateMP_config.h \
91         $(top_srcdir)/linux/include/_GateMP.h \
92         $(top_srcdir)/packages/ti/ipc/GateMP.h \
93         $(top_srcdir)/linux/src/api/gates/GateMP.c \
94         $(top_srcdir)/linux/src/api/gates/GateMutex.c \
95         $(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c
96 am__objects_1 =
97 @DRA7XX_TRUE@am__objects_2 = GateMP.lo GateMutex.lo GateHWSpinlock.lo
98 am_libtiipc_la_OBJECTS = $(am__objects_1) MessageQ.lo MultiProc.lo \
99         NameServer.lo Ipc.lo $(am__objects_2)
100 libtiipc_la_OBJECTS = $(am_libtiipc_la_OBJECTS)
101 DEFAULT_INCLUDES = -I. -I$(srcdir)
102 depcomp = $(SHELL) $(top_srcdir)/linux/build-aux/depcomp
103 am__depfiles_maybe = depfiles
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
107         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
108         $(AM_CFLAGS) $(CFLAGS)
109 CCLD = $(CC)
110 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111         $(AM_LDFLAGS) $(LDFLAGS) -o $@
112 SOURCES = $(libtiipc_la_SOURCES)
113 DIST_SOURCES = $(am__libtiipc_la_SOURCES_DIST)
114 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
115 DATA = $(pkgconfig_DATA)
116 libtiipc_laHEADERS_INSTALL = $(INSTALL_HEADER)
117 HEADERS = $(libtiipc_la_HEADERS)
118 ETAGS = etags
119 CTAGS = ctags
120 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121 ACLOCAL = @ACLOCAL@
122 AF_RPMSG = @AF_RPMSG@
123 AF_RPMSG_FALSE = @AF_RPMSG_FALSE@
124 AF_RPMSG_TRUE = @AF_RPMSG_TRUE@
125 AMDEP_FALSE = @AMDEP_FALSE@
126 AMDEP_TRUE = @AMDEP_TRUE@
127 AMTAR = @AMTAR@
129 # additional include paths necessary to compile the library
130 AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall \
131         $(am__append_1) $(am__append_2) -I$(top_srcdir)/linux/include \
132         -I$(top_srcdir)/packages @AM_CFLAGS@
133 AM_LDFLAGS = @AM_LDFLAGS@
134 AR = @AR@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 C66AK2E_FALSE = @C66AK2E_FALSE@
140 C66AK2E_TRUE = @C66AK2E_TRUE@
141 CC = @CC@
142 CCDEPMODE = @CCDEPMODE@
143 CFLAGS = @CFLAGS@
144 CMEM_FALSE = @CMEM_FALSE@
145 CMEM_INSTALL_DIR = @CMEM_INSTALL_DIR@
146 CMEM_TRUE = @CMEM_TRUE@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CXX = @CXX@
150 CXXCPP = @CXXCPP@
151 CXXDEPMODE = @CXXDEPMODE@
152 CXXFLAGS = @CXXFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DRA7XX_FALSE = @DRA7XX_FALSE@
157 DRA7XX_TRUE = @DRA7XX_TRUE@
158 DRM_FALSE = @DRM_FALSE@
159 DRM_PREFIX = @DRM_PREFIX@
160 DRM_TRUE = @DRM_TRUE@
161 ECHO = @ECHO@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 EXEEXT = @EXEEXT@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 KDIR_FALSE = @KDIR_FALSE@
172 KDIR_TRUE = @KDIR_TRUE@
173 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
174 KERNEL_INSTALL_DIR_FALSE = @KERNEL_INSTALL_DIR_FALSE@
175 KERNEL_INSTALL_DIR_TRUE = @KERNEL_INSTALL_DIR_TRUE@
176 LDFLAGS = @LDFLAGS@
177 LIBOBJS = @LIBOBJS@
178 LIBS = @LIBS@
179 LIBTOOL = @LIBTOOL@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAINT = @MAINT@
183 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
185 MAKEINFO = @MAKEINFO@
186 OBJEXT = @OBJEXT@
187 OMAP54XX_SMP_FALSE = @OMAP54XX_SMP_FALSE@
188 OMAP54XX_SMP_TRUE = @OMAP54XX_SMP_TRUE@
189 OMAPL138_FALSE = @OMAPL138_FALSE@
190 OMAPL138_TRUE = @OMAPL138_TRUE@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PLATFORM = @PLATFORM@
199 RANLIB = @RANLIB@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202 STRIP = @STRIP@
203 TCI6614_FALSE = @TCI6614_FALSE@
204 TCI6614_TRUE = @TCI6614_TRUE@
205 TCI6630_FALSE = @TCI6630_FALSE@
206 TCI6630_TRUE = @TCI6630_TRUE@
207 TCI6636_FALSE = @TCI6636_FALSE@
208 TCI6636_TRUE = @TCI6636_TRUE@
209 TCI6638_FALSE = @TCI6638_FALSE@
210 TCI6638_TRUE = @TCI6638_TRUE@
211 VERSION = @VERSION@
212 ac_ct_AR = @ac_ct_AR@
213 ac_ct_CC = @ac_ct_CC@
214 ac_ct_CXX = @ac_ct_CXX@
215 ac_ct_RANLIB = @ac_ct_RANLIB@
216 ac_ct_STRIP = @ac_ct_STRIP@
217 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
218 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
219 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
220 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
221 am__include = @am__include@
222 am__leading_dot = @am__leading_dot@
223 am__quote = @am__quote@
224 am__tar = @am__tar@
225 am__untar = @am__untar@
226 bindir = @bindir@
227 build = @build@
228 build_alias = @build_alias@
229 build_cpu = @build_cpu@
230 build_os = @build_os@
231 build_vendor = @build_vendor@
232 datadir = @datadir@
233 exec_prefix = @exec_prefix@
234 host = @host@
235 host_alias = @host_alias@
236 host_cpu = @host_cpu@
237 host_os = @host_os@
238 host_vendor = @host_vendor@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 sysconfdir = @sysconfdir@
253 target_alias = @target_alias@
255 ###############################################################################
256 # THE LIBRARIES TO BUILD
257 ###############################################################################
259 # the library names to build (note we are building shared libs)
260 lib_LTLIBRARIES = libtiipc.la
262 # where to install the headers on the system
263 libtiipc_ladir = $(includedir)/ti/ipc
265 # the list of header files that belong to the library (to be installed later)
266 libtiipc_la_HEADERS = $(top_srcdir)/linux/include/ti/ipc/Std.h
268 # the sources to add to the library and to add to the source distribution
269 libtiipc_la_SOURCES = $(libtiipc_la_HEADERS) \
270         $(top_srcdir)/linux/include/_MultiProc.h \
271         $(top_srcdir)/hlos_common/include/_MessageQ.h \
272         $(top_srcdir)/hlos_common/include/_NameServer.h \
273         $(top_srcdir)/linux/include/ladclient.h \
274         $(top_srcdir)/linux/include/_lad.h \
275         $(top_srcdir)/linux/include/SocketFxns.h \
276         $(top_srcdir)/linux/include/net/rpmsg.h \
277         $(top_srcdir)/packages/ti/ipc/Ipc.h \
278         $(top_srcdir)/packages/ti/ipc/NameServer.h \
279         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
280         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
281         $(top_srcdir)/linux/include/ti/ipc/Std.h MessageQ.c \
282         MultiProc.c NameServer.c Ipc.c $(am__append_3)
284 # Add version info to the shared library
285 libtiipc_la_LDFLAGS = -version-info 1:0:0
286 pkgconfig_DATA = libtiipc.pc
287 pkgconfigdir = $(libdir)/pkgconfig
288 all: all-am
290 .SUFFIXES:
291 .SUFFIXES: .c .lo .o .obj
292 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
293         @for dep in $?; do \
294           case '$(am__configure_deps)' in \
295             *$$dep*) \
296               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
297                 && exit 0; \
298               exit 1;; \
299           esac; \
300         done; \
301         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  linux/src/api/Makefile'; \
302         cd $(top_srcdir) && \
303           $(AUTOMAKE) --foreign  linux/src/api/Makefile
304 .PRECIOUS: Makefile
305 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306         @case '$?' in \
307           *config.status*) \
308             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309           *) \
310             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312         esac;
314 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
318         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
320         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321 libtiipc.pc: $(top_builddir)/config.status $(srcdir)/libtiipc.pc.in
322         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
323 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
324         @$(NORMAL_INSTALL)
325         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
326         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
327           if test -f $$p; then \
328             f=$(am__strip_dir) \
329             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
330             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
331           else :; fi; \
332         done
334 uninstall-libLTLIBRARIES:
335         @$(NORMAL_UNINSTALL)
336         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
337           p=$(am__strip_dir) \
338           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
339           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
340         done
342 clean-libLTLIBRARIES:
343         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
344         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
345           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
346           test "$$dir" != "$$p" || dir=.; \
347           echo "rm -f \"$${dir}/so_locations\""; \
348           rm -f "$${dir}/so_locations"; \
349         done
350 libtiipc.la: $(libtiipc_la_OBJECTS) $(libtiipc_la_DEPENDENCIES) 
351         $(LINK) -rpath $(libdir) $(libtiipc_la_LDFLAGS) $(libtiipc_la_OBJECTS) $(libtiipc_la_LIBADD) $(LIBS)
353 mostlyclean-compile:
354         -rm -f *.$(OBJEXT)
356 distclean-compile:
357         -rm -f *.tab.c
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GateHWSpinlock.Plo@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GateMP.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GateMutex.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ipc.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageQ.Plo@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MultiProc.Plo@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NameServer.Plo@am__quote@
367 .c.o:
368 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
369 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
374 .c.obj:
375 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
376 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
379 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
381 .c.lo:
382 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
383 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
385 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
386 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
388 GateMP.lo: $(top_srcdir)/linux/src/api/gates/GateMP.c
389 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GateMP.lo -MD -MP -MF "$(DEPDIR)/GateMP.Tpo" -c -o GateMP.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateMP.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateMP.c; \
390 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/GateMP.Tpo" "$(DEPDIR)/GateMP.Plo"; else rm -f "$(DEPDIR)/GateMP.Tpo"; exit 1; fi
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/linux/src/api/gates/GateMP.c' object='GateMP.lo' libtool=yes @AMDEPBACKSLASH@
392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
393 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o GateMP.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateMP.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateMP.c
395 GateMutex.lo: $(top_srcdir)/linux/src/api/gates/GateMutex.c
396 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GateMutex.lo -MD -MP -MF "$(DEPDIR)/GateMutex.Tpo" -c -o GateMutex.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateMutex.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateMutex.c; \
397 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/GateMutex.Tpo" "$(DEPDIR)/GateMutex.Plo"; else rm -f "$(DEPDIR)/GateMutex.Tpo"; exit 1; fi
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/linux/src/api/gates/GateMutex.c' object='GateMutex.lo' libtool=yes @AMDEPBACKSLASH@
399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
400 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o GateMutex.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateMutex.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateMutex.c
402 GateHWSpinlock.lo: $(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c
403 @am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT GateHWSpinlock.lo -MD -MP -MF "$(DEPDIR)/GateHWSpinlock.Tpo" -c -o GateHWSpinlock.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c; \
404 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/GateHWSpinlock.Tpo" "$(DEPDIR)/GateHWSpinlock.Plo"; else rm -f "$(DEPDIR)/GateHWSpinlock.Tpo"; exit 1; fi
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c' object='GateHWSpinlock.lo' libtool=yes @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o GateHWSpinlock.lo `test -f '$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c' || echo '$(srcdir)/'`$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c
409 mostlyclean-libtool:
410         -rm -f *.lo
412 clean-libtool:
413         -rm -rf .libs _libs
415 distclean-libtool:
416         -rm -f libtool
417 uninstall-info-am:
418 install-pkgconfigDATA: $(pkgconfig_DATA)
419         @$(NORMAL_INSTALL)
420         test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
421         @list='$(pkgconfig_DATA)'; for p in $$list; do \
422           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
423           f=$(am__strip_dir) \
424           echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
425           $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
426         done
428 uninstall-pkgconfigDATA:
429         @$(NORMAL_UNINSTALL)
430         @list='$(pkgconfig_DATA)'; for p in $$list; do \
431           f=$(am__strip_dir) \
432           echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
433           rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
434         done
435 install-libtiipc_laHEADERS: $(libtiipc_la_HEADERS)
436         @$(NORMAL_INSTALL)
437         test -z "$(libtiipc_ladir)" || $(mkdir_p) "$(DESTDIR)$(libtiipc_ladir)"
438         @list='$(libtiipc_la_HEADERS)'; for p in $$list; do \
439           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440           f=$(am__strip_dir) \
441           echo " $(libtiipc_laHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libtiipc_ladir)/$$f'"; \
442           $(libtiipc_laHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libtiipc_ladir)/$$f"; \
443         done
445 uninstall-libtiipc_laHEADERS:
446         @$(NORMAL_UNINSTALL)
447         @list='$(libtiipc_la_HEADERS)'; for p in $$list; do \
448           f=$(am__strip_dir) \
449           echo " rm -f '$(DESTDIR)$(libtiipc_ladir)/$$f'"; \
450           rm -f "$(DESTDIR)$(libtiipc_ladir)/$$f"; \
451         done
453 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
454         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
455         unique=`for i in $$list; do \
456             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457           done | \
458           $(AWK) '    { files[$$0] = 1; } \
459                END { for (i in files) print i; }'`; \
460         mkid -fID $$unique
461 tags: TAGS
463 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
464                 $(TAGS_FILES) $(LISP)
465         tags=; \
466         here=`pwd`; \
467         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468         unique=`for i in $$list; do \
469             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470           done | \
471           $(AWK) '    { files[$$0] = 1; } \
472                END { for (i in files) print i; }'`; \
473         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
474           test -n "$$unique" || unique=$$empty_fix; \
475           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476             $$tags $$unique; \
477         fi
478 ctags: CTAGS
479 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
480                 $(TAGS_FILES) $(LISP)
481         tags=; \
482         here=`pwd`; \
483         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
484         unique=`for i in $$list; do \
485             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486           done | \
487           $(AWK) '    { files[$$0] = 1; } \
488                END { for (i in files) print i; }'`; \
489         test -z "$(CTAGS_ARGS)$$tags$$unique" \
490           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491              $$tags $$unique
493 GTAGS:
494         here=`$(am__cd) $(top_builddir) && pwd` \
495           && cd $(top_srcdir) \
496           && gtags -i $(GTAGS_ARGS) $$here
498 distclean-tags:
499         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501 distdir: $(DISTFILES)
502         $(mkdir_p) $(distdir)/../../../linux/include/ti/ipc
503         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
504         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
505         list='$(DISTFILES)'; for file in $$list; do \
506           case $$file in \
507             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
508             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
509           esac; \
510           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
512           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
513             dir="/$$dir"; \
514             $(mkdir_p) "$(distdir)$$dir"; \
515           else \
516             dir=''; \
517           fi; \
518           if test -d $$d/$$file; then \
519             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
521             fi; \
522             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
523           else \
524             test -f $(distdir)/$$file \
525             || cp -p $$d/$$file $(distdir)/$$file \
526             || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530 check: check-am
531 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
532 installdirs:
533         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libtiipc_ladir)"; do \
534           test -z "$$dir" || $(mkdir_p) "$$dir"; \
535         done
536 install: install-am
537 install-exec: install-exec-am
538 install-data: install-data-am
539 uninstall: uninstall-am
541 install-am: all-am
542         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
544 installcheck: installcheck-am
545 install-strip:
546         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548           `test -z '$(STRIP)' || \
549             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
550 mostlyclean-generic:
552 clean-generic:
554 distclean-generic:
555         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557 maintainer-clean-generic:
558         @echo "This command is intended for maintainers to use"
559         @echo "it deletes files that may require special tools to rebuild."
560 clean: clean-am
562 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
563         mostlyclean-am
565 distclean: distclean-am
566         -rm -rf ./$(DEPDIR)
567         -rm -f Makefile
568 distclean-am: clean-am distclean-compile distclean-generic \
569         distclean-libtool distclean-tags
571 dvi: dvi-am
573 dvi-am:
575 html: html-am
577 info: info-am
579 info-am:
581 install-data-am: install-libtiipc_laHEADERS install-pkgconfigDATA
583 install-exec-am: install-libLTLIBRARIES
585 install-info: install-info-am
587 install-man:
589 installcheck-am:
591 maintainer-clean: maintainer-clean-am
592         -rm -rf ./$(DEPDIR)
593         -rm -f Makefile
594 maintainer-clean-am: distclean-am maintainer-clean-generic
596 mostlyclean: mostlyclean-am
598 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
599         mostlyclean-libtool
601 pdf: pdf-am
603 pdf-am:
605 ps: ps-am
607 ps-am:
609 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
610         uninstall-libtiipc_laHEADERS uninstall-pkgconfigDATA
612 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
613         clean-libLTLIBRARIES clean-libtool ctags distclean \
614         distclean-compile distclean-generic distclean-libtool \
615         distclean-tags distdir dvi dvi-am html html-am info info-am \
616         install install-am install-data install-data-am install-exec \
617         install-exec-am install-info install-info-am \
618         install-libLTLIBRARIES install-libtiipc_laHEADERS install-man \
619         install-pkgconfigDATA install-strip installcheck \
620         installcheck-am installdirs maintainer-clean \
621         maintainer-clean-generic mostlyclean mostlyclean-compile \
622         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
623         tags uninstall uninstall-am uninstall-info-am \
624         uninstall-libLTLIBRARIES uninstall-libtiipc_laHEADERS \
625         uninstall-pkgconfigDATA
628 ###############################################################################
629 # Tell versions [3.59,3.63) of GNU make to not export all variables.
630 # Otherwise a system limit (for SysV at least) may be exceeded.
631 .NOEXPORT: