aaron-thesisarm-ehcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerresolv-newwith_gc
Last change
on this file since a67b60e was
a67b60e,
checked in by Peter A. Buhr <pabuhr@…>, 5 years ago
|
rename files and adjust includes
|
-
Property mode set to
100644
|
File size:
974 bytes
|
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 | ## |
---|
| 8 | ## module.mk -- |
---|
| 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 |
---|
[a67b60e] | 13 | ## Last Modified On : Wed Jun 28 21:09:38 2017 |
---|
| 14 | ## Update Count : 103 |
---|
[b87a5ed] | 15 | ############################################################################### |
---|
[51b7345] | 16 | |
---|
[56c3935] | 17 | AM_YFLAGS = -d -t -v |
---|
| 18 | |
---|
| 19 | SRC += Parser/parser.yy \ |
---|
| 20 | Parser/lex.ll \ |
---|
[51b7345] | 21 | Parser/TypedefTable.cc \ |
---|
| 22 | Parser/ParseNode.cc \ |
---|
| 23 | Parser/DeclarationNode.cc \ |
---|
| 24 | Parser/ExpressionNode.cc \ |
---|
| 25 | Parser/StatementNode.cc \ |
---|
| 26 | Parser/InitializerNode.cc \ |
---|
| 27 | Parser/TypeData.cc \ |
---|
| 28 | Parser/LinkageSpec.cc \ |
---|
[a67b60e] | 29 | Parser/parserutility.cc |
---|
[d3b7937] | 30 | |
---|
| 31 | MAINTAINERCLEANFILES += Parser/parser.output |
---|
Note: See
TracBrowser
for help on using the repository browser.