Deleted call crap.

functions
Justyna Att Ilczuk 2012-12-09 13:06:06 +01:00
parent fa95e916dd
commit 1666717f72
75 changed files with 0 additions and 649 deletions

View File

@ -1,2 +0,0 @@
.metadata/.plugins/org.eclipse.cdt.make.core/specs.d: \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.c

View File

@ -1,37 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp
C_SRCS += \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.c
OBJS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.o
C_DEPS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.d
CPP_DEPS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.d
# Each subdirectory must supply rules for building sources it contributes
.metadata/.plugins/org.eclipse.cdt.make.core/%.o: ../.metadata/.plugins/org.eclipse.cdt.make.core/%.c
@echo 'Building file: $<'
@echo 'Invoking: Cross GCC Compiler'
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
.metadata/.plugins/org.eclipse.cdt.make.core/%.o: ../.metadata/.plugins/org.eclipse.cdt.make.core/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1,16 +0,0 @@
AST.d: ../AST.cpp ../AST.h ../ASTNode.h ../AllTypesOfASTNodes.h \
../ASTProgram.h ../ASTStatement.h ../ASTExpression.h ../ASTPrimary.h
../AST.h:
../ASTNode.h:
../AllTypesOfASTNodes.h:
../ASTProgram.h:
../ASTStatement.h:
../ASTExpression.h:
../ASTPrimary.h:

Binary file not shown.

View File

@ -1,17 +0,0 @@
AST/AST.d: ../AST/AST.cpp ../AST/AST.h ../AST/ASTNode.h \
../AST/AllTypesOfASTNodes.h ../AST/ProgramNode.h ../AST/ASTStatement.h \
../AST/ASTExpression.h ../AST/ASTPrimary.h
../AST/AST.h:
../AST/ASTNode.h:
../AST/AllTypesOfASTNodes.h:
../AST/ProgramNode.h:
../AST/ASTStatement.h:
../AST/ASTExpression.h:
../AST/ASTPrimary.h:

Binary file not shown.

View File

@ -1,6 +0,0 @@
AST/ASTExpression.d: ../AST/ASTExpression.cpp ../AST/ASTExpression.h \
../AST/ASTNode.h
../AST/ASTExpression.h:
../AST/ASTNode.h:

View File

@ -1,3 +0,0 @@
AST/ASTNode.d: ../AST/ASTNode.cpp ../AST/ASTNode.h
../AST/ASTNode.h:

Binary file not shown.

View File

@ -1,6 +0,0 @@
AST/ASTPrimary.d: ../AST/ASTPrimary.cpp ../AST/ASTPrimary.h \
../AST/ASTNode.h
../AST/ASTPrimary.h:
../AST/ASTNode.h:

Binary file not shown.

View File

@ -1,8 +0,0 @@
AST/ASTProgram.d: ../AST/ASTProgram.cpp ../AST/ASTProgram.h \
../AST/ASTNode.h ../AST/ASTStatement.h
../AST/ASTProgram.h:
../AST/ASTNode.h:
../AST/ASTStatement.h:

Binary file not shown.

View File

@ -1,6 +0,0 @@
AST/ASTStatement.d: ../AST/ASTStatement.cpp ../AST/ASTStatement.h \
../AST/ASTNode.h
../AST/ASTStatement.h:
../AST/ASTNode.h:

Binary file not shown.

View File

@ -1,10 +0,0 @@
AST/IfNode.d: ../AST/IfNode.cpp ../AST/IfNode.h ../AST/ASTStatement.h \
../AST/ASTNode.h ../AST/ASTExpression.h
../AST/IfNode.h:
../AST/ASTStatement.h:
../AST/ASTNode.h:
../AST/ASTExpression.h:

Binary file not shown.

View File

@ -1,8 +0,0 @@
AST/ProgramNode.d: ../AST/ProgramNode.cpp ../AST/ProgramNode.h \
../AST/ASTNode.h ../AST/ASTStatement.h
../AST/ProgramNode.h:
../AST/ASTNode.h:
../AST/ASTStatement.h:

Binary file not shown.

View File

