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 19

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

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