]> granicus.if.org Git - graphviz/commitdiff
cmake development
authorellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:10 +0000 (22:58 +0000)
lib/vpsc/CMakeLists.txt

index 3c52a45fd2025c235d1bedb4c24ecb773e9e3379..0260fef8759d2f35364d90673163cd95511da2c3 100644 (file)
@@ -1,50 +1,6 @@
 # $Id$ $Revision$
-## Process this file with cmake to produce Makefile
 
-INCLUDE_DIRECTORIES(
-       ${CMAKE_CURRENT_SOURCE_DIR}
-       ${CMAKE_SOURCE_DIR}
-)
-
-
-########### next target ###############
-
-SET(vpsc_SRCS
-       block.cpp
-       blocks.cpp
-       constraint.cpp
-       generate-constraints.cpp
-       pairingheap/PairingHeap.cpp
-       remove_rectangle_overlap.cpp
-       solve_VPSC.cpp
-       csolve_VPSC.cpp
-       variable.cpp
-)
+INCLUDE(${CMAKE_SOURCE_DIR}/cmake/directories.cmake)
+INCLUDE(${vpsc_SRCDIR}/sources.cmake)
 
 ADD_LIBRARY(vpsc STATIC ${vpsc_SRCS})
-
-
-########### install files ###############
-
-
-
-
-#original Makefile.am contents follow:
-
-## $Id$ $Revision$
-### Process this file with automake to produce Makefile.in
-#
-#if WITH_IPSEPCOLA
-#noinst_LTLIBRARIES = libvpsc_C.la
-#endif
-#
-#noinst_HEADERS = \
-#      solve_VPSC.h block.h blocks.h variable.h constraint.h \
-#      generate-constraints.h remove_rectangle_overlap.h \
-#      solve_VPSC.h csolve_VPSC.h pairingheap/PairingHeap.h \
-#      pairingheap/dsexceptions.h
-#
-#libvpsc_C_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