# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* # ** Copyright UCAR (c) 1992 - 2010 # ** 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 # ** 2010/10/7 23:12:47 # *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ########################################################################### # # Makefile for FONT test program # # Nancy Rehak, RAP, NCAR, Boulder, CO, 80307, USA # # Sept 1997 # ########################################################################### include $(RAP_MAKE_INC_DIR)/rap_make_macros MODULE_TYPE=program TARGET_FILE = test_font LOC_INCLUDES = LOC_CFLAGS = -DTEST LOC_LDFLAGS = LOC_LIBS = -ltoolsa -ldataport -lm HDRS = SRCS = font.c # # standard targets # include $(RAP_MAKE_INC_DIR)/rap_make_targets # # local targets # depend: depend_generic # DO NOT DELETE THIS LINE -- make depend depends on it.