* fixed libname to include .so.1.0

This commit is contained in:
peter 2000-05-17 18:31:35 +00:00
parent 666f515bb4
commit 1c327a3453
4 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.15 [2000/04/08]
# Makefile generated by fpcmake v0.99.15 [2000/05/17]
#
defaultrule: all
@ -205,7 +205,7 @@ endif
# Targets
override UNITOBJECTS+=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets
override RSTOBJECTS+=ssockets
override RSTOBJECTS+=ssockets cachecls
# Clean
@ -234,7 +234,7 @@ override PACKAGES+=rtl zlib inet
# Libraries
LIBNAME=fpfcl
LIBNAME=libfpfcl.so.1.0
# Info
@ -1135,6 +1135,9 @@ ifdef CLEANRSTFILES
endif
ifdef EXTRACLEANFILES
-$(DEL) $(EXTRACLEANFILES)
endif
ifdef LIBNAME
-$(DEL) $(LIBNAME)
endif
-$(DEL) $(FPCMADE) $(PPAS) link.res $(FPCEXTFILE) $(REDIRFILE)

View File

@ -4,7 +4,7 @@
[targets]
units=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets
rst=ssockets
rst=ssockets cachecls
[defaults]
defaulttarget=linux
@ -18,7 +18,7 @@ unitsubdir=fcl
packagename=fcl
[libs]
libname=fpfcl
libname=libfpfcl.so.1.0
[dirs]
fpcdir=../..

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.15 [2000/04/08]
# Makefile generated by fpcmake v0.99.15 [2000/05/17]
#
defaultrule: all
@ -227,7 +227,7 @@ endif
# Libraries
LIBNAME=fprtl
LIBNAME=libfprtl.so.1.0
SHAREDLIBUNITOBJECTS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc
# Info
@ -1051,6 +1051,9 @@ ifdef CLEANRSTFILES
endif
ifdef EXTRACLEANFILES
-$(DEL) $(EXTRACLEANFILES)
endif
ifdef LIBNAME
-$(DEL) $(LIBNAME)
endif
-$(DEL) $(FPCMADE) $(PPAS) link.res $(FPCEXTFILE) $(REDIRFILE)

View File

@ -27,7 +27,7 @@ incdir=$(INC) $(PROCINC)
targetdir=.
[libs]
libname=fprtl
libname=libfprtl.so.1.0
libunits=$(SYSTEMUNIT) objpas strings \
linux ports \
dos crt objects printer \