Changeset 7fb92a0 for Makefile.am


Ignore:
Timestamp:
Aug 9, 2018, 6:09:01 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
0c827019
Parents:
fc846ae
Message:

Added status target to makefile to neatly print what was configured

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rfc846ae r7fb92a0  
    4040installcheck:
    4141        $(MAKE) -C tests all-tests installed=yes debug=${debug}
     42
     43status: @LIBCFA_TARGET_MAKEFILES@
     44        @echo -ne "translator\n\t"
     45        @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
     46        @find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
Note: See TracChangeset for help on using the changeset viewer.