Commit 5e56e5e3 authored by Pavel Vainerman's avatar Pavel Vainerman

Добавил uniset-smemory-plus в сборку

parent d5bbdb7c
...@@ -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
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 1.5 Version: 1.5
Release: alt7 Release: alt8
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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment