Changeset d41280e for Makefile.in


Ignore:
Timestamp:
Feb 8, 2016, 10:07:42 AM (10 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' into gc_noraii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r00ede9e rd41280e  
    215215SUBDIRS = src/driver src src/libcfa     # order important, src before libcfa because cfa-cpp used to build prelude
    216216EXTRA_DIST = Docs                       # non-source files
     217MAINTAINERCLEANFILES = lib/* bin/*
    217218all: config.h
    218219        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     
    629630        @echo "This command is intended for maintainers to use"
    630631        @echo "it deletes files that may require special tools to rebuild."
     632        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    631633clean: clean-recursive
    632634
Note: See TracChangeset for help on using the changeset viewer.