IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2012, 2:56:07 PM (14 years ago)
Author:
eugene
Message:

remove 2nd library link to various ohana libs; create HostTableWaitJobsGetIO function & use in high-speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relastro/Makefile

    r33448 r33475  
    7171#$(SRC)/write_coords.$(ARCH).o        \
    7272
    73 $(RELASTRO): $(INC)/relastro.h $(KAPA_INCS)
    74 $(BIN)/relastro.$(ARCH): $(RELASTRO) $(KAPA_LIBS)
     73$(RELASTRO): $(INC)/relastro.h
     74$(BIN)/relastro.$(ARCH): $(RELASTRO)
    7575
    7676RELASTRO_CLIENT = \
     
    122122#$(SRC)/StarMaps.$(ARCH).o    \
    123123
    124 $(RELASTRO_CLIENT): $(INC)/relastro.h $(KAPA_INCS)
    125 $(BIN)/relastro_client.$(ARCH): $(RELASTRO_CLIENT) $(KAPA_LIBS)
     124$(RELASTRO_CLIENT): $(INC)/relastro.h
     125$(BIN)/relastro_client.$(ARCH): $(RELASTRO_CLIENT)
    126126
    127127testparallax: $(BIN)/testparallax.$(ARCH)
     
    134134$(SRC)/testparallax.$(ARCH).o
    135135
    136 $(TESTPAR): $(INC)/relastro.h $(KAPA_INCS)
    137 $(BIN)/testparallax.$(ARCH): $(TESTPAR) $(KAPA_LIBS)
     136$(TESTPAR): $(INC)/relastro.h
     137$(BIN)/testparallax.$(ARCH): $(TESTPAR)
Note: See TracChangeset for help on using the changeset viewer.