]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - Makefile.am
OMAP5: Remove unnecessary ti.gates.hwspinlock pkg
[ipc/ipcdev.git] / Makefile.am
1 # the subdirectories of the project to go into
2 SUBDIRS =  linux/etc linux/src/utils linux/src/api linux/src/family linux/src/daemon linux/src/tests
4 # hook to remove libtools library extention files (.la)
5 install-exec-hook:
6         rm -f $(DESTDIR)$(libdir)/*.la
8 # where to install common headers on the system
9 ipcincludedir = $(includedir)/ti/ipc
11 # the list of common header files (to be installed later)
12 ipcinclude_HEADERS = $(top_srcdir)/packages/ti/ipc/MessageQ.h \
13                 $(top_srcdir)/packages/ti/ipc/MultiProc.h \
14                 $(top_srcdir)/packages/ti/ipc/NameServer.h