$(TARGET): $(OFILES) $(HFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#
$(TARGET): $(OFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#
$(TARGET): $(OFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#
$(TARGET): $(OFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
simtest: $(TARGET) LaRCsim.o
$(CC) -o simtest LaRCsim.o libLaRCsim.a $(LIBS)
#---------------------------------------------------------------------------
# $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.
$(TARGET): $(OFILES) $(HFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#
#---------------------------------------------------------------------------
CC = gcc
-
FLEX = flex -f -L
-
BISON = bison -v --no-lines
-
AR = ar
+RANLIB = echo
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# $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()
#
$(TARGET): $(OFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#
$(TARGET): $(OFILES)
$(AR) rv $(TARGET) $(OFILES)
+ $(RANLIB) $(TARGET)
all: $(TARGET)
#---------------------------------------------------------------------------
# $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.
#