r1732: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 3 Apr 2002 06:10:05 +0000 (06:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 3 Apr 2002 06:10:05 +0000 (06:10 +0000)
examples/Makefile
set-logical.cl
tests/Makefile

index 7ca6cd20f63b2d86291804cf9a4abddec42dcc17..7cb8709d65ddc72d4a8210f719d6749b47929ce8 100644 (file)
@@ -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
index 7c5d1271755a3d7d01e4e5beb8d1cbcfaabcbd73..fa6568f5d17565144dadd734be2e9c59255d4929 100644 (file)
@@ -61,3 +61,5 @@
                     :directory '(:relative :wild-inferiors))
                    base-pathname))))
   )
+
+(export 'set-logical-host-for-pathname)
index 7ca6cd20f63b2d86291804cf9a4abddec42dcc17..7cb8709d65ddc72d4a8210f719d6749b47929ce8 100644 (file)
@@ -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