IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7781


Ignore:
Timestamp:
Jun 30, 2006, 7:14:31 PM (20 years ago)
Author:
eugene
Message:

update Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r6706 r7781  
    9393        for i in $(EXTRAS); do make $$i || exit; done
    9494
     95pantasks:
     96        make libs.install || exit
     97        cd src/opihi; make pclient.install && exit
     98        cd src/opihi; make pcontrol.install && exit
     99        cd src/opihi; make pantasks.install && exit
     100
     101mana:
     102        make libs.install
     103        make kii.install
     104        make kapa.install
     105        cd src/opihi; make mana.install && exit
     106
     107dvoshell:
     108        make libs.install
     109        make kii.install
     110        make kapa.install
     111        cd src/opihi; make dvo.install && exit
     112
    95113clean:
    96114        @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
Note: See TracChangeset for help on using the changeset viewer.