]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/src/api/Makefile.in
MessageQ: Fix MessageQ_get() dropping messages
[ipc/ipcdev.git] / linux / src / api / Makefile.in
index 05f6fce7f2fb77737a0b917bcf30e30ef759c2c1..75fef243aa83b0a3f7cbf56c63fc7b048474fc90 100644 (file)
@@ -57,8 +57,8 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(lib_LTLIBRARIES)
 libtiipc_la_LIBADD =
 am__objects_1 =
-am_libtiipc_la_OBJECTS = $(am__objects_1) MessageQ.lo NameServer.lo \
-       Ipc.lo
+am_libtiipc_la_OBJECTS = $(am__objects_1) MessageQ.lo MultiProc.lo \
+       NameServer.lo Ipc.lo
 libtiipc_la_OBJECTS = $(am_libtiipc_la_OBJECTS)
 DEFAULT_INCLUDES = -I. -I$(srcdir)
 depcomp = $(SHELL) $(top_srcdir)/linux/build-aux/depcomp
@@ -84,8 +84,8 @@ AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 
 # additional include paths necessary to compile the library
-AM_CFLAGS = -I$(top_srcdir)/linux/include -I$(top_srcdir)/packages \
-        -D_GNU_SOURCE -Wall @AM_CFLAGS@
+AM_CFLAGS = -I$(top_srcdir)/linux/include -I$(top_srcdir)/hlos_common/include \
+        -I$(top_srcdir)/packages -D_GNU_SOURCE -Wall @AM_CFLAGS@
 
 AM_LDFLAGS = @AM_LDFLAGS@
 AR = @AR@
@@ -108,6 +108,11 @@ CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
+DRA7XX_FALSE = @DRA7XX_FALSE@
+DRA7XX_TRUE = @DRA7XX_TRUE@
+DRM_FALSE = @DRM_FALSE@
+DRM_PREFIX = @DRM_PREFIX@
+DRM_TRUE = @DRM_TRUE@
 ECHO = @ECHO@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
@@ -118,6 +123,8 @@ INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+KDIR_FALSE = @KDIR_FALSE@
+KDIR_TRUE = @KDIR_TRUE@
 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
 LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@
@@ -148,6 +155,8 @@ SHELL = @SHELL@
 STRIP = @STRIP@
 TCI6614_FALSE = @TCI6614_FALSE@
 TCI6614_TRUE = @TCI6614_TRUE@
+TCI6636_FALSE = @TCI6636_FALSE@
+TCI6636_TRUE = @TCI6636_TRUE@
 TCI6638_FALSE = @TCI6638_FALSE@
 TCI6638_TRUE = @TCI6638_TRUE@
 VERSION = @VERSION@
@@ -202,17 +211,17 @@ target_alias = @target_alias@
 lib_LTLIBRARIES = libtiipc.la
 
 # where to install the headers on the system
-libtiipc_ladir = $(includedir)
+libtiipc_ladir = $(includedir)/ti/ipc
 
 # the list of header files that belong to the library (to be installed later)
-libtiipc_la_HEADERS = $(top_srcdir)/linux/include/Std.h
+libtiipc_la_HEADERS = $(top_srcdir)/linux/include/ti/ipc/Std.h
 
 # the sources to add to the library and to add to the source distribution
 libtiipc_la_SOURCES = \
                         $(libtiipc_la_HEADERS) \
                         $(top_srcdir)/linux/include/_MultiProc.h \
-                        $(top_srcdir)/linux/include/_MessageQ.h \
-                        $(top_srcdir)/linux/include/_NameServer.h \
+                        $(top_srcdir)/hlos_common/include/_MessageQ.h \
+                        $(top_srcdir)/hlos_common/include/_NameServer.h \
                         $(top_srcdir)/linux/include/ladclient.h \
                         $(top_srcdir)/linux/include/_lad.h \
                         $(top_srcdir)/linux/include/SocketFxns.h \
@@ -221,7 +230,9 @@ libtiipc_la_SOURCES = \
                         $(top_srcdir)/packages/ti/ipc/NameServer.h \
                         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
                         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
+                        $(top_srcdir)/linux/include/ti/ipc/Std.h \
                         MessageQ.c \
+                        MultiProc.c \
                         NameServer.c \
                         Ipc.c
 
@@ -299,6 +310,7 @@ distclean-compile:
 
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ipc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageQ.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MultiProc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NameServer.Plo@am__quote@
 
 .c.o:
@@ -398,7 +410,7 @@ distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-       $(mkdir_p) $(distdir)/../../../linux/include
+       $(mkdir_p) $(distdir)/../../../linux/include/ti/ipc
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \