166 lines
4.6 KiB
Makefile
166 lines
4.6 KiB
Makefile
#*************************************************************************
|
|
#
|
|
# $RCSfile: unxhpxr.mk,v $
|
|
#
|
|
# $Revision: 1.3 $
|
|
#
|
|
# last change: $Author: hr $ $Date: 2003-03-27 11:48:16 $
|
|
#
|
|
# The Contents of this file are made available subject to the terms of
|
|
# either of the following licenses
|
|
#
|
|
# - GNU Lesser General Public License Version 2.1
|
|
# - Sun Industry Standards Source License Version 1.1
|
|
#
|
|
# Sun Microsystems Inc., October, 2000
|
|
#
|
|
# GNU Lesser General Public License Version 2.1
|
|
# =============================================
|
|
# Copyright 2000 by Sun Microsystems, Inc.
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
#
|
|
# This library is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
# License version 2.1, as published by the Free Software Foundation.
|
|
#
|
|
# This library is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
# Lesser General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
# License along with this library; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
# MA 02111-1307 USA
|
|
#
|
|
#
|
|
# Sun Industry Standards Source License Version 1.1
|
|
# =================================================
|
|
# The contents of this file are subject to the Sun Industry Standards
|
|
# Source License Version 1.1 (the "License"); You may not use this file
|
|
# except in compliance with the License. You may obtain a copy of the
|
|
# License at http://www.openoffice.org/license.html.
|
|
#
|
|
# Software provided under this License is provided on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
# See the License for the specific provisions governing your rights and
|
|
# obligations concerning the Software.
|
|
#
|
|
# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
#
|
|
# Copyright: 2000 by Sun Microsystems, Inc.
|
|
#
|
|
# All Rights Reserved.
|
|
#
|
|
# Contributor(s): _______________________________________
|
|
#
|
|
#
|
|
#
|
|
#*************************************************************************
|
|
|
|
# mak file fuer unxhpxr
|
|
ASM=
|
|
AFLAGS=
|
|
|
|
CDEFS+=-D_PTHREADS -D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE -DNO_AUDIO -DSYSV -D_POSIX_PTHREAD_SEMANTICS -D_HPUX_SOURCE -DRWSTD_MULTI_THREAD -D_REENTRANT -D__HPACC_NOEH -D__STL_NO_EXCEPTIONS
|
|
|
|
# kann c++ was c braucht??
|
|
|
|
# obernervige Warnungen abschalten
|
|
# 67 = invalid pragma name
|
|
# 251 = An object cannot be deleted using a pointer of type 'void *' since the
|
|
# type of the object allocated is unknown.
|
|
# 370 = The friend declaration is not in the correct form for either a function or a class.
|
|
# (future error)
|
|
# 600 = Type specifier is omitted; "int" is no longer assumed.
|
|
DISWARN=+W67,251,370,600
|
|
|
|
#CXX=/opt/aCC/bin/aCC
|
|
#CC=/opt/ansic/bin/cc
|
|
CXX=aCC
|
|
CC=cc
|
|
CFLAGS= -c $(INCLUDE)
|
|
CFLAGSCC= -Aa +e +Z
|
|
CFLAGSCXX=$(DISWARN) +Z
|
|
CFLAGSOBJGUIST=
|
|
CFLAGSOBJCUIST=
|
|
CFLAGSOBJGUIMT=
|
|
CFLAGSOBJCUIMT=
|
|
CFLAGSSLOGUIMT=
|
|
CFLAGSSLOCUIMT=
|
|
CFLAGSPROF=
|
|
CFLAGSDEBUG=-g
|
|
CFLAGSDBGUTIL=
|
|
CFLAGSOPT=-O
|
|
CFLAGSNOOPT=
|
|
CFLAGSOUTOBJ=-o
|
|
|
|
|
|
THREADLIB=-L/opt/dce/lib -ldce
|
|
# use native aCC to build or link with shared libs, for the sake of
|
|
# global class-instances
|
|
LINK=/opt/aCC/bin/aCC
|
|
LINKFLAGS=
|
|
LINKFLAGSAPPGUI=-Wl,+s
|
|
LINKFLAGSSHLGUI=-b -L/usr/solar/lib -L/usr/contrib/X11R6/lib
|
|
LINKFLAGSAPPCUI=-Wl,+s
|
|
LINKFLAGSSHLCUI=-b -L/usr/contrib/X11R6/lib
|
|
LINKFLAGSTACK=
|
|
LINKFLAGSPROF=
|
|
LINKFLAGSDEBUG=
|
|
LINKFLAGSOPT=
|
|
|
|
# reihenfolge der libs NICHT egal!
|
|
STDOBJGUI=
|
|
STDSLOGUI=
|
|
STDOBJCUI=
|
|
STDSLOCUI=
|
|
STDLIBGUIST= -lX11 -lXext -lsec -lcxx -ldld -lm
|
|
STDLIBCUIST= -lsec -lcxx -ldld -lm
|
|
#STDLIBGUIMT= -lX11 -lXext -lcma -lsec -lcxx -ldld -lc_r -lm
|
|
STDLIBGUIMT= -lX11 -lXext -lpthread
|
|
STDLIBCUIMT= -lcma
|
|
#STDSHLGUIMT= -lX11 -lXext -lcma -lsec -lcxx -ldld -lc_r
|
|
STDSHLCUIMT=
|
|
# -L/opt/dce/lib -ldce -lsec -lcxx
|
|
|
|
LIBMGR=ar
|
|
LIBFLAGS=-r
|
|
# LIBEXT=.so
|
|
|
|
IMPLIB=
|
|
IMPLIBFLAGS=
|
|
|
|
MAPSYM=
|
|
MAPSYMFLAGS=
|
|
|
|
RC=
|
|
RCFLAGS=
|
|
RCLINK=
|
|
RCLINKFLAGS=
|
|
RCSETVERSION=
|
|
|
|
DLLPOSTFIX=hr
|
|
DLLPRE=lib
|
|
DLLPOST=.sl
|
|
|
|
LDUMP=c++filt
|
|
|
|
.IF "$(WORK_STAMP)"!="MIX364"
|
|
DLLPOSTFIX=ss
|
|
.ELSE
|
|
DLLPOSTFIX=
|
|
.ENDIF
|
|
|
|
|
|
.IF "$(PRJNAME)"=="uno" || "$(PRJNAME)"=="vos"
|
|
#CFLAGS += -D_PTHREADS -U_REENTRANT -U_POSIX_PTHREAD_SEMANTICS
|
|
#CFLAGSSLO += -instances=extern -template=wholeclass -ptr$(SLO)
|
|
#CFLAGSOBJ += -instances=global -template=wholeclass -ptr$(SLO)
|
|
#LINKFLAGS+= -temp=/tmp -PIC -instances=extern -ptr$(SLO)
|
|
.ENDIF
|
|
|
|
#SHLLINKARCONLY=yes
|
|
|