r1732: *** empty log message ***
[uffi.git] / 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