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


# target module name
TARGET_USER_OBJECT  = Reload
TARGET_USER_OBJECT_BIN  = RELOAD

STUB_BASE = ReloadStub

# C++ source files
RELOAD_SOURCES = \
	Reload.cc \
	ReloadStub.cc \
	../shared_code/EasyNet.cc \

CC_SRCS   = \
	$(RELOAD_SOURCES) \

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

# extra unusual generated .h files
GEN_HS := ReloadStub.h def.h entry.h

include ../Makefile.sdk.common

