# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # ** Copyright UCAR (c) 1992 - 2014 # ** University Corporation for Atmospheric Research(UCAR) # ** National Center for Atmospheric Research(NCAR) # ** Research Applications Laboratory(RAL) # ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA # ** 2014/05/25 08:39:43 # *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ########################################################################### # # Makefile for the SunPosn # # Nancy Rehak, RAP, NCAR, Boulder, Co, USA, 80307 # # Sept 2007 # ########################################################################### include $(RAP_MAKE_INC_DIR)/rap_make_macros LOC_INCLUDES = -I../include LOC_CPPC_CFLAGS = TARGET_FILE = ../libeuclid.a MODULE_TYPE = library HDRS = CPPC_SRCS = \ SunAngle.cc \ SunPosn.cc C_SRCS = \ novas.c \ novascon.c \ readeph0.c \ solsys3.c \ rsts_sun_pos.c # # general targets # include $(RAP_MAKE_INC_DIR)/rap_make_lib_module_targets # # local targets # depend: depend_generic # DO NOT DELETE THIS LINE -- make depend depends on it.