]> git.mxchange.org Git - flightgear.git/blobdiff - LaRCsim/Makefile
Working on Makefile structure.
[flightgear.git] / LaRCsim / Makefile
index 418a76367fd376a1312b6b68590c27fbf412f40a..a195d5189a6495a987671143966181dd383c1cc0 100644 (file)
@@ -11,7 +11,7 @@
 TARGET = libLaRCsim.a
 
 LaRCsimFILES = atmos_62.c ls_accel.c ls_aux.c ls_geodesy.c ls_gravity.c \
-       ls_step.c ls_model.c default_model_routines.c ls_init.c ls_sync.c \
+       ls_step.c ls_model.c default_model_routines.c ls_init.c ls_sync.c
 
 NavionFILES = navion_aero.c navion_engine.c navion_gear.c navion_init.c
 
@@ -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,23 @@ 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.
+#
 # Revision 1.2  1997/06/17 16:52:02  curt
 # Timer interval stuff now uses gettimeofday() instead of ftime()
 #