IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:54:17 AM (21 years ago)
Author:
eugene
Message:

moved sched/scheduler to psched

File:
1 edited

Legend:

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

    r4691 r4693  
    3838$(SDIR)/GetJobOutput.$(ARCH).o \
    3939$(SDIR)/HostOps.$(ARCH).o \
    40 $(SDIR)/IOBufferOps.$(ARCH).o \
    4140$(SDIR)/JobID.$(ARCH).o \
    4241$(SDIR)/JobOps.$(ARCH).o \
     
    7473install: $(DESTBIN)/pcontrol help
    7574
    76 help: cmd.basic.help cmd.data.help pcontrol.help
     75help: clean-help cmd.basic.help pcontrol.help
    7776
    7877# utilities #################################################
     
    111110        rm -f `find . -name "#*"`
    112111
     112clean-help:
     113        @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
     114        rm -f $(DESTHLP)/*
     115
    113116dist: clean
    114117        rm -f $(BIN)/*
     
    128131
    129132%.help:
    130         @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi
    131133        rm -f $(HOME)/$*/help/*~
    132134        rm -f $(HOME)/$*/help/#*
Note: See TracChangeset for help on using the changeset viewer.