IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2012, 7:12:16 AM (14 years ago)
Author:
eugene
Message:

updating addstar -resort to handle parallel dbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/addstar/Makefile

    r33824 r33896  
    7878$(SRC)/resort_threaded.$(ARCH).o \
    7979$(SRC)/resort_unthreaded.$(ARCH).o \
     80$(SRC)/resort_unthreaded_catalogs.$(ARCH).o \
    8081$(SRC)/StarOps.$(ARCH).o \
    8182$(SRC)/ReadStarsFITS.$(ARCH).o \
     
    8990$(SRC)/update_coords.$(ARCH).o \
    9091$(SRC)/psps_ids.$(ARCH).o
     92
     93# this is the client for parallel operations
     94ADDSTAR_CLIENT = \
     95$(SRC)/ConfigInit.$(ARCH).o \
     96$(SRC)/SetSignals.$(ARCH).o \
     97$(SRC)/Shutdown.$(ARCH).o \
     98$(SRC)/SkyListForStars.$(ARCH).o \
     99$(SRC)/SkyRegionUtils.$(ARCH).o \
     100$(SRC)/addstar_client.$(ARCH).o \
     101$(SRC)/args_parallel_client.$(ARCH).o \
     102$(SRC)/resort_catalog.$(ARCH).o \
     103$(SRC)/resort_threaded.$(ARCH).o \
     104$(SRC)/resort_unthreaded.$(ARCH).o \
     105$(SRC)/resort_unthreaded_catalogs.$(ARCH).o
    91106
    92107ADDSTARD = \
     
    168183$(SRC)/psps_ids.$(ARCH).o
    169184
     185# this is the client for server / client addstar operations
    170186ADDSTARC = \
    171187$(SRC)/addstarc.$(ARCH).o \
Note: See TracChangeset for help on using the changeset viewer.