Changeset bf71cfd for Makefile.in
- Timestamp:
- Aug 1, 2018, 6:24:51 PM (6 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:
- 25a9b5a
- Parents:
- e614d73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
re614d73 rbf71cfd 366 366 top_srcdir = @top_srcdir@ 367 367 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 368 SUBDIRS = src/driver src src/prelude src/libcfa# order important, src before prelude because cfa-cpp used to build prelude368 SUBDIRS = driver src libcfa/prelude libcfa/src # order important, src before prelude because cfa-cpp used to build prelude 369 369 EXTRA_DIST = Docs # non-source files 370 MAINTAINERCLEANFILES = lib/* bin/* src/tests/.deps/* src/tests/.out/*370 MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* 371 371 man1_MANS = doc/man/cfa.1 372 372 all: config.h
Note: See TracChangeset
for help on using the changeset viewer.