# /* LICENSE:
#   =========================================================================
#     CMPack'03 Source Code Release for OPEN-R SDK v1.0
#     Copyright (C) 2003 Multirobot Lab [Project Head: Manuela Veloso]
#     School of Computer Science, Carnegie Mellon University
#     All rights reserved.
#   ========================================================================= */

# target module name
TARGET_USER_OBJECT  = CommMgr
TARGET_USER_OBJECT_BIN  = COMMMGR

STUB_BASE = CommMgrObjectStub

SHARED_SOURCES = \
	../shared_code/AperiosSharedMem.cc \
	../shared_code/CircBufPacket.cc \
	../shared_code/Dictionary.cc \
	../shared_code/FileSystem.cc \

# C++ source files
COMMMGR_SOURCES = \
	CommMgrObject.cc \
	CommMgrObjectStub.cc \
	Util.cc \
	BareNet.cc \

CC_SRCS   = \
	$(COMMMGR_SOURCES) \
	$(SHARED_SOURCES) \

CC_OBJS = $(CC_SRCS:.cc=.mips.o)
CC_DEPS = $(CC_SRCS:.cc=.mips.d)

# extra unusual generated .h files
GEN_HS := 

include ../Makefile.sdk.common




