head	1.1;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.1
	OPENPKG_E1_MP:1.1
	OPENPKG_E1_MP_2_STABLE:1.1.2.2
	OPENPKG_E1_FP:1.1.2.2
	OPENPKG_2_STABLE_MP:1.1
	OPENPKG_2_STABLE_20061018:1.1.2.2
	OPENPKG_2_STABLE:1.1.0.2
	OPENPKG_CW_FP:1.1
	OPENPKG_1_STABLE_MP:1.1;
locks; strict;
comment	@# @;


1.1
date	2003.01.28.16.52.13;	author mlelstv;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2003.01.28.16.52.13;	author rse;	state dead;
branches;
next	1.1.2.2;
commitid	iZxwRSmmWscPXUQr;

1.1.2.2
date	2006.10.16.14.57.25;	author rse;	state Exp;
branches;
next	;
commitid	iZxwRSmmWscPXUQr;


desc
@@


1.1
log
@builds on FreeBSD,Linux,Solaris. Added manpages, config files, policyguide
@
text
@#
# sparc-linux.inc
#
# Makefile definitions for Linux Intel, Redhat executables and libraries
# Modified to use gcc 2.95.2  and STLport 4.0 beta 5
#
LIBDIR=../../lib
LIBPRE=$(LIBDIR)/$(SYSPRE)

BINDIR=../../bin
BINPRE=$(BINDIR)/$(SYSPRE)

#
# General variable definitions
#

GMAKE = /usr/bin/gmake
CC = g++
CXX = $(CC)
AR = ar
SYSDEF=-D_SOLARIS -D_UNIX -D_SPARC -D_GCC
STLPORT=../STLport-4.0b5

#
# release flags
#

CXXFLAGS_R = -I.. -I$(STLPORT)/stlport
DEFINES_R = -DNDEBUG $(SYSDEF)
LINKFLAGS_R =
LIBRARYFLAGS_R = -L$(STLPORT)/lib -lm -lstlport_gcc -lsocket -lnsl
ARFLAGS_R = crv

#
# debug flags
#

CXXFLAGS_D = -I.. -I$(STLPORT)/stlport -g
DEFINES_D = -D_DEBUG -D_DEBUG_DB $(SYSDEF)
LINKFLAGS_D =
LIBRARYFLAGS_D = -L$(STLPORT)/lib -lm -lstlport_gcc -lsocket -lnsl -lw

#
# depend flags
#

DEPEND_FLAGS = -M -w -I.. -I$(STLPORT)/stlport -DNDEBUG $(SYSDEF)
@


1.1.2.1
log
@file sparc-solaris.inc was added on branch OPENPKG_2_STABLE on 2006-10-16 14:57:25 +0000
@
text
@d1 47
@


1.1.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 47
#
# sparc-linux.inc
#
# Makefile definitions for Linux Intel, Redhat executables and libraries
# Modified to use gcc 2.95.2  and STLport 4.0 beta 5
#
LIBDIR=../../lib
LIBPRE=$(LIBDIR)/$(SYSPRE)

BINDIR=../../bin
BINPRE=$(BINDIR)/$(SYSPRE)

#
# General variable definitions
#

GMAKE = /usr/bin/gmake
CC = g++
CXX = $(CC)
AR = ar
SYSDEF=-D_SOLARIS -D_UNIX -D_SPARC -D_GCC
STLPORT=../STLport-4.0b5

#
# release flags
#

CXXFLAGS_R = -I.. -I$(STLPORT)/stlport
DEFINES_R = -DNDEBUG $(SYSDEF)
LINKFLAGS_R =
LIBRARYFLAGS_R = -L$(STLPORT)/lib -lm -lstlport_gcc -lsocket -lnsl
ARFLAGS_R = crv

#
# debug flags
#

CXXFLAGS_D = -I.. -I$(STLPORT)/stlport -g
DEFINES_D = -D_DEBUG -D_DEBUG_DB $(SYSDEF)
LINKFLAGS_D =
LIBRARYFLAGS_D = -L$(STLPORT)/lib -lm -lstlport_gcc -lsocket -lnsl -lw

#
# depend flags
#

DEPEND_FLAGS = -M -w -I.. -I$(STLPORT)/stlport -DNDEBUG $(SYSDEF)
@