@ -1,42 +0,0 @@
################################################################################
# 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/ASTPrimary.cpp \
../AST/ASTStatement.cpp \
../AST/IfNode.cpp \
../AST/ProgramNode.cpp
OBJS += \
./AST/AST.o \
./AST/ASTExpression.o \
./AST/ASTNode.o \
./AST/ASTPrimary.o \
./AST/ASTStatement.o \
./AST/IfNode.o \
./AST/ProgramNode.o
CPP_DEPS += \
./AST/AST.d \
./AST/ASTExpression.d \
./AST/ASTNode.d \
./AST/ASTPrimary.d \
./AST/ASTStatement.d \
./AST/IfNode.d \
./AST/ProgramNode.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 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1,5 +0,0 @@
ASTExpression.d: ../ASTExpression.cpp ../ASTExpression.h ../ASTNode.h
../ASTExpression.h:
../ASTNode.h:

Binary file not shown.

View File

@ -1,3 +0,0 @@
ASTNode.d: ../ASTNode.cpp ../ASTNode.h
../ASTNode.h:

Binary file not shown.

View File

@ -1,5 +0,0 @@
ASTPrimary.d: ../ASTPrimary.cpp ../ASTPrimary.h ../ASTNode.h
../ASTPrimary.h:
../ASTNode.h:

Binary file not shown.

View File

@ -1,8 +0,0 @@
ASTProgram.d: ../ASTProgram.cpp ../ASTProgram.h ../ASTNode.h \
../ASTStatement.h
../ASTProgram.h:
../ASTNode.h:
../ASTStatement.h:

Binary file not shown.

View File

@ -1,5 +0,0 @@
ASTStatement.d: ../ASTStatement.cpp ../ASTStatement.h ../ASTNode.h
../ASTStatement.h:
../ASTNode.h:

Binary file not shown.

View File

@ -1,5 +0,0 @@
Lexer.d: ../Lexer.cpp ../Lexer.h ../Token.h
../Lexer.h:
../Token.h:

Binary file not shown.

View File

@ -1,3 +0,0 @@
Object.d: ../Object.cpp ../Object.h
../Object.h:

Binary file not shown.

View File

@ -1,5 +0,0 @@
Parser.d: ../Parser.cpp ../Parser.h ../Token.h
../Parser.h:
../Token.h:

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +0,0 @@
Tests/TestLexer.d: ../Tests/TestLexer.cpp ../Tests/TestLexer.h \
../Tests/TestSuite.h ../Tests/minunit.h ../Tests/../Lexer.h \
../Tests/../Token.h
../Tests/TestLexer.h:
../Tests/TestSuite.h:
../Tests/minunit.h:
../Tests/../Lexer.h:
../Tests/../Token.h:

Binary file not shown.

View File

@ -1,6 +0,0 @@
Tests/TestSuite.d: ../Tests/TestSuite.cpp ../Tests/TestSuite.h \
../Tests/minunit.h
../Tests/TestSuite.h:
../Tests/minunit.h:

Binary file not shown.

View File

@ -1,27 +0,0 @@
################################################################################
# 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 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1,3 +0,0 @@
Token.d: ../Token.cpp ../Token.h
../Token.h:

Binary file not shown.

View File

@ -1,17 +0,0 @@
main.d: ../main.cpp ../Token.h ../Lexer.h ../Parser.h \
../Tests/TestLexer.h ../Tests/TestSuite.h ../Tests/minunit.h \
../Tests/../Lexer.h
../Token.h:
../Lexer.h:
../Parser.h:
../Tests/TestLexer.h:
../Tests/TestSuite.h:
../Tests/minunit.h:
../Tests/../Lexer.h:

Binary file not shown.

View File

@ -1,61 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include Tests/subdir.mk
-include AST/subdir.mk
-include .metadata/.plugins/org.eclipse.cdt.make.core/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: Sencha-lang
# Tool invocations
Sencha-lang: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: Cross G++ Linker'
g++ -o "Sencha-lang" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(C++_DEPS)$(OBJS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) Sencha-lang
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

View File

@ -1,8 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS :=

