]> git.mxchange.org Git - flightgear.git/blobdiff - LaRCsim/Makefile
Working on Makefile structure.
[flightgear.git] / LaRCsim / Makefile
index 9b25a2c9c135f63d9295c8aa0cead177a9b2a148..a195d5189a6495a987671143966181dd383c1cc0 100644 (file)
@@ -21,13 +21,11 @@ CFILES =  $(LaRCsimFILES) $(NavionFILES) $(InterfaceFILES)
 
 OFILES = $(CFILES:.c=.o)
 
-CC = gcc
-CFLAGS = -g
-# CFLAGS = -O2
 
-AR = ar
+include ../../make.inc
 
-INCLUDES = 
+
+CFLAGS = $(FG_CFLAGS)
 
 LIBS = -lm
 
@@ -52,10 +50,20 @@ clean:
 # Secondary Targets
 #---------------------------------------------------------------------------
 
+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.
+#
+# Revision 1.4  1997/06/26 19:08:30  curt
+# Restructuring make, adding automatic "make dep" support.
+#
 # Revision 1.3  1997/06/21 17:12:50  curt
 # Capitalized subdirectory names.
 #