Last change
on this file since 14c31eb was 0f612d2, checked in by Andrew Beach <ajbeach@…>, 17 months ago |
Shoot, the non-extension renamings did not get caught in some corners.
|
-
Property mode
set to
100644
|
File size:
1.4 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.cpp \
|
---|
23 | Parser/DeclarationNode.hpp \
|
---|
24 | Parser/ExpressionNode.cpp \
|
---|
25 | Parser/ExpressionNode.hpp \
|
---|
26 | Parser/InitializerNode.cpp \
|
---|
27 | Parser/InitializerNode.hpp \
|
---|
28 | Parser/lex.ll \
|
---|
29 | Parser/ParseNode.cpp \
|
---|
30 | Parser/ParseNode.hpp \
|
---|
31 | Parser/parser.yy \
|
---|
32 | Parser/ParserTypes.hpp \
|
---|
33 | Parser/ParserUtility.hpp \
|
---|
34 | Parser/RunParser.cpp \
|
---|
35 | Parser/RunParser.hpp \
|
---|
36 | Parser/StatementNode.cpp \
|
---|
37 | Parser/StatementNode.hpp \
|
---|
38 | Parser/TypeData.cpp \
|
---|
39 | Parser/TypeData.hpp \
|
---|
40 | Parser/TypedefTable.cpp \
|
---|
41 | Parser/TypedefTable.hpp
|
---|
42 |
|
---|
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.