]> git.mxchange.org Git - flightgear.git/commitdiff
Added ranlib.
authorcurt <curt>
Sat, 12 Jul 1997 02:24:37 +0000 (02:24 +0000)
committercurt <curt>
Sat, 12 Jul 1997 02:24:37 +0000 (02:24 +0000)
Aircraft/Makefile
Controls/Makefile
FDM/Makefile
LaRCsim/Makefile
Scenery/Makefile
Simulator/make.inc
Slew/Makefile
Time/Makefile

index 7c20d0d970833447b54fc0fbbd2f0307e7ad3ef9..26e877c582fec3f32a530236b4270e169024a199 100644 (file)
@@ -43,6 +43,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES) $(HFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -62,6 +63,9 @@ aircraft.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.8  1997/07/12 02:24:37  curt
+# Added ranlib.
+#
 # Revision 1.7  1997/06/27 21:38:02  curt
 # Working on Makefile structure.
 #
index e738f402d0b464777075b2fd5802b89386f3ccf9..eee613bfaba2030cd4a28fea3c06b0de0f5289b5 100644 (file)
@@ -43,6 +43,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -62,6 +63,9 @@ controls.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.9  1997/07/12 02:24:45  curt
+# Added ranlib.
+#
 # Revision 1.8  1997/06/27 21:38:03  curt
 # Working on Makefile structure.
 #
index 1a3a9b66490f13de4146ce87954d3d9f340fb07d..1787a75cc1600d1208556a8cde4a6f0f18c7402b 100644 (file)
@@ -42,6 +42,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -61,6 +62,9 @@ flight.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.9  1997/07/12 02:24:46  curt
+# Added ranlib.
+#
 # Revision 1.8  1997/06/27 21:38:05  curt
 # Working on Makefile structure.
 #
index 1fdf85cbf8340e5fd5fb14df1de31b9ea94253e5..4d5d180384cac8499db772006f1b36950992fc44 100644 (file)
@@ -36,6 +36,7 @@ LIBS = -lm
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 simtest: $(TARGET) LaRCsim.o
        $(CC) -o simtest LaRCsim.o libLaRCsim.a $(LIBS)
@@ -55,6 +56,9 @@ include depend
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.8  1997/07/12 02:24:48  curt
+# Added ranlib.
+#
 # Revision 1.7  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.
index 81b199a70f4c5485a63e44cf44fd5f13c4308d7e..9dd272d5880d25f38459c40422966315453deee3 100644 (file)
@@ -43,6 +43,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES) $(HFILES) 
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -88,6 +89,9 @@ geometry.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.15  1997/07/12 02:24:47  curt
+# Added ranlib.
+#
 # Revision 1.14  1997/06/29 21:16:47  curt
 # More twiddling with the Scenery Management system.
 #
index 8a482825da2a7a27c9f827526765b20b1235b7ae..7fe13310c6526c165310392f2dd0e4f50d84f870 100644 (file)
 #---------------------------------------------------------------------------
 
 CC = gcc
-
 FLEX = flex -f -L
-
 BISON = bison -v --no-lines
-
 AR = ar
+RANLIB = echo
 
 
 #---------------------------------------------------------------------------
@@ -105,6 +103,9 @@ 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()
 #
index 1448adbb03924bff280250f4901d0aa9ebf21c8e..8ead29b294497dc41d37e82851a0c34e7bc49f58 100644 (file)
@@ -42,6 +42,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -61,6 +62,9 @@ slew.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1997/07/12 02:24:49  curt
+# Added ranlib.
+#
 # Revision 1.6  1997/06/27 21:38:07  curt
 # Working on Makefile structure.
 #
index eb697eb8d3d83ffe3471054fc299b6a2cc49fb3c..47af6b17acabbf4641bd385f8f6ff4d6e28bdbb9 100644 (file)
@@ -43,6 +43,7 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
@@ -62,6 +63,9 @@ fg_timer.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.7  1997/07/12 02:24:48  curt
+# Added ranlib.
+#
 # Revision 1.6  1997/06/27 21:38:13  curt
 # Working on Makefile structure.
 #