Changeset d3b7937 for Makefile.in


Ignore:
Timestamp:
Jan 29, 2016, 4:36:39 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, string, with_gc
Children:
ae8b942
Parents:
f3fc8cbe
Message:

building runtime library (first attempt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rf3fc8cbe rd3b7937  
    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.