| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | DEPENDPATH += $$PWD | 
					
						
							|  |  |  | INCLUDEPATH += $$PWD | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HEADERS += \ | 
					
						
							|  |  |  |     $$PWD/AST.h \ | 
					
						
							|  |  |  |     $$PWD/ASTVisitor.h \ | 
					
						
							|  |  |  |     $$PWD/ASTfwd.h \ | 
					
						
							|  |  |  |     $$PWD/Array.h \ | 
					
						
							|  |  |  |     $$PWD/CPlusPlusForwardDeclarations.h \ | 
					
						
							|  |  |  |     $$PWD/CheckDeclaration.h \ | 
					
						
							|  |  |  |     $$PWD/CheckDeclarator.h \ | 
					
						
							|  |  |  |     $$PWD/CheckExpression.h \ | 
					
						
							|  |  |  |     $$PWD/CheckName.h \ | 
					
						
							|  |  |  |     $$PWD/CheckSpecifier.h \ | 
					
						
							|  |  |  |     $$PWD/CheckStatement.h \ | 
					
						
							|  |  |  |     $$PWD/Control.h \ | 
					
						
							|  |  |  |     $$PWD/CoreTypes.h \ | 
					
						
							|  |  |  |     $$PWD/DiagnosticClient.h \ | 
					
						
							|  |  |  |     $$PWD/FullySpecifiedType.h \ | 
					
						
							|  |  |  |     $$PWD/Lexer.h \ | 
					
						
							|  |  |  |     $$PWD/LiteralTable.h \ | 
					
						
							|  |  |  |     $$PWD/Literals.h \ | 
					
						
							|  |  |  |     $$PWD/MemoryPool.h \ | 
					
						
							|  |  |  |     $$PWD/Name.h \ | 
					
						
							|  |  |  |     $$PWD/NameVisitor.h \ | 
					
						
							|  |  |  |     $$PWD/Names.h \ | 
					
						
							|  |  |  |     $$PWD/Parser.h \ | 
					
						
							|  |  |  |     $$PWD/Scope.h \ | 
					
						
							|  |  |  |     $$PWD/Semantic.h \ | 
					
						
							|  |  |  |     $$PWD/SemanticCheck.h \ | 
					
						
							|  |  |  |     $$PWD/Symbol.h \ | 
					
						
							|  |  |  |     $$PWD/Symbols.h \ | 
					
						
							|  |  |  |     $$PWD/SymbolVisitor.h \ | 
					
						
							|  |  |  |     $$PWD/Token.h \ | 
					
						
							|  |  |  |     $$PWD/TranslationUnit.h \ | 
					
						
							|  |  |  |     $$PWD/Type.h \ | 
					
						
							| 
									
										
										
										
											2009-01-03 13:02:37 +01:00
										 |  |  |     $$PWD/TypeVisitor.h \ | 
					
						
							|  |  |  |     $$PWD/PrettyPrinter.h | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | SOURCES += \ | 
					
						
							|  |  |  |     $$PWD/AST.cpp \ | 
					
						
							|  |  |  |     $$PWD/ASTVisitor.cpp \ | 
					
						
							|  |  |  |     $$PWD/Array.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckDeclaration.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckDeclarator.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckExpression.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckName.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckSpecifier.cpp \ | 
					
						
							|  |  |  |     $$PWD/CheckStatement.cpp \ | 
					
						
							|  |  |  |     $$PWD/Control.cpp \ | 
					
						
							|  |  |  |     $$PWD/CoreTypes.cpp \ | 
					
						
							|  |  |  |     $$PWD/DiagnosticClient.cpp \ | 
					
						
							|  |  |  |     $$PWD/FullySpecifiedType.cpp \ | 
					
						
							|  |  |  |     $$PWD/Keywords.cpp \ | 
					
						
							|  |  |  |     $$PWD/Lexer.cpp \ | 
					
						
							|  |  |  |     $$PWD/LiteralTable.cpp \ | 
					
						
							|  |  |  |     $$PWD/Literals.cpp \ | 
					
						
							|  |  |  |     $$PWD/MemoryPool.cpp \ | 
					
						
							|  |  |  |     $$PWD/Name.cpp \ | 
					
						
							|  |  |  |     $$PWD/NameVisitor.cpp \ | 
					
						
							|  |  |  |     $$PWD/Names.cpp \ | 
					
						
							|  |  |  |     $$PWD/Parser.cpp \ | 
					
						
							|  |  |  |     $$PWD/Scope.cpp \ | 
					
						
							|  |  |  |     $$PWD/Semantic.cpp \ | 
					
						
							|  |  |  |     $$PWD/SemanticCheck.cpp \ | 
					
						
							|  |  |  |     $$PWD/Symbol.cpp \ | 
					
						
							|  |  |  |     $$PWD/Symbols.cpp \ | 
					
						
							|  |  |  |     $$PWD/SymbolVisitor.cpp \ | 
					
						
							|  |  |  |     $$PWD/Token.cpp \ | 
					
						
							|  |  |  |     $$PWD/TranslationUnit.cpp \ | 
					
						
							|  |  |  |     $$PWD/Type.cpp \ | 
					
						
							| 
									
										
										
										
											2009-01-03 13:02:37 +01:00
										 |  |  |     $$PWD/TypeVisitor.cpp \ | 
					
						
							|  |  |  |     $$PWD/PrettyPrinter.cpp | 
					
						
							| 
									
										
										
										
											2008-12-02 12:01:29 +01:00
										 |  |  | 
 |