Allows for platforms with a rubbish build system.
server/index.html
.DS_Store
tests/disorder-udplog
server/index.html
.DS_Store
tests/disorder-udplog
-lib/version-string
-lib/versionstring.h
scripts/setup
examples/disorder.rc
scripts/teardown
scripts/setup
examples/disorder.rc
scripts/teardown
validity.c validity.h \
vector.c vector.h \
version.c version.h \
validity.c validity.h \
vector.c vector.h \
version.c version.h \
wav.h wav.c \
wstat.c wstat.h \
disorder.h
wav.h wav.c \
wstat.c wstat.h \
disorder.h
echo rm -f $@.new; rm -f $@.new; else \
echo mv $@.new $@; mv $@.new $@; fi
echo rm -f $@.new; rm -f $@.new; else \
echo mv $@.new $@; mv $@.new $@; fi
-versionstring.h: version-string ${top_srcdir}/scripts/text2c
+versionstring.c: version-string ${top_srcdir}/scripts/text2c
${top_srcdir}/scripts/text2c -extern disorder_version_string \
version-string > $@.new
@if cmp $@.new $@; then \
${top_srcdir}/scripts/text2c -extern disorder_version_string \
version-string > $@.new
@if cmp $@.new $@; then \
@if cmp $@.new $@; then \
echo rm -f $@.new; rm -f $@.new; else \
echo mv $@.new $@; mv $@.new $@; fi
@if cmp $@.new $@; then \
echo rm -f $@.new; rm -f $@.new; else \
echo mv $@.new $@; mv $@.new $@; fi
-defs.o: definitions.h versionstring.h
-defs.lo: definitions.h versionstring.h
+defs.o: definitions.h
+defs.lo: definitions.h
*/
const char finkbindir[] = FINKBINDIR;
*/
const char finkbindir[] = FINKBINDIR;
-#include "versionstring.h"
-
/*
Local Variables:
c-basic-offset:2
/*
Local Variables:
c-basic-offset:2
--- /dev/null
+%s (DisOrder) 5.1.1
+Copyright (C) 2003-2011 Richard Kettlewell et al
+License GPLv3+: GNU GPL version 3 or later:
+ http://www.gnu.org/licenses/gpl-3.0.html
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
--- /dev/null
+/* autogenerated file, do not edit */
+
+ const char disorder_version_string[] =
+ "%s (DisOrder) 5.1.1\n"
+ "Copyright (C) 2003-2011 Richard Kettlewell et al\n"
+ "License GPLv3+: GNU GPL version 3 or later:\n"
+ " http://www.gnu.org/licenses/gpl-3.0.html\n"
+ "This is free software: you are free to change and redistribute it.\n"
+ "There is NO WARRANTY, to the extent permitted by law.\n"
+;