]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/make.inc
Added ranlib.
[flightgear.git] / Simulator / make.inc
index 013c503771bb5334a65132db4b9dae2845028a17..7fe13310c6526c165310392f2dd0e4f50d84f870 100644 (file)
 #---------------------------------------------------------------------------
 
 CC = gcc
-
 FLEX = flex -f -L
-
 BISON = bison -v --no-lines
-
 AR = ar
+RANLIB = echo
 
 
 #---------------------------------------------------------------------------
@@ -54,11 +52,14 @@ AR = ar
 #                a real time system and call the flight model routines
 #                at a regular interval, rather than between screen updates
 #                which can be highly variable.  This can make the flight
-#                much smoother.
+#                model calculations much smoother.
+#
+# -DUSE_FTIME -  Use ftime() to get an accurate current time instead of
+#                gettimeofday()
+#
 #---------------------------------------------------------------------------
 
-# FG_CFLAGS = -g -Wall -DUSE_ITIMER
-FG_CFLAGS = -g -Wall 
+FG_CFLAGS = -g -Wall
 
 
 #---------------------------------------------------------------------------
@@ -69,7 +70,9 @@ FG_CFLAGS = -g -Wall
 #---------------------------------------------------------------------------
 
 #---------------------------------------------------------------------------
-# SGI IRIX with the GLUT toolkit
+# SGI IRIX with the GLUT toolkit (surprisingly, this also works on our 
+#                                 SunOS 4.x machine with the way we have
+#                                 Mesa & Glut installed.)
 #
 # INTERFACE_FLAGS = -DGLUT
 # INTERFACE_LIBS = -lglut
@@ -100,6 +103,15 @@ GRAPHICS_LIBS = $(MESA_LIBS) $(X11_LIBS)
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.5  1997/07/12 02:25:53  curt
+# Added ranlib.
+#
+# Revision 1.4  1997/07/12 02:13:04  curt
+# Add ftime() support for those that don't have gettimeofday()
+#
+# Revision 1.3  1997/07/09 21:31:08  curt
+# Working on making the ground "hard."
+#
 # Revision 1.2  1997/07/07 20:59:48  curt
 # Working on scenery transformations to enable us to fly fluidly over the
 # poles with no discontinuity/distortion in scenery.