39 lines
766 B
Plaintext
39 lines
766 B
Plaintext
# libsldefs
|
|
#
|
|
# Common definitions for libsl makefiles
|
|
#
|
|
# $Revision: 1.2 $
|
|
#
|
|
DEPTH=$(SLDEPTH)/../..
|
|
include $(DEPTH)/commondefs
|
|
|
|
#
|
|
# This library is product-independent, however it is endian dependent.
|
|
# This information is retrieved from the following files.
|
|
#
|
|
include $(PRODUCTDEFS)
|
|
include $(ENDIANDEFS)
|
|
include $(CPUARCHDEFS)
|
|
include $(MIDEFS)
|
|
|
|
LIBSLRULES=$(SLDEPTH)/libslrules
|
|
|
|
TARGETDIR=$(SLDEPTH)/$(ENDIANND)$(CPUARCH_PFIX).O
|
|
MKDEPFILE=Makedepend.$(ENDIANND)$(CPUARCH_PFIX)
|
|
|
|
LINTAREA=$(TARGETDIR)
|
|
LIBNAME=libsl$(ENDIANDD).a
|
|
LIBPATH=$(TARGETDIR)/$(LIBNAME)
|
|
|
|
#
|
|
# Developer's overrides may be placed in localsldefs
|
|
sinclude $(SLDEPTH)/localsldefs
|
|
|
|
ARCH = cd $(OBJECTDIR) && ${AR} cru$(VERBOSE) ${LIBPATH}
|
|
|
|
TDIRS = $(TARGETDIR)
|
|
|
|
VPATH= $(OBJECTDIR)
|
|
|
|
DEF_CSTYLE=
|