IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16167


Ignore:
Timestamp:
Jan 20, 2008, 3:36:24 PM (18 years ago)
Author:
eugene
Message:

modify terminal title as we compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile.in

    r15743 r16167  
    112112        @rm -f `find . -name .mana`
    113113        @rm -f `find . -name .dvo`
     114        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    114115
    115116dist:
     
    117118        for i in $(LIBS); do make $$i.dist || exit; done
    118119        for i in $(PROGRAM); do make $$i.dist || exit; done
     120        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    119121
    120122install:
     
    122124        for i in $(LIBS); do make $$i.install || exit; done
    123125        for i in $(PROGRAM); do make $$i.install || exit; done
     126        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    124127
    125128install.extras:
    126129        for i in $(EXTRAS); do make $$i.install || exit; done
     130        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    127131
    128132# standard rules: targets are foo, foo.clean, foo.install, foo.dist
    129133$(PROGRAM) $(LIBS) $(EXTRAS):
    130         if [ -d "src/$@" ]; then (cd src/$@ && make); fi
     134        @if [ -d "src/$@" ]; then \
     135          echo -n -e "\0033]0; *** Ohana: $@ *** \0007"; \
     136          (cd src/$@ && make); \
     137        fi
     138        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    131139
    132140%.install:
     141        @echo -n -e "\0033]0; *** Ohana: $@ *** \0007" \
    133142        mkdir -p bin/$(ARCH)
    134143        if [ -d "src/$*" ]; then (cd src/$* && make install); fi
Note: See TracChangeset for help on using the changeset viewer.