head     1.1;
branch   1.1.1;
access   ;
symbols  CMAQv5_0:1.1.1.1 AMAD:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2012.01.27.20.29.45;  author sjr;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2012.01.27.20.29.45;  author sjr;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# make file to build combine program

# RCS file, release, date & time of last delta, author, state, [and locker]
# $Header: /project/work/rep/TOOLS/src/combine/Makefile,v 1.4 2011/10/21 15:01:24 sjr Exp $

PROGRAM = combine.exe


FC = ifort
FC_FLAGS = -c -FI -O2 -132 -WB -I /home/wdx/lib/src/ioapi_3.1/Linux2_x86_64ifort

LIBRARIES = -L /home/wdx/lib/src/ioapi_3.1/Linux2_x86_64ifort -lioapi \
            -L /share/linux86_64/wdx/lib/x86_64i/ifc/netcdf/lib -lnetcdf


OBJS = \
module_specdef.o \
module_file.o \
module_evaluator.o \
utils.o \
combine.o


$(PROGRAM):  $(OBJS)
	$(FC) $(OBJS) $(LIBRARIES) -o $(PROGRAM)

.F.o:
	$(FC) $(FC_FLAGS) $<


@


1.1.1.1
log
@CMAQv5_0 release
@
text
@@
