-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCONTENTS
58 lines (43 loc) · 2.19 KB
/
CONTENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Contents of this package
CONTENTS This file.
license.txt The license for this package.
README.md A readme file describing this package and its use.
makefile A GNU makefile to build the NTv2 library and
sample programs.
ntv2_2008.sln A Microsoft Visual Studio 2008 solution file
to build the NTv2 library and sample programs.
ntv2_2012.sln A Microsoft Visual Studio 2012 solution file
to build the NTv2 library and sample programs.
build/
makefile A GNU makefile for this directory.
make_includes/
make*.i GNU make include files.
vs_projects/
*.vcproj Microsoft Visual Studio 2008 project files
for the library and sample programs.
*.vcxproj* Microsoft Visual Studio 2012 project files
for the library and sample programs.
doc/
makefile A GNU makefile for this directory.
doxyfile.txt The configuration file used by the doxygen program
to create the HTML documentation.
(See www.doxygen.org for details.)
html/
* The HTML documentation for the NTv2 library routines.
This is for developers who wish to incorporate
the ntv2 routines into their own programs.
The top-level URL is "html/index.html".
samples/
makefile A GNU makefile for this directory.
mne.gsb The Montenegro NTv2 file stored as a binary file.
mne.gsa The Montenegro NTv2 file stored as an ascii file.
include/
makefile A GNU makefile for this directory.
libntv2.h The header file for the NTv2 routines.
src/
makefile A GNU makefile for this directory.
libntv2.c The source file for the NTv2 routines.
etc/
makefile A GNU makefile for this directory.
ntv2_file.c The source file for the "ntv2_file" program.
ntv2_cvt.c The source file for the "ntv2_cvt" program.