IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33722 for trunk


Ignore:
Timestamp:
Apr 5, 2012, 2:40:44 PM (14 years ago)
Author:
eugene
Message:

move photdbc to regular build objects; add rebuild target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile.in

    r31643 r33722  
    4545opihi       \
    4646perl        \
     47photdbc     \
    4748relphot     \
    4849relastro    \
     
    6162lightcurve  \
    6263markrock    \
    63 photdbc     \
    6464markstar    \
    6565mosastro.v1 \
     
    121121        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    122122
    123 install:
     123install: | clean
    124124        @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
    125125        for i in $(LIBS); do $(MAKE) $$i.install || exit 1; done
     
    130130        for i in $(EXTRAS); do $(MAKE) $$i.install || exit 1; done
    131131        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
     132
     133rebuild:
     134        $(MAKE) clean
     135        $(MAKE) install
    132136
    133137# standard rules: targets are foo, foo.clean, foo.install, foo.dist
Note: See TracChangeset for help on using the changeset viewer.