Revision 4e5d304eb7cd5589b924ffb8b423b6f15511b35d authored by Ron Burkey on 20 October 2018, 17:47:00 UTC, committed by Ron Burkey on 20 October 2018, 17:47:00 UTC
the recently-added documents about YUL, was transcribed.  Because the
original program contained a deliberate error in YUL (as well as some
constructs that have unintentionally become errors in yaYUL), I've
provided it in two forms:  TRIVIUM (which matches the original scan,
to the extent feasible) and TRIVIUM-repaired (which has the deliberate
and unintentional errors fixed, but otherwise retains the identical
functionality of the original).
1 parent c6c292e
Raw File
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Luminary revision 069.
#		The original release of the source code for the Lunar 
#		Module's (LM) Apollo Guidance Computer (AGC) for Apollo 10. 
#		The actual flown version was Luminary 69 revision 2, which 
#		included a newer lunar gravity model and only affected
#		module 2.
# Contact:	Ron Burkey <info@sandroid.org>.
# History:	2016-12-13 	MAS	Created.

BASENAME=Luminary069
include ../Makefile.inc
back to top