source: src/Parser/module.mk @ a67b60e

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since a67b60e was a67b60e, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

rename files and adjust includes

  • Property mode set to 100644
File size: 974 bytes
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 : Wed Jun 28 21:09:38 2017
14## Update Count     : 103
15###############################################################################
16
17AM_YFLAGS = -d -t -v
18
19SRC += Parser/parser.yy \
20       Parser/lex.ll \
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 \
29       Parser/parserutility.cc
30
31MAINTAINERCLEANFILES += Parser/parser.output
Note: See TracBrowser for help on using the repository browser.