Skip to content

Commit

Permalink
add meson.build and meson.options to the file list in README and READ…
Browse files Browse the repository at this point in the history
…ME-developer
  • Loading branch information
peter-urban committed Oct 29, 2024
1 parent cf55c73 commit be748dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Makefile -- basic make file to build gsw_check and
libgswteos-10.so
TOOLS.ini -- Variable definitions used by nmake
TOOLS.gcc -- Variable definitions used by make
meson.build -- Meson build file (alternative build system to build
libgswteos-10 library and gsw_check tests)
meson.options -- Meson build options file (defines additional options
for the Meson build system)

Usage (Unix / make):
--------------------
Expand Down
6 changes: 6 additions & 0 deletions README-developer
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ gsw_check_functions.c -- C implementation of the check functions used
Oceanographic Toolbox.
TOOLS.ini -- Variable definitions used by nmake
TOOLS.gcc -- Variable definitions used by make
meson.build -- Meson build file (alternative build system to build
libgswteos-10 library and gsw_check tests)
meson.options -- Meson build options file (defines additional options
for the Meson build system)

Files for development
=====================
Expand All @@ -48,6 +52,8 @@ gsw_data_ncdump.txt -- Edited text from the "ncdump -h" of a netcdf file
an earlier version of gsw_data_v3_0.mat. It is
used by make_data_from_mat.py to find the array
dimensions when generating gsw_check_data.nc.
meson.options -- Meson build options file. Use this to define more
options for the Meson build system. (e.g. force-cpp)

Notes for contributors
======================
Expand Down

0 comments on commit be748dd

Please sign in to comment.