]> granicus.if.org Git - graphviz/commitdiff
Experimenting with cmake - which claims to replace autoconf,automake,libtool and...
authorellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:24 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:24 +0000 (03:11 +0000)
lib/sfio/Sfio_dc/.cvsignore
lib/sfio/Sfio_dc/CMakeLists.txt [new file with mode: 0644]
lib/sfio/Sfio_f/.cvsignore
lib/sfio/Sfio_f/CMakeLists.txt [new file with mode: 0644]
lib/twopigen/.cvsignore

index 9fb98574200a4331b9c86504fe4405a45f4d3605..2ae58179874327ff45bbbd4e581ee378e76bb16f 100644 (file)
@@ -4,3 +4,4 @@
 .libs
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/lib/sfio/Sfio_dc/CMakeLists.txt b/lib/sfio/Sfio_dc/CMakeLists.txt
new file mode 100644 (file)
index 0000000..fd36723
--- /dev/null
@@ -0,0 +1,54 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+INCLUDE_DIRECTORIES(
+       ${CMAKE_CURRENT_SOURCE_DIR}
+       ${CMAKE_SOURCE_DIR}
+       ${CMAKE_SOURCE_DIR}/lib/sfio
+)
+
+
+########### next target ###############
+
+SET(sfiodc_SRCS
+       sfdcdio.c
+       sfdcdos.c
+       sfdcfilter.c
+       sfdclzw.c
+       sfdcseekable.c
+       sfdcslow.c
+       sfdcsubstream.c
+       sfdctee.c
+       sfdcunion.c
+)
+
+ADD_LIBRARY(sfiodc STATIC ${sfiodc_SRCS})
+
+
+########### install files ###############
+
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio
+#
+#noinst_HEADERS = sfdchdr.h sfdisc.h
+#noinst_LTLIBRARIES = libsfiodc_C.la
+#
+#libsfiodc_C_la_SOURCES = sfdcdio.c sfdcdos.c sfdcfilter.c sfdclzw.c \
+#      sfdcseekable.c sfdcslow.c sfdcsubstream.c sfdctee.c sfdcunion.c
+#
+#${top_builddir}/FEATURE/sfio:  ${top_srcdir}/lib/sfio/features/sfio
+#      mkdir -p ${top_builddir}/FEATURE
+#      $(top_srcdir)/iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run  ${top_srcdir}/lib/sfio/features/sfio > $@
+#
+#$(libsfiodc_C_la_OBJECTS): ${top_builddir}/FEATURE/sfio
+#
+#DISTCLEANFILES = ${top_builddir}/FEATURE/sfio
+#
+#EXTRA_DIST = Makefile.old
index 9fb98574200a4331b9c86504fe4405a45f4d3605..2ae58179874327ff45bbbd4e581ee378e76bb16f 100644 (file)
@@ -4,3 +4,4 @@
 .libs
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/lib/sfio/Sfio_f/CMakeLists.txt b/lib/sfio/Sfio_f/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e8a39cb
--- /dev/null
@@ -0,0 +1,62 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+INCLUDE_DIRECTORIES(
+       ${CMAKE_CURRENT_SOURCE_DIR}
+       ${CMAKE_SOURCE_DIR}
+       ${CMAKE_SOURCE_DIR}/lib/sfio
+)
+
+
+########### next target ###############
+
+SET(sfiof_SRCS
+       _sfclrerr.c
+       _sfdlen.c
+       _sfeof.c
+       _sferror.c
+       _sffileno.c
+       _sfgetc.c
+       _sfllen.c
+       _sfputc.c
+       _sfputd.c
+       _sfputl.c
+       _sfputm.c
+       _sfputu.c
+       _sfslen.c
+       _sfstacked.c
+       _sfulen.c
+       _sfvalue.c
+)
+
+ADD_LIBRARY(sfiof STATIC ${sfiof_SRCS})
+
+
+########### install files ###############
+
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#AM_CPPFLAGS = -I$(top_srcdir)/lib/sfio
+#
+#noinst_LTLIBRARIES = libsfiof_C.la
+#
+#libsfiof_C_la_SOURCES = _sfclrerr.c _sfdlen.c _sfeof.c _sferror.c \
+#      _sffileno.c _sfgetc.c _sfllen.c _sfputc.c _sfputd.c \
+#      _sfputl.c _sfputm.c _sfputu.c _sfslen.c _sfstacked.c \
+#      _sfulen.c _sfvalue.c
+#
+#${top_builddir}/FEATURE/sfio:  ${top_srcdir}/lib/sfio/features/sfio
+#      mkdir -p ${top_builddir}/FEATURE
+#      $(top_srcdir)/iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run ${top_srcdir}/lib/sfio/features/sfio > $@
+#
+#$(libsfiof_C_la_OBJECTS): ${top_builddir}/FEATURE/sfio
+#
+#DISTCLEANFILES = ${top_builddir}/FEATURE/sfio
+#
+#EXTRA_DIST = Makefile.old
index 468d399778f9efb7543c46a6977990901d98fcd7..12ca21af1fe6fbfe6237aadccedc648d18020308 100644 (file)
@@ -5,3 +5,4 @@
 .libs
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake