Changeset e614d73 for Makefile.am
- Timestamp:
- Aug 1, 2018, 5:30:05 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- bf71cfd
- Parents:
- a5da6a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
ra5da6a3 re614d73 6 6 ## file "LICENCE" distributed with Cforall. 7 7 ## 8 ## Makefile.am -- 8 ## Makefile.am -- 9 9 ## 10 10 ## Author : Peter A. Buhr … … 20 20 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 21 21 22 MAINTAINERCLEANFILES = lib/* bin/* src/ examples/.deps/* src/tests/.deps/* src/tests/.out/*22 MAINTAINERCLEANFILES = lib/* bin/* src/tests/.deps/* src/tests/.out/* 23 23 24 24 man1_MANS = doc/man/cfa.1
Note: See TracChangeset
for help on using the changeset viewer.