aboutsummaryrefslogtreecommitdiff
path: root/include/proj/internal
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2022-01-31 00:12:34 +1300
committerGitHub <noreply@github.com>2022-01-31 00:12:34 +1300
commitddefc8d1dfddc815cbc3afef00c66853f9c0194c (patch)
treea794660f59698f20405ad90896f9c3ce38a53934 /include/proj/internal
parent4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e (diff)
downloadPROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.tar.gz
PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.zip
Drop autotools; move remaining useful m4 macros (#3027)
Diffstat (limited to 'include/proj/internal')
-rw-r--r--include/proj/internal/Makefile.am12
-rw-r--r--include/proj/internal/vendor/Makefile.am1
-rw-r--r--include/proj/internal/vendor/nlohmann/Makefile.am2
3 files changed, 0 insertions, 15 deletions
diff --git a/include/proj/internal/Makefile.am b/include/proj/internal/Makefile.am
deleted file mode 100644
index 25b71cc5..00000000
--- a/include/proj/internal/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-SUBDIRS = vendor
-
-noinst_HEADERS = \
- crs_internal.hpp \
- coordinatesystem_internal.hpp \
- internal.hpp \
- io_internal.hpp \
- lru_cache.hpp \
- include_nlohmann_json.hpp \
- tracing.hpp \
- mutex.hpp
-
diff --git a/include/proj/internal/vendor/Makefile.am b/include/proj/internal/vendor/Makefile.am
deleted file mode 100644
index 7d8176b2..00000000
--- a/include/proj/internal/vendor/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = nlohmann
diff --git a/include/proj/internal/vendor/nlohmann/Makefile.am b/include/proj/internal/vendor/nlohmann/Makefile.am
deleted file mode 100644
index eaf3200e..00000000
--- a/include/proj/internal/vendor/nlohmann/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-noinst_HEADERS = \
- json.hpp