diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2021-07-29 23:27:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-09-07 10:55:43 +0000 |
commit | 77d1c243614d385027ca11f75aa5d688b01c2969 (patch) | |
tree | dc39670de7b80b887f539480153334c25ea75e88 /build-aux | |
parent | fa19b2b9b1412d3eeb515afe41c55ac414acc982 (diff) |
build: Port to meson
meson is a build system focused on speed an ease of use, which
helps speeding up the software development. This patch adds meson
support along autotools.
Diffstat (limited to 'build-aux')
l--------- | build-aux/mm-daemon-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-daemon-enums-types.h.template | 1 | ||||
l--------- | build-aux/mm-helper-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-helper-enums-types.h.template | 1 | ||||
l--------- | build-aux/mm-huawei-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-huawei-enums-types.h.template | 1 | ||||
l--------- | build-aux/mm-port-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-port-enums-types.h.template | 1 | ||||
l--------- | build-aux/mm-telit-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-telit-enums-types.h.template | 1 | ||||
l--------- | build-aux/mm-ublox-enums-types.c.template | 1 | ||||
l--------- | build-aux/mm-ublox-enums-types.h.template | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/build-aux/mm-daemon-enums-types.c.template b/build-aux/mm-daemon-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-daemon-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-daemon-enums-types.h.template b/build-aux/mm-daemon-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-daemon-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file diff --git a/build-aux/mm-helper-enums-types.c.template b/build-aux/mm-helper-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-helper-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-helper-enums-types.h.template b/build-aux/mm-helper-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-helper-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file diff --git a/build-aux/mm-huawei-enums-types.c.template b/build-aux/mm-huawei-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-huawei-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-huawei-enums-types.h.template b/build-aux/mm-huawei-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-huawei-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file diff --git a/build-aux/mm-port-enums-types.c.template b/build-aux/mm-port-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-port-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-port-enums-types.h.template b/build-aux/mm-port-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-port-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file diff --git a/build-aux/mm-telit-enums-types.c.template b/build-aux/mm-telit-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-telit-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-telit-enums-types.h.template b/build-aux/mm-telit-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-telit-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file diff --git a/build-aux/mm-ublox-enums-types.c.template b/build-aux/mm-ublox-enums-types.c.template new file mode 120000 index 00000000..471d2931 --- /dev/null +++ b/build-aux/mm-ublox-enums-types.c.template @@ -0,0 +1 @@ +mm-enums-types.c.template
\ No newline at end of file diff --git a/build-aux/mm-ublox-enums-types.h.template b/build-aux/mm-ublox-enums-types.h.template new file mode 120000 index 00000000..12f144f5 --- /dev/null +++ b/build-aux/mm-ublox-enums-types.h.template @@ -0,0 +1 @@ +mm-enums-types.h.template
\ No newline at end of file |