forked from EuropeanSpallationSource/m-epics-ethercatmc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.EEE
35 lines (25 loc) · 906 Bytes
/
Makefile.EEE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
EXCLUDE_VERSIONS=3.14.12.5
# Temporally removed to speed up
EXCLUDE_ARCHS += eldk
include ${EPICS_ENV_PATH}/module.Makefile
PROJECT=ethercatmc
AUTO_DEPENDENCIES = NO
USR_DEPENDENCIES += motor,7.0.1-ESS
USR_DEPENDENCIES += calc,3.6.1
#USR_DEPENDENCIES += seq,2.1.10
SOURCES = \
ethercatmcApp/src/ethercatmcADS.cpp \
ethercatmcApp/src/ethercatmcAxis.cpp \
ethercatmcApp/src/ethercatmcController.cpp \
ethercatmcApp/src/ethercatmcHelper.cpp \
ethercatmcApp/src/ethercatmcIndexer.cpp \
ethercatmcApp/src/ethercatmcIndexerAxis.cpp \
TEMPLATES = \
ethercatmcApp/Db/ethercatmc.template \
ethercatmcApp/Db/ethercatmcdebug.template \
ethercatmcApp/Db/ethercatmcindexer.template \
ethercatmcApp/Db/ethercatmcreadback.template \
ethercatmcApp/Db/ethercatmcslit_soft.template \
ethercatmcApp/Db/ethercatmcslit_hard.template \
ethercatmcslitAvoidCollSoftlimits.template \
#MISCS = \