[libfann] 14/242: *** empty log message ***
Christian Kastner
chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.
commit 8001ed16db00c4fb40cac428deb9479a278daf6d
Author: Steffen Nissen <lukesky at diku.dk>
Date: Thu Nov 13 00:06:32 2003 +0000
*** empty log message ***
---
Makefile.am | 2 ++
Makefile.in | 57 ++++++++++++++++++++++++++++++++++++++++++-------------
examples/Makefile | 10 +++-------
3 files changed, 49 insertions(+), 20 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index de085bd..5f3b57e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,3 +6,5 @@ dist-hook:
rm -rf `find $(distdir)/doc -name CVS`
rm -rf `find $(distdir)/examples -name CVS`
rm -rf `find $(distdir)/benchmarks -name CVS`
+ zip -r $(distdir).zip $(distdir)
+ tar chojf $(distdir).tar.bz2 $(distdir)
diff --git a/Makefile.in b/Makefile.in
index 076eaa7..7222bda 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,9 +92,10 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ./src/include/config.h
CONFIG_CLEAN_FILES =
-DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
-configure.in install-sh ltmain.sh missing mkinstalldirs
+DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
+Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.in \
+config.sub configure configure.in install-sh ltmain.sh missing \
+mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@@ -118,6 +119,34 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF)
+src/include/config.h: src/include/stamp-h
+ @if test ! -f $@; then \
+ rm -f src/include/stamp-h; \
+ $(MAKE) src/include/stamp-h; \
+ else :; fi
+src/include/stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES= CONFIG_HEADERS=src/include/config.h:config.in \
+ $(SHELL) ./config.status
+ @echo timestamp > src/include/stamp-h 2> /dev/null
+$(srcdir)/config.in: $(srcdir)/src/include/stamp-h.in
+ @if test ! -f $@; then \
+ rm -f $(srcdir)/src/include/stamp-h.in; \
+ $(MAKE) $(srcdir)/src/include/stamp-h.in; \
+ else :; fi
+$(srcdir)/src/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOHEADER)
+ @echo timestamp > $(srcdir)/src/include/stamp-h.in 2> /dev/null
+
+mostlyclean-hdr:
+
+clean-hdr:
+
+distclean-hdr:
+ -rm -f src/include/config.h
+
+maintainer-clean-hdr:
+
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
@@ -307,33 +336,33 @@ distclean-generic:
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
maintainer-clean-generic:
-mostlyclean-am: mostlyclean-tags mostlyclean-generic
+mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
mostlyclean: mostlyclean-recursive
-clean-am: clean-tags clean-generic mostlyclean-am
+clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
clean: clean-recursive
-distclean-am: distclean-tags distclean-generic clean-am
+distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
-rm -f libtool
distclean: distclean-recursive
-rm -f config.status
-maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
- distclean-am
+maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
+ maintainer-clean-generic distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
maintainer-clean: maintainer-clean-recursive
-rm -f config.status
-.PHONY: install-data-recursive uninstall-data-recursive \
-install-exec-recursive uninstall-exec-recursive installdirs-recursive \
-uninstalldirs-recursive all-recursive check-recursive \
-installcheck-recursive info-recursive dvi-recursive \
-mostlyclean-recursive distclean-recursive clean-recursive \
+.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
+install-data-recursive uninstall-data-recursive install-exec-recursive \
+uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
+all-recursive check-recursive installcheck-recursive info-recursive \
+dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
@@ -347,6 +376,8 @@ dist-hook:
rm -rf `find $(distdir)/doc -name CVS`
rm -rf `find $(distdir)/examples -name CVS`
rm -rf `find $(distdir)/benchmarks -name CVS`
+ zip -r $(distdir).zip $(distdir)
+ tar chojf $(distdir).tar.bz2 $(distdir)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/examples/Makefile b/examples/Makefile
index 8f54e4c..1bfbf35 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,21 +1,19 @@
# This makefile is on purpose not made with configure, to show how to use the library
-# The make file requires that the fann library is installed
+# The make file requires that the fann library is installed (see ../README)
TARGETS = xor_train xor_test xor_test_fixed simple_train steepness_train simple_test
all: $(TARGETS)
%: %.c Makefile
- gcc -O3 -lm -lfann -I../src/include/ $< -o $@
+ gcc -O3 -lm -lfann $< -o $@
%_fixed: %.c Makefile
- gcc -O3 -lm -lfixedfann -DFIXEDFANN -I../src/include/ $< -o $@
+ gcc -O3 -lm -lfixedfann -DFIXEDFANN $< -o $@
clean:
rm -f $(TARGETS) xor_fixed.data xor_float.net xor_fixed.net
-distclean: clean
-
runtest: $(TARGETS)
@echo
@echo Training network
@@ -28,5 +26,3 @@ runtest: $(TARGETS)
@echo
@echo Testing network with fixed points
./xor_test_fixed
-
-install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git
More information about the debian-science-commits
mailing list