ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since bfbf97f was
a3b5cac,
checked in by Peter A. Buhr <pabuhr@…>, 9 years ago
|
remove default -O2 to allow better debugging
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[00cc023] | 1 | ######################## -*- Mode: Makefile-Automake -*- ###################### |
---|
| 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 | ## Makefile.am -- |
---|
| 9 | ## |
---|
| 10 | ## Author : Peter A. Buhr |
---|
| 11 | ## Created On : Sun May 31 08:51:46 2015 |
---|
| 12 | ## Last Modified By : Peter A. Buhr |
---|
[a3b5cac] | 13 | ## Last Modified On : Thu Jun 4 21:01:59 2015 |
---|
| 14 | ## Update Count : 15 |
---|
[00cc023] | 15 | ############################################################################### |
---|
| 16 | |
---|
| 17 | # create object files in directory with source files |
---|
| 18 | AUTOMAKE_OPTIONS = subdir-objects |
---|
| 19 | |
---|
| 20 | SRC = main.cc MakeLibCfa.cc |
---|
| 21 | |
---|
| 22 | # Is there a way to use a variable for the directory names? |
---|
| 23 | include ArgTweak/module.mk |
---|
| 24 | include CodeGen/module.mk |
---|
| 25 | include Common/module.mk |
---|
| 26 | include ControlStruct/module.mk |
---|
| 27 | include Designators/module.mk |
---|
| 28 | include GenPoly/module.mk |
---|
| 29 | include InitTweak/module.mk |
---|
| 30 | include Parser/module.mk |
---|
| 31 | include ResolvExpr/module.mk |
---|
| 32 | include SymTab/module.mk |
---|
| 33 | include SynTree/module.mk |
---|
| 34 | include Tuples/module.mk |
---|
| 35 | |
---|
| 36 | # put into lib for now |
---|
| 37 | cfa_cpplibdir = ${libdir} |
---|
| 38 | cfa_cpplib_PROGRAMS = cfa-cpp |
---|
| 39 | cfa_cpp_SOURCES = ${SRC} |
---|
| 40 | # need files Common/utility.h and Parser/lex.h |
---|
| 41 | cfa_cpp_CXXFLAGS = -Wno-deprecated -Wall -DDEBUG_ALL -I${srcdir}/Common -I${srcdir}/Parser |
---|
[a3b5cac] | 42 | |
---|
| 43 | CXXFLAGS = -g # remove default -O2 to allow better debugging |
---|
Note: See
TracBrowser
for help on using the repository browser.