diff options
| author | Mike Taves <mwtoews@gmail.com> | 2022-01-31 00:12:34 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 00:12:34 +1300 |
| commit | ddefc8d1dfddc815cbc3afef00c66853f9c0194c (patch) | |
| tree | a794660f59698f20405ad90896f9c3ce38a53934 /include | |
| parent | 4ecb0abb8c3d3f5efcdd79643bc3302aa9bc6d1e (diff) | |
| download | PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.tar.gz PROJ-ddefc8d1dfddc815cbc3afef00c66853f9c0194c.zip | |
Drop autotools; move remaining useful m4 macros (#3027)
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 3 | ||||
| -rw-r--r-- | include/proj/Makefile.am | 8 | ||||
| -rw-r--r-- | include/proj/internal/Makefile.am | 12 | ||||
| -rw-r--r-- | include/proj/internal/vendor/Makefile.am | 1 | ||||
| -rw-r--r-- | include/proj/internal/vendor/nlohmann/Makefile.am | 2 |
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 |
