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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [src/] [librutiltpp/] [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 372 2011-03-20 22:48:11Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2011-03-20   372   1.0.1  renamed ..tcl -> ..tpp
6
# 2011-03-19   371   1.0    Initial version
7
#---
8
#
9
# Name of the sharable library
10
#
11
SONAME     = rutiltpp
12
SOMAJV     = 1
13
SOMINV     = 0
14
#
15
# Compile and Link search paths
16
#
17
INCLFLAGS  = -I/usr/include/tcl8.4 -I${RETROBASE}/tools/src
18
LDLIBS     = -L${RETROBASE}/tools/lib -lrtcltools
19
#
20
# Object files to be included
21
#
22
OBJ_all    = Rutiltpp_Init.o RtclBvi.o
23
#
24
DEP_all    = $(OBJ_all:.o=.dep)
25
#
26
#- generic part ----------------------------------------------------------------
27
#
28
SOFILE     = lib$(SONAME).so
29
SOFILEV    = lib$(SONAME).so.$(SOMAJV)
30
SOFILEVV   = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
31
#
32
include $(RETROBASE)/tools/make/generic_cpp.mk
33
include $(RETROBASE)/tools/make/generic_dep.mk
34
include $(RETROBASE)/tools/make/generic_so.mk
35
#
36
# The magic autodependcy include
37
#
38
include $(DEP_all)
39
#
40
# cleanup phonies:
41
#
42
.PHONY    : clean cleandep realclean
43
clean     :
44
        @ rm -f $(OBJ_all)
45
        @ echo "Object files removed"
46
#
47
cleandep  :
48
        @ rm -f $(DEP_all)
49
        @ echo "Dependency files removed"
50
#
51
realclean : clean cleandep
52
        @ rm -f $(SOPATH)/lib$(SONAME).a $(SOPATH)/lib$(SONAME).so*
53
        @ echo "Libraries removed"
54
#

powered by: WebSVN 2.1.0

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