#			Copyright (c) 2001
#			Advanced Visual Systems Inc.
#			All Rights Reserved
#
#	This software comprises unpublished confidential information of
#	Advanced Visual Systems Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#
#	This file is under Perforce control
#	$Id: //depot/express/fcs70/netcdf/xp_mods/Makefile#1 $
#
include ../../include/xp_defs.mk

SRCDIR=$(XP_ROOT)/netcdf/xp_mods

LLIB=$(XP_LIB_DIR)/libnc_mods.a
DLLIB=$(XP_LIB_DIR)/libnc_mods

# Please add files in alphabetical order
LIBOFILES= \
    $(LLIB)(nc_rd_arr.o) \
    $(LLIB)(nc_rd_fld.o) \
    $(LLIB)(nc_rd_obj.o) \
    $(LLIB)(nc_wr_fld.o) \
    $(LLIB)(nc_wr_obj.o) \
    $(EMPTY)

default: $(LLIB) $(DLLIBNAME)

clean::
	$(RM) $(LLIB) $(DLLIBNAME)

include $(XP_MACHRULE_PATH)

