From 582075ad8d9c6fdb4178d7f5bb8686b4d257e421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Sat, 17 Mar 2018 18:50:20 -0300 Subject: Removing sample meson build files. These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY --- src/libavoid/meson.build | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 src/libavoid/meson.build (limited to 'src/libavoid') diff --git a/src/libavoid/meson.build b/src/libavoid/meson.build deleted file mode 100644 index 67f9432cd..000000000 --- a/src/libavoid/meson.build +++ /dev/null @@ -1,64 +0,0 @@ -libavoid_sources = files([ - 'actioninfo.cpp', - 'connectionpin.cpp', - 'connector.cpp', - 'connend.cpp', - 'geometry.cpp', - 'geomtypes.cpp', - 'graph.cpp', - 'hyperedge.cpp', - 'hyperedgeimprover.cpp', - 'hyperedgetree.cpp', - 'junction.cpp', - 'makepath.cpp', - 'mtst.cpp', - 'obstacle.cpp', - 'orthogonal.cpp', - 'router.cpp', - 'scanline.cpp', - 'shape.cpp', - 'timer.cpp', - 'vertices.cpp', - 'viscluster.cpp', - 'visibility.cpp', - 'vpsc.cpp' -]) - -libavoid_headers = files([ - 'actioninfo.h', - 'assertions.h', - 'connectionpin.h', - 'connector.h', - 'connend.h', - 'debug.h', - 'geometry.h', - 'geomtypes.h', - 'graph.h', - 'hyperedge.h', - 'hyperedgeimprover.h', - 'hyperedgetree.h', - 'junction.h', - 'libavoid.h', - 'makepath.h', - 'mtst.h', - 'obstacle.h', - 'orthogonal.h', - 'router.h', - 'scanline.h', - 'shape.h', - 'timer.h', - 'vertices.h', - 'viscluster.h', - 'visibility.h', - 'vpsc.h' -]) - -libavoid_deps = [] - -libavoid = static_library('libavoid', - sources: [libavoid_sources, - libavoid_headers], - dependencies: libavoid_deps, - include_directories: [srcinc, confinc]) - -libavoid_dep = declare_dependency(link_with : libavoid) -- cgit v1.2.3