/[MITgcm]/MITgcm/pkg/mnc/Makefile
ViewVC logotype

Diff of /MITgcm/pkg/mnc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13 by edhill, Tue Jul 27 03:19:56 2004 UTC revision 1.14 by edhill, Tue Jul 27 03:24:37 2004 UTC
# Line 56  TEMPLATE_FILES = \ Line 56  TEMPLATE_FILES = \
56  TEMPLATE_OBJECTS = $(TEMPLATE_FILES:.F=.o)  TEMPLATE_OBJECTS = $(TEMPLATE_FILES:.F=.o)
57    
58  mnc_netcdf_stubs.c: mnc_netcdf_stubs.h  mnc_netcdf_stubs.c: mnc_netcdf_stubs.h
59          -./build_netcdf_stubs > tmp          -./build_netcdf_stubs > tmp_mnc_netcdf_stubs.c
60          -cpp -P < tmp > mnc_netcdf_stubs.c          -cpp -P < tmp_mnc_netcdf_stubs.c > mnc_netcdf_stubs.c
61            -rm -f tmp_mnc_netcdf_stubs.c
62    
63  mnc_netcdf_stubs.o: mnc_netcdf_stubs.c  mnc_netcdf_stubs.o: mnc_netcdf_stubs.c
64          -gcc -c mnc_netcdf_stubs.c          -gcc -c mnc_netcdf_stubs.c

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22