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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [src/] [librw11/] [Makefile] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 wfjm
# $Id: Makefile 733 2016-02-20 12:24:13Z mueller $
2 19 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-02-01   479   1.0.1  correct so name; use checkpath_cpp.mk
6
# 2013-01-27   478   1.0    Initial version
7
#---
8
#
9
# Name of the sharable library
10
#
11
SONAME     = rw11
12
SOMAJV     = 1
13
SOMINV     = 0
14
#
15
# Compile and Link search paths
16
#
17
include ../checkpath_cpp.mk
18
#
19
INCLFLAGS  = -I${RETROBASE}/tools/src -I${BOOSTINC}
20
LDLIBS     = -L${RETROBASE}/tools/lib -lrtools -lrlink
21
#
22
# Object files to be included
23
#
24
OBJ_all    = Rw11.o Rw11Cpu.o Rw11CpuW11a.o
25
OBJ_all   +=   Rw11Probe.o
26
OBJ_all   +=   Rw11Cntl.o Rw11Unit.o
27
OBJ_all   +=   Rw11UnitTerm.o
28 20 wfjm
OBJ_all   +=   Rw11UnitDisk.o
29 31 wfjm
OBJ_all   +=   Rw11UnitTape.o
30 21 wfjm
OBJ_all   +=   Rw11UnitStream.o
31 19 wfjm
OBJ_all   +=   Rw11CntlDL11.o Rw11UnitDL11.o
32 21 wfjm
OBJ_all   +=   Rw11CntlLP11.o Rw11UnitLP11.o
33
OBJ_all   +=   Rw11CntlPC11.o Rw11UnitPC11.o
34 29 wfjm
OBJ_all   +=   Rw11CntlRL11.o Rw11UnitRL11.o
35 25 wfjm
OBJ_all   +=   Rw11CntlRK11.o Rw11UnitRK11.o
36 30 wfjm
OBJ_all   +=   Rw11CntlRHRP.o Rw11UnitRHRP.o
37 31 wfjm
OBJ_all   +=   Rw11CntlTM11.o Rw11UnitTM11.o
38 19 wfjm
OBJ_all   +=   Rw11Virt.o
39
OBJ_all   +=   Rw11VirtTerm.o Rw11VirtTermPty.o Rw11VirtTermTcp.o
40 20 wfjm
OBJ_all   +=   Rw11VirtDisk.o Rw11VirtDiskFile.o
41 31 wfjm
OBJ_all   +=   Rw11VirtTape.o Rw11VirtTapeTap.o
42 21 wfjm
OBJ_all   +=   Rw11VirtStream.o
43 28 wfjm
OBJ_all   +=   Rw11Rdma.o Rw11RdmaDisk.o
44 19 wfjm
#
45
DEP_all    = $(OBJ_all:.o=.dep)
46
#
47
#- generic part ----------------------------------------------------------------
48
#
49
SOFILE     = lib$(SONAME).so
50
SOFILEV    = lib$(SONAME).so.$(SOMAJV)
51
SOFILEVV   = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
52
#
53 35 wfjm
include ${RETROBASE}/tools/make/generic_cpp.mk
54
include ${RETROBASE}/tools/make/generic_dep.mk
55
include ${RETROBASE}/tools/make/generic_so.mk
56
include ${RETROBASE}/tools/make/dontincdep.mk
57 19 wfjm
#
58 22 wfjm
# The magic auto-dependency include
59 19 wfjm
#
60
ifndef DONTINCDEP
61
include $(DEP_all)
62
endif
63
#
64
# cleanup phonies:
65
#
66
.PHONY    : clean cleandep distclean
67
clean     :
68
        @ rm -f $(OBJ_all)
69
        @ echo "Object files removed"
70
#
71
cleandep  :
72
        @ rm -f $(DEP_all)
73
        @ echo "Dependency files removed"
74
#
75
distclean : clean cleandep
76
        @ rm -f $(SOPATH)/lib$(SONAME).a $(SOPATH)/lib$(SONAME).so*
77
        @ echo "Libraries removed"
78
#

powered by: WebSVN 2.1.0

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