-EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
+EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h SimGear.dsp SimGear.dsw
SUBDIRS = simgear
#
dist-hook:
+ (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl)
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
@list='@subdirs@'; \
target=distclean; \
New in 0.0.14
+* December 14, 2000
* Added a module to manage waypoints and routes, calculate bearing and
distance to next waypoint, lateral distance off route, etc.
* Moved some of the basic time management code over from flightgear.
* Fixed sky dome so that the color at the horizon will always match
the specified fog color.
* Did a fair amount of fg -> sg name space updating (lots left to do.)
-* December 14, 2000
* Added support for KAI C++ on linux.
* MSVC tweaks.
* MacOS tweaks.
AC_INIT(simgear/bucket/newbucket.cxx)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.14)
+AM_INIT_AUTOMAKE(SimGear, 0.0.15)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.
simgear/Makefile \
simgear/version.h \
simgear/bucket/Makefile \
- simgear/camera/Makefile \
simgear/debug/Makefile \
simgear/ephemeris/Makefile \
simgear/io/Makefile \