renamed package to calcelestial

This commit is contained in:
Steffen Vogel 2013-02-07 16:36:47 +01:00
parent 2dca19e6f9
commit dac4098c73
6 changed files with 39 additions and 37 deletions

View file

@ -53,7 +53,7 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
ChangeLog INSTALL NEWS compile depcomp install-sh missing
ChangeLog INSTALL NEWS TODO compile depcomp install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \

26
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for sun 0.1.
# Generated by GNU Autoconf 2.69 for calcelestial 0.1.
#
# Report bugs to <post@steffenvogel.de>.
#
@ -577,14 +577,14 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='sun'
PACKAGE_TARNAME='sun'
PACKAGE_NAME='calcelestial'
PACKAGE_TARNAME='calcelestial'
PACKAGE_VERSION='0.1'
PACKAGE_STRING='sun 0.1'
PACKAGE_STRING='calcelestial 0.1'
PACKAGE_BUGREPORT='post@steffenvogel.de'
PACKAGE_URL=''
ac_unique_file="src/sun_main.c"
ac_unique_file="src/calcelestial.c"
ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
@ -1234,7 +1234,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures sun 0.1 to adapt to many kinds of systems.
\`configure' configures calcelestial 0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1282,7 +1282,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/sun]
--docdir=DIR documentation root [DATAROOTDIR/doc/calcelestial]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1300,7 +1300,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of sun 0.1:";;
short | recursive ) echo "Configuration of calcelestial 0.1:";;
esac
cat <<\_ACEOF
@ -1397,7 +1397,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
sun configure 0.1
calcelestial configure 0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -1452,7 +1452,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by sun $as_me 0.1, which was
It was created by calcelestial $as_me 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3133,7 +3133,7 @@ fi
# Define the identity of the package.
PACKAGE='sun'
PACKAGE='calcelestial'
VERSION='0.1'
@ -4218,7 +4218,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by sun $as_me 0.1, which was
This file was extended by calcelestial $as_me 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4284,7 +4284,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
sun config.status 0.1
calcelestial config.status 0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT(sun, 0.1, post@steffenvogel.de)
AC_CONFIG_SRCDIR([src/sun_main.c])
AC_INIT(calcelestial, 0.1, post@steffenvogel.de)
AC_CONFIG_SRCDIR([src/calcelestial.c])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.

View file

@ -1,7 +1,7 @@
bin_PROGRAMS = sun
bin_PROGRAMS = calcelestial
sun_SOURCES = sun_main.c objects.c
sun_LDADD = -lm -lnova
calcelestial_SOURCES = calcelestial.c objects.c
calcelestial_LDADD = -lm -lnova
if GEONAMES_SUPPORT
noinst_PROGRAMS = geonames
@ -9,8 +9,8 @@ if GEONAMES_SUPPORT
geonames_SOURCES = geonames_main.c geonames.c
geonames_LDADD = $(DEPS_GEONAMES_LIBS)
sun_SOURCES += geonames.c
sun_LDADD += $(DEPS_GEONAMES_LIBS)
calcelestial_SOURCES += geonames.c
calcelestial_LDADD += $(DEPS_GEONAMES_LIBS)
AM_CFLAGS = $(DEPS_GEONAMES_CFLAGS)
endif

View file

@ -49,7 +49,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
bin_PROGRAMS = sun$(EXEEXT)
bin_PROGRAMS = calcelestial$(EXEEXT)
@GEONAMES_SUPPORT_TRUE@noinst_PROGRAMS = geonames$(EXEEXT)
@GEONAMES_SUPPORT_TRUE@am__append_1 = geonames.c
@GEONAMES_SUPPORT_TRUE@am__append_2 = $(DEPS_GEONAMES_LIBS)
@ -65,18 +65,19 @@ CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
am__calcelestial_SOURCES_DIST = calcelestial.c objects.c geonames.c
@GEONAMES_SUPPORT_TRUE@am__objects_1 = geonames.$(OBJEXT)
am_calcelestial_OBJECTS = calcelestial.$(OBJEXT) objects.$(OBJEXT) \
$(am__objects_1)
calcelestial_OBJECTS = $(am_calcelestial_OBJECTS)
am__DEPENDENCIES_1 =
@GEONAMES_SUPPORT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
calcelestial_DEPENDENCIES = $(am__DEPENDENCIES_2)
am__geonames_SOURCES_DIST = geonames_main.c geonames.c
@GEONAMES_SUPPORT_TRUE@am_geonames_OBJECTS = geonames_main.$(OBJEXT) \
@GEONAMES_SUPPORT_TRUE@ geonames.$(OBJEXT)
geonames_OBJECTS = $(am_geonames_OBJECTS)
am__DEPENDENCIES_1 =
@GEONAMES_SUPPORT_TRUE@geonames_DEPENDENCIES = $(am__DEPENDENCIES_1)
am__sun_SOURCES_DIST = sun_main.c objects.c geonames.c
@GEONAMES_SUPPORT_TRUE@am__objects_1 = geonames.$(OBJEXT)
am_sun_OBJECTS = sun_main.$(OBJEXT) objects.$(OBJEXT) $(am__objects_1)
sun_OBJECTS = $(am_sun_OBJECTS)
@GEONAMES_SUPPORT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
sun_DEPENDENCIES = $(am__DEPENDENCIES_2)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@ -85,8 +86,9 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(geonames_SOURCES) $(sun_SOURCES)
DIST_SOURCES = $(am__geonames_SOURCES_DIST) $(am__sun_SOURCES_DIST)
SOURCES = $(calcelestial_SOURCES) $(geonames_SOURCES)
DIST_SOURCES = $(am__calcelestial_SOURCES_DIST) \
$(am__geonames_SOURCES_DIST)
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
@ -183,8 +185,8 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
sun_SOURCES = sun_main.c objects.c $(am__append_1)
sun_LDADD = -lm -lnova $(am__append_2)
calcelestial_SOURCES = calcelestial.c objects.c $(am__append_1)
calcelestial_LDADD = -lm -lnova $(am__append_2)
@GEONAMES_SUPPORT_TRUE@geonames_SOURCES = geonames_main.c geonames.c
@GEONAMES_SUPPORT_TRUE@geonames_LDADD = $(DEPS_GEONAMES_LIBS)
@GEONAMES_SUPPORT_TRUE@AM_CFLAGS = $(DEPS_GEONAMES_CFLAGS)
@ -265,12 +267,12 @@ clean-binPROGRAMS:
clean-noinstPROGRAMS:
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
calcelestial$(EXEEXT): $(calcelestial_OBJECTS) $(calcelestial_DEPENDENCIES) $(EXTRA_calcelestial_DEPENDENCIES)
@rm -f calcelestial$(EXEEXT)
$(LINK) $(calcelestial_OBJECTS) $(calcelestial_LDADD) $(LIBS)
geonames$(EXEEXT): $(geonames_OBJECTS) $(geonames_DEPENDENCIES) $(EXTRA_geonames_DEPENDENCIES)
@rm -f geonames$(EXEEXT)
$(LINK) $(geonames_OBJECTS) $(geonames_LDADD) $(LIBS)
sun$(EXEEXT): $(sun_OBJECTS) $(sun_DEPENDENCIES) $(EXTRA_sun_DEPENDENCIES)
@rm -f sun$(EXEEXT)
$(LINK) $(sun_OBJECTS) $(sun_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@ -278,10 +280,10 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calcelestial.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geonames.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geonames_main.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objects.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun_main.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<