head	1.5;
access;
symbols
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	ncftp3_3_0_3:1.4
	RELEASE_4_3_0:1.4
	ncftp3_0_1:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.4
	ncftp3_0_beta_18:1.4
	ncftp3_0_beta_17:1.4
	RELEASE_3_1_0:1.4
	ncftp3_0_beta_16:1.4
	RELEASE_2_2_8:1.4
	ncftp3_0_beta_15:1.4
	RELEASE_3_0_0:1.4
	RELEASE_2_2_7:1.2
	ncftp3_0_beta_14:1.2
	ncftp3_0_beta_13:1.2
	ncftp3_0_beta_12:1.2
	ncftp3_0_beta_11:1.2
	ncftp3_0_beta_9:1.1
	ncftp3_0_beta_10:1.1
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.5
date	2004.01.05.08.03.05;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	98.09.27.03.02.15;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	98.09.07.20.38.06;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	98.05.21.20.43.41;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	97.12.14.16.45.39;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to version 3.1.6.
@
text
@--- libncftp/Makefile.in.orig	Wed Nov 12 17:43:48 1997
+++ libncftp/Makefile.in	Sat Sep 26 19:48:19 1998
@@@@ -55,7 +55,7 @@@@
 
 $(LIBSO): $(SOBJS)
 	/bin/rm -f $(LIBSO) $(LIBSOS)
-	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
+	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
 	/bin/ln -s $(LIBSO) $(LIBSOS)
 	-@@/bin/ls -l $(LIBSO)
 
@


1.4
log
@ELFify
@
text
@@


1.3
log
@New ld.so (a.out) can't understand libraries with major only
@
text
@d1 11
a11 36
*** libncftp/Makefile.in.orig	Thu Nov 13 04:43:48 1997
--- libncftp/Makefile.in	Tue Sep  8 00:22:36 1998
***************
*** 14,20 ****
  LIBS=-lStrn @@LIBS@@
  LDFLAGS=-L@@srcdir@@/../Strn @@LDFLAGS@@
  LIB=libncftp.a
! LIBSO=libncftp.so.2
  LIBSOS=libncftp.so
  
  # Any -D definitions:
--- 14,20 ----
  LIBS=-lStrn @@LIBS@@
  LDFLAGS=-L@@srcdir@@/../Strn @@LDFLAGS@@
  LIB=libncftp.a
! LIBSO=libncftp.so.2.0
  LIBSOS=libncftp.so
  
  # Any -D definitions:
***************
*** 55,61 ****
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO) $(LIBSOS)
! 	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@@/bin/ls -l $(LIBSO)
  
--- 55,61 ----
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO) $(LIBSOS)
! 	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@@/bin/ls -l $(LIBSO)
  
@


1.2
log
@Change two ``gcc''s to $(CC) for consitancy with rest of the package.

Lead to problem by:	roberto
@
text
@d1 36
a36 11
--- libncftp/Makefile.in.orig	Wed Nov 12 17:43:48 1997
+++ libncftp/Makefile.in	Sat Dec 13 16:47:46 1997
@@@@ -55,7 +55,7 @@@@
 
 $(LIBSO): $(SOBJS)
 	/bin/rm -f $(LIBSO) $(LIBSOS)
-	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
+	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
 	/bin/ln -s $(LIBSO) $(LIBSOS)
 	-@@/bin/ls -l $(LIBSO)
 
@


1.1
log
@Creation of NcFTP version 3.x port.

Repository copied by:	Satoshi
@
text
@d8 1
a8 1
+	gcc -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
@
