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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librutiltpp/] [Makefile] - Blame information for rev 17

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

Line No. Rev Author Line
1 17 wfjm
# $Id: Makefile 464 2012-12-26 10:14:15Z mueller $
2 10 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 17 wfjm
# 2012-12-24   464   1.1.1  add TCLINC
6 12 wfjm
# 2011-07-31   401   1.1    rename realclean->distclean
7
# 2011-07-01   386   1.0.2  add BOOSTINC
8 10 wfjm
# 2011-03-20   372   1.0.1  renamed ..tcl -> ..tpp
9
# 2011-03-19   371   1.0    Initial version
10
#---
11
#
12
# Name of the sharable library
13
#
14
SONAME     = rutiltpp
15
SOMAJV     = 1
16
SOMINV     = 0
17
#
18
# Compile and Link search paths
19
#
20 17 wfjm
INCLFLAGS  = -I${RETROBASE}/tools/src -I${TCLINC} -I${BOOSTINC}
21 10 wfjm
LDLIBS     = -L${RETROBASE}/tools/lib -lrtcltools
22
#
23
# Object files to be included
24
#
25
OBJ_all    = Rutiltpp_Init.o RtclBvi.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 12 wfjm
.PHONY    : clean cleandep distclean
46 10 wfjm
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 12 wfjm
distclean : clean cleandep
55 10 wfjm
        @ 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.