head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.10.10.21.22.29;	author petere;	state dead;
branches;
next	1.1;

1.1
date	2000.07.15.15.54.52;	author petere;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unify solaris_i386 and solaris_sparc templates.  They were almost identical
anyway, the rest being due to them not being kept in sync.  Add configure
test for lorder and use it (on Solaris) when found.
@
text
@DLSUFFIX=.so

if test "$GCC" = yes ; then
  AROPT=crs
  CFLAGS=
  SHARED_LIB=-fPIC
else
  AROPT=cq
  CFLAGS=
  SHARED_LIB=-KPIC
fi
@


1.1
log
@Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real
shell scripts. Rename bsd->openbsd, alpha->osf.
@
text
@@

