import of www.freescada.com/public-dist/libmbus-0.7.0.tar.gz

This commit is contained in:
James Michael DuPont
2012-02-16 15:46:48 +01:00
commit 19135a6bc1
89 changed files with 85783 additions and 0 deletions

18
mbus/Makefile.am Normal file
View File

@ -0,0 +1,18 @@
# ------------------------------------------------------------------------------
# Copyright (C) 2010, Raditex AB
# All rights reserved.
#
# FreeSCADA
# http://www.FreeSCADA.com
# freescada@freescada.com
#
# ------------------------------------------------------------------------------
PACKAGE = @PACKAGE@
VERSION = @VERSION@
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
pkginclude_HEADERS = mbus.h mbus-protocol.h mbus-tcp.h mbus-serial.h mbus-protocol-aux.h
lib_LTLIBRARIES = libmbus.la
libmbus_la_SOURCES = mbus.c mbus-protocol.c mbus-tcp.c mbus-serial.c mbus-protocol-aux.c