Commit | Line | Data |
---|---|---|
abbca718 LOK |
1 | lib_LTLIBRARIES = libcec.la |
2 | library_includedir=$(includedir)/libcec | |
761dcc45 LOK |
3 | library_include_HEADERS = ../../include/cec.h \ |
4 | ../../include/cecc.h \ | |
5 | ../../include/cectypes.h \ | |
6 | ../../include/cecloader.h | |
abbca718 LOK |
7 | |
8 | pkgconfigdir = $(libdir)/pkgconfig | |
9 | pkgconfig_DATA = libcec.pc | |
10 | ||
ef7696f5 | 11 | libcec_la_SOURCES = CECProcessor.cpp \ |
2abe74eb | 12 | LibCEC.cpp \ |
2abe74eb | 13 | LibCECC.cpp \ |
7bb4ed43 LOK |
14 | adapter/USBCECAdapterCommunication.cpp \ |
15 | adapter/USBCECAdapterDetection.cpp \ | |
ef7696f5 | 16 | devices/CECAudioSystem.cpp \ |
eafa9d46 | 17 | devices/CECBusDevice.cpp \ |
51b2a094 | 18 | devices/CECPlaybackDevice.cpp \ |
ef7696f5 | 19 | devices/CECRecordingDevice.cpp \ |
51b2a094 | 20 | devices/CECTuner.cpp \ |
51b2a094 | 21 | devices/CECTV.cpp \ |
1b5cc4a2 | 22 | implementations/ANCommandHandler.cpp \ |
1b5cc4a2 | 23 | implementations/CECCommandHandler.cpp \ |
1b5cc4a2 | 24 | implementations/SLCommandHandler.cpp \ |
bb5b4874 | 25 | implementations/VLCommandHandler.cpp \ |
f00ff009 | 26 | platform/posix/serialport.cpp |
abbca718 | 27 | |
3e703e8e | 28 | libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@ |
354ded4d | 29 | libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include |