Skip to content

Commit

Permalink
pvutils rework
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 2, 2018
1 parent d4f3abf commit 3b66deb
Show file tree
Hide file tree
Showing 10 changed files with 819 additions and 3,426 deletions.
12 changes: 12 additions & 0 deletions pvtoolsSrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,30 @@ USR_CPPFLAGS += -I$(TOP)/src/remote

PROD_HOST += pvget
pvget_SRCS += pvget.cpp
pvget_SRCS += pvutils.cpp

PROD_HOST += pvmonitor
pvmonitor_SRCS += pvmonitor.cpp
pvmonitor_SRCS += pvutils.cpp

PROD_HOST += pvput
pvput_SRCS += pvput.cpp
pvput_SRCS += pvutils.cpp

PROD_HOST += pvcall
pvcall_SRCS += pvcall.cpp
pvcall_SRCS += pvutils.cpp

PROD_HOST += pvinfo
pvinfo_SRCS += pvinfo.cpp
pvinfo_SRCS += pvutils.cpp

PROD_HOST += pvlist
pvlist_SRCS += pvlist.cpp

PROD_HOST += eget
eget_SRCS += eget.cpp
eget_SRCS += pvutils.cpp

PROD_LIBS += pvAccessCA pvAccess pvData ca Com

Expand Down
Loading

0 comments on commit 3b66deb

Please sign in to comment.