Changeset c59712e for Makefile.am
- Timestamp:
- Aug 3, 2018, 11:25:46 AM (5 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:
- ff1e0f38
- Parents:
- 25a9b5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r25a9b5a rc59712e 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 SUBDIRS = driver src libcfa/prelude libcfa/src # order important, src before prelude because cfa-cpp used to build prelude 19 EXTRA_DIST = Docs # non-source files 20 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command 21 19 22 20 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 21 # order important 22 23 SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@ 24 25 @LIBCFA_TARGET_MAKEFILES@ : 26 ls $(dir $@)/config.data || (echo "Missing config.data, re-run configure script again" && false) 27 cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(cat config.data) 28 29 noinst_DATA = @LIBCFA_TARGET_MAKEFILES@ 23 30 24 31 man1_MANS = doc/man/cfa.1
Note: See TracChangeset
for help on using the changeset viewer.