################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/http/NyLPC_cHttpBasicBodyParser.c \ ../src/http/NyLPC_cHttpBasicHeaderParser.c \ ../src/http/NyLPC_cHttpBodyParser.c \ ../src/http/NyLPC_cHttpBodyWriter.c \ ../src/http/NyLPC_cHttpHeaderWriter.c \ ../src/http/NyLPC_cHttpNullRequestHeaderParser.c \ ../src/http/NyLPC_cHttpStream.c \ ../src/http/NyLPC_cJsonWeiter.c \ ../src/http/NyLPC_cMimeType.c \ ../src/http/NyLPC_cUrlEncode.c \ ../src/http/NyLPC_cUrlReader.c OBJS += \ ./src/http/NyLPC_cHttpBasicBodyParser.o \ ./src/http/NyLPC_cHttpBasicHeaderParser.o \ ./src/http/NyLPC_cHttpBodyParser.o \ ./src/http/NyLPC_cHttpBodyWriter.o \ ./src/http/NyLPC_cHttpHeaderWriter.o \ ./src/http/NyLPC_cHttpNullRequestHeaderParser.o \ ./src/http/NyLPC_cHttpStream.o \ ./src/http/NyLPC_cJsonWeiter.o \ ./src/http/NyLPC_cMimeType.o \ ./src/http/NyLPC_cUrlEncode.o \ ./src/http/NyLPC_cUrlReader.o C_DEPS += \ ./src/http/NyLPC_cHttpBasicBodyParser.d \ ./src/http/NyLPC_cHttpBasicHeaderParser.d \ ./src/http/NyLPC_cHttpBodyParser.d \ ./src/http/NyLPC_cHttpBodyWriter.d \ ./src/http/NyLPC_cHttpHeaderWriter.d \ ./src/http/NyLPC_cHttpNullRequestHeaderParser.d \ ./src/http/NyLPC_cHttpStream.d \ ./src/http/NyLPC_cJsonWeiter.d \ ./src/http/NyLPC_cMimeType.d \ ./src/http/NyLPC_cUrlEncode.d \ ./src/http/NyLPC_cUrlReader.d # Each subdirectory must supply rules for building sources it contributes src/http/%.o: ../src/http/%.c @echo 'Building file: $<' @echo 'Invoking: MCU C Compiler' arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -I"D:\project.sourceforge\MiMic\trunk\lib\src\include" -I"D:\project.sourceforge\MiMic\trunk\extlib\FreeRTOSlib\src" -I"D:\project.sourceforge\MiMic\trunk\extlib\FreeRTOSlib\src\FreeRTOS\include" -I"D:\project.sourceforge\MiMic\trunk\extlib\FreeRTOSlib\src\FreeRTOS\portable\GCC\ARM_CM3" -I"C:\nxp\LPCXpresso_4.3.0_1023\lpcxpresso\Tools\arm-none-eabi\include" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" @echo 'Finished building: $<' @echo ' '