]> granicus.if.org Git - graphviz/commitdiff
Add the vpsc library for IPSEPCOLA features
authorerg <devnull@localhost>
Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)
committererg <devnull@localhost>
Fri, 28 Apr 2006 19:03:46 +0000 (19:03 +0000)
lib/vpsc/Makefile.am [new file with mode: 0644]

diff --git a/lib/vpsc/Makefile.am b/lib/vpsc/Makefile.am
new file mode 100644 (file)
index 0000000..60f5abf
--- /dev/null
@@ -0,0 +1,33 @@
+INCLUDES = -I$(top_srcdir)/libvpsc
+
+lib_LTLIBRARIES = libvpsc.la
+
+libvpsc_la_SOURCES = block.cpp\
+       blocks.cpp\
+       constraint.cpp\
+       generate-constraints.cpp\
+       pairingheap/PairingHeap.cpp\
+       remove_rectangle_overlap.cpp\
+       solve_VPSC.cpp\
+       csolve_VPSC.cpp\
+       variable.cpp\
+       isnan.h\
+       block.h\
+       blocks.h\
+       constraint.h\
+       generate-constraints.h\
+       pairingheap/PairingHeap.h\
+       pairingheap/dsexceptions.h\
+       remove_rectangle_overlap.h\
+       solve_VPSC.h\
+       csolve_VPSC.h\
+       variable.h
+
+include_HEADERS = solve_VPSC.h \
+       variable.h
+       constraint.h\
+       generate-constraints.h\
+       remove_rectangle_overlap.h\
+       csolve_VPSC.h
+       
+