epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 30 forks source link

Two file names as a file and an entry in Makefile are mismatched in evrMrmApp/src #15

Closed jeonghanlee closed 6 years ago

jeonghanlee commented 6 years ago

Hi Michael,

In the evrMrmApp/src directory, Makefile refersthe following sources:

And, each filename has .cpp suffix. However, the EPICS make system clever enough to figure out, so compilation has no issue at all.

Two sources files are similar with c file instead of cpp, (please correct me if I am wrong) from my naive point of view. What do you think?

mdavidsaver commented 6 years ago

Thanks for pointing this out. Through a quirk of make rules this doesn't cause a technical problem, but can cause confusion. Fixed with 73ca6447442603947f9b6d84df676a5388c74345