Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
574dfc5c
Commit
574dfc5c
authored
21 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Changes for 3.14.5
parent
f458ae01
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxxApp/src/Makefile
+41
-57
41 additions, 57 deletions
xxxApp/src/Makefile
with
41 additions
and
57 deletions
xxxApp/src/Makefile
+
41
−
57
View file @
574dfc5c
...
@@ -31,72 +31,56 @@ LIBRARY_IOC += xxxSupport
...
@@ -31,72 +31,56 @@ LIBRARY_IOC += xxxSupport
PROD_IOC
=
xxx
PROD_IOC
=
xxx
# <name>.dbd will be created from <name>Include.dbd
# <name>.dbd will be created from <name>Include.dbd
DBD
+=
ioc
xxx.dbd
DBD
+=
xxx.dbd
DBD
+=
ioc
xxxVX.dbd
DBD
+=
xxxVX.dbd
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
# <name>_registerRecordDeviceDriver.cpp will be created from <name>.dbd
xxx_SRCS_DEFAULT
+=
ioc
xxx_registerRecordDeviceDriver.cpp
xxx_SRCS_DEFAULT
+=
xxx_registerRecordDeviceDriver.cpp
xxx_SRCS_vxWorks
+=
ioc
xxxVX_registerRecordDeviceDriver.cpp
xxx_SRCS_vxWorks
+=
xxxVX_registerRecordDeviceDriver.cpp
xxx_SRCS_DEFAULT
+=
xxxMain.cpp
xxx_SRCS_DEFAULT
+=
xxxMain.cpp
xxx_SRCS_vxWorks
+=
-nil-
xxx_SRCS_vxWorks
+=
-nil-
# The following builds xxxSNL as a component of xxx
#xxx_Common_LIBS += xxxSupport
# NOTE: for suffix .st, code is run through cpp; for .stt, it's not
xxx_Common_LIBS
+=
mca
#xxx_SRCS += xxxSNL.st
xxx_Common_LIBS
+=
mcaCanberra
#xxx_SRCS_vxWorks += xxxSNL.st
xxx_Common_LIBS
+=
calc
xxx_Common_LIBS
+=
sscan
#xxx_LIBS += xxxSupport
xxx_Common_LIBS
+=
autosave
xxx_Common_LIBS
+=
optics
### from support
xxx_Common_LIBS
+=
vme
xxx_LIBS
+=
mca
xxx_Common_LIBS
+=
std
# Convert the following line to XXX_LIBS_vxWorks if you are not building mcaCanberra
xxx_Common_LIBS
+=
ip
# for the host
xxx_Common_LIBS
+=
gpib
xxx_LIBS
+=
mcaCanberra
xxx_Common_LIBS
+=
bruker
xxx_LIBS_vxWorks
+=
mcaSIS
xxx_Common_LIBS
+=
Acs Ims Mclennan motor motorCOM_mpf Newport softMotor
xxx_Common_LIBS
+=
mpf mpfEpics mpfSerial
xxx_LIBS_vxWorks
+=
dac128V
xxx_Common_LIBS
+=
seq
pv seqDev
xxx_Common_LIBS
+=
$(
EPICS_BASE_IOC_LIBS
)
xxx_LIBS
+=
ip
xxx_vxWorks_LIBS
+=
allenBradley
xxx_LIBS_vxWorks
+=
ip330 devIp330
xxx_vxWorks_LIBS
+=
mcaSIS
xxx_vxWorks_LIBS
+=
ip330 devIp330
xxx_LIBS_vxWorks
+=
ipUnidig
xxx_vxWorks_LIBS
+=
ipUnidig
xxx_vxWorks_LIBS
+=
dac128V
xxx_LIBS_vxWorks
+=
quadEM
xxx_vxWorks_LIBS
+=
quadEM
xxx_vxWorks_LIBS
+=
bruker
xxx_LIBS_vxWorks
+=
dxp xerxes
xxx_vxWorks_LIBS
+=
camac devCamac
xxx_LIBS_Linux
+=
dxp xerxes
xxx_vxWorks_LIBS
+=
dxp xerxes
xxx_vxWorks_LIBS
+=
oms
xxx_LIBS_vxWorks
+=
love
xxx_vxWorks_LIBS
+=
TyGSOctal Ipac
#The following adds support from base/src/vxWorks
xxx_LIBS
+=
motor softMotor
xxx_OBJS_vxWorks
+=
$(
EPICS_BASE_BIN
)
/vxComLibrary
xxx_LIBS
+=
Acs Ims Mclennan motorCOM_mpf Newport
xxx_LIBS_vxWorks
+=
oms
#xxx_LIBS_vxWorks += vxStats
xxx_LIBS
+=
std
xxx_LIBS
+=
mpfSerial mpf mpfEpics
xxx_LIBS
+=
seq
pv seqDev
#xxx_LIBS += gpib
xxx_L
IBS_vxWorks
+=
allenBradley
xxx_L
inux_LIBS
+=
dxp xerxes
# xxx: in switch from ipac-2_5 to ipac-2_6,
xxx_LIBS_DEFAULT
=
$(
xxx_Common_LIBS
)
# $(IPAC_BIN)/tyGSOctal became $(IPAC_LIB)/libTyGSOctal.a, and
xxx_LIBS_vxWorks
=
$(
xxx_vxWorks_LIBS
)
$(
xxx_Common_LIBS
)
# $(IPAC_BIN)/ipacLib became $(IPAC_LIB)/libIpac.a
xxx_LIBS_Linux
=
$(
xxx_Linux_LIBS
)
$(
xxx_Common_LIBS
)
xxx_LIBS_vxWorks
+=
TyGSOctal Ipac
#xxx_LDOBJS_vxWorks += $(IPAC_BIN)/ipacLib
#xxx_OBJS_vxWorks += $(IPAC_BIN)/tyGSOctal
### from base
# If the host has libnet and libpcap for mca/Canberra support
xxx_LIBS
+=
$(
EPICS_BASE_IOC_LIBS
)
xxx_SYS_LIBS_DEFAULT
+=
net pcap
# The following adds support from base/src/vxWorks
xxx_SYS_LIBS_vxWorks
+=
-nil-
xxx_OBJS_vxWorks
+=
$(
EPICS_BASE_BIN
)
/vxComLibrary
#===========================
#===========================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment