]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile
Working on Makefile structure.
[flightgear.git] / Time / Makefile
index 5685b61702b3228e6ead1f587d3b5ae7055b2603..eb697eb8d3d83ffe3471054fc299b6a2cc49fb3c 100644 (file)
@@ -30,14 +30,11 @@ CFILES = fg_timer.c
 HFILES = fg_timer.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)
 
 all: $(TARGET)
 
-# depend:
-#      $(CC) -MM *.c > depend                     
-
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
 
@@ -68,6 +62,9 @@ fg_timer.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1997/06/27 21:38:13  curt
+# Working on Makefile structure.
+#
 # Revision 1.5  1997/06/27 20:03:40  curt
 # Working on Makefile structure.
 #