WLG/wifi/subdir.mk
2024-10-19 16:02:41 +08:00

32 lines
1.1 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../wifi/wpa_client.cpp
CPP_DEPS += \
./wifi/wpa_client.d
OBJS += \
./wifi/wpa_client.o
# Each subdirectory must supply rules for building sources it contributes
wifi/%.o: ../wifi/%.cpp wifi/subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
arm-linux-gnueabihf-g++ -std=c++0x -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/boost/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/curl/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/fftw/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/jsoncpp/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/sqlite/include -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
clean: clean-wifi
clean-wifi:
-$(RM) ./wifi/wpa_client.d ./wifi/wpa_client.o
.PHONY: clean-wifi