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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [librlinktpp/] [Makefile] - Diff between revs 10 and 12

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 10 Rev 12
Line 1... Line 1...
# $Id: Makefile 372 2011-03-20 22:48:11Z mueller $
# $Id: Makefile 401 2011-07-31 21:02:33Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
 
# 2011-07-31   401   1.1    rename realclean->distclean
 
# 2011-07-01   386   1.0.2  add BOOSTINC
# 2011-03-20   372   1.0.1  renamed ..tcl -> ..tpp
# 2011-03-20   372   1.0.1  renamed ..tcl -> ..tpp
# 2011-02-12   360   1.0    Initial version
# 2011-02-12   360   1.0    Initial version
#---
#---
#
#
# Name of the sharable library
# Name of the sharable library
Line 12... Line 14...
SOMAJV     = 1
SOMAJV     = 1
SOMINV     = 0
SOMINV     = 0
#
#
# Compile and Link search paths
# Compile and Link search paths
#
#
INCLFLAGS  = -I/usr/include/tcl8.4 -I${RETROBASE}/tools/src
INCLFLAGS  = -I/usr/include/tcl8.4 -I${RETROBASE}/tools/src -I${BOOSTINC}
LDLIBS     = -L${RETROBASE}/tools/lib -lrtools -lrtcltools -lrlink
LDLIBS     = -L${RETROBASE}/tools/lib -lrtools -lrtcltools -lrlink
#
#
# Object files to be included
# Object files to be included
#
#
OBJ_all    = Rlinktpp_Init.o RtclRlinkConnect.o
OBJ_all    = Rlinktpp_Init.o RtclRlinkConnect.o
Line 37... Line 39...
#
#
include $(DEP_all)
include $(DEP_all)
#
#
# cleanup phonies:
# cleanup phonies:
#
#
.PHONY    : clean cleandep realclean
.PHONY    : clean cleandep distclean
clean     :
clean     :
        @ rm -f $(OBJ_all)
        @ rm -f $(OBJ_all)
        @ echo "Object files removed"
        @ echo "Object files removed"
#
#
cleandep  :
cleandep  :
        @ rm -f $(DEP_all)
        @ rm -f $(DEP_all)
        @ echo "Dependency files removed"
        @ echo "Dependency files removed"
#
#
realclean : clean cleandep
distclean : clean cleandep
        @ rm -f $(SOPATH)/lib$(SONAME).a $(SOPATH)/lib$(SONAME).so*
        @ rm -f $(SOPATH)/lib$(SONAME).a $(SOPATH)/lib$(SONAME).so*
        @ echo "Libraries removed"
        @ echo "Libraries removed"
#
#

powered by: WebSVN 2.1.0

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