# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # ** Copyright UCAR (c) 1992 - 2001 # ** University Corporation for Atmospheric Research(UCAR) # ** National Center for Atmospheric Research(NCAR) # ** Research Applications Program(RAP) # ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA # ** 2001/11/19 23:4:52 # *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ########################################################################### # # Makefile # # Nancy Rehak, RAP, NCAR, Boulder, Co, USA, 80307 # # Feb 1998 # ########################################################################### include $(RAP_MAKE_INC_DIR)/rap_make_macros TARGET_FILE = ../libdataport.a LOC_INCLUDES = -I../include LOC_CFLAGS = $(SWAP_DEBUG) HDRS = \ ../include/dataport/port_types.h \ ../include/dataport/smallend.h SRCS = \ smallend.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.