aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornotspiff <cptspiff@gmail.com>2016-12-13 16:01:54 +0100
committerArne Morten Kvarving <cptspiff@gmail.com>2016-12-15 00:19:18 +0100
commit65fc516ffa90fbe24fa763f87fff159139d392ce (patch)
tree800440e99ac319e616fa2a3db9c590fa0eda4586 /lib
parentdda16e340bbb6126eae47c777e03c7ec04dd55c2 (diff)
remove autotools buildsystem
Diffstat (limited to 'lib')
-rw-r--r--lib/UnrarXLib/Makefile49
-rw-r--r--lib/libUPnP/Makefile.in108
-rw-r--r--lib/libexif/Makefile.in21
3 files changed, 0 insertions, 178 deletions
diff --git a/lib/UnrarXLib/Makefile b/lib/UnrarXLib/Makefile
deleted file mode 100644
index 79a172af81..0000000000
--- a/lib/UnrarXLib/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-CXXFLAGS+=-DSILENT
-
-SRCS=archive.cpp \
- arcread.cpp \
- cmddata.cpp \
- consio.cpp \
- crc.cpp \
- crypt.cpp \
- encname.cpp \
- errhnd.cpp \
- extinfo.cpp \
- extract.cpp \
- filcreat.cpp \
- file.cpp \
- filefn.cpp \
- filestr.cpp \
- find.cpp \
- getbits.cpp \
- global.cpp \
- int64.cpp \
- isnt.cpp \
- log.cpp \
- match.cpp \
- options.cpp \
- pathfn.cpp \
- rar.cpp \
- rarvm.cpp \
- rawread.cpp \
- rdwrfn.cpp \
- recvol.cpp \
- resource.cpp \
- rijndael.cpp \
- rs.cpp \
- savepos.cpp \
- scantree.cpp \
- sha1.cpp \
- strfn.cpp \
- strlist.cpp \
- system.cpp \
- timefn.cpp \
- ulinks.cpp \
- unicode.cpp \
- unpack.cpp \
- volume.cpp \
-
-LIB=UnrarXLib.a
-
-include ../../Makefile.include
--include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))
diff --git a/lib/libUPnP/Makefile.in b/lib/libUPnP/Makefile.in
deleted file mode 100644
index efdc05a48d..0000000000
--- a/lib/libUPnP/Makefile.in
+++ /dev/null
@@ -1,108 +0,0 @@
-ARCH=@ARCH@
-
-ifeq (@USE_UPNP@, 1)
-SRCS= Neptune/Source/Core/Neptune.cpp \
- Neptune/Source/Core/NptAutomaticCleaner.cpp \
- Neptune/Source/Core/NptBase64.cpp \
- Neptune/Source/Core/NptBufferedStreams.cpp \
- Neptune/Source/Core/NptCommon.cpp \
- Neptune/Source/Core/NptConsole.cpp \
- Neptune/Source/Core/NptCrypto.cpp \
- Neptune/Source/Core/NptDataBuffer.cpp \
- Neptune/Source/Core/NptDebug.cpp \
- Neptune/Source/Core/NptDigest.cpp \
- Neptune/Source/Core/NptDynamicLibraries.cpp \
- Neptune/Source/Core/NptFile.cpp \
- Neptune/Source/Core/NptHash.cpp \
- Neptune/Source/Core/NptHttp.cpp \
- Neptune/Source/Core/NptJson.cpp \
- Neptune/Source/Core/NptList.cpp \
- Neptune/Source/Core/NptLogging.cpp \
- Neptune/Source/Core/NptMessaging.cpp \
- Neptune/Source/Core/NptNetwork.cpp \
- Neptune/Source/Core/NptQueue.cpp \
- Neptune/Source/Core/NptResults.cpp \
- Neptune/Source/Core/NptRingBuffer.cpp \
- Neptune/Source/Core/NptSimpleMessageQueue.cpp \
- Neptune/Source/Core/NptSockets.cpp \
- Neptune/Source/Core/NptStreams.cpp \
- Neptune/Source/Core/NptStrings.cpp \
- Neptune/Source/Core/NptSystem.cpp \
- Neptune/Source/Core/NptThreads.cpp \
- Neptune/Source/Core/NptTime.cpp \
- Neptune/Source/Core/NptTls.cpp \
- Neptune/Source/Core/NptUri.cpp \
- Neptune/Source/Core/NptUtils.cpp \
- Neptune/Source/Core/NptXml.cpp \
- Neptune/Source/Core/NptZip.cpp \
- Neptune/Source/System/Bsd/NptBsdNetwork.cpp \
- Neptune/Source/System/Bsd/NptBsdSockets.cpp \
- Neptune/Source/System/Posix/NptPosixQueue.cpp \
- Neptune/Source/System/Posix/NptPosixSystem.cpp \
- Neptune/Source/System/Posix/NptPosixThreads.cpp \
- Neptune/Source/System/Posix/NptPosixTime.cpp \
- Neptune/Source/System/Posix/NptSelectableMessageQueue.cpp \
- Neptune/Source/System/StdC/NptStdcDebug.cpp \
- Neptune/Source/System/StdC/NptStdcEnvironment.cpp \
- Platinum/Source/Core/PltAction.cpp \
- Platinum/Source/Core/PltArgument.cpp \
- Platinum/Source/Core/PltConstants.cpp \
- Platinum/Source/Core/PltCtrlPoint.cpp \
- Platinum/Source/Core/PltCtrlPointTask.cpp \
- Platinum/Source/Core/PltDatagramStream.cpp \
- Platinum/Source/Core/PltDeviceData.cpp \
- Platinum/Source/Core/PltDeviceHost.cpp \
- Platinum/Source/Core/PltEvent.cpp \
- Platinum/Source/Core/PltHttp.cpp \
- Platinum/Source/Core/PltHttpClientTask.cpp \
- Platinum/Source/Core/PltHttpServer.cpp \
- Platinum/Source/Core/PltHttpServerTask.cpp \
- Platinum/Source/Core/PltIconsData.cpp \
- Platinum/Source/Core/PltMimeType.cpp \
- Platinum/Source/Core/PltProtocolInfo.cpp \
- Platinum/Source/Core/PltService.cpp \
- Platinum/Source/Core/PltSsdp.cpp \
- Platinum/Source/Core/PltStateVariable.cpp \
- Platinum/Source/Core/PltTaskManager.cpp \
- Platinum/Source/Core/PltThreadTask.cpp \
- Platinum/Source/Core/PltUPnP.cpp \
- Platinum/Source/Devices/MediaConnect/X_MS_MediaReceiverRegistrarSCPD.cpp \
- Platinum/Source/Devices/MediaConnect/PltMediaConnect.cpp \
- Platinum/Source/Devices/MediaRenderer/AVTransportSCPD.cpp \
- Platinum/Source/Devices/MediaRenderer/PltMediaController.cpp \
- Platinum/Source/Devices/MediaRenderer/PltMediaRenderer.cpp \
- Platinum/Source/Devices/MediaRenderer/RdrConnectionManagerSCPD.cpp \
- Platinum/Source/Devices/MediaRenderer/RenderingControlSCPD.cpp \
- Platinum/Source/Devices/MediaServer/ConnectionManagerSCPD.cpp \
- Platinum/Source/Devices/MediaServer/ContentDirectorySCPD.cpp \
- Platinum/Source/Devices/MediaServer/ContentDirectorywSearchSCPD.cpp \
- Platinum/Source/Devices/MediaServer/PltDidl.cpp \
- Platinum/Source/Devices/MediaServer/PltFileMediaServer.cpp \
- Platinum/Source/Devices/MediaServer/PltMediaBrowser.cpp \
- Platinum/Source/Devices/MediaServer/PltMediaCache.cpp \
- Platinum/Source/Devices/MediaServer/PltMediaItem.cpp \
- Platinum/Source/Devices/MediaServer/PltMediaServer.cpp \
- Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp \
-
-ifeq ($(findstring osx,$(ARCH)),osx)
-
-.SUFFIXES : .m .mm
-
-SRCS+= Neptune/Source/System/Apple/NptAppleAutoreleasePool.mm
-SRCS+= Neptune/Source/System/Apple/NptAppleLogConfig.mm
-SRCS+= Neptune/Source/System/Cocoa/NptCocoaEnviroment.mm
-
-else
-
-SRCS+= Neptune/Source/System/Posix/NptPosixEnvironment.cpp
-
-endif
-
-INCLUDES=-I./Neptune/Source/Core -I./Platinum/Source/Core -I./Platinum/Source/Platinum -I./Platinum/Source/Devices/MediaConnect -I./Platinum/Source/Devices/MediaRenderer -I./Platinum/Source/Devices/MediaServer -I./Neptune/Source/System/Posix -I./Platinum/Source/Extras
-
-LIB=libupnp.a
-
-include ../../Makefile.include
--include $(filter %.P, $(OBJS:.o=.P))
-
-endif
diff --git a/lib/libexif/Makefile.in b/lib/libexif/Makefile.in
deleted file mode 100644
index cab9560dd1..0000000000
--- a/lib/libexif/Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-ARCH=@ARCH@
-
-OBJS +=libexif.o ExifParse.o IptcParse.o JpegParse.o
-CFLAGS +=-D_LINUX -D_DLL -fPIC -O2
-CXXFLAGS +=-D_LINUX -D_DLL -fPIC -O2
-
-SYSDIR=@abs_top_srcdir@/system
-SO=libexif-$(ARCH).so
-SLIB=@abs_top_srcdir@/system/$(SO)
-
-$(SLIB): $(OBJS)
-ifeq ($(findstring osx,$(ARCH)), osx)
- $(CXX) $(LDFLAGS) -Wl,-alias_list,@abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper_mach_alias \
- -bundle -undefined dynamic_lookup -read_only_relocs suppress -o $@ \
- @abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper.o $(OBJS)
-else
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -o $@ $(OBJS) -Wl,--unresolved-symbols=ignore-all \
- `cat @abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper.def` @abs_top_srcdir@/xbmc/cores/DllLoader/exports/wrapper.o
-endif
-
-include @abs_top_srcdir@/Makefile.include