summaryrefslogtreecommitdiffstats
path: root/Sencha-lang/Debug/AST/subdir.mk
blob: 353c2164bfd798af3bf961cb7f1c7d70e08c7f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../AST/AST.cpp \
../AST/ASTExpression.cpp \
../AST/ASTNode.cpp \
../AST/ASTStatement.cpp \
../AST/Assignment.cpp \
../AST/BasicExpression.cpp \
../AST/BasicStatement.cpp \
../AST/ConstantExpression.cpp \
../AST/IfNode.cpp \
../AST/IncorrectExpression.cpp \
../AST/PostfixExpression.cpp \
../AST/ProgramNode.cpp \
../AST/SenchaObject.cpp 

OBJS += \
./AST/AST.o \
./AST/ASTExpression.o \
./AST/ASTNode.o \
./AST/ASTStatement.o \
./AST/Assignment.o \
./AST/BasicExpression.o \
./AST/BasicStatement.o \
./AST/ConstantExpression.o \
./AST/IfNode.o \
./AST/IncorrectExpression.o \
./AST/PostfixExpression.o \
./AST/ProgramNode.o \
./AST/SenchaObject.o 

CPP_DEPS += \
./AST/AST.d \
./AST/ASTExpression.d \
./AST/ASTNode.d \
./AST/ASTStatement.d \
./AST/Assignment.d \
./AST/BasicExpression.d \
./AST/BasicStatement.d \
./AST/ConstantExpression.d \
./AST/IfNode.d \
./AST/IncorrectExpression.d \
./AST/PostfixExpression.d \
./AST/ProgramNode.d \
./AST/SenchaObject.d 


# Each subdirectory must supply rules for building sources it contributes
AST/%.o: ../AST/%.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 ' '