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 \ |
004b8382 | 14 | CECClient.cpp \ |
a75e3a5a | 15 | adapter/USBCECAdapterCommands.cpp \ |
7bb4ed43 LOK |
16 | adapter/USBCECAdapterCommunication.cpp \ |
17 | adapter/USBCECAdapterDetection.cpp \ | |
a75e3a5a LOK |
18 | adapter/USBCECAdapterMessage.cpp \ |
19 | adapter/USBCECAdapterMessageQueue.cpp \ | |
ef7696f5 | 20 | devices/CECAudioSystem.cpp \ |
eafa9d46 | 21 | devices/CECBusDevice.cpp \ |
004b8382 | 22 | devices/CECDeviceMap.cpp \ |
51b2a094 | 23 | devices/CECPlaybackDevice.cpp \ |
ef7696f5 | 24 | devices/CECRecordingDevice.cpp \ |
51b2a094 | 25 | devices/CECTuner.cpp \ |
51b2a094 | 26 | devices/CECTV.cpp \ |
1b5cc4a2 | 27 | implementations/ANCommandHandler.cpp \ |
1b5cc4a2 | 28 | implementations/CECCommandHandler.cpp \ |
1b5cc4a2 | 29 | implementations/SLCommandHandler.cpp \ |
bb5b4874 | 30 | implementations/VLCommandHandler.cpp \ |
a75e3a5a | 31 | implementations/RLCommandHandler.cpp \ |
f00ff009 | 32 | platform/posix/serialport.cpp |
abbca718 | 33 | |
894e5deb | 34 | libcec_la_LDFLAGS = @LIBS@ -version-info @VERSION@ |
354ded4d | 35 | libcec_la_CPPFLAGS = -I@abs_top_srcdir@/include |