IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30609


Ignore:
Timestamp:
Feb 13, 2011, 11:17:23 AM (15 years ago)
Author:
eugene
Message:

add sunriseset program

Location:
trunk/Ohana/src/skycalc
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/skycalc/Makefile

    r19681 r30609  
    2020libskycalc: $(DESTLIB)/libskycalc.a $(DESTLIB)/libskycalc.$(DLLTYPE)
    2121
    22 all: libskycalc dusktime moondata sundata
     22all: libskycalc dusktime moondata sundata sunriseset
    2323programs: all
    2424
     
    4343
    4444dusktime : $(BIN)/dusktime.$(ARCH)
     45sunriseset : $(BIN)/sunriseset.$(ARCH)
    4546moondata : $(BIN)/moondata.$(ARCH)
    4647sundata  : $(BIN)/sundata.$(ARCH)
     
    4849
    4950DUSKTIME = $(SRC)/dusktime.$(ARCH).o
     51SUNRISESET = $(SRC)/sunriseset.$(ARCH).o
    5052MOONDATA = $(SRC)/moondata.$(ARCH).o
    5153SUNDATA  = $(SRC)/sundata.$(ARCH).o
     
    5355
    5456$(DUSKTIME) : $(MYINCS)
     57$(SUNRISESET) : $(MYINCS)
    5558$(MOONDATA) : $(MYINCS)
    5659$(SUNDATA)  : $(MYINCS)
     
    5861
    5962$(BIN)/dusktime.$(ARCH) : $(DUSKTIME)
     63$(BIN)/sunriseset.$(ARCH) : $(SUNRISESET)
    6064$(BIN)/moondata.$(ARCH) : $(MOONDATA)
    6165$(BIN)/sundata.$(ARCH)  : $(SUNDATA)
    6266$(BIN)/sunmoon.$(ARCH)  : $(SUNMOON)
    6367
    64 INSTALL = dusktime moondata sundata sunmoon
     68INSTALL = dusktime sunriseset moondata sundata sunmoon
    6569
    6670# dependancy rules for binary code #########################
Note: See TracChangeset for help on using the changeset viewer.