Remove LCDproc support from XBMC core
[vuplus_xbmc] / xbmc / linux / Makefile.in
1 CXXFLAGS += -fPIC
2
3 SRCS  = ConvUtils.cpp
4 SRCS += DBusUtil.cpp
5 SRCS += DBusMessage.cpp
6 SRCS += DBusReserve.cpp
7 SRCS += HALManager.cpp
8 SRCS += LinuxResourceCounter.cpp
9 SRCS += LinuxTimezone.cpp
10 SRCS += PosixMountProvider.cpp
11 SRCS += XFileUtils.cpp
12 SRCS += XHandle.cpp
13 SRCS += XMemUtils.cpp
14 SRCS += XTimeUtils.cpp
15
16 SRCS += RBP.cpp
17
18 ifeq (@USE_OMXLIB@,1)
19 SRCS += OMXClock.cpp
20 SRCS += OMXCore.cpp
21 endif
22
23 LIB = linux.a
24
25 include @abs_top_srcdir@/Makefile.include
26 -include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))