head	1.2;
access;
symbols
	mkfiles_rev1:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2008.08.20.06.01.05;	author davidgb;	state Exp;
branches;
next	1.1;
commitid	103148abb2444567;

1.1
date	2008.04.12.16.42.16;	author davidgb;	state dead;
branches
	1.1.2.1;
next	;
commitid	6b864800e6664567;

1.1.2.1
date	2008.04.12.16.42.16;	author davidgb;	state Exp;
branches;
next	;
commitid	6b864800e6664567;


desc
@@


1.2
log
@merged mkfiles_rev1 branch to the mainline
@
text
@#-----------------------------------------------------------------
# File:    Makefile
# Author:  David Burnette
# Date:    April 7, 2008
#
# Description:
#  This makefile generates the S19 record file .S19 from the
#  assembler source.
#
#  This particular makefile handles generating 
#
# Usage:
#  The targets generated by this makefile are:
#
#    make                     - makes all
#    make all                 - makes all
#    make upld_cf8.S19        - 
#    make upld_ide.S19        - 
#
# Target Descriptions:
#  The first file listed is the source file passed to assembler.
#  Remaining files are the dependencies. 
#
# Dependencies:
#  This makefile depends on def_rules.mk.
#
# Revision History:
#   dgb 2008-04-07   Original version
#
#-----------------------------------------------------------------

ifeq "$(MKFRAGS)" ""
MKFRAGS := ../../mkfiles
endif

include $(MKFRAGS)/def_rules.mk

all: upld_cf8.S19 upld_ide.S19

upld_cf8.S19: upld_cf8.asm

upld_ide.S19: upld_ide.asm

.PHONY: clean
clean:
	-$(RM) *.S19
	-$(RM) *.lst
@


1.1
log
@file Makefile was initially added on branch mkfiles_rev1.
@
text
@d1 47
@


1.1.2.1
log
@Switch to makefile. Renamed .txt to .asm. Removed derived objects.
@
text
@a0 47
#-----------------------------------------------------------------
# File:    Makefile
# Author:  David Burnette
# Date:    April 7, 2008
#
# Description:
#  This makefile generates the S19 record file .S19 from the
#  assembler source.
#
#  This particular makefile handles generating 
#
# Usage:
#  The targets generated by this makefile are:
#
#    make                     - makes all
#    make all                 - makes all
#    make upld_cf8.S19        - 
#    make upld_ide.S19        - 
#
# Target Descriptions:
#  The first file listed is the source file passed to assembler.
#  Remaining files are the dependencies. 
#
# Dependencies:
#  This makefile depends on def_rules.mk.
#
# Revision History:
#   dgb 2008-04-07   Original version
#
#-----------------------------------------------------------------

ifeq "$(MKFRAGS)" ""
MKFRAGS := ../../mkfiles
endif

include $(MKFRAGS)/def_rules.mk

all: upld_cf8.S19 upld_ide.S19

upld_cf8.S19: upld_cf8.asm

upld_ide.S19: upld_ide.asm

.PHONY: clean
clean:
	-$(RM) *.S19
	-$(RM) *.lst
@

