Changeset d41280e for Makefile.in
- Timestamp:
- Feb 8, 2016, 10:07:42 AM (10 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, with_gc
- Children:
- c44e622
- Parents:
- 00ede9e (diff), bd85400 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r00ede9e rd41280e 215 215 SUBDIRS = src/driver src src/libcfa # order important, src before libcfa because cfa-cpp used to build prelude 216 216 EXTRA_DIST = Docs # non-source files 217 MAINTAINERCLEANFILES = lib/* bin/* 217 218 all: config.h 218 219 $(MAKE) $(AM_MAKEFLAGS) all-recursive … … 629 630 @echo "This command is intended for maintainers to use" 630 631 @echo "it deletes files that may require special tools to rebuild." 632 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 631 633 clean: clean-recursive 632 634
Note:
See TracChangeset
for help on using the changeset viewer.