##// END OF EJS Templates
some linux bug fixes, added timeouts for read actions
some linux bug fixes, added timeouts for read actions

File last commit:

r12:1b7c273d222a alexis
r12:1b7c273d222a alexis
Show More
Makefile.am
19 lines | 488 B | text/x-makefile | MakefileLexer
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 lib_LTLIBRARIES = librs232-@RS232_API_VERSION@.la
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
fixed some read bugs (under windows)
r8
some linux bug fixes, added timeouts for read actions
r12 librs232_@RS232_API_VERSION@_la_LDFLAGS = -no-undefined -fPIC -version-info $(RS232_SO_VERSION)
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
rs232_includedir = $(includedir)/rs232-$(RS232_API_VERSION)
rs232_libincludedir = $(libdir)/rs232-$(RS232_API_VERSION)/include
librs232_@RS232_API_VERSION@_la_SOURCES = \
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
Win/Unix portability completed, need to be tested.
r5 RS232_unix.c \
RS232_win.c
yannic
Included Config file for setup.
r7 include_HEADERS = RS232.h rs232config.h
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
fixed some read bugs (under windows)
r8
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc