##// END OF EJS Templates
removed useless RS232.c. Replaced by RS232_win.c & RS232_unix.c.
removed useless RS232.c. Replaced by RS232_win.c & RS232_unix.c.

File last commit:

r6:8ed7d8431fdc alexis
r6:8ed7d8431fdc alexis
Show More
Makefile.am
18 lines | 457 B | text/x-makefile | MakefileLexer
Use Autotools and libtools now /!\ unstable, Win port not ready
r3 lib_LTLIBRARIES = librs232-@RS232_API_VERSION@.la
librs232_@RS232_API_VERSION@_la_LDFLAGS = -version-info $(RS232_SO_VERSION)
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
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
removed useless RS232.c. Replaced by RS232_win.c & RS232_unix.c.
r6 include_HEADERS = RS232.h
Use Autotools and libtools now /!\ unstable, Win port not ready
r3
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc