trick/trick_source/sim_services/RealtimeSync/Makefile_deps
Alex Lin 26dfb3a000 Move the lock_memory function out of the Executive to RealtimeSync
Moved the lock memory function to the real time sync directory.  It doesn't need
to be part of the RealTimeSync class either so I left the lock/unlock code
in the C language calls for real time functions.

refs #195
2016-03-10 17:05:47 -06:00

19 lines
844 B
Plaintext

object_${TRICK_HOST_CPU}/RealtimeSync.o: RealtimeSync.cpp \
${TRICK_HOME}/include/trick/RealtimeSync.hh \
${TRICK_HOME}/include/trick/Clock.hh \
${TRICK_HOME}/include/trick/Timer.hh \
${TRICK_HOME}/include/trick/exec_proto.h \
${TRICK_HOME}/include/trick/sim_mode.h \
${TRICK_HOME}/include/trick/message_proto.h \
${TRICK_HOME}/include/trick/message_type.h \
${TRICK_HOME}/include/trick/TrickConstant.hh
object_${TRICK_HOST_CPU}/RealtimeSync_c_intf.o: RealtimeSync_c_intf.cpp \
${TRICK_HOME}/include/trick/RealtimeSync.hh \
${TRICK_HOME}/include/trick/Clock.hh \
${TRICK_HOME}/include/trick/Timer.hh \
${TRICK_HOME}/include/trick/realtimesync_proto.h \
${TRICK_HOME}/include/trick/exec_proto.h \
${TRICK_HOME}/include/trick/sim_mode.h \
${TRICK_HOME}/include/trick/message_proto.h \
${TRICK_HOME}/include/trick/message_type.h