Last change
on this file since 314c9d8 was
ab780e6,
checked in by Andrew Beach <ajbeach@…>, 7 months ago
|
notZeroExpr (in the parser) has become createCondExpr (in the resolver). A small part of this, with expressions, had been done previously.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
1 | ######################### -*- Mode: Makefile-Gmake -*- ######################## |
---|
2 | ## |
---|
3 | ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo |
---|
4 | ## |
---|
5 | ## The contents of this file are covered under the licence agreement in the |
---|
6 | ## file "LICENCE" distributed with Cforall. |
---|
7 | ## |
---|
8 | ## module.mk -- |
---|
9 | ## |
---|
10 | ## Author : Peter A. Buhr |
---|
11 | ## Created On : Sat May 16 15:29:09 2015 |
---|
12 | ## Last Modified By : Peter A. Buhr |
---|
13 | ## Last Modified On : Sat Dec 14 07:34:47 2019 |
---|
14 | ## Update Count : 107 |
---|
15 | ############################################################################### |
---|
16 | |
---|
17 | BUILT_SOURCES = Parser/parser.hh |
---|
18 | |
---|
19 | AM_YFLAGS = -d -t -v -Wno-yacc |
---|
20 | |
---|
21 | SRC += \ |
---|
22 | Parser/DeclarationNode.cc \ |
---|
23 | Parser/DeclarationNode.h \ |
---|
24 | Parser/ExpressionNode.cc \ |
---|
25 | Parser/ExpressionNode.h \ |
---|
26 | Parser/InitializerNode.cc \ |
---|
27 | Parser/InitializerNode.h \ |
---|
28 | Parser/lex.ll \ |
---|
29 | Parser/ParseNode.cc \ |
---|
30 | Parser/ParseNode.h \ |
---|
31 | Parser/parser.yy \ |
---|
32 | Parser/ParserTypes.h \ |
---|
33 | Parser/parserutility.h \ |
---|
34 | Parser/RunParser.cpp \ |
---|
35 | Parser/RunParser.hpp \ |
---|
36 | Parser/StatementNode.cc \ |
---|
37 | Parser/StatementNode.h \ |
---|
38 | Parser/TypeData.cc \ |
---|
39 | Parser/TypeData.h \ |
---|
40 | Parser/TypedefTable.cc \ |
---|
41 | Parser/TypedefTable.h |
---|
42 | |
---|
43 | MOSTLYCLEANFILES += Parser/lex.cc Parser/parser.cc Parser/parser.hh Parser/parser.output |
---|
Note: See
TracBrowser
for help on using the repository browser.