+++ /dev/null
-aircraft.o: aircraft.c
+++ /dev/null
-moon.o: moon.c
-orbits.o: orbits.c
-planets.o: planets.c
-sky.o: sky.c
-stars.o: stars.c
-sun.o: sun.c
+++ /dev/null
-cockpit.o: cockpit.c
-hud.o: hud.c hud.h
#define _CONTROLS_H
-#include "../Include/fg_limits.h"
+#include <Include/fg_limits.h>
/* Define a structure containing the control parameters */
/* $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.
+++ /dev/null
-controls.o: controls.c
+++ /dev/null
-flight.o: flight.c
+++ /dev/null
-joystick.o: joystick.c
+++ /dev/null
-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
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);
#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>
$(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
+++ /dev/null
-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
/* 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 */
/* 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; */
/* $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>
+++ /dev/null
-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
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:
clobber:
for dir in $(ORDEREDDIRS); do \
- (cd $$dir; $(MAKE) clean) ; \
+ (cd $$dir; $(MAKE) clobber) ; \
done
source-tar: clean
#---------------------------------------------------------------------------
# $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.
#
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
#---------------------------------------------------------------------------
OBJECTS = $(CFILES:.c=.o) $(CXXFILES:.cxx=.o)
-DEPENDS = $(CFILES:.c=.d) $(CXXFILES:.cxx=.d)
+# DEPENDS = $(CFILES:.c=.d) $(CXXFILES:.cxx=.d)
MAKEDEPENDFILE = depend
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)
+++ /dev/null
-slew.o: slew.c
+++ /dev/null
-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
+++ /dev/null
-weather.o: weather.c