IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 3:24:39 PM (14 years ago)
Author:
eugene
Message:

support for parallel dvo in mextract, avextract, avmerge, gstar, gcat; remove some if-def-ed out code already moved to libdvo; list -vectors and -buffers options (store names of vectors and buffers in lists); list -copy give error if missing source; catlist, hosts & remote functions to support parallel dvos; skyregion -save option; new skycoverage modes (-min-ubercal; -min-dmag-sys; -min-mcal; -max-mcal); gstar output formatting cleanups; add more average info to gstar output; functions for spectral similarity analysis; coords returns nans for projections off the sphere; fix cumulative function; add name:type option to opihi/read function (eg read a:float 2 b:time 3 c:int 4); line -frac option; vtype function to get vector types; threshold function; write -fits option; code for unfinished mtype function (matching vtype)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/Makefile

    r31496 r33662  
    99dimm:            lib.data lib.shell cmd.basic cmd.data cmd.astro
    1010dvo:             lib.data lib.shell cmd.basic cmd.data cmd.astro
     11dvo_client:      lib.data lib.shell cmd.basic cmd.data cmd.astro
    1112pantasks:        lib.data lib.shell cmd.basic cmd.data cmd.astro
    1213pantasks_server: lib.data lib.shell cmd.basic cmd.data cmd.astro
     
    1819
    1920PROGRAM = mana dvo pantasks pclient pcontrol
    20 SPECIAL = pantasks_client pantasks_server
     21SPECIAL = pantasks_client pantasks_server dvo_client
    2122
    2223EXTRAS = dimm
     
    2425all:
    2526        for i in $(PROGRAM) $(SPECIAL); do $(MAKE) $$i || exit; done
    26         $(MAKE) pantasks_client
    27         $(MAKE) pantasks_server
    2827
    2928libs:
     
    3534install:
    3635        for i in $(PROGRAM) $(SPECIAL); do $(MAKE) $$i.install || exit; done
    37         $(MAKE) pantasks_client.install
    38         $(MAKE) pantasks_server.install
    3936
    4037extras-install:
     
    6360        if [ -d pantasks ]; then (cd pantasks && $(MAKE) $@); fi
    6461
     62dvo_client:
     63        if [ -d dvo ]; then (cd dvo && $(MAKE) $@); fi
     64
     65dvo_client.install: dvo_client
     66        if [ -d dvo ]; then (cd dvo && $(MAKE) $@); fi
     67
    6568$(PROGRAM) $(LIBS) $(EXTRAS):
    6669        if [ -d "$@" ]; then (cd $@ && $(MAKE)); fi
Note: See TracChangeset for help on using the changeset viewer.