aboutsummaryrefslogtreecommitdiff
path: root/include
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
parent4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e (diff)
downloadPROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.tar.gz
PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.zip
Drop autotools; move remaining useful m4 macros (#3027)
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am3
-rw-r--r--include/proj/Makefile.am8
-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
5 files changed, 0 insertions, 26 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
deleted file mode 100644
index ba96cf80..00000000
--- a/include/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-SUBDIRS = proj
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/include/proj/Makefile.am b/include/proj/Makefile.am
deleted file mode 100644
index e5ae5aed..00000000
--- a/include/proj/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-EXTRA_DIST = CMakeLists.txt
-
-SUBDIRS = internal
-
-projdir = $(includedir)/proj
-
-proj_HEADERS = util.hpp metadata.hpp common.hpp crs.hpp datum.hpp \
- coordinatesystem.hpp coordinateoperation.hpp io.hpp nn.hpp
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