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

Subversion Repositories w11

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

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

Rev 12 Rev 19
Line 1... Line 1...
# $Id: Makefile 401 2011-07-31 21:02:33Z mueller $
# $Id: Makefile 493 2013-03-01 21:02:33Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
 
# 2013-02-01   479   1.1.1  use checkpath_cpp.mk
# 2011-07-31   401   1.1    rename realclean->distclean
# 2011-07-31   401   1.1    rename realclean->distclean
# 2011-03-27   374   1.0.1  removed Rnamed (obsolete now)
# 2011-03-27   374   1.0.1  removed Rnamed (obsolete now)
# 2011-01-15   357   1.0    Initial version (adopted from CTB...)
# 2011-01-15   357   1.0    Initial version (adopted from CTB...)
#---
#---
#
#
Line 13... Line 14...
SOMAJV     = 1
SOMAJV     = 1
SOMINV     = 0
SOMINV     = 0
#
#
# Compile and Link search paths
# Compile and Link search paths
#
#
INCLFLAGS  =
include ../checkpath_cpp.mk
LDLIBS     =
#
 
INCLFLAGS  = -I${BOOSTINC}
 
LDLIBS     = -L${BOOSTLIB} -lboost_thread
#
#
# Object files to be included
# Object files to be included
#
#
OBJ_all    = RerrMsg.o RosFill.o RosPrintBvi.o RosPrintfBase.o RosPrintfS.o \
OBJ_all    = RerrMsg.o RosFill.o RosPrintBvi.o RosPrintfBase.o RosPrintfS.o \
             RiosState.o \
             RiosState.o Rbits.o \
             RlogFile.o RlogStd.o \
             RlogFile.o RlogFileCatalog.o RlogMsg.o \
             Rstats.o Rtools.o
             Rstats.o Rtools.o \
 
             Rexception.o RparseUrl.o
#
#
DEP_all    = $(OBJ_all:.o=.dep)
DEP_all    = $(OBJ_all:.o=.dep)
#
#
#- generic part ----------------------------------------------------------------
#- generic part ----------------------------------------------------------------
#
#
Line 34... Line 38...
SOFILEVV   = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
SOFILEVV   = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
#
#
include $(RETROBASE)/tools/make/generic_cpp.mk
include $(RETROBASE)/tools/make/generic_cpp.mk
include $(RETROBASE)/tools/make/generic_dep.mk
include $(RETROBASE)/tools/make/generic_dep.mk
include $(RETROBASE)/tools/make/generic_so.mk
include $(RETROBASE)/tools/make/generic_so.mk
 
include $(RETROBASE)/tools/make/dontincdep.mk
#
#
# The magic autodependcy include
# The magic autodependcy include
#
#
 
ifndef DONTINCDEP
include $(DEP_all)
include $(DEP_all)
 
endif
#
#
# cleanup phonies:
# cleanup phonies:
#
#
.PHONY    : clean cleandep distclean
.PHONY    : clean cleandep distclean
clean     :
clean     :

powered by: WebSVN 2.1.0

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