swh:1:snp:cdcd2bc43331a436e8c659ba93175ef7d7eb339b
Raw File
Tip revision: 4e5d304eb7cd5589b924ffb8b423b6f15511b35d authored by Ron Burkey on 20 October 2018, 17:47:00 UTC
The sample Block I AGC program TRIVIUM, found at the very end of one of
Tip revision: 4e5d304
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Aurora (revision 12).
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	http://www.ibiblio.org/apollo
# Mod history:	2016-09-20 JL	Adapted from similar Luminary 099 Makefile.
#		2016-10-04 JL	Change to use Makefile.inc.
#		2016-10-05 JL	Pass --blk2 to yaYUL.
#		2016-10-05 JL	Pass --syntax to yaYUL for proofing.
#		2016-10-21 RSB	Changed to "production" settings.
#		2017-01-30 MAS	Removed cruft and changed EXTRA_YAYUL_ARGS to +=
#		2017-06-17 MAS	Added --early-sbank (which isn't actualyl needed,
#				but is more "accurate" to use).
#		2017-06-18 MAS	Removed --flip=7, since this is now handled by
#				--blk2.

BASENAME=Aurora12
EXTRA_YAYUL_ARGS+=--blk2 --early-sbank

include ../Makefile.inc
back to top