https://github.com/virtualagc/virtualagc
Revision 078c79d8734a9ed2860303a7c1662004284fe853 authored by Ron Burkey on 07 August 2022, 15:04:04 UTC, committed by Ron Burkey on 07 August 2022, 15:04:04 UTC
assembly listings from yaASM and yaLEMAP. Added some debugging messages
to 'make install'.  Tweaked debugging messages that VirtualAGC embeds in
'simulate'.  Verified buildability in Mint 21, 20, 19, 17, and verified
buildability using clang in Mint 17.
1 parent 6bb1acc
Raw File
Tip revision: 078c79d8734a9ed2860303a7c1662004284fe853 authored by Ron Burkey on 07 August 2022, 15:04:04 UTC
Fixed a potential string-overflow bug in yaASM. Removed timestamps from
Tip revision: 078c79d
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Luminary 173.
#		The second (unflown) release of the software for the Lunar Module's
#		(LM) Apollo Guidance Computer (AGC) for Apollo 14. It has been
#		reconstructed from a reconstructed copy of Luminary 178, as well
#		as well as Luminary memo 167 (revision 1) and NASA drawing 2021152N.
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	http://www.ibiblio.org/apollo
# Mod history:	2019-09-18 MAS	Created.

BASENAME=Luminary173

NO_BINSOURCE=yes
EXTRA_TARGETS=diffLuminary173sums

include ../Makefile.inc

.PHONY: diffLuminary173sums
diffLuminary173sums:
	../Tools/check_buggers.py Luminary173.bin Luminary173.buggers
back to top