]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - Makefile.am
Tests: ping_rpmsg: Update Test with Proper Socket Usage
[ipc/ipcdev.git] / Makefile.am
index 50bc6523086596192c7c06b10ad5e4637cb689c0..5272bdbb5336bbbfa620946b0980894093167a79 100644 (file)
@@ -1,5 +1,5 @@
 ##
-##  Copyright (c) 2013, Texas Instruments Incorporated
+##  Copyright (c) 2013-2015 Texas Instruments Incorporated - http://www.ti.com
 ##
 ##  Redistribution and use in source and binary forms, with or without
 ##  modification, are permitted provided that the following conditions
 ##
 
 # the subdirectories of the project to go into
-SUBDIRS =  linux/etc linux/src/utils linux/src/api linux/src/family \
-        linux/src/daemon linux/src/tests linux/src/mm
-
-# hook to remove libtools library extention files (.la)
-install-exec-hook:
-       rm -f $(DESTDIR)$(libdir)/*.la
+SUBDIRS =  linux/etc linux/src/utils linux/src/api linux/src/transport \
+        linux/src/mm linux/src/daemon linux/src/tests
 
 # where to install common headers on the system
 ipcincludedir = $(includedir)/ti/ipc
+ipcincludeinterfacesdir = $(includedir)/ti/ipc/interfaces
+ipcincludeheapsdir = $(includedir)/ti/ipc/heaps
 
 # the list of common header files (to be installed later)
-ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/MessageQ.h \
-                $(top_srcdir)/packages/ti/ipc/MultiProc.h \
-                $(top_srcdir)/packages/ti/ipc/NameServer.h
+ipcinclude_HEADERS = \
+        $(top_srcdir)/linux/include/ti/ipc/Std.h \
+        $(top_srcdir)/packages/ti/ipc/Ipc.h \
+        $(top_srcdir)/packages/ti/ipc/GateMP.h \
+        $(top_srcdir)/packages/ti/ipc/MessageQ.h \
+        $(top_srcdir)/packages/ti/ipc/MultiProc.h \
+        $(top_srcdir)/packages/ti/ipc/NameServer.h
+
+ipcincludeinterfaces_HEADERS = \
+        $(top_srcdir)/linux/include/ti/ipc/interfaces/IMessageQTransport.h \
+        $(top_srcdir)/linux/include/ti/ipc/interfaces/INetworkTransport.h \
+        $(top_srcdir)/linux/include/ti/ipc/interfaces/ITransport.h \
+        $(top_srcdir)/linux/include/ti/ipc/interfaces/IHeap.h
 
+ipcincludeheaps_HEADERS = \
+        $(top_srcdir)/linux/include/ti/ipc/heaps/HeapStd.h