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
8b30db9e
Commit
8b30db9e
authored
21 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Build for host and vxWorks, remove _DIR definitions
parent
41f6497a
No related branches found
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
+20
-51
20 additions, 51 deletions
xxxApp/src/Makefile
with
20 additions
and
51 deletions
xxxApp/src/Makefile
+
20
−
51
View file @
8b30db9e
...
@@ -10,15 +10,6 @@ include $(TOP)/configure/CONFIG
...
@@ -10,15 +10,6 @@ include $(TOP)/configure/CONFIG
# of Joerger scaler hardware and endianness of processor.
# of Joerger scaler hardware and endianness of processor.
#USR_CFLAGS += -DHAS_IOOPS_H
#USR_CFLAGS += -DHAS_IOOPS_H
# Locally built ca-client application
#PROD_HOST += caExample
#caExample_SRCS += caExample.c
#caExample_LIBS += ca
#caExample_LIBS += Com
#ca_DIR = $(EPICS_BASE_LIB)
#Com_DIR = $(EPICS_BASE_LIB)
#==================================================
#==================================================
# build a support library that some other application can use
# build a support library that some other application can use
...
@@ -37,7 +28,7 @@ LIBRARY_IOC += xxxSupport
...
@@ -37,7 +28,7 @@ LIBRARY_IOC += xxxSupport
#=============================
#=============================
# build an ioc application
# build an ioc application
PROD_IOC
_vxWorks
=
xxx
PROD_IOC
=
xxx
# <name>.dbd will be created from <name>Include.dbd
# <name>.dbd will be created from <name>Include.dbd
DBD
+=
iocxxx.dbd
DBD
+=
iocxxx.dbd
...
@@ -58,64 +49,42 @@ xxx_SRCS_vxWorks += -nil-
...
@@ -58,64 +49,42 @@ xxx_SRCS_vxWorks += -nil-
#xxx_LIBS += xxxSupport
#xxx_LIBS += xxxSupport
### from support
### from support
xxx_LIBS_DEFAULT
+=
mca mcaCanberra mcaSIS
xxx_LIBS
+=
mca
xxx_LIBS_vxWorks
+=
mca mcaCanberra mcaSIS
# Convert the following line to XXX_LIBS_vxWorks if you are not building mcaCanberra
xxx_LIBS_solaris
+=
-nil-
# for the host
mca_DIR
=
$(
MCA_LIB
)
xxx_LIBS
+=
mcaCanberra
mcaCanberra_DIR
=
$(
MCA_LIB
)
xxx_LIBS_vxWorks
+=
mcaSIS
mcaSIS_DIR
=
$(
MCA_LIB
)
xxx_LIBS_DEFAULT
+=
dac128V
xxx_LIBS_vxWorks
+=
dac128V
xxx_LIBS_vxWorks
+=
dac128V
xxx_LIBS_solaris
+=
-nil-
dac128V_DIR
=
$(
DAC128V_LIB
)
xxx_LIBS_DEFAULT
+=
ip
xxx_LIBS
+=
ip
xxx_LIBS_vxWorks
+=
ip
xxx_LIBS_solaris
+=
-nil-
ip_DIR
=
$(
IP_LIB
)
xxx_LIBS_DEFAULT
+=
ip330 devIp330
xxx_LIBS_vxWorks
+=
ip330 devIp330
xxx_LIBS_vxWorks
+=
ip330 devIp330
xxx_LIBS_solaris
+=
-nil-
ip330_DIR
=
$(
IP330_LIB
)
devip330_DIR
=
$(
IP330_LIB
)
xxx_LIBS_DEFAULT
+=
ipUnidig
xxx_LIBS_vxWorks
+=
ipUnidig
xxx_LIBS_vxWorks
+=
ipUnidig
xxx_LIBS_solaris
+=
-nil-
ipUnidig_DIR
=
$(
IPUNIDIG_LIB
)
xxx_LIBS_DEFAULT
+=
love
xxx_LIBS_vxWorks
+=
quadEM
xxx_LIBS_vxWorks
+=
dxp xerxes
xxx_LIBS_Linux
+=
dxp xerxes
xxx_LIBS_vxWorks
+=
love
xxx_LIBS_vxWorks
+=
love
xxx_LIBS_solaris
+=
-nil-
love_DIR
=
$(
LOVE_LIB
)
xxx_LIBS_DEFAULT
+=
oms softMotor motor
xxx_LIBS
+=
motor softMotor
xxx_LIBS_vxWorks
+=
oms softMotor motor
xxx_LIBS
+=
Acs Ims Mclennan motorCOM_mpf Newport
xxx_LIBS_solaris
+=
softMotor motor
xxx_LIBS_vxWorks
+=
oms
motor_DIR
=
$(
MOTOR_LIB
)
softMotor_DIR
=
$(
MOTOR_LIB
)
oms_DIR
=
$(
MOTOR_LIB
)
xxx_LIBS_vxWorks
+=
vxStats
#xxx_LIBS_vxWorks += vxStats
vxStats_DIR
=
$(
VXSTATS_LIB
)
xxx_LIBS
+=
std
xxx_LIBS
+=
std
std_DIR
=
$(
STD_LIB
)
xxx_LIBS
+=
mpfSerial mpf mpfEpics
xxx_LIBS
+=
mpfSerial mpf mpfEpics
mpf_DIR
=
$(
MPF_LIB
)
mpfEpics_DIR
=
$(
MPF_LIB
)
mpfSerial_DIR
=
$(
MPF_LIB
)
xxx_LIBS
+=
seq
pv seqDev
xxx_LIBS
+=
seq
pv seqDev
seq_DIR
=
$(
SEQ_LIB
)
pv_DIR
=
$(
SEQ_LIB
)
seqDev_DIR
=
$(
SEQ_LIB
)
xxx_LIBS
+=
gpib
#xxx_LIBS += gpib
gpib_DIR
=
$(
GPIBCORE_LIB
)
xxx_LIBS_vxWorks
+=
allenBradley
# xxx: in switch from ipac-2_5 to ipac-2_6,
# xxx: in switch from ipac-2_5 to ipac-2_6,
# $(IPAC_BIN)/tyGSOctal became $(IPAC_LIB)/libTyGSOctal.a, and
# $(IPAC_BIN)/tyGSOctal became $(IPAC_LIB)/libTyGSOctal.a, and
...
...
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