From: curt Date: Sat, 18 Apr 1998 03:53:41 +0000 (+0000) Subject: Miscellaneous Tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e96e09d1120a8525ee0a281863a089aa4de20287;p=flightgear.git Miscellaneous Tweaks. --- diff --git a/Math/Makefile.am b/Math/Makefile.am index 2308375c2..ae8687a58 100644 --- a/Math/Makefile.am +++ b/Math/Makefile.am @@ -12,4 +12,4 @@ libMath_la_SOURCES = \ polar.c polar.h \ vector.c vector.h -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator +INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator diff --git a/Math/Makefile.in b/Math/Makefile.in index a4e90796c..9772a2f9a 100644 --- a/Math/Makefile.in +++ b/Math/Makefile.in @@ -123,7 +123,7 @@ all: Makefile $(LTLIBRARIES) .SUFFIXES: .SUFFIXES: .S .c .lo .o .s $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Math/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Lib/Math/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -217,14 +217,14 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = Simulator/Math +subdir = Lib/Math distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Math/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Lib/Math/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ @@ -323,7 +323,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator +INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator # 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/Math/fg_random.c b/Math/fg_random.c index 2f2cf8c70..7958c3d68 100644 --- a/Math/fg_random.c +++ b/Math/fg_random.c @@ -29,7 +29,8 @@ #include #include /* for random(), srandom() */ #include /* for time() to seed srandom() */ -#include
+ +#include #include "fg_random.h" @@ -72,9 +73,12 @@ double fg_random(void) { /* $Log$ -/* Revision 1.5 1998/04/03 22:10:29 curt -/* Converting to Gnu autoconf system. +/* Revision 1.6 1998/04/18 03:53:42 curt +/* Miscellaneous Tweaks. /* + * Revision 1.5 1998/04/03 22:10:29 curt + * Converting to Gnu autoconf system. + * * Revision 1.4 1998/02/03 23:20:28 curt * Lots of little tweaks to fix various consistency problems discovered by * Solaris' CC. Fixed a bug in fg_debug.c with how the fgPrintf() wrapper