Browse Source

* fixed libname to include .so.1.0

peter 25 years ago
parent
commit
1c327a3453
4 changed files with 14 additions and 8 deletions
  1. 6 3
      fcl/linux/Makefile
  2. 2 2
      fcl/linux/Makefile.fpc
  3. 5 2
      rtl/linux/Makefile
  4. 1 1
      rtl/linux/Makefile.fpc

+ 6 - 3
fcl/linux/Makefile

@@ -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)
 

+ 2 - 2
fcl/linux/Makefile.fpc

@@ -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=../..

+ 5 - 2
rtl/linux/Makefile

@@ -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)
 

+ 1 - 1
rtl/linux/Makefile.fpc

@@ -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 \