Changeset 00cc023 for Makefile.am
- Timestamp:
- May 31, 2015, 1:54:23 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 5cb5f842
- Parents:
- 86bd7c1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r86bd7c1f r00cc023 1 AUTOMAKE_OPTIONS=foreign 2 SUBDIRS = driver src libcfa # order important, src before libcfa because cfa-cpp used to build prelude 3 4 # non-source files 5 EXTRA_DIST = Docs 6 7 BACKEND_CC = @BACKEND_CC@ 1 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 2 SUBDIRS = driver src libcfa # order important, src before libcfa because cfa-cpp used to build prelude 3 EXTRA_DIST = Docs # non-source files 4 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
Note: See TracChangeset
for help on using the changeset viewer.