]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Aircraft / Makefile
index 7c20d0d970833447b54fc0fbbd2f0307e7ad3ef9..792081f37b5bcc136a8525022b4bca0cf478eadc 100644 (file)
@@ -43,11 +43,12 @@ CFLAGS = $(FG_CFLAGS)
 
 $(TARGET): $(OFILES) $(HFILES)
        $(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,17 @@ clean:
 include depend
 
 aircraft.o:
-       $(CC) $(CFLAGS) $(INCLUDES) -c aircraft.c
+       $(CC) $(CFLAGS) $(INCLUDES) -c aircraft.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.9  1997/07/20 02:19:09  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
+# 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.
 #