IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:46:03 PM (20 years ago)
Author:
eugene
Message:

renamed psched to pantasks

File:
1 edited

Legend:

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

    r6678 r6687  
    55LIB     =       $(HOME)/lib
    66INC     =       $(HOME)/include
    7 SDIR    =       $(HOME)/psched
     7SDIR    =       $(HOME)/pantasks
    88#
    99DESTBIN =       $(LBIN)
     
    1111DESTINC =       $(LINC)
    1212DESTMAN =       $(LMAN)
    13 DESTHLP =       $(LHLP)/psched
     13DESTHLP =       $(LHLP)/pantasks
    1414
    1515#  compile flags
     
    2626
    2727funcs = \
     28$(SDIR)/pantasks.$(ARCH).o \
    2829$(SDIR)/init.$(ARCH).o \
    29 $(SDIR)/psched.$(ARCH).o \
    3030$(SDIR)/CheckJobs.$(ARCH).o \
    3131$(SDIR)/CheckSystem.$(ARCH).o \
     
    7070$(DESTLIB)/libdatacmd.a
    7171
    72 psched: $(BIN)/psched.$(ARCH)
     72pantasks: $(BIN)/pantasks.$(ARCH)
    7373
    74 $(BIN)/psched.$(ARCH) : $(funcs) $(cmds) $(libs)
     74$(BIN)/pantasks.$(ARCH) : $(funcs) $(cmds) $(libs)
    7575
    76 install: $(DESTBIN)/psched help
     76install: $(DESTBIN)/pantasks help
    7777
    78 help: cmd.basic.help cmd.data.help cmd.astro.help psched.help
     78help: cmd.basic.help cmd.data.help cmd.astro.help pantasks.help
    7979
    80 .PHONY: psched
     80.PHONY: pantasks
    8181
    8282include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.