summaryrefslogtreecommitdiffstats
path: root/src/libavoid/Makefile.am
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
commitab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch)
tree4907675828a5401d013b7587538cc8541edd2764 /src/libavoid/Makefile.am
parentmoved libcroco, libuemf, libdepixelize to 3rdparty folder (diff)
downloadinkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz
inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip
Put adaptagrams into its own folder
Diffstat (limited to 'src/libavoid/Makefile.am')
-rw-r--r--src/libavoid/Makefile.am91
1 files changed, 0 insertions, 91 deletions
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
-