.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) \
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 \
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.
#include <stdio.h>
#include <stdlib.h> /* for random(), srandom() */
#include <time.h> /* for time() to seed srandom() */
-#include <Main/fg_debug.h>
+
+#include <Debug/fg_debug.h>
#include "fg_random.h"
/* $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