From b48015bb02495b768ff8acbf0807b8a62907ece9 Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 8 Jul 2006 22:58:08 +0000 Subject: [PATCH] cmake development --- lib/agutil/CMakeLists.txt | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/lib/agutil/CMakeLists.txt b/lib/agutil/CMakeLists.txt index c8e051466..42b26a12a 100644 --- a/lib/agutil/CMakeLists.txt +++ b/lib/agutil/CMakeLists.txt @@ -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 -- 2.50.0