Last change
on this file since 91b9e10 was
0f612d2,
checked in by Andrew Beach <ajbeach@…>, 6 months ago
|
Shoot, the non-extension renamings did not get caught in some corners.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[b87a5ed] | 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 | ## |
---|
[fc846ae] | 8 | ## module.mk -- |
---|
[b87a5ed] | 9 | ## |
---|
[56c3935] | 10 | ## Author : Peter A. Buhr |
---|
[b87a5ed] | 11 | ## Created On : Sat May 16 15:29:09 2015 |
---|
| 12 | ## Last Modified By : Peter A. Buhr |
---|
[07de76b] | 13 | ## Last Modified On : Sat Dec 14 07:34:47 2019 |
---|
| 14 | ## Update Count : 107 |
---|
[b87a5ed] | 15 | ############################################################################### |
---|
[51b7345] | 16 | |
---|
[44f44617] | 17 | BUILT_SOURCES = Parser/parser.hh |
---|
[166793b] | 18 | |
---|
[2fc94ced] | 19 | AM_YFLAGS = -d -t -v -Wno-yacc |
---|
[56c3935] | 20 | |
---|
[07de76b] | 21 | SRC += \ |
---|
[c92bdcc] | 22 | Parser/DeclarationNode.cpp \ |
---|
| 23 | Parser/DeclarationNode.hpp \ |
---|
| 24 | Parser/ExpressionNode.cpp \ |
---|
| 25 | Parser/ExpressionNode.hpp \ |
---|
| 26 | Parser/InitializerNode.cpp \ |
---|
| 27 | Parser/InitializerNode.hpp \ |
---|
[5339a87] | 28 | Parser/lex.ll \ |
---|
[c92bdcc] | 29 | Parser/ParseNode.cpp \ |
---|
| 30 | Parser/ParseNode.hpp \ |
---|
[5339a87] | 31 | Parser/parser.yy \ |
---|
[c92bdcc] | 32 | Parser/ParserTypes.hpp \ |
---|
[0f612d2] | 33 | Parser/ParserUtility.hpp \ |
---|
[cbd1ba8] | 34 | Parser/RunParser.cpp \ |
---|
| 35 | Parser/RunParser.hpp \ |
---|
[c92bdcc] | 36 | Parser/StatementNode.cpp \ |
---|
| 37 | Parser/StatementNode.hpp \ |
---|
| 38 | Parser/TypeData.cpp \ |
---|
| 39 | Parser/TypeData.hpp \ |
---|
| 40 | Parser/TypedefTable.cpp \ |
---|
| 41 | Parser/TypedefTable.hpp |
---|
[d3b7937] | 42 | |
---|
[c92bdcc] | 43 | MOSTLYCLEANFILES += \ |
---|
| 44 | Parser/lex.cc \ |
---|
| 45 | Parser/parser.cc \ |
---|
| 46 | Parser/parser.hh \ |
---|
| 47 | Parser/parser.output |
---|
Note: See
TracBrowser
for help on using the repository browser.