From 6c1e197290e63ae6ee17684f12bb48344b10ab53 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 12 Jul 1997 02:24:37 +0000 Subject: [PATCH] Added ranlib. --- Aircraft/Makefile | 4 ++++ Controls/Makefile | 4 ++++ FDM/Makefile | 4 ++++ LaRCsim/Makefile | 4 ++++ Scenery/Makefile | 4 ++++ Simulator/make.inc | 7 ++++--- Slew/Makefile | 4 ++++ Time/Makefile | 4 ++++ 8 files changed, 32 insertions(+), 3 deletions(-) diff --git a/Aircraft/Makefile b/Aircraft/Makefile index 7c20d0d97..26e877c58 100644 --- a/Aircraft/Makefile +++ b/Aircraft/Makefile @@ -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. # diff --git a/Controls/Makefile b/Controls/Makefile index e738f402d..eee613bfa 100644 --- a/Controls/Makefile +++ b/Controls/Makefile @@ -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. # diff --git a/FDM/Makefile b/FDM/Makefile index 1a3a9b664..1787a75cc 100644 --- a/FDM/Makefile +++ b/FDM/Makefile @@ -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. # diff --git a/LaRCsim/Makefile b/LaRCsim/Makefile index 1fdf85cbf..4d5d18038 100644 --- a/LaRCsim/Makefile +++ b/LaRCsim/Makefile @@ -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. diff --git a/Scenery/Makefile b/Scenery/Makefile index 81b199a70..9dd272d58 100644 --- a/Scenery/Makefile +++ b/Scenery/Makefile @@ -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. # diff --git a/Simulator/make.inc b/Simulator/make.inc index 8a482825d..7fe13310c 100644 --- a/Simulator/make.inc +++ b/Simulator/make.inc @@ -30,12 +30,10 @@ #--------------------------------------------------------------------------- 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() # diff --git a/Slew/Makefile b/Slew/Makefile index 1448adbb0..8ead29b29 100644 --- a/Slew/Makefile +++ b/Slew/Makefile @@ -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. # diff --git a/Time/Makefile b/Time/Makefile index eb697eb8d..47af6b17a 100644 --- a/Time/Makefile +++ b/Time/Makefile @@ -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. # -- 2.39.2