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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [librtools/] [Makefile] - Blame information for rev 10

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

Line No. Rev Author Line
1 10 wfjm
# $Id: Makefile 374 2011-03-27 17:02:47Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2011-03-27   374   1.0.1  removed Rnamed (obsolete now)
6
# 2011-01-15   357   1.0    Initial version (adopted from CTB...)
7
#---
8
#
9
# Name of the sharable library
10
#
11
SONAME     = rtools
12
SOMAJV     = 1
13
SOMINV     = 0
14
#
15
# Compile and Link search paths
16
#
17
INCLFLAGS  =
18
LDLIBS     =
19
#
20
# Object files to be included
21
#
22
OBJ_all    = RerrMsg.o RosFill.o RosPrintBvi.o RosPrintfBase.o RosPrintfS.o \
23
             RiosState.o \
24
             RlogFile.o RlogStd.o \
25
             Rstats.o Rtools.o
26
#
27
DEP_all    = $(OBJ_all:.o=.dep)
28
#
29
#- generic part ----------------------------------------------------------------
30
#
31
SOFILE     = lib$(SONAME).so
32
SOFILEV    = lib$(SONAME).so.$(SOMAJV)
33
SOFILEVV   = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
34
#
35
include $(RETROBASE)/tools/make/generic_cpp.mk
36
include $(RETROBASE)/tools/make/generic_dep.mk
37
include $(RETROBASE)/tools/make/generic_so.mk
38
#
39
# The magic autodependcy include
40
#
41
include $(DEP_all)
42
#
43
# cleanup phonies:
44
#
45
.PHONY    : clean cleandep realclean
46
clean     :
47
        @ rm -f $(OBJ_all)
48
        @ echo "Object files removed"
49
#
50
cleandep  :
51
        @ rm -f $(DEP_all)
52
        @ echo "Dependency files removed"
53
#
54
realclean : clean cleandep
55
        @ rm -f $(SOPATH)/lib$(SONAME).a $(SOPATH)/lib$(SONAME).so*
56
        @ echo "Libraries removed"
57
#

powered by: WebSVN 2.1.0

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