IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2017, 11:14:37 AM (9 years ago)
Author:
eugene
Message:

add program to calculate sun angle and bearing

File:
1 edited

Legend:

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

    r31496 r40064  
    4747sundata  : $(BIN)/sundata.$(ARCH)
    4848sunmoon  : $(BIN)/sunmoon.$(ARCH)
     49sun_angle : $(BIN)/sun_angle.$(ARCH)
    4950
    5051DUSKTIME = $(SRC)/dusktime.$(ARCH).o
     
    5354SUNDATA  = $(SRC)/sundata.$(ARCH).o
    5455SUNMOON  = $(SRC)/sunmoon.$(ARCH).o
     56SUN_ANGLE = $(SRC)/sun_angle.$(ARCH).o
    5557
    5658$(DUSKTIME) : $(MYINCS)
     
    5961$(SUNDATA)  : $(MYINCS)
    6062$(SUNMOON)  : $(MYINCS)
     63$(SUN_ANGLE)  : $(MYINCS)
    6164
    6265$(BIN)/dusktime.$(ARCH) : $(DUSKTIME)
     
    6568$(BIN)/sundata.$(ARCH)  : $(SUNDATA)
    6669$(BIN)/sunmoon.$(ARCH)  : $(SUNMOON)
     70$(BIN)/sun_angle.$(ARCH)  : $(SUN_ANGLE)
    6771
    68 INSTALL = dusktime sunriseset moondata sundata sunmoon
     72INSTALL = dusktime sunriseset moondata sundata sunmoon sun_angle
    6973
    7074# dependancy rules for binary code #########################
Note: See TracChangeset for help on using the changeset viewer.