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

index c8e051466859a4c73f6020e24c33801a56a0cb5c..42b26a12a865d34c9f5cccf7d5be6423b104dbc1 100644 (file)
@@ -1,35 +1,6 @@
 # $Id$ $Revision$
-## Process this file with cmake to produce Makefile
 
-INCLUDE_DIRECTORIES(
-       ${CMAKE_SOURCE_DIR}
-       ${CMAKE_SOURCE_DIR}/lib/agraph
-       ${CMAKE_SOURCE_DIR}/lib/cdt
-)
-
-########### next target ###############
-
-INCLUDE(${CMAKE_SOURCE_DIR}/lib/agutil/sources.cmake)
+INCLUDE(${CMAKE_SOURCE_DIR}/cmake/directories.cmake)
+INCLUDE(${agutil_SRCDIR}/sources.cmake)
 
 ADD_LIBRARY(agutil STATIC ${agutil_SRCS})
-
-
-########### install files ###############
-
-
-
-
-#original Makefile.am contents follow:
-
-## $Id$ $Revision$
-### Process this file with automake to produce Makefile.in
-#
-#AM_CPPFLAGS = \
-#        -I$(top_srcdir) \
-#        -I$(top_srcdir)/lib/agraph \
-#        -I$(top_srcdir)/lib/cdt
-#
-#noinst_HEADERS = agutil.h
-#noinst_LTLIBRARIES = libagutil_C.la
-#
-#libagutil_C_la_SOURCES = dynattr.c nodeq.c agutil.h