]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Time / Makefile
index eb697eb8d3d83ffe3471054fc299b6a2cc49fb3c..a12b3e3636f54ffdf6a2ea256908e02e3bc98e76 100644 (file)
@@ -43,11 +43,12 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES)
        $(AR) rv $(TARGET) $(OFILES)
+       $(RANLIB) $(TARGET)
 
 all: $(TARGET)
 
 clean:
-       rm -f *.o $(TARGET) lib*.a *~ core
+       rm -f *.o $(TARGET) lib*.a *.os2 *~ core
 
 
 #---------------------------------------------------------------------------
@@ -57,11 +58,20 @@ clean:
 include depend
 
 fg_timer.o:
-       $(CC) $(CFLAGS) $(INCLUDES) -c fg_timer.c
+       $(CC) $(CFLAGS) -c fg_timer.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.9  1997/07/20 02:19:12  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
+# Revision 1.8  1997/07/14 16:26:05  curt
+# Testing/playing -- placed objects randomly across the entire terrain.
+#
+# 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.
 #