]> git.mxchange.org Git - simgear.git/commitdiff
Working on Makefile structure.
authorcurt <curt>
Fri, 27 Jun 1997 21:38:14 +0000 (21:38 +0000)
committercurt <curt>
Fri, 27 Jun 1997 21:38:14 +0000 (21:38 +0000)
Math/Makefile
Math/depend [new file with mode: 0644]

index 34dab00bafabf67a67e6e63d0e262dcaa1d12643..5f9355ffa5d8126226abd4c5abf81ad1b03f6625 100644 (file)
@@ -30,14 +30,11 @@ CFILES = MAT3geom.c MAT3inv.c MAT3mat.c MAT3vec.c
 HFILES = mat3.h mat3defs.h mat3err.h
 OFILES = $(CFILES:.c=.o)
 
-CC = gcc
-CFLAGS = $(FG_CFLAGS)
 
-AR = ar
+include ../make.inc
 
-INCLUDES = 
 
-LIBS = 
+CFLAGS = $(FG_CFLAGS)
 
 
 #---------------------------------------------------------------------------
@@ -49,9 +46,6 @@ $(TARGET): $(OFILES) $(HFILES)
 
 all: $(TARGET)
 
-# depend:
-#      $(CC) -MM *.c > depend                     
-
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
 
@@ -65,6 +59,9 @@ include depend
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1997/06/27 21:38:14  curt
+# Working on Makefile structure.
+#
 # Revision 1.5  1997/06/27 20:03:40  curt
 # Working on Makefile structure.
 #
diff --git a/Math/depend b/Math/depend
new file mode 100644 (file)
index 0000000..85534fc
--- /dev/null
@@ -0,0 +1,4 @@
+MAT3geom.o: MAT3geom.c mat3defs.h mat3.h
+MAT3inv.o: MAT3inv.c mat3defs.h mat3.h
+MAT3mat.o: MAT3mat.c mat3defs.h mat3.h
+MAT3vec.o: MAT3vec.c mat3.h