2017-05-02 13:44:23 +08:00
|
|
|
################################################################################
|
|
|
|
# Automatically-generated file. Do not edit!
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
CPP_SRCS += \
|
|
|
|
../test/DeviceHK.cpp \
|
|
|
|
../test/test.cpp
|
|
|
|
|
|
|
|
OBJS += \
|
|
|
|
./test/DeviceHK.o \
|
|
|
|
./test/test.o
|
|
|
|
|
|
|
|
CPP_DEPS += \
|
|
|
|
./test/DeviceHK.d \
|
|
|
|
./test/test.d
|
|
|
|
|
|
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
|
|
test/%.o: ../test/%.cpp
|
|
|
|
@echo 'Building file: $<'
|
|
|
|
@echo 'Invoking: Cross G++ Compiler'
|
2017-05-02 17:07:02 +08:00
|
|
|
g++ -std=c++1y -DENABLE_RTSP2RTMP -DENABLE_RTMP2RTSP -DENABLE_HLS -DENABLE_MP4V2 -DENABLE_FAAC -DENABLE_X264 -I"/home/xzl/git/ZLMediaKit/src" -I../../ZLToolKit/src -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
2017-05-02 13:44:23 +08:00
|
|
|
@echo 'Finished building: $<'
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
|