Added ranlib.
This commit is contained in:
parent
42bbb9f93f
commit
6c1e197290
8 changed files with 32 additions and 3 deletions
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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()
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue