]> git.mxchange.org Git - flightgear.git/commitdiff
Removed "depend" files from cvs control. Other minor make tweaks.
authorcurt <curt>
Mon, 9 Feb 1998 22:56:28 +0000 (22:56 +0000)
committercurt <curt>
Mon, 9 Feb 1998 22:56:28 +0000 (22:56 +0000)
20 files changed:
Aircraft/depend [deleted file]
Astro/depend [deleted file]
Cockpit/depend [deleted file]
Controls/controls.h
Controls/depend [deleted file]
FDM/depend [deleted file]
Joystick/depend [deleted file]
LaRCsim/depend [deleted file]
Main/GLUTmain.c
Main/Makefile
Main/depend [deleted file]
Main/fg_init.c
Scenery/depend [deleted file]
Simulator/Makefile
Simulator/Thanks
Simulator/commondefs
Simulator/commonrules
Slew/depend [deleted file]
Time/depend [deleted file]
Weather/depend [deleted file]

diff --git a/Aircraft/depend b/Aircraft/depend
deleted file mode 100644 (file)
index 7148bc0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-aircraft.o: aircraft.c
diff --git a/Astro/depend b/Astro/depend
deleted file mode 100644 (file)
index a21cdfd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-moon.o: moon.c
-orbits.o: orbits.c
-planets.o: planets.c
-sky.o: sky.c
-stars.o: stars.c
-sun.o: sun.c
diff --git a/Cockpit/depend b/Cockpit/depend
deleted file mode 100644 (file)
index daa26b6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-cockpit.o: cockpit.c
-hud.o: hud.c hud.h
index ddc89390daf9079fcf3b924d5ec3fd599ddfd8b2..03671a995071cc8fe77bbae8bb13d2b41657a7e6 100644 (file)
@@ -28,7 +28,7 @@
 #define _CONTROLS_H
 
 
-#include "../Include/fg_limits.h"
+#include <Include/fg_limits.h>
 
 
 /* Define a structure containing the control parameters */
@@ -82,10 +82,13 @@ void fgThrottleSet(int engine, double pos);
 
 
 /* $Log$
-/* Revision 1.11  1998/02/07 15:29:36  curt
-/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
-/* <chotchkiss@namg.us.anritsu.com>
+/* Revision 1.12  1998/02/09 22:56:48  curt
+/* Removed "depend" files from cvs control.  Other minor make tweaks.
 /*
+ * Revision 1.11  1998/02/07 15:29:36  curt
+ * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
+ * <chotchkiss@namg.us.anritsu.com>
+ *
  * Revision 1.10  1998/01/27 00:47:52  curt
  * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
  * system and commandline/config file processing code.
diff --git a/Controls/depend b/Controls/depend
deleted file mode 100644 (file)
index 3334a5e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-controls.o: controls.c
diff --git a/FDM/depend b/FDM/depend
deleted file mode 100644 (file)
index 1915621..0000000
+++ /dev/null
@@ -1 +0,0 @@
-flight.o: flight.c
diff --git a/Joystick/depend b/Joystick/depend
deleted file mode 100644 (file)
index 1e3c61f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-joystick.o: joystick.c
diff --git a/LaRCsim/depend b/LaRCsim/depend
deleted file mode 100644 (file)
index 4e21e31..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-atmos_62.o: atmos_62.c ls_types.h ls_constants.h atmos_62.h
-default_model_routines.o: default_model_routines.c ls_types.h \
- default_model_routines.h
-ls_accel.o: ls_accel.c ls_types.h ls_generic.h ls_constants.h \
- ls_accel.h
-ls_aux.o: ls_aux.c ls_types.h ls_constants.h ls_generic.h ls_aux.h \
- atmos_62.h ls_geodesy.h ls_gravity.h
-ls_geodesy.o: ls_geodesy.c ls_types.h ls_constants.h ls_geodesy.h
-ls_gravity.o: ls_gravity.c ls_types.h ls_constants.h ls_gravity.h
-ls_init.o: ls_init.c ls_types.h ls_sym.h ls_step.h ls_init.h \
- navion_init.h ls_generic.h
-ls_interface.o: ls_interface.c ls_types.h ls_constants.h ls_generic.h \
- ls_sim_control.h ls_cockpit.h ls_interface.h ls_step.h ls_accel.h \
- ls_aux.h ls_model.h ls_init.h
-ls_matrix.o: ls_matrix.c ls_matrix.h
-ls_model.o: ls_model.c ls_types.h ls_model.h default_model_routines.h
-ls_step.o: ls_step.c ls_types.h ls_constants.h ls_generic.h ls_accel.h \
- ls_aux.h ls_model.h ls_step.h ls_geodesy.h ls_gravity.h
-ls_trim.o: ls_trim.c ls_constants.h ls_types.h ls_sym.h ls_matrix.h
-mymain.o: mymain.c ls_types.h ls_cockpit.h ls_generic.h
-navion_aero.o: navion_aero.c ls_types.h ls_generic.h ls_cockpit.h
-navion_engine.o: navion_engine.c ls_types.h ls_constants.h \
- ls_generic.h ls_sim_control.h ls_cockpit.h
-navion_gear.o: navion_gear.c ls_types.h ls_constants.h ls_generic.h \
- ls_cockpit.h
-navion_init.o: navion_init.c ls_types.h ls_generic.h ls_cockpit.h
index 772028794ff33b73d8abf9ede4944d432c4f009e..95208878badac696767c2d40179222ee50b77e4f 100644 (file)
@@ -286,7 +286,7 @@ static void fgRenderFrame( void ) {
     xglPopMatrix();
 
     /* draw scenery */
-    xglShadeModel( GL_FLAT /* GL_SMOOTH */ ); 
+    xglShadeModel( /* GL_FLAT */ GL_SMOOTH ); 
     xglEnable( GL_DEPTH_TEST );
     xglEnable( GL_FOG );
     xglFogfv (GL_FOG_COLOR, l->fog_color);
@@ -647,9 +647,12 @@ int main( int argc, char *argv[] ) {
 #endif
 
 /* $Log$
-/* Revision 1.58  1998/02/09 15:07:49  curt
-/* Minor tweaks.
+/* Revision 1.59  1998/02/09 22:56:54  curt
+/* Removed "depend" files from cvs control.  Other minor make tweaks.
 /*
+ * Revision 1.58  1998/02/09 15:07:49  curt
+ * Minor tweaks.
+ *
  * Revision 1.57  1998/02/07 15:29:40  curt
  * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>
index a7d779b6473a809519d9dec5dff27051511abeed..adfd1748c313efec438bfa714ea0eb7573b29c78 100644 (file)
@@ -45,13 +45,16 @@ include $(FG_ROOT_SRC)/commondefs
 
 $(TARGET)$(EXT): $(OBJECTS) $(FG_ROOT_LIB)/stamp_libs
        $(CC) -o $(TARGET)$(EXT) $(OBJECTS) $(LDFLAGS) $(LDLIBS)
-       $(RM) fg$(FG_VERSION_MAJOR)$(EXT)
+       $(RM) -f fg$(FG_VERSION_MAJOR)$(EXT)
        $(LN) $(TARGET)$(EXT) fg$(FG_VERSION_MAJOR)$(EXT)
 
 include $(COMMONRULES)
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.47  1998/02/09 22:56:56  curt
+# Removed "depend" files from cvs control.  Other minor make tweaks.
+#
 # Revision 1.46  1998/02/03 23:20:24  curt
 # Lots of little tweaks to fix various consistency problems discovered by
 # Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
diff --git a/Main/depend b/Main/depend
deleted file mode 100644 (file)
index b6102ba..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-GLUTkey.o: GLUTkey.c
-GLUTmain.o: GLUTmain.c
-fg_configvars.o: fg_configvars.c
-fg_debug.o: fg_debug.c
-fg_init.o: fg_init.c
-probdemo.o: probdemo.c
-views.o: views.c
index 282e7e88f9edef938eb07e7c8b6863025162a620..2957d4b069e89b6981a3e38e7d5da7de9e8ed60d 100644 (file)
@@ -123,7 +123,7 @@ void fgInitSubsystems( void ) {
     /* Initial Position at (E81) Superior, AZ */
     /* FG_Longitude = ( -111.1270650 ) * DEG_TO_RAD; */
     /* FG_Latitude  = (  33.2778339 ) * DEG_TO_RAD; */
-    /* FG_Runway_altitude = (2646 + 500); */
+    /* FG_Runway_altitude = (2646 + 1000); */
     /* FG_Altitude = FG_Runway_altitude + 3.758099; */
 
     /* Initial Position at (TUS) Tucson, AZ */
@@ -180,6 +180,12 @@ void fgInitSubsystems( void ) {
     /* FG_Runway_altitude = 5000.0; */
     /* FG_Altitude = FG_Runway_altitude + 3.758099; */
 
+    /* Initial Position: (GCN) Grand Canyon Airport, AZ */
+    /* FG_Longitude = ( -112.1469647 ) * DEG_TO_RAD; */
+    /* FG_Latitude  = (   35.9523539 ) * DEG_TO_RAD; */
+    /* FG_Runway_altitude = 6606.0; */
+    /* FG_Altitude = FG_Runway_altitude + 3.758099; */
+
     /* A random test position */
     /* FG_Longitude = ( 88128.00 / 3600.0 ) * DEG_TO_RAD; */
     /* FG_Latitude  = ( 93312.00 / 3600.0 ) * DEG_TO_RAD; */
@@ -328,9 +334,12 @@ void fgInitSubsystems( void ) {
 
 
 /* $Log$
-/* Revision 1.41  1998/02/09 15:07:50  curt
-/* Minor tweaks.
+/* Revision 1.42  1998/02/09 22:56:58  curt
+/* Removed "depend" files from cvs control.  Other minor make tweaks.
 /*
+ * Revision 1.41  1998/02/09 15:07:50  curt
+ * Minor tweaks.
+ *
  * Revision 1.40  1998/02/07 15:29:44  curt
  * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
  * <chotchkiss@namg.us.anritsu.com>
diff --git a/Scenery/depend b/Scenery/depend
deleted file mode 100644 (file)
index 0944d3a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-bucketutils.o: bucketutils.c
-common.o: common.c
-geometry.o: geometry.c
-mesh.o: mesh.c
-obj.o: obj.c
-scenery.o: scenery.c
-texload.o: texload.c texload.h
-tilecache.o: tilecache.c
-tilemgr.o: tilemgr.c
index a5333c7afb6a18b5f260522b0871c434b75210d6..e8836288d800194dc2ae17751c1ead4bc726dc07 100644 (file)
@@ -40,7 +40,7 @@ all:
 depend:
        for dir in $(ORDEREDDIRS); do \
            ( echo "Making depend in $$dir"; \
-             cd $$dir; $(CC) $(CFLAGS) -MM *.c > depend ) ; \
+             cd $$dir; $(CC) $(CFLAGS) -M *.c > depend ) ; \
        done
 
 Makefile-os2:
@@ -59,7 +59,7 @@ clean:
 
 clobber:
        for dir in $(ORDEREDDIRS); do \
-           (cd $$dir; $(MAKE) clean) ; \
+           (cd $$dir; $(MAKE) clobber) ; \
        done
 
 source-tar: clean
@@ -104,6 +104,9 @@ bin-zip:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.41  1998/02/09 22:56:28  curt
+# Removed "depend" files from cvs control.  Other minor make tweaks.
+#
 # Revision 1.40  1998/02/01 03:39:53  curt
 # Minor tweaks.
 #
index 360f600579204c931f300a97cf5250cd13198c0a..9c60fc69312be6a9172c8ae5014ac2883f448ca0 100644 (file)
@@ -41,6 +41,10 @@ Michael I. Gold <gold@puck.asd.sgi.com> -- Patiently answered my endless
   fan.
 
 
+Charlie Hotchkiss <chotchkiss@namg.us.anritsu.com> -- Worked on improving
+  and enhancing the HUD code.  Lots of code style tips ...
+
+
 Bruce Jackson <e.b.jackson@larc.nasa.gov> 
   http://agcbwww.larc.nasa.gov/People/ebj.html -- Developed the
   LaRCsim code which we use to provide the flight model.  Also
index e1ea85b177f5afc6ab6e6633b4a14b35190aab5a..38fb0dcb922b80a0a83baa153d1da60dad8bf94d 100644 (file)
@@ -140,7 +140,7 @@ EXT =
 #---------------------------------------------------------------------------
 
 OBJECTS = $(CFILES:.c=.o) $(CXXFILES:.cxx=.o)
-DEPENDS = $(CFILES:.c=.d) $(CXXFILES:.cxx=.d)
+DEPENDS = $(CFILES:.c=.d) $(CXXFILES:.cxx=.d)
 
 MAKEDEPENDFILE = depend
 
index faba7e5cf1dd222104fcd36805e2254e2cad3f35..7c7c9793595401a13ff0b27988c1d6eb61c8271d 100644 (file)
@@ -34,8 +34,8 @@ clean:
        rm -f $(OBJECTS) $(TARGET) $(DIRT)
 
 clobber: clean
-       rm -f *.d *.o *.a *.os2 *~ core $(MAKEDEPENDFILE)
+       rm -f *.d *.o *.a *.os2 *~ core $(MAKEDEPENDFILE)
 
-#include $(MAKEDEPENDFILE)
+include $(MAKEDEPENDFILE)
 
 
diff --git a/Slew/depend b/Slew/depend
deleted file mode 100644 (file)
index 2b320dd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-slew.o: slew.c
diff --git a/Time/depend b/Time/depend
deleted file mode 100644 (file)
index b3cc333..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-event.o: event.c
-fg_time.o: fg_time.c
-fg_timer.o: fg_timer.c
-sunpos.o: sunpos.c
-test_event.o: test_event.c event.h
-ttest.o: ttest.c
diff --git a/Weather/depend b/Weather/depend
deleted file mode 100644 (file)
index 1657c19..0000000
+++ /dev/null
@@ -1 +0,0 @@
-weather.o: weather.c