source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/pyoasis/examples/2-apple/C/Makefile @ 6331

Last change on this file since 6331 was 6331, checked in by aclsce, 17 months ago

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

File size: 556 bytes
Line 
1include ../../../../util/make_dir/make.inc
2CFLAGS=$(CCFLAGS) -L$(ARCHDIR)/lib
3
4all: sender-apple receiver non_oasis
5
6sender-apple: sender-apple.c
7        ${CC} sender-apple.c ${CFLAGS} -o sender-apple -loasis.cbind -lpsmile.MPI1 -lscrip -lmct -lmpeu $(F2C_LDFLAGS) $(NETCDF_LIBRARY)
8
9receiver: receiver.c
10        ${CC} receiver.c ${CFLAGS} -o receiver -loasis.cbind -lpsmile.MPI1 -lscrip -lmct -lmpeu $(F2C_LDFLAGS) $(NETCDF_LIBRARY)
11
12non_oasis: non_oasis.c
13        ${CC} non_oasis.c ${CFLAGS} -o non_oasis
14
15clean:
16        rm -f sender-apple receiver non_oasis
17        rm -f *~
18        rm -fr work
Note: See TracBrowser for help on using the repository browser.