OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [asm-11/] [tests/] [Makefile] - Blame information for rev 40

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 wfjm
# $Id: Makefile 525 2013-07-06 12:19:39Z mueller $
2 19 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-03-22   496   1.0    Initial version
6
#---
7
#
8
MAC_all   = $(wildcard *.mac)
9
LDA_all   = $(MAC_all:.mac=.lda)
10
COF_all   = $(MAC_all:.mac=.cof)
11
LST_all   = $(MAC_all:.mac=.lst)
12
LDART_all = $(MAC_all:.mac=.ldart)
13
LSTRT_all = $(MAC_all:.mac=.lstrt)
14
#
15
include $(RETROBASE)/tools/make/generic_asm11.mk
16
#
17
.PHONY : def alllda allcof alllst allrt allexp clean cleanrt
18
#
19
def : alllda
20
#
21
alllda : $(LDA_all)
22
#
23
allcof : $(COF_all)
24
#
25
alllst : $(LST_all)
26
#
27
allrt : $(LSTRT_all)
28
#
29
allexp : $(LST_all)
30
        @ asm-11_expect $^
31
#
32
clean :
33
        @ rm -f $(LDA_all)
34
        @ echo "Object files removed"
35
        @ rm -f $(COF_all)
36
        @ echo "Compound files removed"
37
        @ rm -f $(LST_all)
38
        @ echo "Listing files removed"
39
 
40
cleanrt :
41
        @ rm -f $(LDART_all) $(LSTRT_all)
42
        @ echo "RT-11 generated files removed"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.