]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/Makefile
Working on Makefile structure.
[flightgear.git] / FDM / Makefile
index 7cf767656d954bbbc8a688b319f8897424a6dea5..1a3a9b66490f13de4146ce87954d3d9f340fb07d 100644 (file)
@@ -29,14 +29,11 @@ TARGET=libFlight.a
 CFILES = flight.c
 OFILES = $(CFILES:.c=.o)
 
-CC = gcc
-CFLAGS = $(FG_CFLAGS)
 
-AR = ar
+include ../make.inc
 
-INCLUDES = 
 
-LIBS = 
+CFLAGS = $(FG_CFLAGS)
 
 
 #---------------------------------------------------------------------------
@@ -48,11 +45,6 @@ $(TARGET): $(OFILES)
 
 all: $(TARGET)
 
-# depend:
-#      $(CC) -MM *.c > depend                     
-
-dep: depend
-
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
 
@@ -69,6 +61,9 @@ flight.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.8  1997/06/27 21:38:05  curt
+# Working on Makefile structure.
+#
 # Revision 1.7  1997/06/27 20:03:34  curt
 # Working on Makefile structure.
 #