summaryrefslogtreecommitdiffstats
path: root/domx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'domx/Makefile')
-rw-r--r--domx/Makefile76
1 files changed, 27 insertions, 49 deletions
diff --git a/domx/Makefile b/domx/Makefile
index cab0b80..f6fb3f0 100644
--- a/domx/Makefile
+++ b/domx/Makefile
@@ -1,27 +1,27 @@
-#
-# Copyright (C) Texas Instruments - http://www.ti.com/
-#
+#
+# Copyright 2001-2008 Texas Instruments - http://www.ti.com/
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
+#
# ----------------------------------------------------------------------------
# Revision History
#
#
-# REF=ORG
+# SEP xx,2002 REF=ORG Swamy MC
# Original version.
# ----------------------------------------------------------------------------
-#PROJROOT = ..
+#PROJROOT = $(ROOTDIR)/src
include $(PROJROOT)/make/start.mk
@@ -30,11 +30,7 @@ include $(PROJROOT)/make/start.mk
# Arguments to tools, will move to make system once finalized.
CFLAGS =
-CDEFS =
-ifeq ($(BUILD),udeb)
-CDEFS += DEBUG
-endif
-CDEFS +=
+CDEFS = DEBUG
EXEC_ARGS =
ST_LIB_ARGS =
@@ -48,61 +44,43 @@ SH_LIB_ARGS =
# shared library soname (SH_LIB): filename.so.maj_ver.min_ver
# executable (EXEC) : filename.out
-TARGETNAME = libdomx
+TARGETNAME =
# TARGETTYPE must be EXEC, ST_LIB or SH_LIB in upper case.
+#TARGETTYPE = ST_LIB
+TARGETTYPE =
-TARGETTYPE = SH_LIB
-
-# install directory relative to the HOSTTARGET directory
-HOSTRELEASE = lib
-
-# install directory relative to the root filesystem
-ROOTFSRELEASE = lib
+# For shared object library, soname is filename.so.maj_ver
+SH_SONAME =
# Folders in which gmake will run before building current target
SUBMODULES = \
+mm_osal \
+omx_core \
+domx \
+omx_proxy_component \
+
+#video/omx_proxy_component/test
# Filename must not begin with '.', '/' or '\'
-SOURCES = \
-omx_rpc/src/omx_rpc.c \
-omx_rpc/src/omx_rpc_skel.c \
-omx_rpc/src/omx_rpc_stub.c \
-omx_proxy_common/src/omx_proxy_common.c \
-profiling/profile.c
-# The below files are currently empty, so removed them from building
-# omx_rpc/src/omx_rpc_config.c \
-# omx_rpc/src/omx_rpc_platform.c \
+SOURCES =
# Search path for include files
-INCLUDES = \
- $(PROJROOT)/omx_core/inc \
- $(PROJROOT)/mm_osal/inc \
- $(PROJROOT)/domx \
- $(PROJROOT)/domx/omx_rpc \
- $(PROJROOT)/domx/omx_rpc/inc \
- ../../memmgrheaders \
-
+INCLUDES =
# Libraries needed for linking.
-ST_LIBS =
-#mm_osal
-SH_LIBS = omx_core mm_osal
-#rcm ipc
-#pthread rt utils procmgr ipc rcm notify
-#SH_LIBS += sysmgr sysmemmgr
-
+ST_LIBS =
+SH_LIBS =
# Search path for library (and linker command) files.
# Current folder and target folder are included by default.
-LIBINCLUDES = $(PROJROOT)/mm_osal \
- $(PROJROOT)/omx_core
+LIBINCLUDES =
# Do not change below "include" line(s)