From ab5f8ff5869021958f4ae8b838c3d707a2e85eaa Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 29 Apr 2018 16:25:32 +0200 Subject: Put adaptagrams into its own folder --- src/libavoid/Makefile.am | 91 ------------------------------------------------ 1 file changed, 91 deletions(-) delete mode 100644 src/libavoid/Makefile.am (limited to 'src/libavoid/Makefile.am') diff --git a/src/libavoid/Makefile.am b/src/libavoid/Makefile.am deleted file mode 100644 index 837dacb57..000000000 --- a/src/libavoid/Makefile.am +++ /dev/null @@ -1,91 +0,0 @@ -EXTRA_DIST=libavoid.pc.in - -lib_LTLIBRARIES = libavoid.la -libavoid_la_CPPFLAGS = -I$(top_srcdir) -I$(includedir)/libavoid -fPIC -libavoid_la_LDFLAGS = -no-undefined - -libavoid_la_SOURCES = connectionpin.cpp \ - connector.cpp \ - connend.cpp \ - geometry.cpp \ - geomtypes.cpp \ - graph.cpp \ - junction.cpp \ - makepath.cpp \ - obstacle.cpp \ - orthogonal.cpp \ - router.cpp \ - shape.cpp \ - timer.cpp \ - vertices.cpp \ - viscluster.cpp \ - visibility.cpp \ - vpsc.cpp \ - hyperedge.cpp \ - hyperedgeimprover.cpp \ - mtst.cpp \ - hyperedgetree.cpp \ - scanline.cpp \ - actioninfo.cpp \ - assertions.h \ - connector.h \ - connectionpin.h \ - connend.h \ - debug.h \ - geometry.h \ - geomtypes.h \ - graph.h \ - junction.h \ - libavoid.h \ - makepath.h \ - obstacle.h \ - orthogonal.h \ - router.h \ - shape.h \ - timer.h \ - vertices.h \ - viscluster.h \ - visibility.h \ - hyperedge.h \ - mtst.h \ - hyperedgetree.h \ - scanline.h \ - actioninfo.h \ - vpsc.h \ - debughandler.h - -libavoidincludedir = $(includedir)/libavoid -libavoidinclude_HEADERS = assertions.h \ - connector.h \ - connectionpin.h \ - connend.h \ - debug.h \ - dllexport.h \ - geometry.h \ - geomtypes.h \ - graph.h \ - junction.h \ - libavoid.h \ - makepath.h \ - obstacle.h \ - orthogonal.h \ - router.h \ - shape.h \ - timer.h \ - vertices.h \ - viscluster.h \ - visibility.h \ - hyperedge.h \ - hyperedgeimprover.h \ - mtst.h \ - hyperedgetree.h \ - scanline.h \ - actioninfo.h \ - vpsc.h \ - debughandler.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libavoid.pc - -SUBDIRS = . tests - -- cgit v1.2.3