diff --git a/.gitignore b/.gitignore index 1a45338eb..3c67dbe10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,85 +1,68 @@ -## directories -.autotools -.deps -.libs +## OS/editor metadata +.DS_Store +*/.DS_Store .idea -.dirstamp +.vscode/ .cproject .project .settings -.DS_Store -.vscode/ -*/.DS_Store -gcovr-output/ -gcov-data/ +## Build directories and caches +.autotools +.deps +.libs +.dirstamp autom4te.cache -Default -docs -html -tmp -libdap_VERSION -libdap.spec - -libdap4-autotest-* - -# CLion CMake directory; might make this visible later on... jhrg 2/8/17 +build/** cmake-build-* +gcovr-output/ +gcov-data/ +/bw-output/ +/.scannerwork/ -## file ptterns +## Generic generated file patterns *~ *.o *.lo -*.output -*.tab.cc -*.tab.hh -lex.*.cc *.la -# Assuming there's a ...pc.in it's built from *.pc *.log *.trs *.docs +*.output +*.tab.cc +*.tab.hh +lex.*.cc *.gcov *.gcno *.gcda - -# OSX Instruments run-time profiling *.trace -# literal files -libdap.spec +## Top-level generated artifacts +Default +docs +html +latex +tmp libdap_VERSION +libdap.spec +libdap4-autotest-* +libdap-*.tar.gz +libdap-* + +## Autotools/configure outputs Makefile Makefile.in -conf/compile -conf/config.guess -conf/config.sub -conf/depcomp -conf/install-sh -conf/libtool.m4 -conf/ltmain.sh -conf/ltoptions.m4 -conf/ltsugar.m4 -conf/ltversion.m4 -conf/lt~obsolete.m4 -conf/missing -conf/test-driver +aclocal.m4 config.h config.h.in config.status configure -stamp-h? -aclocal.m4 libtool -doxy.conf -doxygen_warnings.txt -main_page.doxygen -dmr_memory_cache - -## libdap specific files -gl/*.h +stamp-h? +## Project generated files +abi_checker.xml dap-config dap-config.1 dods-datatypes-config.h @@ -90,14 +73,34 @@ getdap4 getdap4.1 xdr-datatypes-config.h xdr-datatypes.h +dmr_memory_cache +doxy.conf +doxygen_warnings.txt +main_page.doxygen -abi_checker.xml +## conf/ generated files +conf/compile +conf/config.guess +conf/config.sub +conf/depcomp +conf/install-sh +conf/libtool.m4 +conf/ltmain.sh +conf/ltoptions.m4 +conf/ltsugar.m4 +conf/ltversion.m4 +conf/lt~obsolete.m4 +conf/missing +conf/test-driver +## gnulib generated files +gl/*.h gl/charset.alias gl/ref-add.sed gl/ref-del.sed gl/sys/ +## Parser generator outputs d4_ce/location.hh d4_ce/position.hh d4_ce/stack.hh @@ -105,10 +108,11 @@ d4_function/location.hh d4_function/position.hh d4_function/stack.hh +## Integration/unit test artifacts (http_dap) http_dap/unit-tests/HTTPCacheTest http_dap/unit-tests/HTTPConnectTest +http_dap/unit-tests/HTTPThreadsConnectTest http_dap/unit-tests/test_config.h - http_dap/unit-tests/cache-testsuite/cleanup.sh http_dap/unit-tests/cache-testsuite/dods_cache/ http_dap/unit-tests/cache-testsuite/gc_cache/ @@ -116,45 +120,76 @@ http_dap/unit-tests/cache-testsuite/header_cache/ http_dap/unit-tests/cache-testsuite/purge_cache/ http_dap/unit-tests/cache-testsuite/singleton_cache/ -libdap-*.tar.gz -libdap-* - -html -latex - +## Integration/unit test artifacts (tests) tests/DASTest tests/DDSTest +tests/DMRTest tests/EXPRTest +tests/getdapTest +tests/*Test.dir tests/atconfig tests/atlocal tests/das-test tests/dds-test +tests/dmr-test tests/expr-test tests/libtest-types.a tests/package.m4 -tests/DMRTest -tests/dmr-test -tests/getdapTest -tests/*Test.dir +## Integration/unit test artifacts (unit-tests) unit-tests/*.file unit-tests/*.strm unit-tests/.dodsrc unit-tests/ArrayTest unit-tests/AttrTableTest +unit-tests/BaseTypeFactoryTest +unit-tests/BaseTypeTest unit-tests/ByteTest +unit-tests/ConstraintEvaluatorTest +unit-tests/D4AsyncDocTest +unit-tests/D4AttributesTest +unit-tests/D4BaseTypeFactoryTest +unit-tests/D4DimensionsTest +unit-tests/D4EnumDefsTest +unit-tests/D4EnumTest +unit-tests/D4FilterClauseTest +unit-tests/D4GroupTest +unit-tests/D4MarshallerTest +unit-tests/D4ParserSax2Test +unit-tests/D4SequenceTest +unit-tests/D4StreamRoundTripTest +unit-tests/D4UnMarshallerTest +unit-tests/DAPCache3Test unit-tests/DASTest unit-tests/DDSTest unit-tests/DDXParserTest +unit-tests/DMRTest +unit-tests/DmrRoundTripTest +unit-tests/DmrToDap2Test +unit-tests/ErrorTest +unit-tests/Float32Test +unit-tests/Float64Test +unit-tests/generalUtilTest +unit-tests/GridTest unit-tests/HTTPCacheTest unit-tests/HTTPConnectTest +unit-tests/Int16Test +unit-tests/Int32Test +unit-tests/Int64Test +unit-tests/Int8Test +unit-tests/IsDap4ProjectedTest unit-tests/MIMEUtilTest +unit-tests/MarshallerFutureTest unit-tests/MarshallerTest +unit-tests/MarshallerThreadTest unit-tests/RCReaderTest unit-tests/RegexTest unit-tests/SequenceTest unit-tests/ServerFunctionsListUnitTest unit-tests/SignalHandlerTest +unit-tests/UInt16Test +unit-tests/UInt32Test +unit-tests/UInt64Test unit-tests/ancT unit-tests/arrayT unit-tests/attrTableT @@ -165,57 +200,30 @@ unit-tests/cache-testsuite/header_cache/ unit-tests/cache-testsuite/http_connect_cache/ unit-tests/cache-testsuite/purge_cache/ unit-tests/cache-testsuite/singleton_cache/ +unit-tests/chunked-io/ +unit-tests/chunked_iostream_test +unit-tests/dapcache3test.* unit-tests/dasT unit-tests/ddsT -unit-tests/generalUtilTest +unit-tests/dmr_memory_cache unit-tests/marshT unit-tests/parserUtilTest unit-tests/sequenceT unit-tests/structT unit-tests/test_config.h -unit-tests/D4AsyncDocTest -unit-tests/D4AttributesTest -unit-tests/D4DimensionsTest -unit-tests/D4EnumDefsTest -unit-tests/D4EnumTest -unit-tests/D4GroupTest -unit-tests/D4MarshallerTest -unit-tests/D4ParserSax2Test -unit-tests/D4UnMarshallerTest -unit-tests/DMRTest -unit-tests/DmrRoundTripTest -unit-tests/DmrToDap2Test -unit-tests/chunked_iostream_test -unit-tests/D4FilterClauseTest -unit-tests/D4SequenceTest -unit-tests/BaseTypeFactoryTest -unit-tests/D4BaseTypeFactoryTest -unit-tests/Float32Test -unit-tests/Float64Test -unit-tests/Int16Test -unit-tests/Int32Test -unit-tests/Int64Test -unit-tests/Int8Test -unit-tests/UInt16Test -unit-tests/UInt32Test -unit-tests/UInt64Test -unit-tests/GridTest -unit-tests/IsDap4ProjectedTest unit-tests/util_mitTest -unit-tests/MarshallerFutureTest -unit-tests/BaseTypeTest -unit-tests/ConstraintEvaluatorTest -unit-tests/D4StreamRoundTripTest -unit-tests/DAPCache3Test -unit-tests/ErrorTest -unit-tests/MarshallerThreadTest -unit-tests/dmr_memory_cache -unit-tests/dapcache3test.* +## d4_ce unit tests d4_ce/unit-tests/D4ConstraintEvaluatorTest d4_ce/unit-tests/test_config.h -http_dap/unit-tests/HTTPThreadsConnectTest -unit-tests/chunked-io/ -/bw-output/ -/.scannerwork/ +## CMake generated files (out-of-source build artifacts) +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +CTestTestfile.cmake +Testing/ +install_manifest.txt +CPackConfig.cmake +CPackSourceConfig.cmake +*_CPack_Packages/ diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..c5d0f44fd --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,31 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug getdap4", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/.libs/getdap4", + "args": ["-d", "http://test.opendap.org/opendap/data/nc/fnoc1.nc"], + "cwd": "${workspaceFolder}", + "environment": [ + { + "name": "DYLD_LIBRARY_PATH", + "value": "${workspaceFolder}/.libs:${env:DYLD_LIBRARY_PATH}" + }, + { + "name": "PATH", + "value": "~/opendap/hyrax/build/bin:~/src/opendap/hyrax/build/deps/bin:${env:PATH}" + } + ], + "MIMode": "lldb", + "setupCommands": [ + { + "description": "Allow stepping into all frames", + "text": "settings set target.process.thread.step-avoid-regexp ^$", + "ignoreFailures": true + } + ] + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..98e71e43a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,25 @@ +{ + "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools", + "C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json", + "C_Cpp.default.cppStandard": "c++14", + "C_Cpp.default.intelliSenseMode": "macos-clang-arm64", + "terminal.integrated.env.osx": { + "prefix": "~/src/opendap/hyrax/build", + "PATH": "~/src/opendap//hyrax/build/bin:/Users/jhrg/src/opendap/hyrax/build/deps/bin:${env:PATH}" + }, + "makefile.configurations": [ + { + "makeArgs": [ + "-j" + ], + "name": "all" + }, + { + "makeArgs": [ + "-j", "check" + ], + "name": "check" + } + + ] +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 000000000..bcbf0d14f --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,137 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "autotools: configure", + "type": "shell", + "command": "autoreconf -fvi && ./configure --prefix=$prefix --enable-developer", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [], + "group": { + "kind": "build", + "isDefault": true + } + }, + { + "label": "autotools: build", + "type": "shell", + "command": "make -j", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + } + }, + { + "label": "autotools: check", + "type": "shell", + "command": "make -j check", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [ + "$gcc" + ], + "group": { + "kind": "build", + "isDefault": true + } + }, + { + "label": "autotools: install", + "type": "shell", + "command": "make install", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [] + }, + { + "label": "autotools: clean", + "type": "shell", + "command": "make clean", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [] + }, + { + "label": "autotools: compile_commands", + "type": "shell", + "command": "make clean && bear -- make -j && bear --append -- make -j check", + "options": { + "cwd": "${workspaceFolder}", + "env": { + "prefix": "~/src/hyrax/build", + "PATH": "~/src/hyrax/build/bin:~/src/hyrax/build/deps/bin:${env:PATH}" + }, + "shell": { + "executable": "/bin/zsh", + "args": [ + "-c" + ] + } + }, + "problemMatcher": [ + "$gcc" + ] + } + ] +} diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d27adcb8..d574f7b89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,6 +220,17 @@ set(GENERATED_PARSER_SRC ${FLEX_ErrorScanner_OUTPUTS} ) +# Suppress sign-compare warnings from flex-generated scanners only. +set(FLEX_SCANNER_SRC + ${FLEX_DDSScanner_OUTPUTS} + ${FLEX_DASScanner_OUTPUTS} + ${FLEX_CEScanner_OUTPUTS} + ${FLEX_ErrorScanner_OUTPUTS} +) +set_source_files_properties(${FLEX_SCANNER_SRC} PROPERTIES + COMPILE_OPTIONS "$<$:-Wno-sign-compare>" +) + # Ensure grammar files build before other sources set_source_files_properties(${GENERATED_PARSER_SRC} PROPERTIES GENERATED TRUE) diff --git a/CMakePresets.json b/CMakePresets.json index a7a3f2d71..51a279cb4 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -5,7 +5,6 @@ "minor": 20, "patch": 0 }, - "configurePresets": [ { "name": "base-make", @@ -15,10 +14,8 @@ "cacheVariables": { "CMAKE_CXX_STANDARD": "14", "CMAKE_CXX_STANDARD_REQUIRED": "ON", - "CMAKE_BUILD_TYPE": "RelWithDebInfo", "CMAKE_INSTALL_PREFIX": "$prefix", - "BUILD_TESTING": "ON", "USE_CPP_11_REGEX": "ON", "USE_ASAN": "OFF", @@ -26,7 +23,6 @@ "BIG_ARRAY_TEST": "OFF" } }, - { "name": "default", "displayName": "Default (Makefiles, RWD)", @@ -67,9 +63,19 @@ "USE_ASAN": "ON", "BUILD_DEVELOPER": "ON" } + }, + { + "name": "Custom configure preset", + "displayName": "Custom configure preset", + "description": "Sets Ninja generator, build and install directory", + "generator": "Ninja", + "binaryDir": "${sourceDir}/out/build/${presetName}", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" + } } ], - "buildPresets": [ { "name": "default", @@ -97,13 +103,11 @@ "targets": ["install"] } ], - "testPresets": [ { "name": "default", "configurePreset": "default" }, - { "name": "developer", "configurePreset": "developer" diff --git a/Makefile.am b/Makefile.am index dafafbf5d..0d5e25255 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,12 @@ libparsers_la_SOURCES = $(FLEX_SRC) $(BISON_SRC) libparsers_la_CPPFLAGS = $(XML2_CFLAGS) $(TIRPC_CFLAGS) libparsers_la_LIBADD = $(XML2_LIBS) +# Suppress sign-compare warnings from flex-generated scanners only. +libparsers_la-lex.das.lo \ +libparsers_la-lex.dds.lo \ +libparsers_la-lex.ce_expr.lo \ +libparsers_la-lex.Error.lo: AM_CXXFLAGS += -Wno-sign-compare + libdap_la_SOURCES = $(DAP_SRC) $(GNU_SRC) $(DAP4_ONLY_SRC) libdap_la_LDFLAGS = -version-info $(LIBDAP_VERSION) diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 000000000..ff29ef737 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,8029 @@ +[ + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../d4_ce", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4ConstraintEvaluatorTest.o", + "D4ConstraintEvaluatorTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/unit-tests/D4ConstraintEvaluatorTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/unit-tests/D4ConstraintEvaluatorTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPThreadsConnectTest-HTTPThreadsConnectTest.o", + "HTTPThreadsConnectTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPThreadsConnectTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPThreadsConnectTest-HTTPThreadsConnectTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPThreadsConnectTest-remove_directory.o", + "remove_directory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/remove_directory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPThreadsConnectTest-remove_directory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPConnectTest-HTTPConnectTest.o", + "HTTPConnectTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPConnectTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPConnectTest-HTTPConnectTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPConnectTest-remove_directory.o", + "remove_directory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/remove_directory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPConnectTest-remove_directory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPCacheTest-HTTPCacheTest.o", + "HTTPCacheTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPCacheTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPCacheTest-HTTPCacheTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I../..", + "-I../..", + "-I../../GNU", + "-I../../http_dap", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "HTTPCacheTest-remove_directory.o", + "remove_directory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/remove_directory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/unit-tests/HTTPCacheTest-remove_directory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Int8Test.o", + "Int8Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int8Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int8Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ancT.o", + "ancT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ancT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ancT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "marshT.o", + "marshT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/marshT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/marshT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DDSTest.o", + "DDSTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DDSTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DDSTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "RCReaderTest.o", + "RCReaderTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/RCReaderTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/RCReaderTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ddsT.o", + "ddsT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ddsT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ddsT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "BaseTypeFactoryTest.o", + "BaseTypeFactoryTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/BaseTypeFactoryTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/BaseTypeFactoryTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ConstraintEvaluatorTest.o", + "ConstraintEvaluatorTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ConstraintEvaluatorTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ConstraintEvaluatorTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4DimensionsTest.o", + "D4DimensionsTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4DimensionsTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4DimensionsTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4StreamRoundTripTest.o", + "D4StreamRoundTripTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4StreamRoundTripTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4StreamRoundTripTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4SequenceTest.o", + "D4SequenceTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4SequenceTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4SequenceTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "arrayT.o", + "arrayT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/arrayT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/arrayT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "attrTableT.o", + "attrTableT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/attrTableT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/attrTableT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "testFile.o", + "testFile.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/testFile.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/testFile.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "structT.o", + "structT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/structT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/structT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Float64Test.o", + "Float64Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Float64Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Float64Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "generalUtilTest.o", + "generalUtilTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/generalUtilTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/generalUtilTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "SignalHandlerTest.o", + "SignalHandlerTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/SignalHandlerTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/SignalHandlerTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ErrorTest.o", + "ErrorTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ErrorTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ErrorTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Int64Test.o", + "Int64Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int64Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int64Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "MIMEUtilTest.o", + "MIMEUtilTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MIMEUtilTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MIMEUtilTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "AttrTableTest.o", + "AttrTableTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/AttrTableTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/AttrTableTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "RegexTest.o", + "RegexTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/RegexTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/RegexTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "MarshallerTest.o", + "MarshallerTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ByteTest.o", + "ByteTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ByteTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ByteTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "sequenceT.o", + "sequenceT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/sequenceT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/sequenceT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4BaseTypeFactoryTest.o", + "D4BaseTypeFactoryTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4BaseTypeFactoryTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4BaseTypeFactoryTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4EnumDefsTest.o", + "D4EnumDefsTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4EnumDefsTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4EnumDefsTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ArrayTest.o", + "ArrayTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ArrayTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ArrayTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "MarshallerFutureTest.o", + "MarshallerFutureTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerFutureTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerFutureTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4AttributesTest.o", + "D4AttributesTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4AttributesTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4AttributesTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "UInt32Test.o", + "UInt32Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt32Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt32Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "SequenceTest.o", + "SequenceTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/SequenceTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/SequenceTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "parserUtilTest.o", + "parserUtilTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/parserUtilTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/parserUtilTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DASTest.o", + "DASTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DASTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DASTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4EnumTest.o", + "D4EnumTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4EnumTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4EnumTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "ServerFunctionsListUnitTest.o", + "ServerFunctionsListUnitTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ServerFunctionsListUnitTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/ServerFunctionsListUnitTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "BaseTypeTest.o", + "BaseTypeTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/BaseTypeTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/BaseTypeTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Int16Test.o", + "Int16Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int16Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int16Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "../DAPCache3.o", + "../DAPCache3.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DAPCache3.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/DAPCache3.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Int32Test.o", + "Int32Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int32Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Int32Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "UInt64Test.o", + "UInt64Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt64Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt64Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4MarshallerTest.o", + "D4MarshallerTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4MarshallerTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4MarshallerTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "MarshallerThreadTest.o", + "MarshallerThreadTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerThreadTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/MarshallerThreadTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DAPCache3Test.o", + "DAPCache3Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DAPCache3Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DAPCache3Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "Float32Test.o", + "Float32Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Float32Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/Float32Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "util_mitTest.o", + "util_mitTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/util_mitTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/util_mitTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "GridTest.o", + "GridTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/GridTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/GridTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "UInt16Test.o", + "UInt16Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt16Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/UInt16Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4UnMarshallerTest.o", + "D4UnMarshallerTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4UnMarshallerTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4UnMarshallerTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DDXParserTest-DDXParserTest.o", + "DDXParserTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DDXParserTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DDXParserTest-DDXParserTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "chunked_iostream_test.o", + "chunked_iostream_test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/chunked_iostream_test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/chunked_iostream_test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4FilterClauseTest.o", + "D4FilterClauseTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4FilterClauseTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4FilterClauseTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "dasT.o", + "dasT.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/dasT.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/dasT.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4GroupTest.o", + "D4GroupTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4GroupTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4GroupTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DMRTest.o", + "DMRTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DMRTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DMRTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4ParserSax2Test.o", + "D4ParserSax2Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4ParserSax2Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4ParserSax2Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "IsDap4ProjectedTest.o", + "IsDap4ProjectedTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/IsDap4ProjectedTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/IsDap4ProjectedTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "D4AsyncDocTest.o", + "D4AsyncDocTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4AsyncDocTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/D4AsyncDocTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DmrToDap2Test.o", + "DmrToDap2Test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DmrToDap2Test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DmrToDap2Test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I../GNU", + "-I..", + "-I../tests", + "-I/usr/local/Cellar/cppunit/1.15.1/include", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-self-assign-overloaded", + "-g3", + "-O0", + "-c", + "-o", + "DmrRoundTripTest.o", + "DmrRoundTripTest.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DmrRoundTripTest.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/unit-tests/DmrRoundTripTest.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "das-test.o", + "das-test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/das-test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/das-test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "dds-test.o", + "dds-test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/dds-test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/dds-test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "expr-test.o", + "expr-test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/expr-test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/expr-test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "D4ResponseBuilder.o", + "D4ResponseBuilder.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/D4ResponseBuilder.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/D4ResponseBuilder.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "dmr-test.o", + "dmr-test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/dmr-test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/dmr-test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "ResponseBuilder.o", + "ResponseBuilder.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/ResponseBuilder.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/ResponseBuilder.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/localcharset.o", + "localcharset.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localcharset.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/localcharset.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/tempname.o", + "tempname.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/tempname.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/tempname.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/unistd.o", + "unistd.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/unistd.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/unistd.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/hard-locale.o", + "hard-locale.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/hard-locale.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/hard-locale.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/malloca.o", + "malloca.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/malloca.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/malloca.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/localtime-buffer.o", + "localtime-buffer.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localtime-buffer.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/localtime-buffer.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/stat.o", + "stat.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/stat.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/stat.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/wctype-h.o", + "wctype-h.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/wctype-h.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/wctype-h.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + "glthread/.libs/lock.o", + "glthread/lock.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/lock.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/.libs/lock.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/lstat.o", + "lstat.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/lstat.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/lstat.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + "glthread/.libs/threadlib.o", + "glthread/threadlib.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/threadlib.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/.libs/threadlib.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/regex.o", + "regex.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/regex.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/.libs/regex.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "wctype-h.o", + "wctype-h.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/wctype-h.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/wctype-h.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "localtime-buffer.o", + "localtime-buffer.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localtime-buffer.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localtime-buffer.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "unistd.o", + "unistd.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/unistd.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/unistd.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "glthread/threadlib.o", + "glthread/threadlib.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/threadlib.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/threadlib.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "malloca.o", + "malloca.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/malloca.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/malloca.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "glthread/lock.o", + "glthread/lock.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/lock.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/glthread/lock.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "localcharset.o", + "localcharset.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localcharset.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/localcharset.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "lstat.o", + "lstat.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/lstat.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/lstat.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "hard-locale.o", + "hard-locale.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/hard-locale.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/hard-locale.o" + }, + { + "arguments": ["/usr/bin/gcc", "-DHAVE_CONFIG_H", "-I.", "-I..", "-c", "-o", "stat.o", "stat.c"], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/stat.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/stat.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "tempname.o", + "tempname.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/tempname.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/tempname.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-c", + "-o", + "regex.o", + "regex.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/gl", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/gl/regex.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/gl/regex.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libd4_ce_parser_la-D4ConstraintEvaluator.o", + "D4ConstraintEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/D4ConstraintEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/.libs/libd4_ce_parser_la-D4ConstraintEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libd4_ce_parser_la-d4_ce_parser.tab.o", + "d4_ce_parser.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/d4_ce_parser.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/.libs/libd4_ce_parser_la-d4_ce_parser.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libd4_ce_parser_la-lex.d4_ce.o", + "lex.d4_ce.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/lex.d4_ce.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/.libs/libd4_ce_parser_la-lex.d4_ce.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "libd4_ce_parser_la-lex.d4_ce.o", + "lex.d4_ce.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/lex.d4_ce.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/libd4_ce_parser_la-lex.d4_ce.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "libd4_ce_parser_la-D4ConstraintEvaluator.o", + "D4ConstraintEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/D4ConstraintEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/libd4_ce_parser_la-D4ConstraintEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I..", + "-I../d4_ce", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "libd4_ce_parser_la-d4_ce_parser.tab.o", + "d4_ce_parser.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/d4_ce_parser.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_ce/libd4_ce_parser_la-d4_ce_parser.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/D4FunctionEvaluator.o", + "D4FunctionEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/D4FunctionEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/.libs/D4FunctionEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/d4_function_parser.tab.o", + "d4_function_parser.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/d4_function_parser.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/.libs/d4_function_parser.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/lex.d4_function.o", + "lex.d4_function.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/lex.d4_function.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/.libs/lex.d4_function.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "lex.d4_function.o", + "lex.d4_function.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/lex.d4_function.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/lex.d4_function.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "d4_function_parser.tab.o", + "d4_function_parser.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/d4_function_parser.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/d4_function_parser.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../d4_ce", + "-I.", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-Wall", + "-W", + "-Wcast-align", + "-c", + "-o", + "D4FunctionEvaluator.o", + "D4FunctionEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/D4FunctionEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/d4_function/D4FunctionEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libhttp_dap_la-HTTPCacheTable.o", + "HTTPCacheTable.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPCacheTable.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/.libs/libhttp_dap_la-HTTPCacheTable.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libhttp_dap_la-HTTPConnect.o", + "HTTPConnect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPConnect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/.libs/libhttp_dap_la-HTTPConnect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libhttp_dap_la-ResponseTooBigErr.o", + "ResponseTooBigErr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/ResponseTooBigErr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/.libs/libhttp_dap_la-ResponseTooBigErr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libhttp_dap_la-HTTPCache.o", + "HTTPCache.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPCache.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/.libs/libhttp_dap_la-HTTPCache.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-o", + "libhttp_dap_la-ResponseTooBigErr.o", + "ResponseTooBigErr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/ResponseTooBigErr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/libhttp_dap_la-ResponseTooBigErr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-o", + "libhttp_dap_la-HTTPCacheTable.o", + "HTTPCacheTable.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPCacheTable.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/libhttp_dap_la-HTTPCacheTable.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-o", + "libhttp_dap_la-HTTPConnect.o", + "HTTPConnect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPConnect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/libhttp_dap_la-HTTPConnect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I.", + "-I..", + "-I../GNU", + "-I.", + "-I..", + "-I../GNU", + "-Wall", + "-W", + "-Wcast-align", + "--std=c++14", + "-g3", + "-O0", + "-c", + "-o", + "libhttp_dap_la-HTTPCache.o", + "HTTPCache.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/HTTPCache.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/http_dap/libhttp_dap_la-HTTPCache.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "getdap-getdap.o", + "getdap.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/getdap.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/getdap-getdap.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdapclient_la-Connect.o", + "Connect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Connect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdapclient_la-Connect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-parser-util.o", + "parser-util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/parser-util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-parser-util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DAS.o", + "DAS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DAS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DAS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-AttrTable.o", + "AttrTable.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/AttrTable.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-AttrTable.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DataDDS.o", + "DataDDS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DataDDS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DataDDS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XDRFileMarshaller.o", + "XDRFileMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRFileMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XDRFileMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XDRFileUnMarshaller.o", + "XDRFileUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRFileUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XDRFileUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Str.o", + "Str.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Str.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Str.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-RValue.o", + "RValue.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/RValue.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-RValue.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdapclient_la-util_mit.o", + "util_mit.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/util_mit.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdapclient_la-util_mit.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-InternalErr.o", + "InternalErr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/InternalErr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-InternalErr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Url.o", + "Url.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Url.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Url.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Structure.o", + "Structure.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Structure.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Structure.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-xdrutil_ppc.o", + "xdrutil_ppc.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/xdrutil_ppc.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-xdrutil_ppc.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DapIndent.o", + "DapIndent.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DapIndent.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DapIndent.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Sequence.o", + "Sequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Sequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Sequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Array.o", + "Array.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Array.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Array.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Int16.o", + "Int16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Int16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdapclient_la-D4Connect.o", + "D4Connect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Connect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdapclient_la-D4Connect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DDS.o", + "DDS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DDS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DDS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XDRUtils.o", + "XDRUtils.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRUtils.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XDRUtils.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-escaping.o", + "escaping.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/escaping.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-escaping.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XDRStreamUnMarshaller.o", + "XDRStreamUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRStreamUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XDRStreamUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Float32.o", + "Float32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Float32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Float32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XDRStreamMarshaller.o", + "XDRStreamMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRStreamMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XDRStreamMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-BaseType.o", + "BaseType.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/BaseType.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-BaseType.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Error.o", + "Error.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Error.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Error.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Vector.o", + "Vector.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Vector.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Vector.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "getdap4-getdap4.o", + "getdap4.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/getdap4.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/getdap4-getdap4.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Int32.o", + "Int32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Int32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Clause.o", + "Clause.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Clause.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Clause.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-BaseTypeFactory.o", + "BaseTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/BaseTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-BaseTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Byte.o", + "Byte.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Byte.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Byte.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DDXParserSAX2.o", + "DDXParserSAX2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DDXParserSAX2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DDXParserSAX2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Constructor.o", + "Constructor.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Constructor.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Constructor.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Int64.o", + "Int64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Int64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "dmr_memory_cache-dmr_mcache_test.o", + "dmr_mcache_test.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/dmr_mcache_test.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/dmr_memory_cache-dmr_mcache_test.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4EnumDefs.o", + "D4EnumDefs.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4EnumDefs.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4EnumDefs.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdapclient_la-RCReader.o", + "RCReader.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/RCReader.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdapclient_la-RCReader.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-util.o", + "util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-UInt16.o", + "UInt16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-UInt16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4StreamMarshaller.o", + "D4StreamMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4StreamMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4StreamMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Int8.o", + "Int8.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int8.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Int8.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-ConstraintEvaluator.o", + "ConstraintEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ConstraintEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-ConstraintEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-MarshallerThread.o", + "MarshallerThread.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/MarshallerThread.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-MarshallerThread.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-mime_util.o", + "mime_util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/mime_util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-mime_util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-UInt32.o", + "UInt32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-UInt32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Keywords2.o", + "Keywords2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Keywords2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Keywords2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4BaseTypeFactory.o", + "D4BaseTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4BaseTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4BaseTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-SignalHandler.o", + "SignalHandler.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/SignalHandler.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-SignalHandler.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4ParserSax2.o", + "D4ParserSax2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4ParserSax2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4ParserSax2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-ServerFunction.o", + "ServerFunction.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ServerFunction.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-ServerFunction.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Enum.o", + "D4Enum.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Enum.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Enum.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + "GNU/.libs/libdap_la-GetOpt.o", + "GNU/GetOpt.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/GetOpt.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/.libs/libdap_la-GetOpt.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Float64.o", + "Float64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Float64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Float64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Dimensions.o", + "D4Dimensions.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Dimensions.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Dimensions.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + "GNU/.libs/libdap_la-GNURegex.o", + "GNU/GNURegex.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/GNURegex.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/.libs/libdap_la-GNURegex.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-ServerFunctionsList.o", + "ServerFunctionsList.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ServerFunctionsList.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-ServerFunctionsList.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-lex.das.o", + "lex.das.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.das.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-lex.das.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-chunked_ostream.o", + "chunked_ostream.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/chunked_ostream.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-chunked_ostream.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Group.o", + "D4Group.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Group.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Group.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4StreamUnMarshaller.o", + "D4StreamUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4StreamUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4StreamUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Maps.o", + "D4Maps.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Maps.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Maps.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Opaque.o", + "D4Opaque.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Opaque.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Opaque.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4RValue.o", + "D4RValue.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4RValue.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4RValue.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-Grid.o", + "Grid.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Grid.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-Grid.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-chunked_istream.o", + "chunked_istream.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/chunked_istream.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-chunked_istream.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-lex.ce_expr.o", + "lex.ce_expr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.ce_expr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-lex.ce_expr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-UInt64.o", + "UInt64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-UInt64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-Error.tab.o", + "Error.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Error.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-Error.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4FilterClause.o", + "D4FilterClause.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4FilterClause.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4FilterClause.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-XMLWriter.o", + "XMLWriter.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XMLWriter.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-XMLWriter.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-lex.dds.o", + "lex.dds.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.dds.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-lex.dds.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DapXmlNamespaces.o", + "DapXmlNamespaces.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DapXmlNamespaces.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DapXmlNamespaces.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-dds.tab.o", + "dds.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/dds.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-dds.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Sequence.o", + "D4Sequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Sequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Sequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-das.tab.o", + "das.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/das.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-das.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-DMR.o", + "DMR.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DMR.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-DMR.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-lex.Error.o", + "lex.Error.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.Error.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-lex.Error.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4Attributes.o", + "D4Attributes.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Attributes.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4Attributes.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libparsers_la-ce_expr.tab.o", + "ce_expr.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ce_expr.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libparsers_la-ce_expr.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/libdap_la-D4AsyncUtil.o", + "D4AsyncUtil.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4AsyncUtil.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/libdap_la-D4AsyncUtil.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/Ancillary.o", + "Ancillary.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Ancillary.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/Ancillary.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-fno-common", + "-DPIC", + "-o", + ".libs/DODSFilter.o", + "DODSFilter.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DODSFilter.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/.libs/DODSFilter.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-c", + "-o", + "libdap_la-xdrutil_ppc.o", + "xdrutil_ppc.c" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/xdrutil_ppc.c", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-xdrutil_ppc.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DapXmlNamespaces.o", + "DapXmlNamespaces.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DapXmlNamespaces.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DapXmlNamespaces.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "GNU/libdap_la-GetOpt.o", + "GNU/GetOpt.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/GetOpt.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/libdap_la-GetOpt.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Error.o", + "Error.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Error.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Error.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdapclient_la-util_mit.o", + "util_mit.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/util_mit.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdapclient_la-util_mit.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DapIndent.o", + "DapIndent.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DapIndent.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DapIndent.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-ServerFunction.o", + "ServerFunction.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ServerFunction.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-ServerFunction.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Url.o", + "Url.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Url.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Url.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DAS.o", + "DAS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DAS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DAS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-escaping.o", + "escaping.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/escaping.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-escaping.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XDRUtils.o", + "XDRUtils.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRUtils.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XDRUtils.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-InternalErr.o", + "InternalErr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/InternalErr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-InternalErr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XMLWriter.o", + "XMLWriter.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XMLWriter.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XMLWriter.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "GNU/libdap_la-GNURegex.o", + "GNU/GNURegex.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/GNURegex.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/GNU/libdap_la-GNURegex.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-MarshallerThread.o", + "MarshallerThread.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/MarshallerThread.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-MarshallerThread.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-parser-util.o", + "parser-util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/parser-util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-parser-util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-chunked_istream.o", + "chunked_istream.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/chunked_istream.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-chunked_istream.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-chunked_ostream.o", + "chunked_ostream.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/chunked_ostream.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-chunked_ostream.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-RValue.o", + "RValue.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/RValue.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-RValue.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-SignalHandler.o", + "SignalHandler.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/SignalHandler.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-SignalHandler.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DataDDS.o", + "DataDDS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DataDDS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DataDDS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Clause.o", + "Clause.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Clause.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Clause.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-lex.das.o", + "lex.das.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.das.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-lex.das.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-Error.tab.o", + "Error.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Error.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-Error.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-lex.Error.o", + "lex.Error.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.Error.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-lex.Error.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-ServerFunctionsList.o", + "ServerFunctionsList.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ServerFunctionsList.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-ServerFunctionsList.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XDRFileUnMarshaller.o", + "XDRFileUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRFileUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XDRFileUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4StreamMarshaller.o", + "D4StreamMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4StreamMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4StreamMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4StreamUnMarshaller.o", + "D4StreamUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4StreamUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4StreamUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-BaseTypeFactory.o", + "BaseTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/BaseTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-BaseTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "Ancillary.o", + "Ancillary.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Ancillary.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/Ancillary.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-lex.dds.o", + "lex.dds.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.dds.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-lex.dds.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-das.tab.o", + "das.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/das.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-das.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XDRFileMarshaller.o", + "XDRFileMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRFileMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XDRFileMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Str.o", + "Str.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Str.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Str.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Int32.o", + "Int32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Int32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4AsyncUtil.o", + "D4AsyncUtil.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4AsyncUtil.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4AsyncUtil.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Float32.o", + "Float32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Float32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Float32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdapclient_la-RCReader.o", + "RCReader.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/RCReader.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdapclient_la-RCReader.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-UInt16.o", + "UInt16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-UInt16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-ConstraintEvaluator.o", + "ConstraintEvaluator.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ConstraintEvaluator.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-ConstraintEvaluator.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-lex.ce_expr.o", + "lex.ce_expr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/lex.ce_expr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-lex.ce_expr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Int16.o", + "Int16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Int16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-UInt64.o", + "UInt64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-UInt64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Int8.o", + "Int8.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int8.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Int8.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "DODSFilter.o", + "DODSFilter.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DODSFilter.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/DODSFilter.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Opaque.o", + "D4Opaque.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Opaque.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Opaque.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Float64.o", + "Float64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Float64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Float64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-UInt32.o", + "UInt32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/UInt32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-UInt32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Dimensions.o", + "D4Dimensions.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Dimensions.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Dimensions.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XDRStreamUnMarshaller.o", + "XDRStreamUnMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRStreamUnMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XDRStreamUnMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4EnumDefs.o", + "D4EnumDefs.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4EnumDefs.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4EnumDefs.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Byte.o", + "Byte.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Byte.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Byte.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-XDRStreamMarshaller.o", + "XDRStreamMarshaller.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/XDRStreamMarshaller.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-XDRStreamMarshaller.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4FilterClause.o", + "D4FilterClause.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4FilterClause.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4FilterClause.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Int64.o", + "Int64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Int64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Int64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4RValue.o", + "D4RValue.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4RValue.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4RValue.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Attributes.o", + "D4Attributes.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Attributes.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Attributes.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-BaseType.o", + "BaseType.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/BaseType.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-BaseType.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-mime_util.o", + "mime_util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/mime_util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-mime_util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Maps.o", + "D4Maps.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Maps.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Maps.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-dds.tab.o", + "dds.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/dds.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-dds.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Keywords2.o", + "Keywords2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Keywords2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Keywords2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Structure.o", + "Structure.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Structure.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Structure.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-AttrTable.o", + "AttrTable.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/AttrTable.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-AttrTable.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdapclient_la-Connect.o", + "Connect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Connect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdapclient_la-Connect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4BaseTypeFactory.o", + "D4BaseTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4BaseTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4BaseTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Sequence.o", + "D4Sequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Sequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Sequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DMR.o", + "DMR.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DMR.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DMR.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DDS.o", + "DDS.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DDS.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DDS.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Enum.o", + "D4Enum.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Enum.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Enum.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Sequence.o", + "Sequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Sequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Sequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Grid.o", + "Grid.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Grid.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Grid.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Constructor.o", + "Constructor.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Constructor.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Constructor.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdapclient_la-D4Connect.o", + "D4Connect.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Connect.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdapclient_la-D4Connect.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libparsers_la-ce_expr.tab.o", + "ce_expr.tab.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/ce_expr.tab.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libparsers_la-ce_expr.tab.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Vector.o", + "Vector.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Vector.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Vector.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-DDXParserSAX2.o", + "DDXParserSAX2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/DDXParserSAX2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-DDXParserSAX2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-util.o", + "util.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/util.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-util.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4Group.o", + "D4Group.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4Group.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4Group.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-Array.o", + "Array.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/Array.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-Array.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I./gl", + "-I./gl", + "-I./GNU", + "-I./http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-deprecated-register", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-c", + "-o", + "libdap_la-D4ParserSax2.o", + "D4ParserSax2.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/D4ParserSax2.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/libdap_la-D4ParserSax2.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestStr.o", + "TestStr.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestStr.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestStr.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestFloat64.o", + "TestFloat64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestFloat64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestFloat64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestByte.o", + "TestByte.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestByte.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestByte.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestInt32.o", + "TestInt32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestInt32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestInt32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestArray.o", + "TestArray.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestArray.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestArray.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestUrl.o", + "TestUrl.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestUrl.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestUrl.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestStructure.o", + "TestStructure.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestStructure.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestStructure.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestInt16.o", + "TestInt16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestInt16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestInt16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestUInt16.o", + "TestUInt16.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestUInt16.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestUInt16.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestUInt32.o", + "TestUInt32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestUInt32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestUInt32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestSequence.o", + "TestSequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestSequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestSequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestGrid.o", + "TestGrid.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestGrid.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestGrid.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestFloat32.o", + "TestFloat32.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestFloat32.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestFloat32.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestUInt64.o", + "TestUInt64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestUInt64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestUInt64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestTypeFactory.o", + "TestTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-D4TestTypeFactory.o", + "D4TestTypeFactory.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/D4TestTypeFactory.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-D4TestTypeFactory.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestInt64.o", + "TestInt64.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestInt64.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestInt64.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestD4Group.o", + "TestD4Group.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestD4Group.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestD4Group.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestInt8.o", + "TestInt8.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestInt8.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestInt8.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestD4Sequence.o", + "TestD4Sequence.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestD4Sequence.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestD4Sequence.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestFunction.o", + "TestFunction.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestFunction.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestFunction.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestD4Opaque.o", + "TestD4Opaque.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestD4Opaque.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestD4Opaque.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-D4TestFunction.o", + "D4TestFunction.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/D4TestFunction.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-D4TestFunction.o" + }, + { + "arguments": [ + "/usr/bin/g++", + "-DHAVE_CONFIG_H", + "-I.", + "-I..", + "-I..", + "-I../GNU", + "-I../d4_ce", + "-I../d4_function", + "-I../http_dap", + "--std=c++14", + "-Wall", + "-W", + "-Wcast-align", + "-Wno-inconsistent-missing-override", + "-g3", + "-O0", + "-fPIC", + "-c", + "-o", + "libtest_types_a-TestD4Enum.o", + "TestD4Enum.cc" + ], + "directory": "/Users/jimg/src/opendap/hyrax/libdap4/tests", + "file": "/Users/jimg/src/opendap/hyrax/libdap4/tests/TestD4Enum.cc", + "output": "/Users/jimg/src/opendap/hyrax/libdap4/tests/libtest_types_a-TestD4Enum.o" + } +]