sencha-lang/Sencha-lang/Debug/Tests/subdir.mk

28 lines
783 B
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Tests/TestLexer.cpp \
../Tests/TestSuite.cpp
OBJS += \
./Tests/TestLexer.o \
./Tests/TestSuite.o
CPP_DEPS += \
./Tests/TestLexer.d \
./Tests/TestSuite.d
# Each subdirectory must supply rules for building sources it contributes
Tests/%.o: ../Tests/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -std=gnu++0x -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '