You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(49) |
Sep
(25) |
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(50) |
Dec
(4) |
2004 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
|
May
(10) |
Jun
|
Jul
(10) |
Aug
(22) |
Sep
(10) |
Oct
|
Nov
(57) |
Dec
(5) |
2005 |
Jan
(24) |
Feb
(12) |
Mar
|
Apr
|
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(5) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <le...@pr...> - 2004-11-07 12:16:50
|
Update of /cvsroot/meshdb/src/vpf/psplot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/vpf/psplot Modified Files: Tag: leonard-dev psplot.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:39 leonard Exp $ # David Leonard, 2004. Public domain. AM_CPPFLAGS = -I$(srcdir)/.. AM_CPPFLAGS += -I$(srcdir)/../../geo bin_PROGRAMS = psplot psplot_LDADD = ../libvpf/libvpf.a psplot_LDADD += ../../geo/libgeo/libgeo.a Index: psplot.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/psplot/psplot.c,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -d -r1.4 -r1.4.2.1 --- psplot.c 19 Sep 2002 03:56:48 -0000 1.4 +++ psplot.c 7 Nov 2004 12:16:39 -0000 1.4.2.1 @@ -8,8 +8,8 @@ #include <string.h> #include <stdlib.h> #include <stdarg.h> -#include "geodesy.h" -#include "vpf.h" +#include "libgeo/geodesy.h" +#include "libvpf/vpf.h" #define RADIANS(deg) ((deg) * M_PI / 180) #define DEGREES(rad) ((rad) * 180 / M_PI) --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 12:16:50
|
Update of /cvsroot/meshdb/src/geo/libgeo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/libgeo Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/libgeo/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:43 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:34 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. lib_LIBRARIES = libgeo.a libgeo_a_SOURCES = alt.c qt.c ntv2.c spread.c geodesy.c vincenty.c inclin.c |
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/vpf/dump In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/vpf/dump Modified Files: Tag: leonard-dev vpfdump.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:37 leonard Exp $ # David Leonard, 2004. Public domain. AM_CPPFLAGS = -I$(srcdir)/.. AM_CPPFLAGS += -I$(srcdir)/../../geo bin_PROGRAMS = vpfdump vpfdump_LDADD = ../libvpf/libvpf.a Index: vpfdump.c =================================================================== RCS file: /cvsroot/meshdb/src/vpf/dump/vpfdump.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- vpfdump.c 14 Sep 2002 14:43:54 -0000 1.1 +++ vpfdump.c 7 Nov 2004 12:16:37 -0000 1.1.2.1 @@ -14,7 +14,7 @@ #include <unistd.h> #include <string.h> #include <stdlib.h> -#include "vpf.h" +#include "libvpf/vpf.h" #define MAX(a,b) ((a) > (b) ? (a) : (b)) struct x { --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/mailt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/mailt Added Files: Tag: leonard-dev Makefile.am configure.ac Removed Files: Tag: leonard-dev Makefile Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:36 leonard Exp $ # David Leonard, 2004. Public domain cgibindir = @cgibindir@ htmlmaildir = @htmlmaildir@ bin_PROGRAMS= update t mkill size msgid lib_LIBRARIES= libmail.a libmail_a_SOURCES= index.c datetime.c open.c util.c mime.c update_LDADD= libmail.a t_LDADD= libmail.a mkill_LDADD= libmail.a size_LDADD= libmail.a msgid_LDADD= libmail.a cgibin_PROGRAMS= view view_LDADD= libmail.a htmlmail_EXTRAS= subjects.html mail.inc --- NEW FILE: configure.ac --- # David Leonard, 2004. Public domain. AC_INIT(mailt, 1.0, [le...@us...]) AC_REVISION([$Id: configure.ac,v 1.1.2.1 2004/11/07 12:16:36 leonard Exp $]) AM_INIT_AUTOMAKE(foreign) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile]) AC_PROG_CC AC_PROG_RANLIB AC_HEADER_STDC AC_CHECK_HEADERS(err.h inttypes.h) AC_OUTPUT --- Makefile DELETED --- |
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/geo/make-alt-qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/make-alt-qt Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/make-alt-qt/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:44 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:35 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = make-alt-qt make_alt_qt_SOURCES = main.c |
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/geo/httphead In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/httphead Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/httphead/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:43 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:33 -0000 1.1.2.2 @@ -1,5 +1,5 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = httphead |
From: <le...@pr...> - 2004-11-07 12:16:49
|
Update of /cvsroot/meshdb/src/vpf/gdps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/vpf/gdps Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:38 leonard Exp $ # David Leonard, 2004. Public domain. bin_PROGRAMS= gdps gdps_SOURCES = error.c main.c object.c stack.c tokenizer.c hash.c gdps_SOURCES +=file.c path.c gstate.c operator.c run.c draw.c font.c --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 12:16:47
|
Update of /cvsroot/meshdb/src/geo/make-hgt-qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/make-hgt-qt Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/make-hgt-qt/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:44 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:35 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = make-hgt-qt make_hgt_qt_SOURCES = main.c |
From: <le...@pr...> - 2004-11-07 12:16:47
|
Update of /cvsroot/meshdb/src/geo/shift In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/shift Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/shift/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:45 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:36 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = shift shift_SOURCES = main.c |
From: <le...@pr...> - 2004-11-07 12:16:47
|
Update of /cvsroot/meshdb/src/geo/rf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/rf Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/rf/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:45 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:35 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = rf rf_SOURCES = main.c |
From: <le...@pr...> - 2004-11-07 12:16:46
|
Update of /cvsroot/meshdb/src/vpf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/vpf Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Makefile.inc Log Message: more autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 12:16:36 leonard Exp $ SUBDIRS = libvpf SUBDIRS += gdps SUBDIRS += dump SUBDIRS += psplot ACLOCAL_AMFLAGS = -I . -I ../geo --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- --- Makefile.inc DELETED --- |
From: <le...@pr...> - 2004-11-07 12:16:44
|
Update of /cvsroot/meshdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924 Added Files: Tag: leonard-dev configure.ac Log Message: more autoconf --- NEW FILE: configure.ac --- # David Leonard, 2004. Public domain. AC_INIT(meshdb-lib, 1.0, [ohg...@br...]) AC_REVISION([$Id: configure.ac,v 1.1.2.1 2004/11/07 12:16:30 leonard Exp $]) AM_INIT_AUTOMAKE(foreign) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile geo/Makefile geo/libgeo/Makefile geo/alt/Makefile geo/elev/Makefile geo/rf/Makefile geo/shift/Makefile geo/make-alt-qt/Makefile geo/make-hgt-qt/Makefile geo/httphead/Makefile vpf/Makefile vpf/libvpf/Makefile vpf/gdps/Makefile vpf/dump/Makefile vpf/psplot/Makefile ]) AC_CONFIG_SUBDIRS([mailt]) AC_PROG_CC AC_PROG_RANLIB AC_HEADER_STDC AC_CHECK_HEADERS(err.h inttypes.h) AC_C_BIGENDIAN CHECK_LIBPNG CHECK_GDLIB AC_OUTPUT |
From: <le...@pr...> - 2004-11-07 12:16:43
|
Update of /cvsroot/meshdb/src/cf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/cf Added Files: Tag: leonard-dev gd.m4 libpng.m4 Log Message: more autoconf --- NEW FILE: gd.m4 --- dnl $Id: gd.m4,v 1.1.2.1 2004/11/07 12:16:31 leonard Exp $ dnl David Leonard, 2004. Public domain. dnl dnl Check for the GD library (http://www.boutell.com/gd/) dnl AC_DEFUN([CHECK_GDLIB], [AC_ARG_WITH(gdlib, AC_HELP_STRING([--with-gdlib=PREFIX], [specify GD installation (default auto)]), ac_cv_use_gdlib=$withval, ac_cv_use_gdlib=auto) AC_CACHE_CHECK([gdlib-config], [ac_cv_gdlib_config], [if test "auto" = "$ac_cv_use_gdlib"; then prog=gdlib-config else prog="$ac_cv_use_gdlib/bin/gdlib-config" fi if $prog --version >/dev/null 2>/dev/null; then ac_cv_gdlib_config=$prog else ac_cv_gdlib_config=no fi]) if test "no" != "$ac_cv_gdlib_config"; then GD_CFLAGS="$CFLAGS `$ac_cv_gdlib_config --cflags`" GD_LDFLAGS="$LDFLAGS `$ac_cv_gdlib_config --ldflags`" GD_LIBS="$LIBS `$ac_cv_gdlib_config --libs`" fi CFLAGS="$CFLAGS $GD_CFLAGS" LDFLAGS="$LDFLAGS $GD_LDFLAGS" LIBS="$LIBS $GD_LIBS" AC_CHECK_HEADER(gd.h,, [AC_MSG_ERROR([unable to find or use required GD headers])]) AC_SEARCH_LIBS(gdImageCreate,gd,, [AC_MSG_ERROR([unable to find or use required GD library])]) ]) --- NEW FILE: libpng.m4 --- dnl $Id: libpng.m4,v 1.1.2.1 2004/11/07 12:16:31 leonard Exp $ dnl David Leonard, 2004. Public domain. AC_DEFUN([CHECK_LIBPNG], [AC_ARG_WITH(libpng, AC_HELP_STRING([--with-libpng=PREFIX], [specify libpng installation (default auto)]), ac_cv_use_libpng=$withval, ac_cv_use_libpng=auto) AC_CACHE_CHECK([libpng-config], [ac_cv_libpng_config], [if test "auto" = "$ac_cv_use_libpng"; then prog=libpng-config else prog="$ac_cv_use_libpng/bin/libpng-config" fi if $prog --version >/dev/null 2>/dev/null; then ac_cv_libpng_config=$prog else ac_cv_libpng_config=no fi]) if test "no" != "$ac_cv_libpng_config"; then LIBPNG_CPPFLAGS="`$ac_cv_libpng_config --cppflags`" LIBPNG_CFLAGS="`$ac_cv_libpng_config --cflags`" LIBPNG_LDFLAGS="`$ac_cv_libpng_config --L_opts`" LIBPNG_LDFLAGS="$LIBPNG_LDFLAGS `$ac_cv_libpng_config --R_opts`" LIBPNG_LIBS="`$ac_cv_libpng_config --libs`" fi CPPFLAGS="$CPPFLAGS $LIBPNG_CPPFLAGS" CFLAGS="$CFLAGS $LIBPNG_CFLAGS" LDFLAGS="$LDFLAGS $LIBPNG_LDFLAGS" LIBS="$LIBS $LIBPNG_LIBS" AC_CHECK_HEADER(png.h,, [AC_MSG_ERROR([unable to find required PNG headers])]) AC_SEARCH_LIBS(png_init_io,png,, [AC_MSG_ERROR([unable to find required PNG library])]) ]) |
From: <le...@pr...> - 2004-11-07 12:16:42
|
Update of /cvsroot/meshdb/src/geo/elev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1924/geo/elev Modified Files: Tag: leonard-dev Makefile.am Log Message: more autoconf Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/elev/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:43 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 12:16:32 -0000 1.1.2.2 @@ -1,6 +1,6 @@ # $Id$ -AM_CPPFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(srcdir)/.. bin_PROGRAMS = elev elev_SOURCES = elev.c |
From: <le...@pr...> - 2004-11-07 11:42:17
|
Update of /cvsroot/meshdb/src/cf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26831/cf Log Message: Directory /cvsroot/meshdb/src/cf added to the repository --> Using per-directory sticky tag `leonard-dev' |
From: <le...@pr...> - 2004-11-07 11:07:35
|
Update of /cvsroot/meshdb/src/geo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20213 Modified Files: Tag: leonard-dev Makefile.am configure.ac Added Files: Tag: leonard-dev libpng.m4 Log Message: move libpng tests to a separate file --- NEW FILE: libpng.m4 --- AC_DEFUN([CHECK_LIBPNG], [AC_ARG_WITH(libpng, AC_HELP_STRING([--with-libpng=PREFIX], [specify libpng installation]), ac_cv_use_libpng=$withval, ac_cv_use_libpng=auto) AC_CACHE_CHECK([libpng-config], [ac_cv_libpng_config], [if test "auto" = "$ac_cv_use_libpng"; then prog=libpng-config else prog="$ac_cv_use_libpng/bin/libpng-config" fi if $prog --version >/dev/null 2>/dev/null; then ac_cv_libpng_config=$prog else ac_cv_libpng_config=no fi]) if test "no" != "$ac_cv_libpng_config"; then CPPFLAGS="$CPPFLAGS `$ac_cv_libpng_config --cppflags`" CFLAGS="$CFLAGS `$ac_cv_libpng_config --cflags`" LDFLAGS="$LDFLAGS `$ac_cv_libpng_config --L_opts`" LDFLAGS="$LDFLAGS `$ac_cv_libpng_config --R_opts`" LIBS="$LIBS `$ac_cv_libpng_config --libs`" fi AC_CHECK_HEADER(png.h,, [AC_MSG_ERROR([unable to find required PNG headers])]) AC_SEARCH_LIBS(png_init_io,png,, [AC_MSG_ERROR([unable to find required PNG library])]) ]) Index: Makefile.am =================================================================== RCS file: /cvsroot/meshdb/src/geo/Attic/Makefile.am,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile.am 7 Nov 2004 09:49:42 -0000 1.1.2.1 +++ Makefile.am 7 Nov 2004 11:07:08 -0000 1.1.2.2 @@ -9,3 +9,4 @@ SUBDIRS += make-hgt-qt SUBDIRS += httphead +ACLOCAL_AMFLAGS = -I . Index: configure.ac =================================================================== RCS file: /cvsroot/meshdb/src/geo/Attic/configure.ac,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- configure.ac 7 Nov 2004 09:49:42 -0000 1.1.2.1 +++ configure.ac 7 Nov 2004 11:07:08 -0000 1.1.2.2 @@ -20,38 +20,8 @@ AC_HEADER_STDC AC_CHECK_HEADERS(err.h inttypes.h) - -#-- Portable network graphics - -AC_ARG_WITH(libpng, - AC_HELP_STRING([--with-libpng=PREFIX], - [specify libpng installation]), - ac_cv_use_libpng=$withval, - ac_cv_use_libpng=auto) -AC_CACHE_CHECK([libpng-config], - [ac_cv_libpng_config], - [if test "auto" = "$ac_cv_use_libpng"; then - prog=libpng-config - else - prog="$ac_cv_use_libpng/bin/libpng-config" - fi - if $prog --version >/dev/null 2>/dev/null; then - ac_cv_libpng_config=$prog - else - ac_cv_libpng_config=no - fi]) -if test "no" != "$ac_cv_libpng_config"; then - CPPFLAGS="$CPPFLAGS `$ac_cv_libpng_config --cppflags`" - CFLAGS="$CFLAGS `$ac_cv_libpng_config --cflags`" - LDFLAGS="$LDFLAGS `$ac_cv_libpng_config --L_opts`" - LDFLAGS="$LDFLAGS `$ac_cv_libpng_config --R_opts`" - LIBS="$LIBS `$ac_cv_libpng_config --libs`" -fi -AC_CHECK_HEADER(png.h,, - [AC_MSG_ERROR([unable to find required PNG headers])]) -AC_SEARCH_LIBS(png_init_io,png,, - [AC_MSG_ERROR([unable to find required PNG library])]) - AC_C_BIGENDIAN +CHECK_LIBPNG + AC_OUTPUT |
From: <le...@pr...> - 2004-11-07 09:50:00
|
Update of /cvsroot/meshdb/src/geo/rf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/rf Modified Files: Tag: leonard-dev main.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:45 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = rf rf_SOURCES = main.c rf_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/rf/main.c,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -d -r1.6 -r1.6.2.1 --- main.c 27 Jul 2004 07:58:31 -0000 1.6 +++ main.c 7 Nov 2004 09:49:45 -0000 1.6.2.1 @@ -12,7 +12,7 @@ #include <errno.h> #include "compat/err.h" -#include "geodesy.h" +#include "libgeo/geodesy.h" int classic = 0; /* classic degree angles */ int radians = 0; /* radians, not degrees */ --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:59
|
Update of /cvsroot/meshdb/src/geo/make-dted-qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/make-dted-qt Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:59
|
Update of /cvsroot/meshdb/src/geo/shift In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/shift Modified Files: Tag: leonard-dev main.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:45 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = shift shift_SOURCES = main.c shift_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/shift/main.c,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -d -r1.2.2.1 -r1.2.2.2 --- main.c 7 Nov 2004 00:46:51 -0000 1.2.2.1 +++ main.c 7 Nov 2004 09:49:45 -0000 1.2.2.2 @@ -24,7 +24,7 @@ #include <time.h> #include <math.h> -#include "ntv2.h" +#include "libgeo/ntv2.h" #include "compat/err.h" #define abs(x) ((x) < 0 ? -(x) : (x)) --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:59
|
Update of /cvsroot/meshdb/src/geo/make-alt-qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/make-alt-qt Modified Files: Tag: leonard-dev main.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:44 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = make-alt-qt make_alt_qt_SOURCES = main.c make_alt_qt_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/make-alt-qt/main.c,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- main.c 24 Nov 2003 07:04:49 -0000 1.2 +++ main.c 7 Nov 2004 09:49:44 -0000 1.2.2.1 @@ -13,7 +13,7 @@ #include <sys/mman.h> #include "compat/compat.h" -#include "qt.h" +#include "libgeo/qt.h" int main(argc, argv) --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:59
|
Update of /cvsroot/meshdb/src/geo/make-hgt-qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/make-hgt-qt Modified Files: Tag: leonard-dev main.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:44 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = make-hgt-qt make_hgt_qt_SOURCES = main.c make_hgt_qt_LDADD = ../libgeo/libgeo.a Index: main.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/make-hgt-qt/main.c,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- main.c 20 Sep 2004 13:37:19 -0000 1.1 +++ main.c 7 Nov 2004 09:49:44 -0000 1.1.2.1 @@ -19,7 +19,7 @@ #include <unistd.h> #include "compat/compat.h" -#include "qt.h" +#include "libgeo/qt.h" int main(argc, argv) --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:57
|
Update of /cvsroot/meshdb/src/geo/libgeo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/libgeo Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:43 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) lib_LIBRARIES = libgeo.a libgeo_a_SOURCES = alt.c qt.c ntv2.c spread.c geodesy.c vincenty.c inclin.c libgeo_a_SOURCES += image-png.c --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:56
|
Update of /cvsroot/meshdb/src/geo/elev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/elev Modified Files: Tag: leonard-dev elev.c Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile GNUmakefile Makefile.common Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:43 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = elev elev_SOURCES = elev.c elev_LDADD = ../libgeo/libgeo.a Index: elev.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/elev/elev.c,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -d -r1.7 -r1.7.2.1 --- elev.c 3 Nov 2004 11:51:56 -0000 1.7 +++ elev.c 7 Nov 2004 09:49:43 -0000 1.7.2.1 @@ -11,11 +11,11 @@ #include <unistd.h> #include <math.h> -#include "geodesy.h" -#include "ntv2.h" -#include "alt.h" -#include "inclin.h" -#include "image.h" +#include "libgeo/geodesy.h" +#include "libgeo/ntv2.h" +#include "libgeo/alt.h" +#include "libgeo/inclin.h" +#include "libgeo/image.h" #include "compat/compat.h" #include "compat/err.h" --- BSDmakefile DELETED --- --- GNUmakefile DELETED --- --- Makefile.common DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:56
|
Update of /cvsroot/meshdb/src/geo/dist In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/dist Removed Files: Tag: leonard-dev BSDmakefile Log Message: autoconf --- BSDmakefile DELETED --- |
From: <le...@pr...> - 2004-11-07 09:49:56
|
Update of /cvsroot/meshdb/src/geo/httphead In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4547/httphead Added Files: Tag: leonard-dev Makefile.am Removed Files: Tag: leonard-dev BSDmakefile Log Message: autoconf --- NEW FILE: Makefile.am --- # $Id: Makefile.am,v 1.1.2.1 2004/11/07 09:49:43 leonard Exp $ AM_CPPFLAGS = -I$(top_srcdir) bin_PROGRAMS = httphead --- BSDmakefile DELETED --- |