Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
5e56e5e3
Commit
5e56e5e3
authored
Dec 03, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил uniset-smemory-plus в сборку
parent
d5bbdb7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
idl.mk
conf/idl.mk
+5
-2
libuniset.spec
conf/libuniset.spec
+5
-1
Makefile.am
extensions/Makefile.am
+2
-1
No files found.
conf/idl.mk
View file @
5e56e5e3
...
@@ -15,8 +15,10 @@ CCTARG=$(patsubst %.idl, ${CCDIR}/%SK.cc, ${IDLFILES})
...
@@ -15,8 +15,10 @@ CCTARG=$(patsubst %.idl, ${CCDIR}/%SK.cc, ${IDLFILES})
########################################################################
########################################################################
all: ${HHTARG} ${CCTARG}
all: ${HHTARG} ${CCTARG}
dynamic: all
dynamic: all
${HHTARG} ${CCTARG}: ${IDLFILES}
${HHTARG} ${CCTARG}: ${IDLFILES}
for i in $^; do ${IDL} -v -bcxx ${IDLFLAGS} $$i; done
for i in $^; do ${IDL} -v -bcxx ${IDLFLAGS} $$i; done
...
@@ -28,5 +30,7 @@ clean:
...
@@ -28,5 +30,7 @@ clean:
${RM} ${HHTARG} ${CCTARG}
${RM} ${HHTARG} ${CCTARG}
depend:
depend:
install:
install:
\ No newline at end of file
conf/libuniset.spec
View file @
5e56e5e3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Name: libuniset
Name: libuniset
Version: 1.5
Version: 1.5
Release: alt
7
Release: alt
8
Summary: UniSet - library for building distributed industrial control systems
Summary: UniSet - library for building distributed industrial control systems
License: GPL
License: GPL
Group: Development/C++
Group: Development/C++
...
@@ -172,6 +172,7 @@ rm -f %buildroot%_libdir/*.la
...
@@ -172,6 +172,7 @@ rm -f %buildroot%_libdir/*.la
%_bindir/%oname-rtu188-state
%_bindir/%oname-rtu188-state
%_bindir/%oname-rtuexchange
%_bindir/%oname-rtuexchange
%_bindir/%oname-smemory
%_bindir/%oname-smemory
%_bindir/%oname-smemory-plus
%_bindir/%oname-smviewer
%_bindir/%oname-smviewer
%_bindir/%oname-network
%_bindir/%oname-network
%_bindir/%oname-unet*
%_bindir/%oname-unet*
...
@@ -212,6 +213,9 @@ rm -f %buildroot%_libdir/*.la
...
@@ -212,6 +213,9 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
%changelog
* Mon Dec 03 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt8
- add uniset-smemory-plus
* Fri Nov 30 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt7
* Fri Nov 30 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt7
- returned file 'SandClock.h' back and declared it obsolete
- returned file 'SandClock.h' back and declared it obsolete
...
...
extensions/Makefile.am
View file @
5e56e5e3
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
if
HAVE_EXTENTIONS
if
HAVE_EXTENTIONS
SUBDIRS
=
lib include SharedMemory IOControl LogicProcessor
\
SUBDIRS
=
lib include SharedMemory IOControl LogicProcessor
\
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP DBServer-MySQL tests
ModbusMaster ModbusSlave SMViewer UniNetwork UNetUDP DBServer-MySQL SharedMemoryPlus
\
tests
#SMDBServer
#SMDBServer
#SharedMemoryPlus
#SharedMemoryPlus
#UDPExchange
#UDPExchange
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment