]> git.mxchange.org Git - flightgear.git/blobdiff - LaRCsim/Makefile
Working on Makefile structure.
[flightgear.git] / LaRCsim / Makefile
index bad4f76626ad8ac3dbdbc98e081b163b5ab517b5..a195d5189a6495a987671143966181dd383c1cc0 100644 (file)
@@ -21,12 +21,11 @@ CFILES =  $(LaRCsimFILES) $(NavionFILES) $(InterfaceFILES)
 
 OFILES = $(CFILES:.c=.o)
 
-CC = gcc
-CFLAGS = $(FG_CFLAGS)
 
-AR = ar
+include ../../make.inc
+
 
-INCLUDES = 
+CFLAGS = $(FG_CFLAGS)
 
 LIBS = -lm
 
@@ -43,9 +42,6 @@ simtest: $(TARGET) LaRCsim.o
 
 all: $(TARGET)
 
-# depend:
-#      $(CC) -MM *.c > depend
-
 clean:
        rm -f *.o $(TARGET) *~ core
 
@@ -59,6 +55,9 @@ include depend
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1997/06/27 21:38:06  curt
+# Working on Makefile structure.
+#
 # Revision 1.5  1997/06/27 20:03:34  curt
 # Working on Makefile structure.
 #