From 79ef1e727b9e4413799626e62218bf44a231ac1c Mon Sep 17 00:00:00 2001 From: xzl Date: Sat, 1 Apr 2017 16:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=9F=E6=88=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARM/makefile | 70 --------------------------------- ARM/objects.mk | 8 ---- ARM/sources.mk | 38 ------------------ ARM/src/Codec/subdir.mk | 27 ------------- ARM/src/Device/subdir.mk | 30 -------------- ARM/src/H264/subdir.mk | 50 ----------------------- ARM/src/Http/subdir.mk | 27 ------------- ARM/src/MedaiFile/CRC/subdir.mk | 24 ----------- ARM/src/MedaiFile/subdir.mk | 36 ----------------- ARM/src/Player/subdir.mk | 30 -------------- ARM/src/RTP/subdir.mk | 27 ------------- ARM/src/Rtmp/subdir.mk | 51 ------------------------ ARM/src/Rtsp/subdir.mk | 48 ---------------------- ARM/src/Shell/subdir.mk | 27 ------------- ARM/src/subdir.mk | 24 ----------- X64/makefile | 70 --------------------------------- X64/objects.mk | 8 ---- X64/sources.mk | 38 ------------------ X64/src/Codec/subdir.mk | 27 ------------- X64/src/Device/subdir.mk | 30 -------------- X64/src/H264/subdir.mk | 50 ----------------------- X64/src/Http/subdir.mk | 27 ------------- X64/src/MedaiFile/CRC/subdir.mk | 24 ----------- X64/src/MedaiFile/subdir.mk | 36 ----------------- X64/src/Player/subdir.mk | 30 -------------- X64/src/RTP/subdir.mk | 27 ------------- X64/src/Rtmp/subdir.mk | 51 ------------------------ X64/src/Rtsp/subdir.mk | 48 ---------------------- X64/src/Shell/subdir.mk | 27 ------------- X64/src/subdir.mk | 24 ----------- 30 files changed, 1034 deletions(-) delete mode 100644 ARM/makefile delete mode 100644 ARM/objects.mk delete mode 100644 ARM/sources.mk delete mode 100644 ARM/src/Codec/subdir.mk delete mode 100644 ARM/src/Device/subdir.mk delete mode 100644 ARM/src/H264/subdir.mk delete mode 100644 ARM/src/Http/subdir.mk delete mode 100644 ARM/src/MedaiFile/CRC/subdir.mk delete mode 100644 ARM/src/MedaiFile/subdir.mk delete mode 100644 ARM/src/Player/subdir.mk delete mode 100644 ARM/src/RTP/subdir.mk delete mode 100644 ARM/src/Rtmp/subdir.mk delete mode 100644 ARM/src/Rtsp/subdir.mk delete mode 100644 ARM/src/Shell/subdir.mk delete mode 100644 ARM/src/subdir.mk delete mode 100644 X64/makefile delete mode 100644 X64/objects.mk delete mode 100644 X64/sources.mk delete mode 100644 X64/src/Codec/subdir.mk delete mode 100644 X64/src/Device/subdir.mk delete mode 100644 X64/src/H264/subdir.mk delete mode 100644 X64/src/Http/subdir.mk delete mode 100644 X64/src/MedaiFile/CRC/subdir.mk delete mode 100644 X64/src/MedaiFile/subdir.mk delete mode 100644 X64/src/Player/subdir.mk delete mode 100644 X64/src/RTP/subdir.mk delete mode 100644 X64/src/Rtmp/subdir.mk delete mode 100644 X64/src/Rtsp/subdir.mk delete mode 100644 X64/src/Shell/subdir.mk delete mode 100644 X64/src/subdir.mk diff --git a/ARM/makefile b/ARM/makefile deleted file mode 100644 index 7482988c..00000000 --- a/ARM/makefile +++ /dev/null @@ -1,70 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include src/Shell/subdir.mk --include src/Rtsp/subdir.mk --include src/Rtmp/subdir.mk --include src/RTP/subdir.mk --include src/Player/subdir.mk --include src/MedaiFile/CRC/subdir.mk --include src/MedaiFile/subdir.mk --include src/Http/subdir.mk --include src/H264/subdir.mk --include src/Device/subdir.mk --include src/Codec/subdir.mk --include src/subdir.mk --include subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(CC_DEPS)),) --include $(CC_DEPS) -endif -ifneq ($(strip $(C++_DEPS)),) --include $(C++_DEPS) -endif -ifneq ($(strip $(C_UPPER_DEPS)),) --include $(C_UPPER_DEPS) -endif -ifneq ($(strip $(CXX_DEPS)),) --include $(CXX_DEPS) -endif -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -ifneq ($(strip $(CPP_DEPS)),) --include $(CPP_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: libZLMediaKit.a - -# Tool invocations -libZLMediaKit.a: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: Cross GCC Archiver' - arm-linux-gnueabi-ar -r "libZLMediaKit.a" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - -# Other Targets -clean: - -$(RM) $(CC_DEPS)$(C++_DEPS)$(OBJS)$(C_UPPER_DEPS)$(CXX_DEPS)$(ARCHIVES)$(C_DEPS)$(CPP_DEPS) libZLMediaKit.a - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: - --include ../makefile.targets diff --git a/ARM/objects.mk b/ARM/objects.mk deleted file mode 100644 index 742c2da0..00000000 --- a/ARM/objects.mk +++ /dev/null @@ -1,8 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -USER_OBJS := - -LIBS := - diff --git a/ARM/sources.mk b/ARM/sources.mk deleted file mode 100644 index f39f631c..00000000 --- a/ARM/sources.mk +++ /dev/null @@ -1,38 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -C_UPPER_SRCS := -CXX_SRCS := -C++_SRCS := -OBJ_SRCS := -CC_SRCS := -ASM_SRCS := -C_SRCS := -CPP_SRCS := -O_SRCS := -S_UPPER_SRCS := -CC_DEPS := -C++_DEPS := -OBJS := -C_UPPER_DEPS := -CXX_DEPS := -ARCHIVES := -C_DEPS := -CPP_DEPS := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -src/Codec \ -src/Device \ -src/H264 \ -src/Http \ -src/MedaiFile/CRC \ -src/MedaiFile \ -src/Player \ -src/RTP \ -src/Rtmp \ -src/Rtsp \ -src/Shell \ -src \ - diff --git a/ARM/src/Codec/subdir.mk b/ARM/src/Codec/subdir.mk deleted file mode 100644 index 1093c63b..00000000 --- a/ARM/src/Codec/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Codec/AACEncoder.cpp \ -../src/Codec/H264Encoder.cpp - -OBJS += \ -./src/Codec/AACEncoder.o \ -./src/Codec/H264Encoder.o - -CPP_DEPS += \ -./src/Codec/AACEncoder.d \ -./src/Codec/H264Encoder.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Codec/%.o: ../src/Codec/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Device/subdir.mk b/ARM/src/Device/subdir.mk deleted file mode 100644 index e7934241..00000000 --- a/ARM/src/Device/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Device/Device.cpp \ -../src/Device/PlayerProxy.cpp \ -../src/Device/base64.cpp - -OBJS += \ -./src/Device/Device.o \ -./src/Device/PlayerProxy.o \ -./src/Device/base64.o - -CPP_DEPS += \ -./src/Device/Device.d \ -./src/Device/PlayerProxy.d \ -./src/Device/base64.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Device/%.o: ../src/Device/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/H264/subdir.mk b/ARM/src/H264/subdir.mk deleted file mode 100644 index b286a530..00000000 --- a/ARM/src/H264/subdir.mk +++ /dev/null @@ -1,50 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../src/H264/SPSParser.c - -CPP_SRCS += \ -../src/H264/H264Parser.cpp \ -../src/H264/h264_bit_reader.cpp \ -../src/H264/h264_parser.cpp \ -../src/H264/h264_poc.cpp \ -../src/H264/ranges.cpp - -OBJS += \ -./src/H264/H264Parser.o \ -./src/H264/SPSParser.o \ -./src/H264/h264_bit_reader.o \ -./src/H264/h264_parser.o \ -./src/H264/h264_poc.o \ -./src/H264/ranges.o - -C_DEPS += \ -./src/H264/SPSParser.d - -CPP_DEPS += \ -./src/H264/H264Parser.d \ -./src/H264/h264_bit_reader.d \ -./src/H264/h264_parser.d \ -./src/H264/h264_poc.d \ -./src/H264/ranges.d - - -# Each subdirectory must supply rules for building sources it contributes -src/H264/%.o: ../src/H264/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - -src/H264/%.o: ../src/H264/%.c - @echo 'Building file: $<' - @echo 'Invoking: Cross GCC Compiler' - arm-linux-gnueabi-gcc -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Http/subdir.mk b/ARM/src/Http/subdir.mk deleted file mode 100644 index 2cb9c1f1..00000000 --- a/ARM/src/Http/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Http/HttpSession.cpp \ -../src/Http/strCoding.cpp - -OBJS += \ -./src/Http/HttpSession.o \ -./src/Http/strCoding.o - -CPP_DEPS += \ -./src/Http/HttpSession.d \ -./src/Http/strCoding.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Http/%.o: ../src/Http/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/MedaiFile/CRC/subdir.mk b/ARM/src/MedaiFile/CRC/subdir.mk deleted file mode 100644 index 42ac7a27..00000000 --- a/ARM/src/MedaiFile/CRC/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/MedaiFile/CRC/crc32.cpp - -OBJS += \ -./src/MedaiFile/CRC/crc32.o - -CPP_DEPS += \ -./src/MedaiFile/CRC/crc32.d - - -# Each subdirectory must supply rules for building sources it contributes -src/MedaiFile/CRC/%.o: ../src/MedaiFile/CRC/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/MedaiFile/subdir.mk b/ARM/src/MedaiFile/subdir.mk deleted file mode 100644 index f3444009..00000000 --- a/ARM/src/MedaiFile/subdir.mk +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/MedaiFile/HLSMaker.cpp \ -../src/MedaiFile/MediaReader.cpp \ -../src/MedaiFile/MediaRecorder.cpp \ -../src/MedaiFile/Mp4Maker.cpp \ -../src/MedaiFile/TSMaker.cpp - -OBJS += \ -./src/MedaiFile/HLSMaker.o \ -./src/MedaiFile/MediaReader.o \ -./src/MedaiFile/MediaRecorder.o \ -./src/MedaiFile/Mp4Maker.o \ -./src/MedaiFile/TSMaker.o - -CPP_DEPS += \ -./src/MedaiFile/HLSMaker.d \ -./src/MedaiFile/MediaReader.d \ -./src/MedaiFile/MediaRecorder.d \ -./src/MedaiFile/Mp4Maker.d \ -./src/MedaiFile/TSMaker.d - - -# Each subdirectory must supply rules for building sources it contributes -src/MedaiFile/%.o: ../src/MedaiFile/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Player/subdir.mk b/ARM/src/Player/subdir.mk deleted file mode 100644 index 13259d09..00000000 --- a/ARM/src/Player/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Player/MediaPlayer.cpp \ -../src/Player/Player.cpp \ -../src/Player/PlayerBase.cpp - -OBJS += \ -./src/Player/MediaPlayer.o \ -./src/Player/Player.o \ -./src/Player/PlayerBase.o - -CPP_DEPS += \ -./src/Player/MediaPlayer.d \ -./src/Player/Player.d \ -./src/Player/PlayerBase.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Player/%.o: ../src/Player/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/RTP/subdir.mk b/ARM/src/RTP/subdir.mk deleted file mode 100644 index 38f2e6e4..00000000 --- a/ARM/src/RTP/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/RTP/RtpMakerAAC.cpp \ -../src/RTP/RtpMakerH264.cpp - -OBJS += \ -./src/RTP/RtpMakerAAC.o \ -./src/RTP/RtpMakerH264.o - -CPP_DEPS += \ -./src/RTP/RtpMakerAAC.d \ -./src/RTP/RtpMakerH264.d - - -# Each subdirectory must supply rules for building sources it contributes -src/RTP/%.o: ../src/RTP/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Rtmp/subdir.mk b/ARM/src/Rtmp/subdir.mk deleted file mode 100644 index 33492ab6..00000000 --- a/ARM/src/Rtmp/subdir.mk +++ /dev/null @@ -1,51 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Rtmp/RtmpMediaSource.cpp \ -../src/Rtmp/RtmpParser.cpp \ -../src/Rtmp/RtmpPlayer.cpp \ -../src/Rtmp/RtmpPlayerImp.cpp \ -../src/Rtmp/RtmpProtocol.cpp \ -../src/Rtmp/RtmpPusher.cpp \ -../src/Rtmp/RtmpSession.cpp \ -../src/Rtmp/RtmpToRtspMediaSource.cpp \ -../src/Rtmp/amf.cpp \ -../src/Rtmp/utils.cpp - -OBJS += \ -./src/Rtmp/RtmpMediaSource.o \ -./src/Rtmp/RtmpParser.o \ -./src/Rtmp/RtmpPlayer.o \ -./src/Rtmp/RtmpPlayerImp.o \ -./src/Rtmp/RtmpProtocol.o \ -./src/Rtmp/RtmpPusher.o \ -./src/Rtmp/RtmpSession.o \ -./src/Rtmp/RtmpToRtspMediaSource.o \ -./src/Rtmp/amf.o \ -./src/Rtmp/utils.o - -CPP_DEPS += \ -./src/Rtmp/RtmpMediaSource.d \ -./src/Rtmp/RtmpParser.d \ -./src/Rtmp/RtmpPlayer.d \ -./src/Rtmp/RtmpPlayerImp.d \ -./src/Rtmp/RtmpProtocol.d \ -./src/Rtmp/RtmpPusher.d \ -./src/Rtmp/RtmpSession.d \ -./src/Rtmp/RtmpToRtspMediaSource.d \ -./src/Rtmp/amf.d \ -./src/Rtmp/utils.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Rtmp/%.o: ../src/Rtmp/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Rtsp/subdir.mk b/ARM/src/Rtsp/subdir.mk deleted file mode 100644 index 00ff592d..00000000 --- a/ARM/src/Rtsp/subdir.mk +++ /dev/null @@ -1,48 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Rtsp/RtpBroadCaster.cpp \ -../src/Rtsp/RtpParser.cpp \ -../src/Rtsp/Rtsp.cpp \ -../src/Rtsp/RtspMediaSource.cpp \ -../src/Rtsp/RtspPlayer.cpp \ -../src/Rtsp/RtspPlayerImp.cpp \ -../src/Rtsp/RtspSession.cpp \ -../src/Rtsp/RtspToRtmpMediaSource.cpp \ -../src/Rtsp/UDPServer.cpp - -OBJS += \ -./src/Rtsp/RtpBroadCaster.o \ -./src/Rtsp/RtpParser.o \ -./src/Rtsp/Rtsp.o \ -./src/Rtsp/RtspMediaSource.o \ -./src/Rtsp/RtspPlayer.o \ -./src/Rtsp/RtspPlayerImp.o \ -./src/Rtsp/RtspSession.o \ -./src/Rtsp/RtspToRtmpMediaSource.o \ -./src/Rtsp/UDPServer.o - -CPP_DEPS += \ -./src/Rtsp/RtpBroadCaster.d \ -./src/Rtsp/RtpParser.d \ -./src/Rtsp/Rtsp.d \ -./src/Rtsp/RtspMediaSource.d \ -./src/Rtsp/RtspPlayer.d \ -./src/Rtsp/RtspPlayerImp.d \ -./src/Rtsp/RtspSession.d \ -./src/Rtsp/RtspToRtmpMediaSource.d \ -./src/Rtsp/UDPServer.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Rtsp/%.o: ../src/Rtsp/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/Shell/subdir.mk b/ARM/src/Shell/subdir.mk deleted file mode 100644 index 8c2e36e5..00000000 --- a/ARM/src/Shell/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Shell/CMD.cpp \ -../src/Shell/ShellSession.cpp - -OBJS += \ -./src/Shell/CMD.o \ -./src/Shell/ShellSession.o - -CPP_DEPS += \ -./src/Shell/CMD.d \ -./src/Shell/ShellSession.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Shell/%.o: ../src/Shell/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/ARM/src/subdir.mk b/ARM/src/subdir.mk deleted file mode 100644 index fa6670c5..00000000 --- a/ARM/src/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/config.cpp - -OBJS += \ -./src/config.o - -CPP_DEPS += \ -./src/config.d - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - arm-linux-gnueabi-g++ -std=c++1y -I/home/xzl/soft -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/makefile b/X64/makefile deleted file mode 100644 index 37e81e9d..00000000 --- a/X64/makefile +++ /dev/null @@ -1,70 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include src/Shell/subdir.mk --include src/Rtsp/subdir.mk --include src/Rtmp/subdir.mk --include src/RTP/subdir.mk --include src/Player/subdir.mk --include src/MedaiFile/CRC/subdir.mk --include src/MedaiFile/subdir.mk --include src/Http/subdir.mk --include src/H264/subdir.mk --include src/Device/subdir.mk --include src/Codec/subdir.mk --include src/subdir.mk --include subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(CC_DEPS)),) --include $(CC_DEPS) -endif -ifneq ($(strip $(C++_DEPS)),) --include $(C++_DEPS) -endif -ifneq ($(strip $(C_UPPER_DEPS)),) --include $(C_UPPER_DEPS) -endif -ifneq ($(strip $(CXX_DEPS)),) --include $(CXX_DEPS) -endif -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -ifneq ($(strip $(CPP_DEPS)),) --include $(CPP_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: libZLMediaKit.so - -# Tool invocations -libZLMediaKit.so: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: Cross G++ Linker' - g++ -shared -o "libZLMediaKit.so" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - -# Other Targets -clean: - -$(RM) $(LIBRARIES)$(CC_DEPS)$(C++_DEPS)$(OBJS)$(C_UPPER_DEPS)$(CXX_DEPS)$(C_DEPS)$(CPP_DEPS) libZLMediaKit.so - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: - --include ../makefile.targets diff --git a/X64/objects.mk b/X64/objects.mk deleted file mode 100644 index 742c2da0..00000000 --- a/X64/objects.mk +++ /dev/null @@ -1,8 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -USER_OBJS := - -LIBS := - diff --git a/X64/sources.mk b/X64/sources.mk deleted file mode 100644 index db0ac7c5..00000000 --- a/X64/sources.mk +++ /dev/null @@ -1,38 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -C_UPPER_SRCS := -CXX_SRCS := -C++_SRCS := -OBJ_SRCS := -CC_SRCS := -ASM_SRCS := -C_SRCS := -CPP_SRCS := -O_SRCS := -S_UPPER_SRCS := -LIBRARIES := -CC_DEPS := -C++_DEPS := -OBJS := -C_UPPER_DEPS := -CXX_DEPS := -C_DEPS := -CPP_DEPS := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -src/Codec \ -src/Device \ -src/H264 \ -src/Http \ -src/MedaiFile/CRC \ -src/MedaiFile \ -src/Player \ -src/RTP \ -src/Rtmp \ -src/Rtsp \ -src/Shell \ -src \ - diff --git a/X64/src/Codec/subdir.mk b/X64/src/Codec/subdir.mk deleted file mode 100644 index 1054702b..00000000 --- a/X64/src/Codec/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Codec/AACEncoder.cpp \ -../src/Codec/H264Encoder.cpp - -OBJS += \ -./src/Codec/AACEncoder.o \ -./src/Codec/H264Encoder.o - -CPP_DEPS += \ -./src/Codec/AACEncoder.d \ -./src/Codec/H264Encoder.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Codec/%.o: ../src/Codec/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Device/subdir.mk b/X64/src/Device/subdir.mk deleted file mode 100644 index 025e229e..00000000 --- a/X64/src/Device/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Device/Device.cpp \ -../src/Device/PlayerProxy.cpp \ -../src/Device/base64.cpp - -OBJS += \ -./src/Device/Device.o \ -./src/Device/PlayerProxy.o \ -./src/Device/base64.o - -CPP_DEPS += \ -./src/Device/Device.d \ -./src/Device/PlayerProxy.d \ -./src/Device/base64.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Device/%.o: ../src/Device/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/H264/subdir.mk b/X64/src/H264/subdir.mk deleted file mode 100644 index 1686a0d1..00000000 --- a/X64/src/H264/subdir.mk +++ /dev/null @@ -1,50 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../src/H264/SPSParser.c - -CPP_SRCS += \ -../src/H264/H264Parser.cpp \ -../src/H264/h264_bit_reader.cpp \ -../src/H264/h264_parser.cpp \ -../src/H264/h264_poc.cpp \ -../src/H264/ranges.cpp - -OBJS += \ -./src/H264/H264Parser.o \ -./src/H264/SPSParser.o \ -./src/H264/h264_bit_reader.o \ -./src/H264/h264_parser.o \ -./src/H264/h264_poc.o \ -./src/H264/ranges.o - -C_DEPS += \ -./src/H264/SPSParser.d - -CPP_DEPS += \ -./src/H264/H264Parser.d \ -./src/H264/h264_bit_reader.d \ -./src/H264/h264_parser.d \ -./src/H264/h264_poc.d \ -./src/H264/ranges.d - - -# Each subdirectory must supply rules for building sources it contributes -src/H264/%.o: ../src/H264/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - -src/H264/%.o: ../src/H264/%.c - @echo 'Building file: $<' - @echo 'Invoking: Cross GCC Compiler' - gcc -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Http/subdir.mk b/X64/src/Http/subdir.mk deleted file mode 100644 index 714ff38f..00000000 --- a/X64/src/Http/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Http/HttpSession.cpp \ -../src/Http/strCoding.cpp - -OBJS += \ -./src/Http/HttpSession.o \ -./src/Http/strCoding.o - -CPP_DEPS += \ -./src/Http/HttpSession.d \ -./src/Http/strCoding.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Http/%.o: ../src/Http/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/MedaiFile/CRC/subdir.mk b/X64/src/MedaiFile/CRC/subdir.mk deleted file mode 100644 index 819027c5..00000000 --- a/X64/src/MedaiFile/CRC/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/MedaiFile/CRC/crc32.cpp - -OBJS += \ -./src/MedaiFile/CRC/crc32.o - -CPP_DEPS += \ -./src/MedaiFile/CRC/crc32.d - - -# Each subdirectory must supply rules for building sources it contributes -src/MedaiFile/CRC/%.o: ../src/MedaiFile/CRC/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/MedaiFile/subdir.mk b/X64/src/MedaiFile/subdir.mk deleted file mode 100644 index cfc89a80..00000000 --- a/X64/src/MedaiFile/subdir.mk +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/MedaiFile/HLSMaker.cpp \ -../src/MedaiFile/MediaReader.cpp \ -../src/MedaiFile/MediaRecorder.cpp \ -../src/MedaiFile/Mp4Maker.cpp \ -../src/MedaiFile/TSMaker.cpp - -OBJS += \ -./src/MedaiFile/HLSMaker.o \ -./src/MedaiFile/MediaReader.o \ -./src/MedaiFile/MediaRecorder.o \ -./src/MedaiFile/Mp4Maker.o \ -./src/MedaiFile/TSMaker.o - -CPP_DEPS += \ -./src/MedaiFile/HLSMaker.d \ -./src/MedaiFile/MediaReader.d \ -./src/MedaiFile/MediaRecorder.d \ -./src/MedaiFile/Mp4Maker.d \ -./src/MedaiFile/TSMaker.d - - -# Each subdirectory must supply rules for building sources it contributes -src/MedaiFile/%.o: ../src/MedaiFile/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Player/subdir.mk b/X64/src/Player/subdir.mk deleted file mode 100644 index 33f6abfb..00000000 --- a/X64/src/Player/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Player/MediaPlayer.cpp \ -../src/Player/Player.cpp \ -../src/Player/PlayerBase.cpp - -OBJS += \ -./src/Player/MediaPlayer.o \ -./src/Player/Player.o \ -./src/Player/PlayerBase.o - -CPP_DEPS += \ -./src/Player/MediaPlayer.d \ -./src/Player/Player.d \ -./src/Player/PlayerBase.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Player/%.o: ../src/Player/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/RTP/subdir.mk b/X64/src/RTP/subdir.mk deleted file mode 100644 index 862be208..00000000 --- a/X64/src/RTP/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/RTP/RtpMakerAAC.cpp \ -../src/RTP/RtpMakerH264.cpp - -OBJS += \ -./src/RTP/RtpMakerAAC.o \ -./src/RTP/RtpMakerH264.o - -CPP_DEPS += \ -./src/RTP/RtpMakerAAC.d \ -./src/RTP/RtpMakerH264.d - - -# Each subdirectory must supply rules for building sources it contributes -src/RTP/%.o: ../src/RTP/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Rtmp/subdir.mk b/X64/src/Rtmp/subdir.mk deleted file mode 100644 index 17608371..00000000 --- a/X64/src/Rtmp/subdir.mk +++ /dev/null @@ -1,51 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Rtmp/RtmpMediaSource.cpp \ -../src/Rtmp/RtmpParser.cpp \ -../src/Rtmp/RtmpPlayer.cpp \ -../src/Rtmp/RtmpPlayerImp.cpp \ -../src/Rtmp/RtmpProtocol.cpp \ -../src/Rtmp/RtmpPusher.cpp \ -../src/Rtmp/RtmpSession.cpp \ -../src/Rtmp/RtmpToRtspMediaSource.cpp \ -../src/Rtmp/amf.cpp \ -../src/Rtmp/utils.cpp - -OBJS += \ -./src/Rtmp/RtmpMediaSource.o \ -./src/Rtmp/RtmpParser.o \ -./src/Rtmp/RtmpPlayer.o \ -./src/Rtmp/RtmpPlayerImp.o \ -./src/Rtmp/RtmpProtocol.o \ -./src/Rtmp/RtmpPusher.o \ -./src/Rtmp/RtmpSession.o \ -./src/Rtmp/RtmpToRtspMediaSource.o \ -./src/Rtmp/amf.o \ -./src/Rtmp/utils.o - -CPP_DEPS += \ -./src/Rtmp/RtmpMediaSource.d \ -./src/Rtmp/RtmpParser.d \ -./src/Rtmp/RtmpPlayer.d \ -./src/Rtmp/RtmpPlayerImp.d \ -./src/Rtmp/RtmpProtocol.d \ -./src/Rtmp/RtmpPusher.d \ -./src/Rtmp/RtmpSession.d \ -./src/Rtmp/RtmpToRtspMediaSource.d \ -./src/Rtmp/amf.d \ -./src/Rtmp/utils.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Rtmp/%.o: ../src/Rtmp/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Rtsp/subdir.mk b/X64/src/Rtsp/subdir.mk deleted file mode 100644 index 7081b51c..00000000 --- a/X64/src/Rtsp/subdir.mk +++ /dev/null @@ -1,48 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Rtsp/RtpBroadCaster.cpp \ -../src/Rtsp/RtpParser.cpp \ -../src/Rtsp/Rtsp.cpp \ -../src/Rtsp/RtspMediaSource.cpp \ -../src/Rtsp/RtspPlayer.cpp \ -../src/Rtsp/RtspPlayerImp.cpp \ -../src/Rtsp/RtspSession.cpp \ -../src/Rtsp/RtspToRtmpMediaSource.cpp \ -../src/Rtsp/UDPServer.cpp - -OBJS += \ -./src/Rtsp/RtpBroadCaster.o \ -./src/Rtsp/RtpParser.o \ -./src/Rtsp/Rtsp.o \ -./src/Rtsp/RtspMediaSource.o \ -./src/Rtsp/RtspPlayer.o \ -./src/Rtsp/RtspPlayerImp.o \ -./src/Rtsp/RtspSession.o \ -./src/Rtsp/RtspToRtmpMediaSource.o \ -./src/Rtsp/UDPServer.o - -CPP_DEPS += \ -./src/Rtsp/RtpBroadCaster.d \ -./src/Rtsp/RtpParser.d \ -./src/Rtsp/Rtsp.d \ -./src/Rtsp/RtspMediaSource.d \ -./src/Rtsp/RtspPlayer.d \ -./src/Rtsp/RtspPlayerImp.d \ -./src/Rtsp/RtspSession.d \ -./src/Rtsp/RtspToRtmpMediaSource.d \ -./src/Rtsp/UDPServer.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Rtsp/%.o: ../src/Rtsp/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/Shell/subdir.mk b/X64/src/Shell/subdir.mk deleted file mode 100644 index 928acb05..00000000 --- a/X64/src/Shell/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/Shell/CMD.cpp \ -../src/Shell/ShellSession.cpp - -OBJS += \ -./src/Shell/CMD.o \ -./src/Shell/ShellSession.o - -CPP_DEPS += \ -./src/Shell/CMD.d \ -./src/Shell/ShellSession.d - - -# Each subdirectory must supply rules for building sources it contributes -src/Shell/%.o: ../src/Shell/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/X64/src/subdir.mk b/X64/src/subdir.mk deleted file mode 100644 index 195a0b19..00000000 --- a/X64/src/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/config.cpp - -OBJS += \ -./src/config.o - -CPP_DEPS += \ -./src/config.d - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: Cross G++ Compiler' - g++ -std=c++1y -DENABLE_FAAC -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_MEDIAFILE -DENABLE_X264 -I"/Users/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - -