]> git.mxchange.org Git - simgear.git/commitdiff
First stab at a system to generate os2 makefiles automatically.
authorcurt <curt>
Sun, 20 Jul 1997 02:19:11 +0000 (02:19 +0000)
committercurt <curt>
Sun, 20 Jul 1997 02:19:11 +0000 (02:19 +0000)
Math/Makefile

index 64d5cddb6c7bfa8e82beb90008d940e443d197c4..4e81cb4a16a7c9a7566dcd798cb33b889c919706 100644 (file)
@@ -47,7 +47,7 @@ $(TARGET): $(OFILES)
 all: $(TARGET)
 
 clean:
-       rm -f *.o $(TARGET) lib*.a *~ core
+       rm -f *.o $(TARGET) lib*.a *.os2 *~ core
 
 
 #---------------------------------------------------------------------------
@@ -56,12 +56,27 @@ clean:
 
 include depend
 
+MAT3geom.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
+MAT3inv.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
+MAT3mat.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
+MAT3vec.o:
+       $(CC) $(CFLAGS) -c $< -o $@
+
 polar.o:
-       $(CC) $(CFLAGS) -c polar.c
+       $(CC) $(CFLAGS) -c polar.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.10  1997/07/20 02:19:11  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
 # Revision 1.9  1997/07/12 02:24:46  curt
 # Added ranlib.
 #