View File

@ -1,30 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS :=
C_SRCS :=
S_UPPER_SRCS :=
OBJ_SRCS :=
ASM_SRCS :=
CXX_SRCS :=
C++_SRCS :=
CC_SRCS :=
C++_DEPS :=
OBJS :=
C_DEPS :=
CC_DEPS :=
CPP_DEPS :=
EXECUTABLES :=
CXX_DEPS :=
C_UPPER_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Tests \
AST \
.metadata/.plugins/org.eclipse.cdt.make.core \

View File

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

View File

@ -1,2 +0,0 @@
.metadata/.plugins/org.eclipse.cdt.make.core/specs.d: \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.c

View File

@ -1,37 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp
C_SRCS += \
../.metadata/.plugins/org.eclipse.cdt.make.core/specs.c
OBJS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.o
C_DEPS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.d
CPP_DEPS += \
./.metadata/.plugins/org.eclipse.cdt.make.core/specs.d
# Each subdirectory must supply rules for building sources it contributes
.metadata/.plugins/org.eclipse.cdt.make.core/%.o: ../.metadata/.plugins/org.eclipse.cdt.make.core/%.c
@echo 'Building file: $<'
@echo 'Invoking: Cross GCC Compiler'
gcc -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
.metadata/.plugins/org.eclipse.cdt.make.core/%.o: ../.metadata/.plugins/org.eclipse.cdt.make.core/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: Cross G++ Compiler'
g++ -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1,5 +0,0 @@
Lexer.d: ../Lexer.cpp ../Lexer.h ../Token.h
../Lexer.h:
../Token.h:

Binary file not shown.

View File

@ -1,3 +0,0 @@
Object.d: ../Object.cpp ../Object.h
../Object.h:

Binary file not shown.

View File

@ -1,5 +0,0 @@
Parser.d: ../Parser.cpp ../Parser.h ../Token.h
../Parser.h:
../Token.h:

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +0,0 @@
Tests/TestLexer.d: ../Tests/TestLexer.cpp ../Tests/TestLexer.h \
../Tests/TestSuite.h ../Tests/minunit.h ../Tests/../Lexer.h \
../Tests/../Token.h
../Tests/TestLexer.h:
../Tests/TestSuite.h:
../Tests/minunit.h:
../Tests/../Lexer.h:
../Tests/../Token.h:

View File

@ -1,6 +0,0 @@
Tests/TestSuite.d: ../Tests/TestSuite.cpp ../Tests/TestSuite.h \
../Tests/minunit.h
../Tests/TestSuite.h:
../Tests/minunit.h:

View File

@ -1,27 +0,0 @@
################################################################################
# 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++ -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1,3 +0,0 @@
Token.d: ../Token.cpp ../Token.h
../Token.h:

Binary file not shown.

View File

@ -1,14 +0,0 @@
main.d: ../main.cpp ../Token.h ../Lexer.h ../Parser.h \
../Tests/TestLexer.h ../Tests/TestSuite.h ../Tests/minunit.h
../Token.h:
../Lexer.h:
../Parser.h:
../Tests/TestLexer.h:
../Tests/TestSuite.h:
../Tests/minunit.h:

Binary file not shown.

View File

@ -1,60 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include Tests/subdir.mk
-include .metadata/.plugins/org.eclipse.cdt.make.core/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: Sencha-lang
# Tool invocations
Sencha-lang: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: Cross G++ Linker'
g++ -o "Sencha-lang" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(C++_DEPS)$(OBJS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) Sencha-lang
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

View File

@ -1,8 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS :=

View File

@ -1,29 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS :=
C_SRCS :=
S_UPPER_SRCS :=
OBJ_SRCS :=
ASM_SRCS :=
CXX_SRCS :=
C++_SRCS :=
CC_SRCS :=
C++_DEPS :=
OBJS :=
C_DEPS :=
CC_DEPS :=
CPP_DEPS :=
EXECUTABLES :=
CXX_DEPS :=
C_UPPER_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \
Tests \
.metadata/.plugins/org.eclipse.cdt.make.core \

View File

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