From 3e7ccf87bec3e1ee7af52d4593ac0cfb80efa52d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 3 Apr 2002 06:10:05 +0000 Subject: [PATCH] r1732: *** empty log message *** --- examples/Makefile | 11 +++++------ set-logical.cl | 2 ++ tests/Makefile | 11 +++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 7ca6cd2..7cb8709 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,11 +1,11 @@ # FILE IDENTIFICATION -# +# # Name: Makefile # Purpose: Makefile for UFFI examples # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.8 2002/04/03 03:58:00 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.9 2002/04/03 06:10:05 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -18,8 +18,7 @@ CC=gcc SHARED_CC_OPT=-fPIC -DPIC -#SHARED_LD_OPT=-shared # For Linux (ACL,LW,CMUCL) -#SHARED_LD_OPT=-r # For Linux and Solaris (CMUCL) +#SHARED_LD_OPT=-r # For FreeBSD and Solaris (CMUCL) SHARED_LD_OPT=-Bshareable -Bdynamic # For Linux (ALL) and FreeBSD (ACL) # Use these for Sun's C compiler and Solaris (ACL) @@ -28,9 +27,9 @@ SHARED_LD_OPT=-Bshareable -Bdynamic # For Linux (ALL) and FreeBSD (ACL) #SHARED_LD_OPT=-G -base=c-test-fns - # Nothing to configure beyond this point + +base=c-test-fns source=$(base).c object=$(base).o shared_lib=$(base).so diff --git a/set-logical.cl b/set-logical.cl index 7c5d127..fa6568f 100644 --- a/set-logical.cl +++ b/set-logical.cl @@ -61,3 +61,5 @@ :directory '(:relative :wild-inferiors)) base-pathname)))) ) + +(export 'set-logical-host-for-pathname) diff --git a/tests/Makefile b/tests/Makefile index 7ca6cd2..7cb8709 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,11 +1,11 @@ # FILE IDENTIFICATION -# +# # Name: Makefile # Purpose: Makefile for UFFI examples # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.8 2002/04/03 03:58:00 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.9 2002/04/03 06:10:05 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -18,8 +18,7 @@ CC=gcc SHARED_CC_OPT=-fPIC -DPIC -#SHARED_LD_OPT=-shared # For Linux (ACL,LW,CMUCL) -#SHARED_LD_OPT=-r # For Linux and Solaris (CMUCL) +#SHARED_LD_OPT=-r # For FreeBSD and Solaris (CMUCL) SHARED_LD_OPT=-Bshareable -Bdynamic # For Linux (ALL) and FreeBSD (ACL) # Use these for Sun's C compiler and Solaris (ACL) @@ -28,9 +27,9 @@ SHARED_LD_OPT=-Bshareable -Bdynamic # For Linux (ALL) and FreeBSD (ACL) #SHARED_LD_OPT=-G -base=c-test-fns - # Nothing to configure beyond this point + +base=c-test-fns source=$(base).c object=$(base).o shared_lib=$(base).so -- 2.34.1