Makefile.am
19 lines
| 482 B
| text/x-makefile
|
MakefileLexer
/ src / Makefile.am
r3 | lib_LTLIBRARIES = librs232-@RS232_API_VERSION@.la | |||
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
|
r8 | |||
librs232_@RS232_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(RS232_SO_VERSION) | ||||
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
|
r5 | RS232_unix.c \ | ||
RS232_win.c | ||||
yannic
|
r7 | include_HEADERS = RS232.h rs232config.h | ||
r3 | ||||
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
|
r8 | |||
r3 | pkgconfigdir = $(libdir)/pkgconfig | |||
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc | ||||