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
18859142
Commit
18859142
authored
7 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Added MEASCOMP; added DAV128V, IPUNIDIG, and IP330 on Linux; simplified Windows section
parent
e2828dc3
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
+41
-26
41 additions, 26 deletions
xxxApp/src/Makefile
with
41 additions
and
26 deletions
xxxApp/src/Makefile
+
41
−
26
View file @
18859142
...
...
@@ -32,9 +32,11 @@ PROD_IOC = $(PROD_NAME)
##################################################################
ifeq
(win32-x86, $(findstring win32-x86, $(T_A)))
DBD_NAME
=
$(
DBD_PREFIX
)
Win32
WINDOWS_TARGET
=
YES
endif
ifeq
(windows-x64, $(findstring windows-x64, $(T_A)))
DBD_NAME
=
$(
DBD_PREFIX
)
Win64
WINDOWS_TARGET
=
YES
endif
ifeq
(vxWorks,$(findstring vxWorks, $(T_A)))
...
...
@@ -215,35 +217,20 @@ endif
##################################################################
ifeq
(win32-x86,$(findstring win32-x86, $(T_A)))
ifdef
MCA
# If your host supports libpcap and libnet and you want to build
# Canberra network support uncomment the following lines
#$(DBD_NAME)_DBD += mcaCanberraSupport.dbd
#$(PROD_NAME)_LIBS := mcaCanberra $($(PROD_NAME)_LIBS)
#$(PROD_NAME)_LIBS := wpcap Packet $($(PROD_NAME)_LIBS)
$(DBD_NAME)_DBD
+=
mcaAmptekSupport.dbd
$(PROD_NAME)_LIBS
:=
mcaAmptek
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_LIBS
:=
libusb-1.0
$($(
PROD_NAME
)
_LIBS
)
endif
ifdef
DXP
# If you want to build parallel port or USB interfaces to Saturn and/or
# xMAP DXP, then uncomment the following lines
$(DBD_NAME)_DBD
+=
dxpSupport.dbd
$(PROD_NAME)_LIBS
:=
dxp handel
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_LIBS
:=
DLPORTIO PlxApi
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_SYS_LIBS
+=
setupapi
ifdef
WINDOWS_TARGET
ifdef
MEASCOMP
$(DBD_NAME)_DBD
+=
measCompSupport.dbd
$(PROD_NAME)_LIBS
:=
measComp
$($(
PROD_NAME
)
_LIBS
)
ifeq
(win32-x86, $(findstring win32-x86, $(T_A)))
$(PROD_NAME)_LIBS
:=
cbw32
$($(
PROD_NAME
)
_LIBS
)
else
ifeq
(windows-x64, $(findstring windows-x64, $(T_A)))
$(PROD_NAME)_LIBS
:=
cbw64
$($(
PROD_NAME
)
_LIBS
)
endif
endif
endif
ifeq
(windows-x64,$(findstring windows-x64, $(T_A)))
ifdef
MCA
# If you
r
h
ost supports libpcap and libnet
and you want to build
Canberra network
# support uncomment the following line
# If you h
ave installed WinPcap (https://www.winpcap.org)
and you want to build
#
Canberra network
support uncomment the following line
s
$(DBD_NAME)_DBD
+=
mcaCanberraSupport.dbd
$(PROD_NAME)_LIBS
:=
mcaCanberra
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_LIBS
:=
wpcap Packet
$($(
PROD_NAME
)
_LIBS
)
...
...
@@ -252,8 +239,20 @@ ifeq (windows-x64,$(findstring windows-x64, $(T_A)))
$(PROD_NAME)_LIBS
:=
mcaAmptek
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_LIBS
:=
libusb-1.0
$($(
PROD_NAME
)
_LIBS
)
endif
ifeq
(win32-x86,$(findstring win32-x86, $(T_A)))
ifdef
DXP
# If you want to build parallel port or USB interfaces to Saturn and/or
# xMAP DXP, then uncomment the following lines
$(DBD_NAME)_DBD
+=
dxpSupport.dbd
$(PROD_NAME)_LIBS
:=
dxp handel
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_LIBS
:=
DLPORTIO PlxApi
$($(
PROD_NAME
)
_LIBS
)
$(PROD_NAME)_SYS_LIBS
+=
setupapi
endif
endif
endif
##################################################################
ifeq
(vxWorks,$(findstring vxWorks, $(T_A)))
ifdef
ALLEN_BRADLEY
$(PROD_NAME)_LIBS
:=
allenBradley
$($(
PROD_NAME
)
_LIBS
)
...
...
@@ -339,6 +338,7 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
endif
##################################################################
ifneq
(,$(findstring linux, $(T_A)))
ifdef
DXP
# If your host supports parallel port or USB interfaces to Saturn DXP, set
...
...
@@ -365,6 +365,21 @@ ifneq (,$(findstring linux, $(T_A)))
$(PROD_NAME)_LIBS
:=
Ipac
$($(
PROD_NAME
)
_LIBS
)
endif
ifdef
IPUNIDIG
$(DBD_NAME)_DBD
+=
ipUnidigSupport.dbd
$(PROD_NAME)_LIBS
:=
ipUnidig
$($(
PROD_NAME
)
_LIBS
)
endif
ifdef
DAC128V
$(DBD_NAME)_DBD
+=
dac128VSupport.dbd
$(PROD_NAME)_LIBS
:=
dac128V
$($(
PROD_NAME
)
_LIBS
)
endif
ifdef
IP330
$(DBD_NAME)_DBD
+=
ip330Support.dbd
$(PROD_NAME)_LIBS
:=
ip330
$($(
PROD_NAME
)
_LIBS
)
endif
ifdef
SOFTGLUE
$(DBD_NAME)_DBD
+=
softGlueSupport.dbd
$(PROD_NAME)_LIBS
:=
softGlue
$($(
PROD_NAME
)
_LIBS
)
...
...
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