IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:31:41 PM (20 years ago)
Author:
eugene
Message:

cleanup of timeouts and thread-safety issues, controller comms

File:
1 edited

Legend:

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

    r8129 r8548  
    2626
    2727single = \
    28 $(SDIR)/pantasks.$(ARCH).o
     28$(SDIR)/init.$(ARCH).o \
     29$(SDIR)/run.$(ARCH).o \
     30$(SDIR)/stop.$(ARCH).o \
     31$(SDIR)/pantasks.$(ARCH).o \
     32$(SDIR)/CheckSystem.$(ARCH).o
    2933
    3034funcs = \
    31 $(SDIR)/init.$(ARCH).o \
    3235$(SDIR)/CheckJobs.$(ARCH).o \
    33 $(SDIR)/CheckSystem.$(ARCH).o \
    3436$(SDIR)/CheckController.$(ARCH).o \
    3537$(SDIR)/CheckTasks.$(ARCH).o \
     
    4244
    4345cmds = \
    44 $(SDIR)/run.$(ARCH).o \
    45 $(SDIR)/stop.$(ARCH).o \
    4646$(SDIR)/pulse.$(ARCH).o \
    4747$(SDIR)/status.$(ARCH).o \
     
    5454$(SDIR)/controller_check.$(ARCH).o \
    5555$(SDIR)/controller_status.$(ARCH).o \
     56$(SDIR)/controller_run.$(ARCH).o \
    5657$(SDIR)/controller_output.$(ARCH).o \
    5758$(SDIR)/controller_pulse.$(ARCH).o \
Note: See TracChangeset for help on using the changeset viewer.