Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/C/openDapPatch/Makefile@6876
Revision 6876,
141 bytes
checked in by pjkersha, 11 years ago
(diff) |
Added
- shell scripts to set the environment variables and run the executable
- Makefile
- main program ncopen.c to test the code
- more info in README
- a new patch for the netCDF 4.1.1.
|
Line | |
---|
1 | |
---|
2 | NETCDF_LIB_PATH=-L../netcdf-4.1.1/libsrc/.libs/ |
---|
3 | ncopen: |
---|
4 | cc -g ncopen.c ${NETCDF_LIB_PATH} -lnetcdf -lcurl -o ncopen |
---|
5 | |
---|
6 | clean: |
---|
7 | rm -r ncopen |
---|
Note: See
TracBrowser
for help on using the repository browser.